|
35 | 35 | "pulseaudio"
|
36 | 36 | "backlight"
|
37 | 37 | "battery"
|
| 38 | + "custom/space" |
38 | 39 | "tray"
|
39 | 40 | "custom/space"
|
40 | 41 | ];
|
|
49 | 50 | clock = {
|
50 | 51 | interval = 60;
|
51 | 52 | tooltip-format = "<tt>{calendar}</tt>";
|
52 |
| - format = " {:%H:%M}"; |
| 53 | + format = " {:%H:%M}"; |
53 | 54 | };
|
54 | 55 |
|
55 | 56 | idle_inhibitor = {
|
|
62 | 63 |
|
63 | 64 | temperature = {
|
64 | 65 | critical-threshold = lib.mkDefault 90;
|
65 |
| - format = "{icon} {temperatureC}°C"; |
| 66 | + format = "{icon} {temperatureC}℃"; |
66 | 67 | format-icons = [ "" "" "" ];
|
67 | 68 | };
|
68 | 69 |
|
69 | 70 | memory = {
|
70 |
| - format = " {percentage}%"; |
| 71 | + format = " {percentage}%"; |
71 | 72 | };
|
72 | 73 |
|
73 | 74 | disk = {
|
74 |
| - format = " {percentage_used}%"; |
| 75 | + format = " {percentage_used}%"; |
75 | 76 | };
|
76 | 77 |
|
77 | 78 | network = {
|
78 |
| - format-wifi = " {essid}"; |
79 |
| - format-ethernet = " {ifname}: {ipaddr}/{cidr}"; |
80 |
| - format-linked = " {ifname} (No IP)"; |
81 |
| - format-disconnected = "⚠ Disconnected"; |
82 |
| - format-alt = "{ifname}: {ipaddr}/{cidr}"; |
| 79 | + format-wifi = " "; |
| 80 | + format-disconnected = "睊"; |
| 81 | + tooltip-format = "{essid}"; |
83 | 82 | };
|
84 | 83 |
|
85 | 84 | pulseaudio = {
|
86 | 85 | format = "{icon} {volume}%";
|
87 |
| - format-bluetooth = " {volume}%"; |
88 |
| - format-bluetooth-muted = " "; |
89 |
| - format-muted = " "; |
| 86 | + format-bluetooth = "{volume}%"; |
| 87 | + format-bluetooth-muted = ""; |
| 88 | + format-muted = ""; |
90 | 89 | format-icons = {
|
91 |
| - headphones = " "; |
92 |
| - handsfree = " "; |
93 |
| - headset = " "; |
94 |
| - phone = " "; |
95 |
| - portable = " "; |
96 |
| - car = " "; |
97 |
| - default = [ " " " " " " ]; |
| 90 | + headphones = ""; |
| 91 | + handsfree = ""; |
| 92 | + headset = ""; |
| 93 | + phone = ""; |
| 94 | + default = [ "" "" "" ]; |
98 | 95 | };
|
99 | 96 | on-click = "${pkgs.ponymix}/bin/ponymix -t sink toggle";
|
100 | 97 | on-scroll-up = "${pkgs.ponymix}/bin/ponymix increase 1";
|
|
103 | 100 |
|
104 | 101 | backlight = {
|
105 | 102 | device = "intel_backlight";
|
106 |
| - format = "{icon} {percent}%"; |
| 103 | + format = "{icon} {percent}%"; |
107 | 104 | format-icons = [ "" "" "" "" "" "" "" "" "" "" ];
|
108 | 105 | on-scroll-up = "${pkgs.brightnessctl}/bin/brightnessctl set +1%";
|
109 | 106 | on-scroll-down = "${pkgs.brightnessctl}/bin/brightnessctl set 1%-";
|
|
116 | 113 | warning = 30;
|
117 | 114 | critical = 15;
|
118 | 115 | };
|
119 |
| - format = "{icon} {capacity}%"; |
120 |
| - format-charging = " {capacity}%"; |
121 |
| - format-plugged = " {capacity}%"; |
122 |
| - format-alt = "{icon} {time}"; |
123 |
| - format-icons = [ " " " " " " " " " " ]; |
| 116 | + format = "{icon} {capacity}%"; |
| 117 | + format-charging = " {capacity}%"; |
| 118 | + format-plugged = " {capacity}%"; |
| 119 | + format-alt = "{icon} {time}"; |
| 120 | + format-icons = [ "" "" "" "" "" ]; |
124 | 121 | };
|
125 | 122 |
|
126 | 123 | tray = {
|
|
129 | 126 | };
|
130 | 127 |
|
131 | 128 | "custom/space" = {
|
132 |
| - format = " "; |
| 129 | + format = " "; |
133 | 130 | };
|
134 | 131 | };
|
135 | 132 |
|
|
0 commit comments