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"
|
"pulseaudio"
|
||||||
"cpu"
|
"cpu"
|
||||||
"memory"
|
"memory"
|
||||||
"idle_inhibitor"
|
|
||||||
];
|
];
|
||||||
modules-center =
|
modules-center =
|
||||||
[]
|
[]
|
||||||
|
@ -117,15 +116,6 @@ in {
|
||||||
tooltip = true;
|
tooltip = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"idle_inhibitor" = {
|
|
||||||
format = "{icon}";
|
|
||||||
format-icons = {
|
|
||||||
activated = "";
|
|
||||||
deactivated = "";
|
|
||||||
};
|
|
||||||
tooltip = "true";
|
|
||||||
};
|
|
||||||
|
|
||||||
"niri/workspaces" = lib.mkIf niri.enable (let
|
"niri/workspaces" = lib.mkIf niri.enable (let
|
||||||
niriMsg = msg: "${lib.getExe niri.package} msg action ${msg}";
|
niriMsg = msg: "${lib.getExe niri.package} msg action ${msg}";
|
||||||
in {
|
in {
|
||||||
|
@ -284,7 +274,7 @@ in {
|
||||||
color: @base08;
|
color: @base08;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window, #pulseaudio, #cpu, #memory, #idle_inhibitor {
|
#window, #pulseaudio, #cpu, #memory {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
|
|
Loading…
Reference in a new issue