Modules/Hyprpanel: Hide special workspaces using regex
This commit is contained in:
@ -15,9 +15,6 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
|
||||||
# NOTE: Because the HM module sucks (mixes explicit options + JSON conversion), write everything as override...
|
|
||||||
# HACK: Only override fully qualified quoted attributes to not override existing attrs with empty values
|
|
||||||
# https://github.com/Jas-SinghFSU/HyprPanel/issues/886
|
|
||||||
settings = {
|
settings = {
|
||||||
#
|
#
|
||||||
# Bar Config
|
# Bar Config
|
||||||
@ -113,7 +110,7 @@ in {
|
|||||||
"bar.workspaces.applicationIconEmptyWorkspace" = "";
|
"bar.workspaces.applicationIconEmptyWorkspace" = "";
|
||||||
"bar.workspaces.applicationIconFallback" = "";
|
"bar.workspaces.applicationIconFallback" = "";
|
||||||
"bar.workspaces.applicationIconOncePerWorkspace" = true;
|
"bar.workspaces.applicationIconOncePerWorkspace" = true;
|
||||||
"bar.workspaces.ignored" = "-99"; # Special workspace
|
"bar.workspaces.ignored" = "-\\d+"; # Special workspaces
|
||||||
"bar.workspaces.monitorSpecific" = true;
|
"bar.workspaces.monitorSpecific" = true;
|
||||||
"bar.workspaces.numbered_active_indicator" = "highlight";
|
"bar.workspaces.numbered_active_indicator" = "highlight";
|
||||||
"bar.workspaces.reverse_scroll" = true;
|
"bar.workspaces.reverse_scroll" = true;
|
||||||
|
Reference in New Issue
Block a user