1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-11-01 03:27:26 -05:00

Add sway wallpaper images

This commit is contained in:
Kaan Barmore-Genç 2023-04-24 00:58:45 -04:00
parent c9397598ab
commit 3552d13ee7
Signed by: kaan
GPG key ID: B2E280771CD62FCF
9 changed files with 40 additions and 17 deletions

View file

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

View file

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

View file

@ -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}};
}
/*

View file

@ -0,0 +1,3 @@
https://www.pexels.com/photo/green-pine-trees-on-mountain-under-blue-sky-143577/
Free under the Pexels license

View file

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

3
sway/left.avif Normal file
View file

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

3
sway/middle.avif Normal file
View file

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

View file

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

3
sway/right.avif Normal file
View file

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