feat(home/waybar): Remove idle_inhibitor
This commit is contained in:
parent
e2cb9bff4b
commit
4fb610224f
1 changed files with 1 additions and 11 deletions
|
@ -46,7 +46,6 @@ in {
|
|||
"pulseaudio"
|
||||
"cpu"
|
||||
"memory"
|
||||
"idle_inhibitor"
|
||||
];
|
||||
modules-center =
|
||||
[]
|
||||
|
@ -117,15 +116,6 @@ in {
|
|||
tooltip = true;
|
||||
};
|
||||
|
||||
"idle_inhibitor" = {
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
activated = "";
|
||||
deactivated = "";
|
||||
};
|
||||
tooltip = "true";
|
||||
};
|
||||
|
||||
"niri/workspaces" = lib.mkIf niri.enable (let
|
||||
niriMsg = msg: "${lib.getExe niri.package} msg action ${msg}";
|
||||
in {
|
||||
|
@ -284,7 +274,7 @@ in {
|
|||
color: @base08;
|
||||
}
|
||||
|
||||
#window, #pulseaudio, #cpu, #memory, #idle_inhibitor {
|
||||
#window, #pulseaudio, #cpu, #memory {
|
||||
font-weight: bold;
|
||||
margin: 4px 0;
|
||||
margin-left: 7px;
|
||||
|
|
Loading…
Reference in a new issue