remove gamemode, for now

This commit is contained in:
Gabriel Fontes
2023-10-07 20:00:31 -03:00
parent 8e2d6e7741
commit 2be43e4b32
3 changed files with 0 additions and 13 deletions
@@ -14,7 +14,6 @@ let
ping = "${pkgs.iputils}/bin/ping";
jq = "${pkgs.jq}/bin/jq";
gamemoded = "${pkgs.gamemode}/bin/gamemoded";
systemctl = "${pkgs.systemd}/bin/systemctl";
journalctl = "${pkgs.systemd}/bin/journalctl";
playerctl = "${pkgs.playerctl}/bin/playerctl";
@@ -73,7 +72,6 @@ in
modules-right = [
"network"
"custom/tailscale-ping"
"custom/gamemode"
# TODO: currently broken for some reason
# "custom/gammastep"
"tray"
@@ -210,15 +208,6 @@ in
};
on-click = "";
};
"custom/gamemode" = {
exec-if = "${gamemoded} --status | ${grep} 'is active' -q";
interval = 2;
return-type = "json";
exec = jsonOutput "gamemode" {
tooltip = "Gamemode is active";
};
format = " ";
};
"custom/gammastep" = {
interval = 5;
return-type = "json";
-1
View File
@@ -9,7 +9,6 @@
../common/global
../common/users/misterio
../common/optional/gamemode.nix
../common/optional/ckb-next.nix
../common/optional/greetd.nix
../common/optional/pipewire.nix
-1
View File
@@ -9,7 +9,6 @@
../common/global
../common/users/misterio
../common/optional/gamemode.nix
../common/optional/wireless.nix
../common/optional/greetd.nix
../common/optional/pipewire.nix