diff --git a/cosmo/config/i3/config b/cosmo/config/i3/config index ff00dee..8f38d2a 100644 --- a/cosmo/config/i3/config +++ b/cosmo/config/i3/config @@ -155,6 +155,7 @@ bindsym $mod+$smod+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu exec --no-startup-id feh --bg-fill ~/.config/i3/assets/wallpaper/wallpaper.jpg exec_always --no-startup-id $HOME/.config/polybar/launch.sh +exec --no-startup-id xsettingsd #bar { # i3bar_command i3bar --transparency diff --git a/cosmo/config/xsettingsd/xsettingsd.conf b/cosmo/config/xsettingsd/xsettingsd.conf new file mode 100644 index 0000000..5a3ac9c --- /dev/null +++ b/cosmo/config/xsettingsd/xsettingsd.conf @@ -0,0 +1,3 @@ +Net/ThemeName "pogmom-gtk" +Net/IconThemeName "breeze-dark" +Gtk/CursorThemeName "breeze-dark"