Renamed hyprland folder in /usr/share to hypr to override default hyprland configs
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 57s

This commit is contained in:
2025-05-14 13:43:23 -04:00
parent 6430da2b61
commit c4fbd9fa75
23 changed files with 16 additions and 16 deletions
@@ -5,7 +5,7 @@ $fileManager = dolphin
$menu = rofi -show drun $menu = rofi -show drun
#$menu = ags request -i launcher show #$menu = ags request -i launcher show
$screenshot = grim -g "$(slurp -d)" - | wl-copy $screenshot = grim -g "$(slurp -d)" - | wl-copy
$powermenu = /usr/share/hyprland/scripts/local-lua /usr/share/hyprland/scripts/powermenu.lua $powermenu = /usr/share/hypr/scripts/local-lua /usr/share/hypr/scripts/powermenu.lua
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER $mainMod = SUPER
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
/usr/share/hypr/scripts/hypr_power/hypr_close_clients
hyprctl dispatch exit
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
/usr/share/hypr/scripts/hypr_power/hypr_close_clients
systemctl reboot
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
/usr/share/hypr/scripts/hypr_power/hypr_close_clients
systemctl poweroff
@@ -1,5 +0,0 @@
#!/usr/bin/env bash
/usr/share/hyprland/scripts/hypr_power/hypr_close_clients
hyprctl dispatch exit
@@ -1,5 +0,0 @@
#!/usr/bin/env bash
/usr/share/hyprland/scripts/hypr_power/hypr_close_clients
systemctl reboot
@@ -1,5 +0,0 @@
#!/usr/bin/env bash
~/bin/hypr_power/hypr_close_clients
systemctl poweroff