style(waybar): code cleanup

This commit is contained in:
BluishHumility
2024-09-21 22:53:33 -04:00
parent 0a385bbc63
commit 329f845773
2 changed files with 8 additions and 13 deletions

View File

@@ -23,7 +23,6 @@
"sway/workspaces": {
"disable-scroll": true,
"disable-markup" : false,
"all-outputs": true,
"format": "{icon}",
"format-icons": {
@@ -34,7 +33,7 @@
"7": "7",
"8": "8",
"9": "9",
"10": "10",
"10": "10"
}
},
@@ -155,7 +154,6 @@
},
"clock": {
"interval": 10,
"format": "󰅐 {:%H:%M}",
"format-alt": "󰅐 {:%OI:%M %p}",
"tooltip-format": " {:%A %m/%d}\n\n<tt><small>{calendar}</small></tt>",

View File

@@ -60,13 +60,13 @@
/* Every modules */
#mode,
#network,
#idle_inhibitor,
#memory,
#cpu,
#pulseaudio,
#custom-keyboard-layout,
#battery,
#idle_inhibitor,
#cpu,
#memory,
#backlight,
#pulseaudio,
#battery,
#clock,
#tray {
padding:0.5rem 0.6rem;
@@ -74,7 +74,7 @@
}
/* -----------------------------------------------------------------------------
* Modules styles
* Module styles
* -------------------------------------------------------------------------- */
#custom-launcher {
@@ -146,12 +146,9 @@
}
#backlight.icon {
padding-right:1px;
font-size: 13px;
}
#pulseaudio {
padding-top:6px;
}
#pulseaudio.muted {