From 02e2c31c50399af0b4bcd2a6a0ba3d4ca42f6286 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sun, 9 Jan 2022 16:41:18 +0100 Subject: [PATCH] Set GTK theme and background for sway Signed-off-by: Severin Kaderli --- system/.config/sway/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system/.config/sway/config b/system/.config/sway/config index 9025e4a..509b677 100644 --- a/system/.config/sway/config +++ b/system/.config/sway/config @@ -26,12 +26,12 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec -- ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg /home/severin/dotfiles/assets/wallpaper.odin.jpg fill gaps inner 10 gaps outer -10 -# Disable Title barsx +# Disable Title bars default_border pixel 0 input type:keyboard { @@ -186,6 +186,7 @@ assign [app_id="mpv"] 9 assign [class="mpv"] 9 exec_always kanshi +exec_always gsettings set org.gnome.desktop.interface icon-theme 'Papirus-Dark' exec dunst