mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-07-08 17:35:21 +00:00
examples: waybar: Set height and fix taskbar padding.
* modules/rosenthal/examples/waybar/config.jsonc: Set height to 36. * modules/rosenthal/examples/waybar/style.css (#taskbar button): Fix padding.
This commit is contained in:
parent
b4af9f76c3
commit
a7af07441f
@ -5,6 +5,7 @@
|
||||
|
||||
{
|
||||
"layer": "top",
|
||||
"height": 36,
|
||||
"spacing": 5,
|
||||
"modules-left": [
|
||||
"temperature",
|
||||
|
@ -70,7 +70,10 @@ tooltip label {
|
||||
}
|
||||
|
||||
#taskbar button {
|
||||
padding: 0 5px;
|
||||
/* https://github.com/Alexays/Waybar/issues/3334 */
|
||||
padding: 0;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#tray menu {
|
||||
|
Loading…
Reference in New Issue
Block a user