mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
update some styling including a kestrel background
This commit is contained in:
parent
7a79f91c98
commit
aecaf35a76
4
home/dot_config/hypr/scripts/executable_bg.sh.tmpl
Normal file
4
home/dot_config/hypr/scripts/executable_bg.sh.tmpl
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
swaybg -c "{{ .themes.gruvbox.bg0 }}" &
|
||||
sleep .1; swaybg -m center -i ~/.local/share/chezmoi/resources/img/kestrel.png
|
@ -1,4 +0,0 @@
|
||||
# autostart with hyprland
|
||||
exec-once = waybar
|
||||
exec = ~/.config/hypr/scripts/idle.sh
|
||||
exec = swaybg -i ~/media/pictures/wallpapers/random_wallpapers/sulphur-mountain.jpg
|
4
home/dot_config/hypr/start.conf.tmpl
Normal file
4
home/dot_config/hypr/start.conf.tmpl
Normal file
@ -0,0 +1,4 @@
|
||||
# autostart with hyprland
|
||||
exec-once = waybar
|
||||
exec = ~/.config/hypr/scripts/idle.sh
|
||||
exec = ~/.config/hypr/scripts/bg.sh
|
@ -2,3 +2,4 @@
|
||||
windowrulev2 = workspace name:VIII, title:^(Discord)$
|
||||
windowrulev2 = workspace name:I, title:^(Steam)$
|
||||
windowrulev2 = workspace name:VII, title:Obsidian
|
||||
windowrulev2 = opacity 0.9, 0.85,class:(kitty)
|
||||
|
@ -131,4 +131,3 @@ window#waybar.hidden {
|
||||
#scratchpad.empty {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
@ -64,7 +64,6 @@ in {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
})
|
||||
)
|
||||
|
||||
] ++ [
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user