151cf54532
fix: lint
2025-10-05 09:58:34 +02:00
2b81782fa9
more changes
2025-08-16 16:01:41 -07:00
2b552f7fb6
compat
2025-08-16 15:34:43 -07:00
a4d31ab10d
fix: sni item fmt
2024-09-13 09:40:35 +02:00
0ee519753c
feat: hidpi support for image module
2024-08-27 15:43:19 +02:00
d590d508ca
feat: add module
class to the root elements of the modules
...
Previously, the only way to select all the module labels was with the
following kind of selector:
```css
.modules-left > widget > label,
.modules-center > widget > label,
.modules-right > widget > label {
/* ... */
}
```
(and a matching block for the `box` containers).
Now, this can be expressed as
```css
label.module, box.module {
/* ... */
}
```
2024-02-14 22:41:13 -08:00
002ff002fe
Move .empty
CSS class from Img to Box in the Image module
...
Since the GTK Image is hidden, the CSS class wasn't used for every cases.
2024-01-24 11:10:16 +01:00
0af8f5c691
Add "empty" class for Image module when path/exec is returning an empty value.
2024-01-23 18:15:47 +01:00
0ea5143493
Pass WAYBAR_OUTPUT_NAME environment variable to custom exec scripts
...
Signed-off-by: Jo De Boeck <deboeck.jo@gmail.com >
2023-12-19 22:54:12 +02:00
6a17139423
feat: tooltip for image module
2023-04-21 16:38:21 +08:00
ea38eec2af
fix: lint
2023-02-09 13:25:39 +01:00
286a3c70f4
Merge pull request #1978 from kpanuragh/master
2023-02-09 13:25:15 +01:00
7b3a6fbaa7
created local variable for _output
2023-01-30 18:35:06 +05:30
7554d7f071
Fixing build issue in image module
2023-01-29 19:13:01 +05:30
012baadaca
added exec condition check on image module
2023-01-29 10:41:24 +05:30
9068b7548f
for image module get path from executable file
2023-01-25 22:29:33 +05:30
1495b957f1
for image module get path from executable file
2023-01-25 22:28:07 +05:30
c1ceb7ac42
fix linting issues
2023-01-24 14:53:49 -05:00
e128c48573
image module CSS fix
2023-01-24 14:34:02 -05:00
a650c7d90c
feat: image module
...
Module which renders an image onto the bar.
2022-01-16 23:55:13 +00:00