diff options
author | listout <listout@protonmail.com> | 2021-12-26 19:59:02 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-12-26 19:59:02 +0530 |
commit | 97a80255ec04cd27750002f08b5a725f747e8188 (patch) | |
tree | b3582e4223c281669eb2437714bb80ca22ce67c6 | |
parent | 4fcbbaea798de7e5c5bb41825ba3dc2e25e04020 (diff) |
changing config, part 4
-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; } |