diff options
-rwxr-xr-x | .config/bspwm/bspwmrc | 4 | ||||
-rw-r--r-- | .config/polybar/config | 1 | ||||
-rw-r--r-- | .config/rofi/config.rasi | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 002779a..10d606c 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -3,11 +3,11 @@ pgrep -x sxhkd > /dev/null || sxhkd & picom & /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & -kdeconnect-indicator & #/usr/bin/nm-applet & sh $HOME/Documents/scroll_trackball.sh ./.config/polybar/launch.sh & -hsetroot -solid '#222833' +hsetroot -solid '#222833' & +/usr/bin/kdeconnect-indicator & #feh --bg-fill $HOME/Pictures/wallpaper/flower_1920x1080.png & diff --git a/.config/polybar/config b/.config/polybar/config index 6dd4963..58e72d6 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -86,7 +86,6 @@ module-margin = 3 tray-position = right tray-detached = false - [module/battery] type=internal/battery diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index bac6076..23ad288 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -12,8 +12,8 @@ configuration { } * { - bg: #121212; - fg: #dedede; + bg: #111116; + fg: #cecccf; accent: #ffffff; background-color: @bg; } |