diff --git a/miracle-wm/etc/skel/.config/waybar/config.jsonc b/miracle-wm/etc/skel/.config/waybar/config.jsonc index 835e271..9376ddc 100644 --- a/miracle-wm/etc/skel/.config/waybar/config.jsonc +++ b/miracle-wm/etc/skel/.config/waybar/config.jsonc @@ -13,6 +13,7 @@ "custom/clipboard", "cpu", "memory", + "power-profiles-daemon", "battery", "network", "bluetooth", @@ -128,6 +129,18 @@ }, + "power-profiles-daemon": { + "format": "{icon}", + "tooltip-format": "Power profile: {profile}\nDriver: {driver}", + "tooltip": true, + "format-icons": { + "default": "", + "performance": "", + "balanced": "", + "power-saver": "" + } + }, + "battery": { "format": "{icon} {capacity}%", "format-icons": ["", "", "", "", ""] diff --git a/miracle-wm/etc/skel/.config/waybar/style.css b/miracle-wm/etc/skel/.config/waybar/style.css index 650b857..8d21622 100644 --- a/miracle-wm/etc/skel/.config/waybar/style.css +++ b/miracle-wm/etc/skel/.config/waybar/style.css @@ -81,6 +81,7 @@ window#waybar.hidden { #cpu, #language, #memory, +#power-profiles-daemon, #network, #bluetooth, #pulseaudio, @@ -144,11 +145,15 @@ window#waybar.hidden { color: @teal; } +#power-profiles-daemon { + color: @sky +} + #battery { animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; - color: @sky; + color: @sapphire; } #battery.warning { @@ -174,7 +179,7 @@ label:focus { } #network { - color: @sapphire; + color: @blue; } #network.disconnected { @@ -182,7 +187,7 @@ label:focus { } #bluetooth { - color: @blue; + color: @lavender; } #bluetooth.disabled { @@ -190,7 +195,7 @@ label:focus { } #pulseaudio { - color: @lavender; + color: @text; } #pulseaudio.muted { @@ -198,9 +203,9 @@ label:focus { } #clock { - color: @text; + color: @subtext1; } #custom-power { - color: @subtext1; + color: @subtext2; } diff --git a/niri/etc/skel/.config/waybar/config.jsonc b/niri/etc/skel/.config/waybar/config.jsonc index b517d44..1339632 100644 --- a/niri/etc/skel/.config/waybar/config.jsonc +++ b/niri/etc/skel/.config/waybar/config.jsonc @@ -14,6 +14,7 @@ "custom/clipboard", "cpu", "memory", + "power-profiles-daemon", "battery", "network", "bluetooth", @@ -122,6 +123,18 @@ }, + "power-profiles-daemon": { + "format": "{icon}", + "tooltip-format": "Power profile: {profile}\nDriver: {driver}", + "tooltip": true, + "format-icons": { + "default": "", + "performance": "", + "balanced": "", + "power-saver": "" + } + }, + "battery": { "format": "{icon} {capacity}%", "format-icons": ["", "", "", "", ""] diff --git a/niri/etc/skel/.config/waybar/style.css b/niri/etc/skel/.config/waybar/style.css index 1cc0202..bfb46f4 100644 --- a/niri/etc/skel/.config/waybar/style.css +++ b/niri/etc/skel/.config/waybar/style.css @@ -67,6 +67,7 @@ window#waybar.empty #window { #battery, #cpu, #memory, +#power-profiles-daemon, #network, #bluetooth, #pulseaudio, @@ -131,11 +132,15 @@ window#waybar.empty #window { color: @green; } +#power-profiles-daemon { + color: @teal +} + #battery { animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; - color: @teal; + color: @sky; } #battery.warning { @@ -161,7 +166,7 @@ label:focus { } #network { - color: @sky; + color: @sapphire; } #network.disconnected { @@ -169,7 +174,7 @@ label:focus { } #bluetooth { - color: @sapphire; + color: @blue; } #bluetooth.disabled { @@ -177,7 +182,7 @@ label:focus { } #pulseaudio { - color: @blue; + color: @lavender; } #pulseaudio.muted { diff --git a/river/etc/skel/.config/waybar/config.jsonc b/river/etc/skel/.config/waybar/config.jsonc index a160064..509cc40 100644 --- a/river/etc/skel/.config/waybar/config.jsonc +++ b/river/etc/skel/.config/waybar/config.jsonc @@ -14,6 +14,7 @@ "custom/clipboard", "cpu", "memory", + "power-profiles-daemon", "battery", "network", "bluetooth", @@ -125,6 +126,18 @@ }, + "power-profiles-daemon": { + "format": "{icon}", + "tooltip-format": "Power profile: {profile}\nDriver: {driver}", + "tooltip": true, + "format-icons": { + "default": "", + "performance": "", + "balanced": "", + "power-saver": "" + } + }, + "battery": { "format": "{icon} {capacity}%", "format-icons": ["", "", "", "", ""] diff --git a/river/etc/skel/.config/waybar/style.css b/river/etc/skel/.config/waybar/style.css index 4a7bcf3..2930009 100644 --- a/river/etc/skel/.config/waybar/style.css +++ b/river/etc/skel/.config/waybar/style.css @@ -86,6 +86,7 @@ window#waybar.hidden { #battery, #cpu, #memory, +#power-profiles-daemon, #network, #bluetooth, #pulseaudio, @@ -149,11 +150,15 @@ window#waybar.hidden { color: @teal; } +#power-profiles-daemon { + color: @sky +} + #battery { animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; - color: @sky; + color: @sapphire; } #battery.warning { @@ -179,7 +184,7 @@ label:focus { } #network { - color: @sapphire; + color: @blue; } #network.disconnected { @@ -187,7 +192,7 @@ label:focus { } #bluetooth { - color: @blue; + color: @lavender; } #bluetooth.disabled { @@ -195,7 +200,7 @@ label:focus { } #pulseaudio { - color: @lavender; + color: @text; } #pulseaudio.muted { @@ -203,5 +208,5 @@ label:focus { } #custom-power { - color: @text; + color: @subtext1; } diff --git a/sway/etc/skel/.config/waybar/config.jsonc b/sway/etc/skel/.config/waybar/config.jsonc index 1c39bf6..89f1376 100644 --- a/sway/etc/skel/.config/waybar/config.jsonc +++ b/sway/etc/skel/.config/waybar/config.jsonc @@ -15,6 +15,7 @@ "custom/clipboard", "cpu", "memory", + "power-profiles-daemon", "battery", "network", "bluetooth", @@ -152,6 +153,18 @@ }, + "power-profiles-daemon": { + "format": "{icon}", + "tooltip-format": "Power profile: {profile}\nDriver: {driver}", + "tooltip": true, + "format-icons": { + "default": "", + "performance": "", + "balanced": "", + "power-saver": "" + } + }, + "battery": { "format": "{icon} {capacity}%", "format-icons": ["", "", "", "", ""] diff --git a/sway/etc/skel/.config/waybar/style.css b/sway/etc/skel/.config/waybar/style.css index bca4424..e6a75a3 100644 --- a/sway/etc/skel/.config/waybar/style.css +++ b/sway/etc/skel/.config/waybar/style.css @@ -81,6 +81,7 @@ window#waybar.hidden { #cpu, #language, #memory, +#power-profiles-daemon, #network, #bluetooth, #pulseaudio, @@ -144,11 +145,15 @@ window#waybar.hidden { color: @teal; } +#power-profiles-daemon { + color: @sky +} + #battery { animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; - color: @sky; + color: @sapphire; } #battery.warning { @@ -174,7 +179,7 @@ label:focus { } #network { - color: @sapphire; + color: @blue; } #network.disconnected { @@ -182,7 +187,7 @@ label:focus { } #bluetooth { - color: @blue; + color: @lavender; } #bluetooth.disabled { @@ -190,7 +195,7 @@ label:focus { } #pulseaudio { - color: @lavender; + color: @text; } #pulseaudio.muted { @@ -198,9 +203,9 @@ label:focus { } #clock { - color: @text; + color: @subtext1; } #custom-power { - color: @subtext1; + color: @subtext2; }