Looks like I usually remember which computer I'm on
On the command line, however...
This commit is contained in:
parent
f14cbe7f2c
commit
55e7480382
|
@ -344,7 +344,7 @@ mode "$mode_screen_HDMI1" {
|
||||||
bar {
|
bar {
|
||||||
#i3bar_command ~/.config/lemonbar/i3_lemonbar.sh
|
#i3bar_command ~/.config/lemonbar/i3_lemonbar.sh
|
||||||
mode hide
|
mode hide
|
||||||
status_command ~/.config/i3status/status.sh
|
status_command i3status
|
||||||
# wheel_up_cmd nop
|
# wheel_up_cmd nop
|
||||||
# wheel_down_cmd nop
|
# wheel_down_cmd nop
|
||||||
font pango:DejaVu Sans Mono 9
|
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