big refactoring
This commit is contained in:
@@ -2,11 +2,8 @@ hostname=$(hostname)
|
||||
|
||||
if [[ "$hostname" == "eliasLaptop" ]]; then
|
||||
eww open bar --screen eDP-1
|
||||
# You can put other commands specific to this hostname
|
||||
elif [[ "$hostname" == "eliasDesktop" ]]; then
|
||||
echo "This is another PC!"
|
||||
# Add commands for the second PC
|
||||
else
|
||||
echo "This is an unknown PC."
|
||||
# Add commands for unknown hosts
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user