diff --git a/home-manager/shell/alacritty.nix b/home-manager/shell/alacritty.nix index 583371e..21ab827 100644 --- a/home-manager/shell/alacritty.nix +++ b/home-manager/shell/alacritty.nix @@ -35,9 +35,9 @@ let family = "VictorMono"; font-style = style: { inherit family style; }; in { - normal = font-style "SemiBold"; + normal = font-style "Regular"; bold = font-style "Bold"; - italic = font-style "SemiBold Italic"; + italic = font-style "Italic"; bold_italic = font-style "Bold Italic"; size = 11; diff --git a/home-manager/shell/starship.nix b/home-manager/shell/starship.nix index 1af74d2..377b164 100644 --- a/home-manager/shell/starship.nix +++ b/home-manager/shell/starship.nix @@ -24,6 +24,8 @@ truncation_symbol = "⋯ /"; read_only = "  "; read_only_style = "cyan"; + before_repo_root_style = "bold blue"; + repo_root_style = "bold blue"; }; nix_shell = { diff --git a/home-manager/wayland/sway.nix b/home-manager/wayland/sway.nix index a351d4a..f36f0e8 100644 --- a/home-manager/wayland/sway.nix +++ b/home-manager/wayland/sway.nix @@ -97,7 +97,8 @@ in { # Screenshot "Print" = ''exec grim ${filename}''; "Shift+Print" = ''exec grim -g "$(slurp)" ${filename}''; - "Mod1+Print" = ''exec grim -g "$(swaymsg -t get_tree | jq -j '.. | select(.type?) | select(.focused).rect | "\(.x),\(.y) \(.width)x\(.height)"')" ${filename}''; + "Mod1+Print" = ''exec grim -g "$(swaymsg -t get_tree | jq -j '.. | \ + select(.type?) | select(.focused).rect | "\(.x),\(.y) \(.width)x\(.height)"')" ${filename}''; # Special XF86 key bindings "XF86AudioRaiseVolume" = audio "-ui 2"; diff --git a/home-manager/wayland/swaylock.nix b/home-manager/wayland/swaylock.nix index 8bcf6b8..b08d12b 100644 --- a/home-manager/wayland/swaylock.nix +++ b/home-manager/wayland/swaylock.nix @@ -5,8 +5,6 @@ xdg.configFile."swaylock/config".text = '' ignore-empty-password - grace-no-mouse - fade-in=0.3 indicator @@ -14,17 +12,14 @@ font=JetBrainsMono text-color=ffffff - color=00000000 ring-color=7da6ff key-hl-color=7bc5e4 line-uses-inside - indicator-radius=120 indicator-thickness=7 - clock datestr=%a, %Y-%m-%d