test
This commit is contained in:
parent
8510a14c5a
commit
5f7163fd80
1 changed files with 5 additions and 2 deletions
|
@ -92,7 +92,7 @@
|
|||
}
|
||||
},
|
||||
"actions": {
|
||||
"on-click-right": "kitty -e calcurse",
|
||||
"on-click-right": "calcurse",
|
||||
"on-click-middle": "mode",
|
||||
"on-scroll-up": "shift_up",
|
||||
"on-scroll-down": "shift_down"
|
||||
|
@ -165,7 +165,10 @@
|
|||
#workspaces button {
|
||||
font-size: 1px;
|
||||
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;
|
||||
color: rgba(0, 0, 0, 0);
|
||||
background-color: #3c3836;
|
||||
|
|
Loading…
Reference in a new issue