mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 17:31:40 -05:00
Update bar more often and remove ./ from baraction.sh
This commit is contained in:
parent
1494ae5cc8
commit
3356f1ccd4
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ while :; do
|
|||
APM_DATA=""
|
||||
I=0
|
||||
while read -p; do
|
||||
if [ $(( ${I} % 59 )) -eq 0 ]; then
|
||||
if [ $(( ${I} % 1 )) -eq 0 ]; then
|
||||
APM_DATA=`/usr/sbin/apm -alb`
|
||||
fi
|
||||
if [ $I -gt 2 ]; then
|
||||
|
|
|
@ -10,7 +10,7 @@ bar_border[1] = rgb:00/80/80
|
|||
bar_color[1] = black
|
||||
bar_font_color[1] = rgb:a0/a0/a0
|
||||
bar_font = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*
|
||||
#bar_action = ./baraction.sh
|
||||
#bar_action = baraction.sh
|
||||
#bar_delay = 1
|
||||
clock_enabled = 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue