update dwm config

This commit is contained in:
pim-wtf
2023-04-06 14:09:17 +02:00
parent a83fd86084
commit fbde8ab585
11 changed files with 142 additions and 30 deletions

View File

@ -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"
}

View File

@ -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

View File

@ -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