This commit is contained in:
2026-03-23 23:30:03 +09:00
parent 52d1d2db18
commit 12c8cc4d69
14 changed files with 346 additions and 59 deletions

View File

@@ -20,7 +20,7 @@ in
color_good = "#00FF00";
color_degraded = "#00FFFF";
color_bad = "#FF0000";
separator = "]["
separator = "][";
};
modules = {
"time" = {
@@ -44,7 +44,7 @@ in
decimals = "1";
unit = "Mi";
format = "%available (%used) / %total";
format = "Mem LOW (%available)"
format_degraded = "Mem LOW (%available)";
threshold_degraded = "10%";
threshold_critical = "6.25%";
};
@@ -53,7 +53,7 @@ in
position = 4;
settings = {
prefix_type = "decimal";
format = "/ %percentage_used"
format = "/ %percentage_used";
};
};
"volume master" = {
@@ -83,8 +83,8 @@ in
menu = MENU;
terminal = TERM;
workspaceLayout = "tabbed";
gamps = {
smartBorders = true;
gaps = {
smartBorders = "on";
smartGaps = true;
inner = 10;
};