init commit
This commit is contained in:
4
sway/scripts/start_keyring
Executable file
4
sway/scripts/start_keyring
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
pkill -f --signal SIGTERM gnome-keyring-daemon
|
||||
gnome-keyring-daemon --start --components=pkcs11,secrets,ssh
|
||||
echo -n "" | secret-tool store --label='unlocker' "unlocker" "unlocker"
|
13
sway/scripts/statusbar
Executable file
13
sway/scripts/statusbar
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
|
||||
##
|
||||
## launch waybar with alt config
|
||||
## Edited by yurihikari for Garuda Linux Sway
|
||||
|
||||
CONFIG="$HOME/.config/sway/waybar/config"
|
||||
STYLE="$HOME/.config/sway/waybar/style.css"
|
||||
|
||||
if [[ ! `pidof waybar` ]]; then
|
||||
waybar --bar main-bar --log-level error --config ${CONFIG} --style ${STYLE}
|
||||
fi
|
Reference in New Issue
Block a user