Compare commits

..

4 Commits

3 changed files with 8 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ exec-once = nm-applet --indicator
exec-once = nextcloud --background exec-once = nextcloud --background
exec-once = keepassxc exec-once = keepassxc
exec-once = sleep 2 && hyprpm reload exec-once = sleep 2 && hyprpm reload
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
############################# #############################
### ENVIRONMENT VARIABLES ### ### ENVIRONMENT VARIABLES ###

View File

@@ -31,3 +31,6 @@ Length=32
[SSHAgent] [SSHAgent]
Enabled=true Enabled=true
[Security]
LockDatabaseIdle=false

View File

@@ -63,6 +63,10 @@ button:hover {
box-shadow: inset 0 -3px #ffffff; box-shadow: inset 0 -3px #ffffff;
} }
#workspaces button.active {
border-bottom: 3px solid #3ec395;
}
#workspaces button.urgent { #workspaces button.urgent {
background-color: #eb4d4b; background-color: #eb4d4b;
} }