update dwm config
This commit is contained in:
@ -28,7 +28,7 @@ pkg_updates() {
|
||||
}
|
||||
|
||||
battery() {
|
||||
get_capacity="$(cat /sys/class/power_supply/BAT1/capacity)"
|
||||
get_capacity="$(cat /sys/class/power_supply/BAT0/capacity)"
|
||||
printf "^c$blue^ $get_capacity"
|
||||
}
|
||||
|
||||
|
@ -2,10 +2,10 @@
|
||||
|
||||
# colors
|
||||
|
||||
black=#222526
|
||||
green=#89b482
|
||||
white=#c7b89d
|
||||
black=#282828
|
||||
green=#98971a
|
||||
white=#a89984
|
||||
grey=#2b2e2f
|
||||
blue=#6f8faf
|
||||
red=#ec6b64
|
||||
darkblue=#6080a0
|
||||
red=#cc241d
|
||||
darkblue=#458588
|
||||
|
@ -4,7 +4,8 @@ xrdb merge ~/.Xresources
|
||||
xbacklight -set 10 &
|
||||
feh --bg-fill ~/.wallpapers/wall.jpg &
|
||||
xset r rate 200 50 &
|
||||
picom &
|
||||
picom --no-fading-openclose &
|
||||
setxkbmap -layout us -variant altgr-intl -option nodeadkeys
|
||||
|
||||
~/.config/dwm/scripts/bar.sh &
|
||||
while type dwm >/dev/null; do dwm && continue || break; done
|
||||
|
Reference in New Issue
Block a user