354de5f13f
style: add styling to disk module
2021-03-13 15:17:11 +00:00
1fe0bcacc0
style: add 4px margins to window and workspaces modules
...
These modules, unlike others, have no horizontal margins by default.
This means that they'll appear uncomfortably close together in any
config that puts them side-by-side. In general, the default style should
make configs with any module ordering look good. Add the same 4px
horizontal margins that other module have to these.
To preserve the current default appearance, exempt the workspace module
from a margin on the appropriate side when it's the leftmost or
rightmost module on the bar.
2020-12-02 05:12:48 -08:00
8349316fcd
Merge branch 'master' into sway-language-module
2020-10-12 13:31:39 +03:00
cc3acf8102
feature: created sway language submodule; added styles & config part for a sway language submodule
2020-10-10 19:09:18 +03:00
1b22e2b320
style(workspaces): align text with other modules
...
Currently, the bottom border on workspace buttons eats into the box size
and causes the text to sit higher than in other modules. This is ugly
when there are other modules (like the window title) right next to the
workspace module. To fix the issue, create the bottom border using an
inset box-shadow, which doesn't affect the box's content sizing.
2020-08-29 22:56:26 -07:00
6d5e328928
feat(style): add comment about icons font
2019-10-02 10:27:46 +01:00
8830247b9e
add padding for mpd module in default style
...
In the default style.css many modules (clock, battery, cpu, ...) get horizontal padding, but mpd module does not. This commit adds mpd to the list of modules that get the padding.
2019-09-17 19:50:53 +02:00
22ddbde394
style(workspaces): update hover style
2019-06-28 13:41:53 +02:00
340ec7be91
refactor: AModule
2019-06-15 14:57:52 +02:00
460d25ac45
Increase specificity of media stylings
...
Because of CSS specificity rules, the `#custom-media` style will always override the `custom-spotify` and `custom-vlc` styles, so the background of the media element is always green rather than sometimes orange when VLC is running. I added `#custom-media` in front of each of the class selectors to increase their specificity so they take precedence.
2019-06-07 22:18:06 -07:00
918146c16b
style: prefer background-color property
2019-05-31 17:20:14 +02:00
d209d350fe
style(media): reduce min-width
2019-05-13 15:48:18 +02:00
0968170074
style(media): min-width
2019-05-13 15:40:02 +02:00
db14fac038
style: remove chromium style
2019-05-13 13:23:32 +02:00
62f8af8a39
fix(Window): avoid multiple same classes
2019-05-13 10:56:48 +02:00
4d4562aade
fix s/hidded/hidden/ typo
2019-05-01 12:40:12 +01:00
4dd36890c1
style: background color transition
2019-04-26 12:37:35 +02:00
66acaeca7f
style: workspaces button color for chromium class
2019-04-26 12:01:42 +02:00
46c91a26ac
style: workspaces button color for chromium class
2019-04-25 17:14:16 +02:00
bb8ff5a99f
feat(Bar): add class depend of window in the workspace
2019-04-25 16:47:51 +02:00
90d89fe974
refactor: kill custom modules scripts en destroy
2019-04-23 15:56:38 +02:00
3e54c3c669
fix(mpd): better sample theme
2019-04-18 15:57:58 +02:00
0ce8821aec
feat(mpd): Add playing / paused classes
2019-04-18 15:57:57 +02:00
06aff70e2e
feat: Add basic support for MPD
2019-04-18 15:55:45 +02:00
ecc5f48dd7
feat: partially hide waybar on toggle
2019-04-15 11:11:16 +02:00
a68011bce6
style(workspaces): urgent style
2019-04-02 09:31:40 +02:00
0f689b733d
feat(custom): make spotify module generic
...
Set class via json attribute
Choose icon via alt attribute
2019-03-31 16:20:43 +02:00
7d6079bb06
style: update default temperature style/config
2019-03-13 22:39:39 +01:00
7ae549dc9e
Add temperature module
2019-03-13 13:35:43 +01:00
973cec1713
feat(idle): add status class
2019-03-10 10:29:06 +01:00
b4f36436c3
style: update idle inhibitor color
2019-02-22 17:34:13 +01:00
d708ce2be9
Add idle inhibitor module
2019-02-22 16:55:46 +01:00
afbf2de1b9
Merge branch 'master' into feature/module-brightness
2019-02-21 15:29:17 +01:00
8bfcb106c0
style: comment about workspace hover effect
2019-02-18 12:30:41 +01:00
875306804c
Add backlight module
...
Monitor the backlight level via udev. Poll every `interval` as well,
in case backlight udev events aren't supported.
2019-02-17 15:29:49 -07:00
01cec9fcb7
fix(bar): multi screens
2019-02-04 22:09:01 +01:00
6ab01b1ad4
fix(style): not charging
2018-11-02 23:00:38 +01:00
836c543c62
fix: style
2018-11-02 17:07:51 +01:00
7bca5fd6bd
feat(Bar): add a warning about minimum height
2018-11-02 12:35:26 +01:00
4b68840212
Fix #54
2018-11-01 16:00:38 -05:00
668b7b736c
Added default config for sway binding mode
2018-10-30 13:44:44 +01:00
07d8dfb3d6
feat(tray): spacing config
2018-10-26 12:08:50 +02:00
9a333088e5
Merge branch 'tray-gdbus' of github.com:topisani/Waybar into tray-gdbus
2018-10-04 18:47:06 +02:00
b231054b69
Merge remote-tracking branch 'origin/master' into tray-gdbus
2018-10-04 18:04:36 +02:00
d914429194
feat(Workspaces): format
2018-09-18 20:58:11 +02:00
fc6e42d748
feat(WIP): tray
...
feat(wip): tray
feat(wip): tray
feat(WIP): gdbus
feat(WIP): tray
2018-09-15 19:00:45 +02:00
0eee8eade7
feat(WIP): tray
...
feat(wip): tray
feat(wip): tray
feat(WIP): gdbus
feat(WIP): tray
2018-09-02 17:29:16 +02:00
d280f5e8bd
Network detect ( #26 )
2018-08-17 14:24:00 +02:00
be66cc2dd1
feat(workspaces): add urgent, visible class
2018-08-15 15:03:51 +02:00
52e7b6148b
feat(workspaces): add class to button when label is a icon
2018-08-15 14:58:55 +02:00