mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
fix kestrel hypr pop-in for wallpaper and setup bulwark
This commit is contained in:
parent
5cbb3a3fff
commit
0a36794414
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user