diff --git a/de/home/.config/waybar/config b/de/home/.config/waybar/config index f52174a..872c81e 100644 --- a/de/home/.config/waybar/config +++ b/de/home/.config/waybar/config @@ -7,7 +7,7 @@ // module order "modules-left": ["custom/sway-profile","sway/workspaces","sway/mode","sway/scratchpad","sway/window"], "modules-center": ["custom/sonixd"], - "modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray","custom/sway-power",], + "modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray","custom/sway-power"], // Modules configuration diff --git a/de/home/.config/waybar/style.css b/de/home/.config/waybar/style.css index 7acc30f..556ea74 100644 --- a/de/home/.config/waybar/style.css +++ b/de/home/.config/waybar/style.css @@ -72,6 +72,16 @@ button:hover { min-width: 8px; } +#custom-sway-power { + margin-bottom: 2px; + border: 2px solid @color1; + padding: 5px 5px 5px 5px; + background-color: @color9; + color: @color0; + border-radius:8px; + min-width: 8px; +} + #workspaces>button:first-child { border-radius:8px 0px 0px 8px; }