mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
hyprland: added hyprpaper config and wallpapers
This commit is contained in:
parent
b3bda32bb0
commit
cb057cdcac
|
@ -22,6 +22,9 @@
|
||||||
|
|
||||||
xdg.configFile."hypr/hypridle.conf".source = ./hypridle.conf;
|
xdg.configFile."hypr/hypridle.conf".source = ./hypridle.conf;
|
||||||
xdg.configFile."hypr/hyprlock.conf".source = ./hyprlock.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 = {
|
home.pointerCursor = {
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
|
BIN
home/hypr/greenCity.jpg
Normal file
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
BIN
home/hypr/hongKongGreen.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 MiB |
|
@ -205,8 +205,8 @@ bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
# Adjust display brightness.
|
# Adjust display brightness.
|
||||||
bind = , xf86monbrightnessup, exec, brightnessctl set 10%+
|
bind = , xf86monbrightnessup, exec, brightnessctl set 5%+
|
||||||
bind = , xf86monbrightnessdown, exec, brightnessctl set 10%-
|
bind = , xf86monbrightnessdown, exec, brightnessctl set 5%-
|
||||||
|
|
||||||
# Adjust volume and play/pause.
|
# Adjust volume and play/pause.
|
||||||
bind = , xf86audioraisevolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%+
|
bind = , xf86audioraisevolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%+
|
||||||
|
|
4
home/hypr/hyprpaper.conf
Normal file
4
home/hypr/hyprpaper.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
preload = ~/.config/hypr/greenCity.jpg
|
||||||
|
wallpaper = ,~/.config/hypr/greenCity.jpg
|
||||||
|
|
||||||
|
splash = false
|
BIN
home/hypr/tokyoGreen.jpg
Normal file
BIN
home/hypr/tokyoGreen.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 MiB |
Loading…
Reference in a new issue