diff --git a/.dotter/global.toml b/.dotter/global.toml index 9f73154..31f26c3 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -21,6 +21,8 @@ fish = "~/.config/fish" "rofi/themes/rofi-advanced-7-2.rasi" = "~/.local/share/rofi/themes/rofi-advanced-7-2.rasi" "rofi/themes/rofi-advanced-powermenu-6-2.rasi" = "~/.local/share/rofi/themes/rofi-advanced-powermenu-6-2.rasi" "rofi/themes/powermenu.sh" = "~/.local/share/rofi/themes/powermenu.sh" +"rofi/themes/launcher-bg.avif" = "~/.local/share/rofi/themes/launcher-bg.avif" +"rofi/themes/powermenu-bg.avif" = "~/.local/share/rofi/themes/powermenu-bg.avif" [sway.files] "sway/config" = "~/.config/sway/config" diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d34675c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.avif filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text diff --git a/rofi/themes/LICENSE-bg-images.txt b/rofi/themes/LICENSE-bg-images.txt new file mode 100644 index 0000000..4442fd8 --- /dev/null +++ b/rofi/themes/LICENSE-bg-images.txt @@ -0,0 +1,3 @@ +https://www.pexels.com/photo/aerial-photography-of-cloudy-mountain-7919/ + +Creative Commons Zero (CC0) diff --git a/rofi/themes/launcher-bg.avif b/rofi/themes/launcher-bg.avif new file mode 100644 index 0000000..f0e9ecb --- /dev/null +++ b/rofi/themes/launcher-bg.avif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1515c7a041c8750b324639a18b19f8ef9a4fa620150f7c8808c49ccc1b4e59b1 +size 118884 diff --git a/rofi/themes/powermenu-bg.avif b/rofi/themes/powermenu-bg.avif new file mode 100644 index 0000000..906b131 --- /dev/null +++ b/rofi/themes/powermenu-bg.avif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c468f8501b6f8ab8c31254a395df7ba848210ddf04bdba74103adc3643bf269 +size 102772 diff --git a/rofi/themes/rofi-advanced-7-2.rasi b/rofi/themes/rofi-advanced-7-2.rasi index e7c7a77..e65a1d4 100644 --- a/rofi/themes/rofi-advanced-7-2.rasi +++ b/rofi/themes/rofi-advanced-7-2.rasi @@ -73,7 +73,7 @@ inputbar { spacing: 10px; padding: 80px 60px; background-color: transparent; - background-image: url("/home/kaan/Pictures/Wallpapers/pexels-life-of-pix-7919.avif", width); + background-image: url("~/.local/share/rofi/themes/launcher-bg.avif", width); text-color: @foreground; orientation: horizontal; children: [ "textbox-prompt-colon", "entry", "dummy", "mode-switcher" ]; diff --git a/rofi/themes/rofi-advanced-powermenu-6-2.rasi b/rofi/themes/rofi-advanced-powermenu-6-2.rasi index 4bc9945..ddfb9ea 100644 --- a/rofi/themes/rofi-advanced-powermenu-6-2.rasi +++ b/rofi/themes/rofi-advanced-powermenu-6-2.rasi @@ -57,7 +57,7 @@ imagebox { spacing: 20px; padding: 20px; background-color: transparent; - background-image: url("/home/kaan/Pictures/Wallpapers/pexels-life-of-pix-7919-small.avif", height); + background-image: url("~/.local/share/rofi/themes/powermenu-bg.avif", height); children: [ "inputbar", "dummy", "message" ]; }