set up ssh signing
This commit is contained in:
parent
6a5bf3373a
commit
5220f24edf
19 changed files with 389 additions and 323 deletions
|
@ -16,7 +16,7 @@ in {
|
|||
settings.mainBar = {
|
||||
gtk-layer-shell = true;
|
||||
layer = "top";
|
||||
modules-left = ["tray" "mpd" "hyprland/window"];
|
||||
modules-left = ["custom/vpn" "tray" "mpd" "hyprland/window"];
|
||||
modules-center = ["hyprland/workspaces"];
|
||||
modules-right = [
|
||||
"cpu"
|
||||
|
@ -81,6 +81,11 @@ in {
|
|||
icon-size = 12;
|
||||
spacing = 5;
|
||||
};
|
||||
"custom/vpn" = {
|
||||
interval = 10;
|
||||
exec = ''if [[ $(systemctl is-active openvpn-air.service) == "active" ]]; then echo Vpn active; else echo Vpn inactive; fi'';
|
||||
firmat = "{}";
|
||||
};
|
||||
|
||||
#
|
||||
clock = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue