From 3552d13ee7d6c5dc38a474ab01d33050cedcc33f Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Mon, 24 Apr 2023 00:58:45 -0400 Subject: [PATCH] Add sway wallpaper images --- .dotter/global.toml | 8 +++++++- rofi/themes/rofi-advanced-7-2.rasi | 12 ++++++------ rofi/themes/rofi-advanced-powermenu-6-2.rasi | 12 ++++++------ sway/LICENSE-wallpaper-images.txt | 3 +++ sway/config | 10 ++++++---- sway/left.avif | 3 +++ sway/middle.avif | 3 +++ sway/pexels-markus-spiske-143577.jpg | 3 +++ sway/right.avif | 3 +++ 9 files changed, 40 insertions(+), 17 deletions(-) create mode 100644 sway/LICENSE-wallpaper-images.txt create mode 100644 sway/left.avif create mode 100644 sway/middle.avif create mode 100644 sway/pexels-markus-spiske-143577.jpg create mode 100644 sway/right.avif diff --git a/.dotter/global.toml b/.dotter/global.toml index 68a8191..6607a62 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -16,6 +16,8 @@ fish = "~/.config/fish" [kitty.files] "kitty/kitty.conf" = "~/.config/kitty/kitty.conf" +[rofi] +depends = ["theme"] [rofi.files] "rofi/config/config.rasi" = "~/.config/rofi/config.rasi" "rofi/themes/rofi-advanced-7-2.rasi" = "~/.local/share/rofi/themes/rofi-advanced-7-2.rasi" @@ -24,8 +26,13 @@ fish = "~/.config/fish" "rofi/themes/launcher-bg.avif" = { target = "~/.local/share/rofi/themes/launcher-bg.avif", type = "symbolic" } "rofi/themes/powermenu-bg.avif" = { target = "~/.local/share/rofi/themes/powermenu-bg.avif", type = "symbolic" } +[sway] +depends = ["theme"] [sway.files] "sway/config" = "~/.config/sway/config" +"sway/left.avif" = { target = "~/.config/sway/left.avif", type = "symbolic" } +"sway/middle.avif" = { target = "~/.config/sway/middle.avif", type = "symbolic" } +"sway/right.avif" = { target = "~/.config/sway/right.avif", type = "symbolic" } [systemd.files] "systemd/user/kdeconnectd.service" = "~/.config/systemd/user/kdeconnectd.service" @@ -34,7 +41,6 @@ fish = "~/.config/fish" [waybar] depends = ["theme"] - [waybar.files] "waybar/config" = "~/.config/waybar/config" "waybar/style.css" = "~/.config/waybar/style.css" diff --git a/rofi/themes/rofi-advanced-7-2.rasi b/rofi/themes/rofi-advanced-7-2.rasi index e65a1d4..ee4a4eb 100644 --- a/rofi/themes/rofi-advanced-7-2.rasi +++ b/rofi/themes/rofi-advanced-7-2.rasi @@ -24,12 +24,12 @@ configuration { /*****----- Global Properties -----*****/ * { font: "Ubuntu 10"; - background: #743307; - background-alt: #66cc99; - foreground: #FFFFFF; - selected: #5D7150; - active: #9878FF; - urgent: #7D0075; + background: {{color_secondary_darker}}; + background-alt: {{color_primary}}; + foreground: {{color_secondary_darker_fg}}; + selected: {{color_primary_darker}}; + active: #000000; + urgent: #000000; } /*****----- Main Window -----*****/ diff --git a/rofi/themes/rofi-advanced-powermenu-6-2.rasi b/rofi/themes/rofi-advanced-powermenu-6-2.rasi index ddfb9ea..47c321f 100644 --- a/rofi/themes/rofi-advanced-powermenu-6-2.rasi +++ b/rofi/themes/rofi-advanced-powermenu-6-2.rasi @@ -15,12 +15,12 @@ configuration { /*****----- Global Properties -----*****/ * { font: "Ubuntu 10"; - background: #3F2D16; - background-alt: #743307; - foreground: #FFFFFF; - selected: #D6882D; - active: #5D7150; - urgent: #94A879; + background: {{color_secondary_darkest}}; + background-alt: {{color_secondary_darker}}; + foreground: {{color_secondary_darkest_fg}}; + selected: {{color_secondary}}; + active: {{color_primary_darker}}; + urgent: {{color_primary_dark}}; } /* diff --git a/sway/LICENSE-wallpaper-images.txt b/sway/LICENSE-wallpaper-images.txt new file mode 100644 index 0000000..feba3fa --- /dev/null +++ b/sway/LICENSE-wallpaper-images.txt @@ -0,0 +1,3 @@ +https://www.pexels.com/photo/green-pine-trees-on-mountain-under-blue-sky-143577/ + +Free under the Pexels license diff --git a/sway/config b/sway/config index 9768437..8e6fa62 100644 --- a/sway/config +++ b/sway/config @@ -31,19 +31,19 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill output DP-1 { resolution 2560x1440@74.971Hz position 0,0 - bg /home/kaan/Pictures/Wallpapers/left.jpg fill + bg $HOME/.config/sway/left.avif fill } output DP-2 { resolution 2560x1440@144.006Hz position 2560,0 adaptive_sync on - bg /home/kaan/Pictures/Wallpapers/middle.jpg fill + bg $HOME/.config/sway/middle.avif fill } output DP-3 { resolution 2560x1440@144.006Hz position 5120,0 adaptive_sync on - bg /home/kaan/Pictures/Wallpapers/right.jpg fill + bg $HOME/.config/sway/right.avif fill } # Enable XWayland @@ -307,10 +307,12 @@ gaps inner 12 gaps outer 16 default_border pixel -client.focused #F10086 #F10086 #ffffff #F10086 #F10086 +client.focused {{color_primary}} #F10086 #ffffff #F10086 {{color_primary}} +# the focused view within an unfocused container (like the selected one in a vertical stack) client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a client.focused_tab_title #333333 #5f676a #ffffff client.unfocused #711A75 #711A75 #ffffff #711A75 #711A75 +# ignore urgent, it's xwayland only client.urgent #F582A7 #F582A7 #000000 #F582A7 #F582A7 include /etc/sway/config.d/* diff --git a/sway/left.avif b/sway/left.avif new file mode 100644 index 0000000..2e20b53 --- /dev/null +++ b/sway/left.avif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94455252e4e531d4c2d28194faa004c25d8a16e06e96e997a4218591f9c0911e +size 369542 diff --git a/sway/middle.avif b/sway/middle.avif new file mode 100644 index 0000000..ca126d1 --- /dev/null +++ b/sway/middle.avif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2f5802d5d7e4427de54e32773261ddfc172b48940bb9b996ad225819f1f47c +size 490169 diff --git a/sway/pexels-markus-spiske-143577.jpg b/sway/pexels-markus-spiske-143577.jpg new file mode 100644 index 0000000..f12fac3 --- /dev/null +++ b/sway/pexels-markus-spiske-143577.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea747152124a779f3fc1ee8f8e56806c94c799511fd697c1e60b0fc21e1c2afc +size 3888869 diff --git a/sway/right.avif b/sway/right.avif new file mode 100644 index 0000000..567eef3 --- /dev/null +++ b/sway/right.avif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef20778b7f5c112c07346051dfd9d706d235aa2b65c3d2ea5bca93ebbd476104 +size 616662