some better eww config
This commit is contained in:
parent
651153719b
commit
972aec6926
2 changed files with 16 additions and 7 deletions
|
@ -1,6 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
eww open bar1 &
|
||||
if [ $(hostname) = "syl" ]; then
|
||||
style="laptop"
|
||||
eww open bar0 &
|
||||
#echo "this is hidpi"
|
||||
else
|
||||
style="desktop"
|
||||
eww open bar1 &
|
||||
#echo "this is not hidpi"
|
||||
fi
|
||||
|
||||
rbw-agent &
|
||||
systemctl --user restart jellyfin-mpv-shim.service &
|
||||
systemctl --user restart nextcloud-client.service &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue