mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
Revert waybar transparency
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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/" = {
|
||||
|
||||
Reference in New Issue
Block a user