fix kestrel hypr pop-in for wallpaper and setup bulwark

This commit is contained in:
Tyler Starr 2023-12-26 09:37:55 -08:00
parent 5cbb3a3fff
commit 0a36794414
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#
swaybg -c "{{ .themes.gruvbox.bg0 }}" &
sleep .1; swaybg -m center -i ~/.local/share/chezmoi/resources/img/{{ .chezmoi.hostname }}.png
sleep .5; swaybg -m center -i ~/.local/share/chezmoi/resources/img/{{ .chezmoi.hostname }}.png

View File

@ -32,6 +32,9 @@
# GNOME settings through home
home-manager.users.${user} = {
dconf.settings = {
"org/gnome/desktop/background" = {
picture-uri = "file://${../../../resources/img/bulwark.png}";
};
# Enable on-screen keyboard
"org/gnome/desktop/a11y/applications" = {
screen-keyboard-enabled = true;