This commit is contained in:
iFargle 2023-08-30 20:23:50 +09:00
parent 8510a14c5a
commit 5f7163fd80

View file

@ -92,7 +92,7 @@
} }
}, },
"actions": { "actions": {
"on-click-right": "kitty -e calcurse", "on-click-right": "calcurse",
"on-click-middle": "mode", "on-click-middle": "mode",
"on-scroll-up": "shift_up", "on-scroll-up": "shift_up",
"on-scroll-down": "shift_down" "on-scroll-down": "shift_down"
@ -165,7 +165,10 @@
#workspaces button { #workspaces button {
font-size: 1px; font-size: 1px;
border-radius: 50px; border-radius: 50px;
padding: 0px 5px; /* padding: top | right | bottom | left */
/* padding: top | left and right | bottom */
/* padding: top and bottom | left and right */
padding: -3px 5px;
margin: 5px; margin: 5px;
color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0);
background-color: #3c3836; background-color: #3c3836;