Improve polybar configs

This commit is contained in:
Tobias Reisinger 2022-12-14 00:07:33 +01:00
parent c9aab14f10
commit 0bbc36d291
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 14 additions and 18 deletions

View file

@ -34,7 +34,7 @@ _autostart_manage_add () {
Description=$1
[Service]
ExecStart=/usr/bin/sh -c ". \$HOME/.config/environment && $2"
ExecStart=/bin/sh -c ". \$HOME/.profile && $2"
EOF
}