diff options
author | Karel Kočí <cynerd@email.cz> | 2024-04-21 20:54:07 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-04-21 20:54:07 +0200 |
commit | 832a5732513a69501ab6067a8aca642b939748b3 (patch) | |
tree | 29c920468980f9db2be23f6469965535c028bf88 /install | |
parent | a8bf6cf85bb4f1a7d6ff2ed92cfb69c44ee489b3 (diff) | |
download | myconfigs-832a5732513a69501ab6067a8aca642b939748b3.tar.gz myconfigs-832a5732513a69501ab6067a8aca642b939748b3.tar.bz2 myconfigs-832a5732513a69501ab6067a8aca642b939748b3.zip |
Add systemd service for waybar
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ if ask "desktop" "Install desktop"; then inst config/swaylock/ ~/.config/swaylock inst config/swayidle/ ~/.config/swayidle inst config/wofi/ ~/.config/wofi + inst config/systemd/user/waybar.service ~/.config/systemd/user/waybar.service [ -f "private/kanshi/$(hostname)" ] && inst "private/kanshi/$(hostname)" ~/.config/kanshi/config inst config/xdg-desktop-portal-wlr/ ~/.config/xdg-desktop-portal-wlr |