diff --git a/modules/rice/hyprland/config.nix b/modules/rice/hyprland/config.nix index 44cbc6d..d61a0f3 100644 --- a/modules/rice/hyprland/config.nix +++ b/modules/rice/hyprland/config.nix @@ -5,6 +5,7 @@ "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\" -P \"Scarlett Solo (3rd Gen.) Headphones / Line 1-2\"" "sway-audio-idle-inhibit" + "thunderbird" ]; general = { diff --git a/modules/rice/hyprland/rules.nix b/modules/rice/hyprland/rules.nix index 994c76a..7c50abf 100644 --- a/modules/rice/hyprland/rules.nix +++ b/modules/rice/hyprland/rules.nix @@ -36,6 +36,7 @@ "workspace special silent, title:^(Firefox — Sharing Indicator)$" "workspace special silent, title:^(.*is sharing (your screen|a window)\.)$" + "workspace 2, title:^(thunderbird)$" "workspace 4, title:^(.*(Disc|WebC)ord.*)$" "workspace 2, class:^(firefox)$" ]; diff --git a/modules/shell/starship.nix b/modules/shell/starship.nix index df3f18c..1e2bd6d 100644 --- a/modules/shell/starship.nix +++ b/modules/shell/starship.nix @@ -7,9 +7,9 @@ command_timeout = 1000; scan_timeout = 3; character = { - error_symbol = "[󰊠](bold red)"; - success_symbol = "[󰊠](bold green)"; - vicmd_symbol = "[󰊠](bold yellow)"; + error_symbol = "[󰘧](bold red)"; + success_symbol = "[󰘧](bold green)"; + vicmd_symbol = "[󰘧](bold yellow)"; format = "$symbol [|](bold bright-black) "; }; git_commit = {commit_hash_length = 7;};