mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 23:30:40 -05:00
remove gamemode, for now
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user