diff options
| author | 2026-04-25 14:28:02 -0400 | |
|---|---|---|
| committer | 2026-04-25 14:46:39 -0400 | |
| commit | 0848d6c89defb95966deeecd1c61352deccbeaec (patch) | |
| tree | 21a2e74fcabb85c02fda8959badc08b0f7de0261 /themes/iroha/sway | |
| parent | ef40a5119a77280863c21ba67397818514714ccc (diff) | |
| download | dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.gz dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.bz2 dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.zip | |
New CPU + Cleanup
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 |