test
This commit is contained in:
parent
8510a14c5a
commit
5f7163fd80
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue