From 5c0cb8f9ecbf918f3338e98c02f09c8f04af558a Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Fri, 18 Jul 2025 00:53:35 +0200 Subject: [PATCH] Home: Move hyprpanel reload into escape menu --- home/christoph/default.nix | 7 ++++--- home/modules/rofi/default.nix | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 6a0c6d91..dbaad60d 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -109,7 +109,7 @@ "$mainMod, XF86MonBrightnessDown" = ["exec, hyprctl hyprsunset temperature 5750"]; "$mainMod, XF86MonBrightnessUp" = ["exec, hyprctl hyprsunset identity"]; - "CTRL ALT, t" = ["exec, systemctl --user restart hyprpanel.service"]; + # "CTRL ALT, t" = ["exec, bash -c 'systemctl --user restart hyprpanel.service'"]; }; ws-bindings = { @@ -163,8 +163,8 @@ "4" = ["firefox" "Google-chrome" "chromium-browser"]; "5" = ["steam"]; "6" = ["steam_app_(.+)"]; - "7" = []; - "8" = ["signal"]; + "7" = ["signal"]; + "8" = ["tidal-hifi"]; "9" = ["discord"]; "10" = ["python3"]; }; @@ -188,6 +188,7 @@ "signal" "vesktop" "Spotify" + "tidal-hifi" "obsidian" "jetbrains-clion" "jetbrains-idea" diff --git a/home/modules/rofi/default.nix b/home/modules/rofi/default.nix index 2c751500..8a755697 100644 --- a/home/modules/rofi/default.nix +++ b/home/modules/rofi/default.nix @@ -141,6 +141,7 @@ in { "Poweroff" = "poweroff"; "Reboot" = "reboot"; "Lock" = "loginctl lock-session"; + "Reload Hyprpanel" = "systemctl --user restart hyprpanel.service"; "Reload Hyprland" = "hyprctl reload"; "Exit Hyprland" = "hyprctl dispatch exit"; }; @@ -153,7 +154,7 @@ in { { "$mainMod, escape" = ["exec, \"${power-menu}\""]; "$mainMod, M" = ["exec, \"${keybinds-menu}\""]; - # "$mainMod, O" = ["exec, \"${lectures-menu}\""]; # TODO: Broken, expand on that + # "$mainMod, O" = ["exec, \"${lectures-menu}\""]; } (lib.optionalAttrs (!nixosConfig.modules.network.useNetworkManager) { "$mainMod, U" = ["exec, \"${vpn-menu}\""];