fix waybar spacing

This commit is contained in:
Kopatz
2025-10-28 16:36:01 +01:00
parent 06f4777684
commit 5769ff0ade
2 changed files with 5 additions and 0 deletions

View File

@@ -6,8 +6,10 @@
#stats,
#stats-drawer {
margin: 0 0.5em;
/* disabled when border is square
padding-left: 5px;
padding-right: 5px;
*/
/*color: @peach;*/
color: @text;
font-weight: bold;
@@ -24,6 +26,7 @@
#custom-nvidia,
#memory,
#power-profiles-daemon,
#clock,
#network {
color: @text;
padding: 0 0.5em;

View File

@@ -1,7 +1,9 @@
#workspaces {
margin: 0 0.5em;
/* disabled when border is square
padding-left: 5px;
padding-right: 5px;
*/
color: @peach;
font-weight: bold;
background-color: @background;