Merge branch 'master' of github.com:GeoffreyFrogeye/dotfiles

crash2
Geoffrey Frogeye 2016-12-05 21:32:32 +01:00
commit 717491712d
2 changed files with 1 additions and 8 deletions

View File

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

View File

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