Looks like I usually remember which computer I'm on

On the command line, however...
crash2
Geoffrey Frogeye 2016-12-05 19:25:18 +01:00
parent f14cbe7f2c
commit 55e7480382
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)