diff --git a/home/hypr/default.nix b/home/hypr/default.nix index f20ea43e..36dfdd80 100644 --- a/home/hypr/default.nix +++ b/home/hypr/default.nix @@ -22,6 +22,9 @@ xdg.configFile."hypr/hypridle.conf".source = ./hypridle.conf; xdg.configFile."hypr/hyprlock.conf".source = ./hyprlock.conf; + xdg.configFile."hypr/hyprpaper.conf".source = ./hyprpaper.conf; + xdg.configFile."hypr/tokyoGreen.jpg".source = ./tokyoGreen.jpg; + xdg.configFile."hypr/greenCity.jpg".source = ./greenCity.jpg; home.pointerCursor = { gtk.enable = true; diff --git a/home/hypr/greenCity.jpg b/home/hypr/greenCity.jpg new file mode 100644 index 00000000..4242aef3 Binary files /dev/null and b/home/hypr/greenCity.jpg differ diff --git a/home/hypr/hongKongGreen.jpg b/home/hypr/hongKongGreen.jpg new file mode 100644 index 00000000..4242aef3 Binary files /dev/null and b/home/hypr/hongKongGreen.jpg differ diff --git a/home/hypr/hyprland.conf b/home/hypr/hyprland.conf index 8305c39d..b931132a 100644 --- a/home/hypr/hyprland.conf +++ b/home/hypr/hyprland.conf @@ -205,8 +205,8 @@ bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow # Adjust display brightness. -bind = , xf86monbrightnessup, exec, brightnessctl set 10%+ -bind = , xf86monbrightnessdown, exec, brightnessctl set 10%- +bind = , xf86monbrightnessup, exec, brightnessctl set 5%+ +bind = , xf86monbrightnessdown, exec, brightnessctl set 5%- # Adjust volume and play/pause. bind = , xf86audioraisevolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%+ diff --git a/home/hypr/hyprpaper.conf b/home/hypr/hyprpaper.conf new file mode 100644 index 00000000..369fe11f --- /dev/null +++ b/home/hypr/hyprpaper.conf @@ -0,0 +1,4 @@ +preload = ~/.config/hypr/greenCity.jpg +wallpaper = ,~/.config/hypr/greenCity.jpg + +splash = false diff --git a/home/hypr/tokyoGreen.jpg b/home/hypr/tokyoGreen.jpg new file mode 100644 index 00000000..4af0a0b6 Binary files /dev/null and b/home/hypr/tokyoGreen.jpg differ