diff --git a/home/config/waybar/config/default.nix b/home/config/waybar/config/default.nix index 341e99f..39a1169 100644 --- a/home/config/waybar/config/default.nix +++ b/home/config/waybar/config/default.nix @@ -86,10 +86,11 @@ in { ]; }; "custom/powerlimit" = { - exec = "powerlimit widget"; - on-click-right = "powerlimit toggle"; - signal = 6; - tooltip = false; + exec = "powerlimit widget"; + hide-empty-text = false; + on-click-right = "powerlimit toggle"; + signal = 6; + tooltip = false; }; "group/batteryinfo" = { orientation = "horizontal"; diff --git a/home/config/waybar/style/Plugin.nix b/home/config/waybar/style/Plugin.nix index 6f9499c..af7fab2 100644 --- a/home/config/waybar/style/Plugin.nix +++ b/home/config/waybar/style/Plugin.nix @@ -11,12 +11,12 @@ in { text = '' /* See the ISSUE above. */ #custom-tag1, - #batteryinfo { + #battery { padding-left: ${paddingH}; } #custom-tag2, - #batteryinfo { + #custom-powerlimit { padding-right: ${paddingH}; }