8349316fcd
Merge branch 'master' into sway-language-module
2020-10-12 13:31:39 +03:00
7b78a29f3f
Merge pull request #843 from tchebb/align-workspace-text
...
style(workspaces): align text with other modules
2020-10-11 14:40:45 +02:00
cc3acf8102
feature: created sway language submodule; added styles & config part for a sway language submodule
2020-10-10 19:09:18 +03:00
c651670222
Added song position and queue length.
2020-09-13 18:49:47 +02: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
d51adfe7bc
systemd: use standard targets, update service type
2020-08-06 23:21:53 +02:00
8f6273e9d0
refactor(config): comment default config layer
2020-04-11 12:08:30 +02:00
03130b7565
systemd service: fix start up ordering
...
the service needs to have After=wayland-session.target otherwise it'll
be started in parallel to the compositor which might not be fully
configured
2020-03-03 22:35:48 +01:00
3c268d83c2
Merge branch 'master' into simple_calendar
2020-02-05 11:07:09 -08:00
f107aaddc3
Finish #571
2020-02-04 12:16:50 +01:00
34a710cce3
Fix typos
2020-02-03 10:40:26 +01:00
8e05aab4d9
Current month calendar in clock tooltip.
2020-01-31 10:36:40 -08:00
3130a57622
Add timezone support to clock module ( closes #223 )
2020-01-23 08:26:49 -05:00
db1136d647
feat: show title if artist isn't available
2020-01-01 13:50:29 +09: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
ce50249c04
service file: allow for waybar installed in different prefix
2019-09-10 13:56:34 +02:00
5bb6fa384d
Revert "service file: allow for waybar installed in different prefix"
2019-09-10 12:06:06 +02:00
f152ad9fa9
service file: allow for waybar installed in different prefix
2019-09-08 14:04:34 +02:00
a0a3c01e79
install a systemd user unit
...
add a systemd --user unit/service file, so that one can run waybar as a
--user systemd service. when the service is enabled, Waybar will start
when the wayland-session.target is started.
this feature is automatically enabled if systemd is found, but can be disabled
with -Dsystemd=disabled
2019-09-07 22:16:03 +02:00
d8b1b0d0af
add support for muted bluetooth audio, fix #420
2019-08-18 16:15:21 +02:00
12f869ccba
chore: add player filter example in config
2019-07-31 11:59:33 +02:00
7e9207d75c
fix(custom): ignore selected_player if not defined. Fixes #419
2019-07-31 11:53:59 +02:00
22ddbde394
style(workspaces): update hover style
2019-06-28 13:41:53 +02:00
1d2dd953e7
revert: default config
2019-06-16 15:09:26 +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
be2fa743eb
refactor(custon): hide on empty text
2019-05-27 00:05:29 +02:00
2fa581c7ea
fix(battery): multiple paths
2019-05-22 10:06:54 +02:00
3e76984ce7
chore: update network config
2019-05-21 17:44:46 +02:00
296b448d06
chore: update pulseaudio config
2019-05-21 14:58:03 +02:00
bb4af295bc
feat(pulseaudio): source info
2019-05-21 14:53:31 +02:00
d5c1e6f312
Change scroll-step unit to percent
2019-05-17 11:19:58 +08:00
a09d2222be
style: remove non wanted tags
2019-05-16 11:26:48 +02:00
841576497a
refactor: cleaner events
2019-05-16 11:22:22 +02:00
5b3402e110
feat(Battery): plugged status
2019-05-14 15:43:57 +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
fcb23d3104
feat(temperature): format-icons
2019-05-13 11:31:05 +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
311c34ecbc
feat(Bar): handle widget size changes
2019-04-24 12:37:24 +02:00
90d89fe974
refactor: kill custom modules scripts en destroy
2019-04-23 15:56:38 +02:00
160837b900
Ensure no NULL tags are set
...
Because `mpd_song_get_tag` from libmpdclient can return NULL, verify the
value of tag is valid. Otherwise, set a default string of "N/A". Also
adds configuration to specify what this default string should be.
2019-04-20 09:12:30 -07:00