diff --git a/config/waybar/style.css b/config/waybar/style.css index d03b43e..7e8f38d 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -6,7 +6,7 @@ min-height: 0; font-family: CaskaydiaMono Nerd Font; font-size: 14px; - background-color: transparent; + /* background-color: transparent; */ } diff --git a/modules/home-manager/hyprland/autostart.nix b/modules/home-manager/hyprland/autostart.nix index ec1d449..b39fe44 100644 --- a/modules/home-manager/hyprland/autostart.nix +++ b/modules/home-manager/hyprland/autostart.nix @@ -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" diff --git a/modules/home-manager/hyprland/bindings.nix b/modules/home-manager/hyprland/bindings.nix index f4a6733..c6e7fb1 100644 --- a/modules/home-manager/hyprland/bindings.nix +++ b/modules/home-manager/hyprland/bindings.nix @@ -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" diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix index f80b940..5cef15a 100644 --- a/modules/home-manager/waybar.nix +++ b/modules/home-manager/waybar.nix @@ -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/" = {