Merge branch 'master' of github.com:GeoffreyFrogeye/dotfiles
This commit is contained in:
commit
717491712d
|
@ -344,7 +344,7 @@ mode "$mode_screen_HDMI1" {
|
|||
bar {
|
||||
#i3bar_command ~/.config/lemonbar/i3_lemonbar.sh
|
||||
mode hide
|
||||
status_command ~/.config/i3status/status.sh
|
||||
status_command i3status
|
||||
# wheel_up_cmd nop
|
||||
# wheel_down_cmd nop
|
||||
font pango:DejaVu Sans Mono 9
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
i3status | (read line && echo $line && read line && echo $line && while :
|
||||
do
|
||||
read line
|
||||
dat=$(cat /etc/hostname)
|
||||
dat="[{ \"full_text\": \"${dat}\" },"
|
||||
echo "${line/[/$dat}" || exit 1
|
||||
done)
|
Loading…
Reference in a new issue