Change to date display, and alterations to keyboard changes

develop
Nathan Steel 6 years ago
parent 907a0fca45
commit a8801daa95

@ -2,6 +2,14 @@
/usr/bin/setxkbmap -option caps:swapescape /usr/bin/setxkbmap -option caps:swapescape
# Switch left alt and cmd
# I need this to be only for apple devices...
/usr/bin/setxkbmap -option altwin:swap_alt_win
# Key Repeat Rate
# xset r rate 280 40 # Defaults
xset r rate 300 50
# Key Repeat Rate # Key Repeat Rate
# xset r rate 280 40 # Defaults # xset r rate 280 40 # Defaults
@ -19,7 +27,7 @@ while true; do
status_bar="" status_bar=""
status_bar+=" $USER" status_bar+=" $USER"
status_bar+=" $(cat /sys/class/power_supply/BAT0/capacity)%" status_bar+=" $(cat /sys/class/power_supply/BAT0/capacity)%"
status_bar+=" $( date +"%F %R" )" status_bar+=" $( date +"%A %d/%m/%Y %R" )"
# Set the status bar # Set the status bar
xsetroot -name "$status_bar" xsetroot -name "$status_bar"

Loading…
Cancel
Save