update
This commit is contained in:
10
home/i3.nix
10
home/i3.nix
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user