waybar: tweaks to button behavior
This commit is contained in:
parent
99740f981f
commit
a02e578edf
2 changed files with 18 additions and 2 deletions
|
@ -149,7 +149,7 @@
|
||||||
|
|
||||||
"image#bluetooth": {
|
"image#bluetooth": {
|
||||||
"path": "/home/thomas/dotfiles/gruvbox-95/icons/bluetooth.png",
|
"path": "/home/thomas/dotfiles/gruvbox-95/icons/bluetooth.png",
|
||||||
"size": 20,
|
"size": 18,
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -278,7 +278,7 @@
|
||||||
"format": "Active",
|
"format": "Active",
|
||||||
"format-connected": "Connected",
|
"format-connected": "Connected",
|
||||||
"format-alt": "{device_alias}",
|
"format-alt": "{device_alias}",
|
||||||
"format-connected-battery": "{device_battery_percentage}%",
|
"format-connected-battery": "{device_alias}",
|
||||||
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
||||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
||||||
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
||||||
|
|
|
@ -44,6 +44,22 @@ window#waybar {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#taskbar button.active {
|
||||||
|
background-color: #a89984;
|
||||||
|
border-top: 2px solid #665c54;
|
||||||
|
border-left: 2px solid #665c54;
|
||||||
|
border-bottom: 2px solid #ebdbb2;
|
||||||
|
border-right: 2px solid #ebdbb2;
|
||||||
|
}
|
||||||
|
|
||||||
|
#taskbar button:hover {
|
||||||
|
background-color: #d5c4a1;
|
||||||
|
border-top: 2px solid #ebdbb2;
|
||||||
|
border-left: 2px solid #ebdbb2;
|
||||||
|
border-bottom: 2px solid #665c54;
|
||||||
|
border-right: 2px solid #665c54;
|
||||||
|
}
|
||||||
|
|
||||||
#image.timewarrior,
|
#image.timewarrior,
|
||||||
#image.notification,
|
#image.notification,
|
||||||
#image.os,
|
#image.os,
|
||||||
|
|
Loading…
Add table
Reference in a new issue