1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-10-31 19:17:26 -05:00

Add Rofi background images to the repository

This commit is contained in:
Kaan Barmore-Genç 2023-04-23 23:55:33 -04:00
parent 2e6bffcb05
commit 646c2608ac
Signed by: kaan
GPG key ID: B2E280771CD62FCF
7 changed files with 18 additions and 2 deletions

View file

@ -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"

5
.gitattributes vendored Normal file
View file

@ -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

View file

@ -0,0 +1,3 @@
https://www.pexels.com/photo/aerial-photography-of-cloudy-mountain-7919/
Creative Commons Zero (CC0)

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1515c7a041c8750b324639a18b19f8ef9a4fa620150f7c8808c49ccc1b4e59b1
size 118884

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c468f8501b6f8ab8c31254a395df7ba848210ddf04bdba74103adc3643bf269
size 102772

View file

@ -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" ];

View file

@ -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" ];
}