update some styling including a kestrel background

This commit is contained in:
Tyler Starr 2023-12-25 23:40:29 -08:00
parent 7a79f91c98
commit aecaf35a76
6 changed files with 9 additions and 6 deletions

View 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

View File

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

View File

@ -0,0 +1,4 @@
# autostart with hyprland
exec-once = waybar
exec = ~/.config/hypr/scripts/idle.sh
exec = ~/.config/hypr/scripts/bg.sh

View File

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

View File

@ -131,4 +131,3 @@ window#waybar.hidden {
#scratchpad.empty {
background-color: transparent;
}

View File

@ -64,7 +64,6 @@ in {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
})
)
] ++ [
];