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;
font-family: CaskaydiaMono Nerd Font;
font-size: 14px;
background-color: transparent;
/* background-color: transparent; */
}
@@ -8,6 +8,7 @@
# "hypridle & mako & waybar & fcitx5"
# "waybar"
# "swaybg -i ~/.config/omarchy/current/background -m fill"
"hyprsunset"
"systemctl --user start hyprpolkitagent"
"wl-clip-persist --clipboard regular & clipse -listen"
@@ -46,6 +46,9 @@ in {
"SUPER, 8, workspace, 8"
"SUPER, 9, workspace, 9"
"SUPER, 0, workspace, 10"
"SUPER, comma, workspace, -1"
"SUPER, period, workspace, +1"
# Move active window to a workspace with mainMod + SHIFT + [0-9]
"SUPER SHIFT, 1, movetoworkspace, 1"
+1 -1
View File
@@ -5,7 +5,7 @@ inputs: {
}: let
palette = config.colorScheme.palette;
convert = inputs.nix-colors.lib.conversions.hexToRGBString;
backgroundRgb = "rgba(${convert ", " palette.base00}, 0)";
backgroundRgb = "rgb(${convert ", " palette.base00})";
in {
home.file = {
".config/waybar/" = {