hyprland: added hyprpaper config and wallpapers

This commit is contained in:
Aly Raffauf 2024-03-24 23:12:30 -04:00
parent b3bda32bb0
commit cb057cdcac
6 changed files with 9 additions and 2 deletions

View file

@ -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;

BIN
home/hypr/greenCity.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

BIN
home/hypr/hongKongGreen.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

View file

@ -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%+

4
home/hypr/hyprpaper.conf Normal file
View file

@ -0,0 +1,4 @@
preload = ~/.config/hypr/greenCity.jpg
wallpaper = ,~/.config/hypr/greenCity.jpg
splash = false

BIN
home/hypr/tokyoGreen.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 MiB