From 8c3944fd88d7305fa60f6c0b2fe050060da6680c Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 11 Apr 2026 16:28:09 -0700 Subject: [PATCH] cosmo updates --- cosmo/config/i3/config | 1 + cosmo/config/xsettingsd/xsettingsd.conf | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 cosmo/config/xsettingsd/xsettingsd.conf 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"