Revert waybar transparency

This commit is contained in:
Henry Sipp
2025-07-23 22:25:44 -05:00
parent 51193c0973
commit a7981b9fa4
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
min-height: 0; min-height: 0;
font-family: CaskaydiaMono Nerd Font; font-family: CaskaydiaMono Nerd Font;
font-size: 14px; font-size: 14px;
background-color: transparent; /* background-color: transparent; */
} }
@@ -8,6 +8,7 @@
# "hypridle & mako & waybar & fcitx5" # "hypridle & mako & waybar & fcitx5"
# "waybar" # "waybar"
# "swaybg -i ~/.config/omarchy/current/background -m fill" # "swaybg -i ~/.config/omarchy/current/background -m fill"
"hyprsunset"
"systemctl --user start hyprpolkitagent" "systemctl --user start hyprpolkitagent"
"wl-clip-persist --clipboard regular & clipse -listen" "wl-clip-persist --clipboard regular & clipse -listen"
@@ -47,6 +47,9 @@ in {
"SUPER, 9, workspace, 9" "SUPER, 9, workspace, 9"
"SUPER, 0, workspace, 10" "SUPER, 0, workspace, 10"
"SUPER, comma, workspace, -1"
"SUPER, period, workspace, +1"
# Move active window to a workspace with mainMod + SHIFT + [0-9] # Move active window to a workspace with mainMod + SHIFT + [0-9]
"SUPER SHIFT, 1, movetoworkspace, 1" "SUPER SHIFT, 1, movetoworkspace, 1"
"SUPER SHIFT, 2, movetoworkspace, 2" "SUPER SHIFT, 2, movetoworkspace, 2"
+1 -1
View File
@@ -5,7 +5,7 @@ inputs: {
}: let }: let
palette = config.colorScheme.palette; palette = config.colorScheme.palette;
convert = inputs.nix-colors.lib.conversions.hexToRGBString; convert = inputs.nix-colors.lib.conversions.hexToRGBString;
backgroundRgb = "rgba(${convert ", " palette.base00}, 0)"; backgroundRgb = "rgb(${convert ", " palette.base00})";
in { in {
home.file = { home.file = {
".config/waybar/" = { ".config/waybar/" = {