Set GTK theme and background for sway
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
33ae6b6ae5
commit
02e2c31c50
1 changed files with 3 additions and 2 deletions
|
@ -26,12 +26,12 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
# 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 inner 10
|
||||||
gaps outer -10
|
gaps outer -10
|
||||||
|
|
||||||
# Disable Title barsx
|
# Disable Title bars
|
||||||
default_border pixel 0
|
default_border pixel 0
|
||||||
|
|
||||||
input type:keyboard {
|
input type:keyboard {
|
||||||
|
@ -186,6 +186,7 @@ assign [app_id="mpv"] 9
|
||||||
assign [class="mpv"] 9
|
assign [class="mpv"] 9
|
||||||
|
|
||||||
exec_always kanshi
|
exec_always kanshi
|
||||||
|
exec_always gsettings set org.gnome.desktop.interface icon-theme 'Papirus-Dark'
|
||||||
|
|
||||||
exec dunst
|
exec dunst
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue