diff options
Diffstat (limited to 'themes/iroha/sway')
| -rw-r--r-- | themes/iroha/sway/theme | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/themes/iroha/sway/theme b/themes/iroha/sway/theme index 00edac1..6b9e661 100644 --- a/themes/iroha/sway/theme +++ b/themes/iroha/sway/theme @@ -9,12 +9,20 @@ set $urgent #d75f00 set $wallpaper1 "~/c/dotfiles/themes/iroha/wallpaper/wallpaper.png" set $wallpaper2 "~/c/dotfiles/themes/iroha/wallpaper/wallpaper2.png" +set $wallpaperV "~/c/dotfiles/themes/iroha/wallpaper/wallpaper_vert.png" include ../monitors output $monitor1 { - bg $wallpaper1 fill +#bg $wallpaper1 fill + bg $c1 solid_color +} + +output $monitor2 { +#bg $wallpaperV fill + bg $c1 solid_color } bindsym --no-repeat $mod4+F1 output $monitor1 bg $wallpaper1 fill bindsym --no-repeat $mod4+F2 output $monitor1 bg $wallpaper2 fill +bindsym --no-repeat $mod4+F3 output $monitor1 bg $c1 solid_color |