From c1fd569ae5d866a1c15d6480fce901ab7916ad72 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Mon, 22 Apr 2024 17:25:43 -0700 Subject: [PATCH] vesktop fixes --- modules/desktop/hyprland.nix | 2 +- modules/desktop/waybar.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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; };