add mango display manager

This commit is contained in:
2026-01-25 17:44:52 +01:00
parent bf6eda716b
commit 6013417cd5
9 changed files with 301 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
"reload_style_on_change": true,
"modules-left": [
"niri/workspaces",
"ext/workspaces",
"custom/media"
],
"modules-center": [],
@@ -79,6 +80,13 @@
"default": ""
}
},
"ext/workspaces": {
"format": "{icon}",
"ignore-hidden": true,
"on-click": "activate",
"on-click-right": "deactivate",
"sort-by-id": true
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {

View File

@@ -83,7 +83,11 @@ button:hover {
#workspaces button {
padding: 0 5px;
background-color: transparent;
/*color: #ffffff;*/
color: @content_main;
}
#workspaces button.active {
background-color: @alternate1;
}
#workspaces button:hover {