feat: Add WallRizz
This commit is contained in:
2
.config/.gitignore
vendored
2
.config/.gitignore
vendored
@@ -22,3 +22,5 @@
|
||||
!micro/**
|
||||
!hyprpanel
|
||||
!hyprpanel/**
|
||||
!WallRizz
|
||||
!WallRizz/**
|
||||
|
||||
12
.config/WallRizz/hyprpaper@5hubham5ingh.js
Normal file
12
.config/WallRizz/hyprpaper@5hubham5ingh.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
For: hyprpaper, https://github.com/hyprwm/hyprpaper
|
||||
Author: https://github.com/5hubham5ingh
|
||||
Prerequisite: hyprpaper daemon should be running
|
||||
Changes: Set to change wallpaper on all screens
|
||||
*/
|
||||
|
||||
export function setWallpaper(wallpaperPath) {
|
||||
OS.exec(["hyprctl", "-q", "hyprpaper unload all"]);
|
||||
OS.exec(["hyprctl", "-q", `hyprpaper preload ${wallpaperPath}`]);
|
||||
OS.exec(["hyprctl", "-q", `hyprpaper wallpaper ,${wallpaperPath}`]);
|
||||
}
|
||||
BIN
.config/backgrounds/Yor.jpg
Normal file
BIN
.config/backgrounds/Yor.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 428 KiB |
BIN
.config/backgrounds/frieren.jpg
Normal file
BIN
.config/backgrounds/frieren.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 MiB |
@@ -285,4 +285,7 @@ bind = SUPER CTRL, P, exec, ~/.config/hypr/scripts/gromit.py
|
||||
bind = $mainMod, PERIOD, exec, bemoji
|
||||
|
||||
# Custom terminal
|
||||
bind = $mainMod, T, exec, alacritty --config-file ~/dotfiles/.alacritty-nozellij.toml
|
||||
bind = $mainMod, T, exec, alacritty --config-file ~/dotfiles/.alacritty-nozellij.toml
|
||||
|
||||
# Save output to ~/tmp/errors.log
|
||||
bind = $mainMod CTRL, W, exec, kitty -o allow_remote_control=yes --class float-80 WallRizz -n -d ~/.config/backgrounds
|
||||
@@ -1,17 +1,3 @@
|
||||
preload = ~/.config/backgrounds/background.png
|
||||
preload = ~/.config/backgrounds/akaza.png
|
||||
preload = ~/.config/backgrounds/background.png
|
||||
preload = ~/.config/backgrounds/better_shaded_landscape.jpg
|
||||
preload = ~/.config/backgrounds/car-with-full-moon-background.jpg
|
||||
preload = ~/.config/backgrounds/cello.jpg
|
||||
preload = ~/.config/backgrounds/earth.jpg
|
||||
preload = ~/.config/backgrounds/lofiwallpaper.png
|
||||
preload = ~/.config/backgrounds/nice-blue-background.png
|
||||
preload = ~/.config/backgrounds/shaded.png
|
||||
preload = ~/.config/backgrounds/shinobu.png
|
||||
preload = ~/.config/backgrounds/rengoku2.png
|
||||
|
||||
|
||||
|
||||
wallpaper = , ~/.config/backgrounds/rengoku2.png
|
||||
ipc = on
|
||||
@@ -5,6 +5,10 @@
|
||||
# windowrulev2 = stayfocused,class:(clipse)
|
||||
|
||||
windowrulev2 = float,class:(float)
|
||||
windowrule = size <80% <80%,class:(float)
|
||||
windowrulev2 = float,class:(float-80)
|
||||
windowrule = size 80% 80%,class:(float-80)
|
||||
|
||||
windowrulev2 = float,class:(swayimg)
|
||||
windowrulev2 = size 80%,class:(swayimg)
|
||||
windowrule = noblur 1 noanim 1 noshadow 1, class:(^$)
|
||||
|
||||
Reference in New Issue
Block a user