diff options
| author | 2026-05-19 22:23:40 -0400 | |
|---|---|---|
| committer | 2026-05-19 22:23:40 -0400 | |
| commit | 33567739337783e67167a43557c434accb6fe3a0 (patch) | |
| tree | 2db5300d10d8d0b5c1fc52622919b5b4ce43e4b6 /themes/iroha/sway/theme | |
| parent | 0848d6c89defb95966deeecd1c61352deccbeaec (diff) | |
| download | dotfiles-33567739337783e67167a43557c434accb6fe3a0.tar.gz dotfiles-33567739337783e67167a43557c434accb6fe3a0.tar.bz2 dotfiles-33567739337783e67167a43557c434accb6fe3a0.zip | |
Diffstat (limited to 'themes/iroha/sway/theme')
| -rw-r--r-- | themes/iroha/sway/theme | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/iroha/sway/theme b/themes/iroha/sway/theme index 6b9e661..6092cd7 100644 --- a/themes/iroha/sway/theme +++ b/themes/iroha/sway/theme @@ -14,13 +14,13 @@ set $wallpaperV "~/c/dotfiles/themes/iroha/wallpaper/wallpaper_vert.png" include ../monitors output $monitor1 { -#bg $wallpaper1 fill - bg $c1 solid_color + bg $wallpaper1 fill + #bg $c1 solid_color } output $monitor2 { -#bg $wallpaperV fill - bg $c1 solid_color + bg $wallpaperV fill + #bg $c1 solid_color } bindsym --no-repeat $mod4+F1 output $monitor1 bg $wallpaper1 fill |