diff --git a/modules/home/hyprland/binds.nix b/modules/home/hyprland/binds.nix index 5e1628c..c1674df 100755 --- a/modules/home/hyprland/binds.nix +++ b/modules/home/hyprland/binds.nix @@ -12,6 +12,8 @@ "$terminal" = "kitty"; "$file_browser" = "thunar"; "$webapp" = "$browser --new-window --app="; + "$discord" = + "flatpak run --branch=stable --arch=x86_64 --command=com.discordapp.Discord --file-forwarding com.discordapp.Discord @@u %U @@"; binds = { drag_threshold = 10; @@ -32,7 +34,7 @@ ]; bind = [ # Start programs - "$mod, a, exec, discord" + "$mod, a, exec, $discord" "$mod, z, exec, obsidian" "$mod, t, exec, $terminal" "$mod CTRL, 1, exec, $browser" diff --git a/modules/home/hyprland/hyprpanel.nix b/modules/home/hyprland/hyprpanel.nix index 52efd08..a9ce073 100755 --- a/modules/home/hyprland/hyprpanel.nix +++ b/modules/home/hyprland/hyprpanel.nix @@ -25,6 +25,7 @@ "clock" ]; right = [ + "cputemp" "media" "volume" "network" @@ -42,6 +43,9 @@ middle = [ "clock" ]; + right = [ + "cputemp" + ]; }; };