remove occurences of old hostnames and replace with current hostnames

warthog (old macbook) does not exist anymore and falcon has been renamed
to beryllium
This commit is contained in:
Thomas Preisner 2022-08-27 20:59:41 +02:00
parent a4762ca7a2
commit d4022aecee
4 changed files with 5 additions and 6 deletions

View file

@ -11,7 +11,7 @@ fi
x=${geometry[0]}
y=${geometry[1]}
panel_width=${geometry[2]}
if [ "$HOSTNAME" = warthog ]; then
if [ "$HOSTNAME" = beryllium ]; then
panel_height=30
font="-*-fixed-medium-*-*-*-26-*-*-*-*-*-*-*"
iconpath=${HOME}/.config/herbstluftwm/icons_large
@ -90,7 +90,7 @@ function cpu() {
# BATTERY
function battery() {
if [ "$HOSTNAME" != warthog ]; then
if [ "$HOSTNAME" != beryllium ]; then
return
fi