diff options
| author | 2025-10-17 12:22:00 -0400 | |
|---|---|---|
| committer | 2025-10-17 12:32:42 -0400 | |
| commit | 544da1ba50d9cbf51a18ca0abf1db66b3baa7460 (patch) | |
| tree | 1caa87664ea4937c5f4e6e8dc83c49b3132ddd70 /themes/iroha/sway/theme | |
| parent | 85a47287e56ba9100420246531ebea5996cc0486 (diff) | |
| download | dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.gz dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.bz2 dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.zip | |
Gentoo desktop
Diffstat (limited to 'themes/iroha/sway/theme')
| -rw-r--r-- | themes/iroha/sway/theme | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/iroha/sway/theme b/themes/iroha/sway/theme new file mode 100644 index 0000000..2ce5c28 --- /dev/null +++ b/themes/iroha/sway/theme @@ -0,0 +1,18 @@ +set $mod4 Mod4 + +set $bg #000000 +set $fg #eeeeee +set $c1 #af5f00 +set $c1_light #af8700 +set $c2 #af8700 +set $urgent #d75f00 + +set $wallpaper1 "~/c/dotfiles/themes/iroha/wallpaper/wallpaper.png" +set $wallpaper2 "~/c/dotfiles/themes/iroha/wallpaper/wallpaper2.png" + +output "DP-1" { + bg $wallpaper1 fill +} + +bindsym --no-repeat $mod4+F1 output "DP-1" bg $wallpaper1 fill +bindsym --no-repeat $mod4+F2 output "DP-1" bg $wallpaper2 fill |