added protonvpn and change waybar style

This commit is contained in:
2025-07-23 10:28:32 +02:00
parent 090a0186f9
commit 99ffef8803
2 changed files with 4 additions and 5 deletions

View File

@@ -54,6 +54,7 @@ exec-once = uwsm app -- waybar
exec-once = uwsm app -- nm-applet exec-once = uwsm app -- nm-applet
exec-once = uwsm app -- nextcloud --background exec-once = uwsm app -- nextcloud --background
exec-once = uwsm app -- rclone mount google_drive: ~/gdrive exec-once = uwsm app -- rclone mount google_drive: ~/gdrive
exec-once = uwsm app -- protonvpn-app
############################# #############################

View File

@@ -12,7 +12,7 @@
window#waybar { window#waybar {
background-color: alpha(@base, 0.6); background-color: alpha(@base, 0.6);
margin-right: 10px; margin: 10px;
transition-property: background-color; transition-property: background-color;
transition-duration: 0.5s; transition-duration: 0.5s;
color: @text; color: @text;
@@ -40,8 +40,7 @@ window#waybar.hidden {
} }
#workspaces button.active { #workspaces button.active {
color: @base; border-bottom: 3px solid @green;
background-color: @green;
} }
#workspaces button:hover { #workspaces button:hover {
@@ -52,8 +51,7 @@ window#waybar.hidden {
} }
#workspaces button.urgent { #workspaces button.urgent {
background-color: @red; border-bottom: 3px solid @red;
color: @base;
} }
#memory, #memory,