1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-10-31 19:17: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.files]
"kitty/kitty.conf" = "~/.config/kitty/kitty.conf" "kitty/kitty.conf" = "~/.config/kitty/kitty.conf"
[rofi]
depends = ["theme"]
[rofi.files] [rofi.files]
"rofi/config/config.rasi" = "~/.config/rofi/config.rasi" "rofi/config/config.rasi" = "~/.config/rofi/config.rasi"
"rofi/themes/rofi-advanced-7-2.rasi" = "~/.local/share/rofi/themes/rofi-advanced-7-2.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/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" } "rofi/themes/powermenu-bg.avif" = { target = "~/.local/share/rofi/themes/powermenu-bg.avif", type = "symbolic" }
[sway]
depends = ["theme"]
[sway.files] [sway.files]
"sway/config" = "~/.config/sway/config" "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.files]
"systemd/user/kdeconnectd.service" = "~/.config/systemd/user/kdeconnectd.service" "systemd/user/kdeconnectd.service" = "~/.config/systemd/user/kdeconnectd.service"
@ -34,7 +41,6 @@ fish = "~/.config/fish"
[waybar] [waybar]
depends = ["theme"] depends = ["theme"]
[waybar.files] [waybar.files]
"waybar/config" = "~/.config/waybar/config" "waybar/config" = "~/.config/waybar/config"
"waybar/style.css" = "~/.config/waybar/style.css" "waybar/style.css" = "~/.config/waybar/style.css"

View file

@ -24,12 +24,12 @@ configuration {
/*****----- Global Properties -----*****/ /*****----- Global Properties -----*****/
* { * {
font: "Ubuntu 10"; font: "Ubuntu 10";
background: #743307; background: {{color_secondary_darker}};
background-alt: #66cc99; background-alt: {{color_primary}};
foreground: #FFFFFF; foreground: {{color_secondary_darker_fg}};
selected: #5D7150; selected: {{color_primary_darker}};
active: #9878FF; active: #000000;
urgent: #7D0075; urgent: #000000;
} }
/*****----- Main Window -----*****/ /*****----- Main Window -----*****/

View file

@ -15,12 +15,12 @@ configuration {
/*****----- Global Properties -----*****/ /*****----- Global Properties -----*****/
* { * {
font: "Ubuntu 10"; font: "Ubuntu 10";
background: #3F2D16; background: {{color_secondary_darkest}};
background-alt: #743307; background-alt: {{color_secondary_darker}};
foreground: #FFFFFF; foreground: {{color_secondary_darkest_fg}};
selected: #D6882D; selected: {{color_secondary}};
active: #5D7150; active: {{color_primary_darker}};
urgent: #94A879; 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 { output DP-1 {
resolution 2560x1440@74.971Hz resolution 2560x1440@74.971Hz
position 0,0 position 0,0
bg /home/kaan/Pictures/Wallpapers/left.jpg fill bg $HOME/.config/sway/left.avif fill
} }
output DP-2 { output DP-2 {
resolution 2560x1440@144.006Hz resolution 2560x1440@144.006Hz
position 2560,0 position 2560,0
adaptive_sync on adaptive_sync on
bg /home/kaan/Pictures/Wallpapers/middle.jpg fill bg $HOME/.config/sway/middle.avif fill
} }
output DP-3 { output DP-3 {
resolution 2560x1440@144.006Hz resolution 2560x1440@144.006Hz
position 5120,0 position 5120,0
adaptive_sync on adaptive_sync on
bg /home/kaan/Pictures/Wallpapers/right.jpg fill bg $HOME/.config/sway/right.avif fill
} }
# Enable XWayland # Enable XWayland
@ -307,10 +307,12 @@ gaps inner 12
gaps outer 16 gaps outer 16
default_border pixel 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_inactive #333333 #5f676a #ffffff #484e50 #5f676a
client.focused_tab_title #333333 #5f676a #ffffff client.focused_tab_title #333333 #5f676a #ffffff
client.unfocused #711A75 #711A75 #ffffff #711A75 #711A75 client.unfocused #711A75 #711A75 #ffffff #711A75 #711A75
# ignore urgent, it's xwayland only
client.urgent #F582A7 #F582A7 #000000 #F582A7 #F582A7 client.urgent #F582A7 #F582A7 #000000 #F582A7 #F582A7
include /etc/sway/config.d/* 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