diff options
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 |