diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index 61be900..2cdf0b8 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -129,7 +129,7 @@ in { # workspace moving "workspace 1, class:^firefox" "workspace 2, class:code-url-handler" - "workspace 4, class:ArmCord" + "workspace 4, class:vesktop" ]; blurls = [ diff --git a/modules/desktop/waybar.nix b/modules/desktop/waybar.nix index eaba66f..66639b4 100644 --- a/modules/desktop/waybar.nix +++ b/modules/desktop/waybar.nix @@ -129,8 +129,7 @@ in { "(\\S+\\.zig\\s.*)" = " $1"; "(\\S+\\.rs\\s.*)" = " $1"; "(\\S+\\.hs\\s.*)" = " $1"; - ".*Discord | (.*) | .*" = "$1 - ArmCord"; - #"(.*) - ArmCord" = "$1"; + ".*Discord \\| (.*) \\| .*" = "$1 - $2"; }; separate-outputs = true; };