diff options
Diffstat (limited to '.config/waybar/config.jsonc')
-rw-r--r-- | .config/waybar/config.jsonc | 46 |
1 files changed, 38 insertions, 8 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 876d0a9..0736e43 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc | |||
@@ -64,6 +64,9 @@ | |||
64 | "default": "" | 64 | "default": "" |
65 | } | 65 | } |
66 | }, | 66 | }, |
67 | "hyprland/window": { | ||
68 | "max-length": 40 | ||
69 | }, | ||
67 | "keyboard-state": { | 70 | "keyboard-state": { |
68 | "numlock": true, | 71 | "numlock": true, |
69 | "capslock": true, | 72 | "capslock": true, |
@@ -79,7 +82,10 @@ | |||
79 | "sway/scratchpad": { | 82 | "sway/scratchpad": { |
80 | "format": "{icon} {count}", | 83 | "format": "{icon} {count}", |
81 | "show-empty": false, | 84 | "show-empty": false, |
82 | "format-icons": ["", ""], | 85 | "format-icons": [ |
86 | "", | ||
87 | "" | ||
88 | ], | ||
83 | "tooltip": true, | 89 | "tooltip": true, |
84 | "tooltip-format": "{app}: {title}" | 90 | "tooltip-format": "{app}: {title}" |
85 | }, | 91 | }, |
@@ -122,7 +128,7 @@ | |||
122 | }, | 128 | }, |
123 | "clock": { | 129 | "clock": { |
124 | "format": "{:%H:%M | %B %d, %A}", | 130 | "format": "{:%H:%M | %B %d, %A}", |
125 | "tooltip-format": "<tt><small>{calendar}</small></tt>", | 131 | "tooltip-format": "<tt><small>{calendar}</small></tt>" |
126 | }, | 132 | }, |
127 | "cpu": { | 133 | "cpu": { |
128 | "format": "{usage}% ", | 134 | "format": "{usage}% ", |
@@ -137,12 +143,26 @@ | |||
137 | "critical-threshold": 80, | 143 | "critical-threshold": 80, |
138 | // "format-critical": "{temperatureC}°C {icon}", | 144 | // "format-critical": "{temperatureC}°C {icon}", |
139 | "format": "{temperatureC}°C {icon}", | 145 | "format": "{temperatureC}°C {icon}", |
140 | "format-icons": ["", "", ""] | 146 | "format-icons": [ |
147 | "", | ||
148 | "", | ||
149 | "" | ||
150 | ] | ||
141 | }, | 151 | }, |
142 | "backlight": { | 152 | "backlight": { |
143 | // "device": "acpi_video1", | 153 | // "device": "acpi_video1", |
144 | "format": "{percent}% {icon}", | 154 | "format": "{percent}% {icon}", |
145 | "format-icons": ["", "", "", "", "", "", "", "", ""] | 155 | "format-icons": [ |
156 | "", | ||
157 | "", | ||
158 | "", | ||
159 | "", | ||
160 | "", | ||
161 | "", | ||
162 | "", | ||
163 | "", | ||
164 | "" | ||
165 | ] | ||
146 | }, | 166 | }, |
147 | "battery": { | 167 | "battery": { |
148 | "states": { | 168 | "states": { |
@@ -157,7 +177,13 @@ | |||
157 | "format-alt": "{time} {icon}", | 177 | "format-alt": "{time} {icon}", |
158 | // "format-good": "", // An empty format will hide the module | 178 | // "format-good": "", // An empty format will hide the module |
159 | // "format-full": "", | 179 | // "format-full": "", |
160 | "format-icons": ["", "", "", "", ""] | 180 | "format-icons": [ |
181 | "", | ||
182 | "", | ||
183 | "", | ||
184 | "", | ||
185 | "" | ||
186 | ] | ||
161 | }, | 187 | }, |
162 | "battery#bat2": { | 188 | "battery#bat2": { |
163 | "bat": "BAT2" | 189 | "bat": "BAT2" |
@@ -189,7 +215,11 @@ | |||
189 | "phone": "", | 215 | "phone": "", |
190 | "portable": "", | 216 | "portable": "", |
191 | "car": "", | 217 | "car": "", |
192 | "default": [" ", " ", " "] | 218 | "default": [ |
219 | " ", | ||
220 | " ", | ||
221 | " " | ||
222 | ] | ||
193 | }, | 223 | }, |
194 | "on-click": "pavucontrol" | 224 | "on-click": "pavucontrol" |
195 | }, | 225 | }, |
@@ -244,7 +274,7 @@ | |||
244 | "custom/focus": { | 274 | "custom/focus": { |
245 | "exec": "/home/yigit/.config/polybar/scripts/focus", | 275 | "exec": "/home/yigit/.config/polybar/scripts/focus", |
246 | "interval": 5, | 276 | "interval": 5, |
247 | "format": "{}" | 277 | "format": "{}", |
278 | "escape": true | ||
248 | } | 279 | } |
249 | } | 280 | } |
250 | |||