From d3424c187354bbb57e828954b6ebf98a5c5fe93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sat, 1 Jun 2024 17:57:53 +0200 Subject: [PATCH] Sat Jun 1 05:57:53 PM CEST 2024 --- NixOS/modules/hyprland/config.nix | 6 +++--- .../hyprland/files/{rofi-power-menu => rofi-power-menu.sh} | 0 {.config/rofi => NixOS/modules/hyprland/files}/rofi-ssh.sh | 0 .../rofi => NixOS/modules/hyprland/files}/rofi-ykman.sh | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename NixOS/modules/hyprland/files/{rofi-power-menu => rofi-power-menu.sh} (100%) rename {.config/rofi => NixOS/modules/hyprland/files}/rofi-ssh.sh (100%) rename {.config/rofi => NixOS/modules/hyprland/files}/rofi-ykman.sh (100%) diff --git a/NixOS/modules/hyprland/config.nix b/NixOS/modules/hyprland/config.nix index e7637fe..3b38187 100644 --- a/NixOS/modules/hyprland/config.nix +++ b/NixOS/modules/hyprland/config.nix @@ -206,10 +206,10 @@ in "$mainMod, SPACE, togglesplit, # dwindle" "CONTROL_L ALT_L, L, exec, ${swaylock}" "$mainMod, C, exec, cliphist list | awk '{print $0, \"\0icon\x1fcom.github.davidmhewitt.clipped\"}' | ${rofi} -dmenu -display-columns 2 | cliphist decode | wl-copy" - "$mainMod, Y, exec, ${config.xdg.configHome}/rofi/rofi-ykman.sh" - "$mainMod, N, exec, ${config.xdg.configHome}/rofi/rofi-ssh.sh" + "$mainMod, Y, exec, ${./files/rofi-ykman.sh}" + "$mainMod, N, exec, ${./files/rofi-ssh.sh}" - "$mainMod, Escape, exec, ${rofi} -show power-menu -modi power-menu:${./files/rofi-power-menu}" + "$mainMod, Escape, exec, ${rofi} -show power-menu -modi power-menu:${./files/rofi-power-menu.sh}" ",XF86MonBrightnessUp, exec, xbacklight -inc 10" ",XF86MonBrightnessDown, exec, xbacklight -dec 10" diff --git a/NixOS/modules/hyprland/files/rofi-power-menu b/NixOS/modules/hyprland/files/rofi-power-menu.sh similarity index 100% rename from NixOS/modules/hyprland/files/rofi-power-menu rename to NixOS/modules/hyprland/files/rofi-power-menu.sh diff --git a/.config/rofi/rofi-ssh.sh b/NixOS/modules/hyprland/files/rofi-ssh.sh similarity index 100% rename from .config/rofi/rofi-ssh.sh rename to NixOS/modules/hyprland/files/rofi-ssh.sh diff --git a/.config/rofi/rofi-ykman.sh b/NixOS/modules/hyprland/files/rofi-ykman.sh similarity index 100% rename from .config/rofi/rofi-ykman.sh rename to NixOS/modules/hyprland/files/rofi-ykman.sh