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

View File

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