nikto_b
|
cc3acf8102
|
feature: created sway language submodule; added styles & config part for a sway language submodule
|
2020-10-10 19:09:18 +03:00 |
Érico Rolim
|
e4427cb017
|
sndio: Add module.
- can control sndio: change volume, toggle mute
- appearance is somewhat dynamic: takes muted status into account
- uses polling inside sleeper thread to update values
- uses sioctl_* functions, requires sndio>=1.7.0.
|
2020-10-04 02:54:57 -03:00 |
wjoe
|
4d775008df
|
only return a bluetooth module from factory if the rfkill feature is enabled.
|
2020-08-14 20:59:30 +02:00 |
Isaac Freund
|
343a8bef22
|
river/tags: add module
|
2020-06-12 15:19:46 +02:00 |
Till Smejkal
|
adaf843048
|
foreign-toplevel-manager based taskbar module (#692)
Co-authored-by: Alex <alexisr245@gmail.com>
|
2020-05-30 12:07:38 +02:00 |
Jan Beich
|
1885ecc958
|
bluetooth: limit to Linux due to missing /dev/rfkill
../src/modules/bluetooth.cpp:3:10: fatal error: 'linux/rfkill.h' file not found
#include <linux/rfkill.h>
^~~~~~~~~~~~~~~~
|
2020-05-19 10:44:31 +00:00 |
Jan Beich
|
4e567d0483
|
cpu: port parseCpuinfo to BSDs
|
2020-05-19 10:43:42 +00:00 |
Jan Beich
|
c4f7cdeec4
|
memory: port parseMeminfo to BSDs
|
2020-05-19 10:42:21 +00:00 |
Jan Beich
|
c844d7ac2e
|
tray: drop std::filesystem dependency
|
2020-05-19 10:37:27 +00:00 |
Jan Beich
|
496e782544
|
battery: limit to Linux due to /sys/class/power_supply
../include/modules/battery.hpp:9:10: fatal error: 'sys/inotify.h' file not found
#include <sys/inotify.h>
^~~~~~~~~~~~~~~
|
2020-05-19 10:37:27 +00:00 |
Marc
|
2c4369a653
|
add basis for bluetooth module implementation
|
2020-01-21 15:46:08 +01:00 |
Guillaume Maudoux
|
1d39ef5c8e
|
Add a disk module
|
2019-09-25 08:47:33 +02:00 |
Alex
|
340ec7be91
|
refactor: AModule
|
2019-06-15 14:57:52 +02:00 |
Alex
|
9e1200ae32
|
refactor: also pass id to custom modules
|
2019-05-22 12:20:13 +02:00 |
Alex
|
80e9ea746b
|
fix(battery): use path for the / operator
|
2019-05-12 19:53:22 +02:00 |
Alex
|
b75e0bb0d0
|
refactor: remove useless bar param
|
2019-05-07 13:21:18 +02:00 |
Alex
|
311c34ecbc
|
feat(Bar): handle widget size changes
|
2019-04-24 12:37:24 +02:00 |
Alex
|
6ed8f94dab
|
refactor: format code
|
2019-04-18 17:52:00 +02:00 |
Minijackson
|
06aff70e2e
|
feat: Add basic support for MPD
|
2019-04-18 15:55:45 +02:00 |
Alex
|
47142a61ae
|
feat: allow waybar to be positioned on left/right
|
2019-03-22 12:25:05 +01:00 |
Groggy
|
7ae549dc9e
|
Add temperature module
|
2019-03-13 13:35:43 +01:00 |
Jonas
|
d708ce2be9
|
Add idle inhibitor module
|
2019-02-22 16:55:46 +01:00 |
Ian Hattendorf
|
e67347f6ad
|
Gate backlight module behind libudev availability
|
2019-02-18 21:11:18 -07:00 |
Ian Hattendorf
|
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 |
Alexis
|
b554094c7e
|
feat: args && class id
|
2018-12-18 17:30:54 +01:00 |
Alexis
|
1d96d57b75
|
feat: warn user about stopped endless custom module
|
2018-12-03 09:35:10 +01:00 |
Alexis
|
691fb88057
|
refactor(modules): const bar
|
2018-12-01 00:10:41 +01:00 |
Alexis
|
0b1b0eb1a7
|
feat(tray): multiple hosts
|
2018-11-22 16:20:49 +01:00 |
Robinhuett
|
a042eea384
|
Add module to show sway binding mode
|
2018-10-30 13:39:30 +01:00 |
Alexis
|
7f1f217d84
|
feat: multiple config per modules
|
2018-10-25 17:30:26 +02:00 |
Alexis
|
68d9d2c347
|
fix: ifdef
|
2018-10-25 12:24:39 +02:00 |
Alexis
|
d4b97d5d09
|
feat: optional tray
|
2018-10-25 11:47:03 +02:00 |
topisani
|
b231054b69
|
Merge remote-tracking branch 'origin/master' into tray-gdbus
|
2018-10-04 18:04:36 +02:00 |
Alexis
|
55e1905284
|
fix(Sway): compile without sway
|
2018-09-10 11:25:53 +02:00 |
Alexis
|
0eee8eade7
|
feat(WIP): tray
feat(wip): tray
feat(wip): tray
feat(WIP): gdbus
feat(WIP): tray
|
2018-09-02 17:29:16 +02:00 |
Alexis
|
8be67d5008
|
chore: optional deps
|
2018-08-20 17:20:02 +02:00 |
Alex
|
49232eed8d
|
Clean (#31)
|
2018-08-20 14:50:45 +02:00 |
Alex
|
6705134034
|
Handle screens disconnection (#29)
|
2018-08-19 13:39:57 +02:00 |
Alex
|
6635548d3e
|
Style code (#25)
|
2018-08-16 14:29:41 +02:00 |
Alexis
|
f94598c138
|
feat(sway): add focused window name
|
2018-08-15 20:17:17 +02:00 |
Alexis
|
e3e099f836
|
feat(workspaces): icons
|
2018-08-15 14:48:08 +02:00 |
Alex
|
a423f7032d
|
Battery event (#18)
|
2018-08-13 14:05:13 +02:00 |
Alexis
|
e16cce646b
|
feat: add custom module to allow execution of external script
|
2018-08-10 16:26:46 +02:00 |
Alexis
|
7ccb76935d
|
feat: add pulseaudio module
|
2018-08-09 23:55:38 +02:00 |
Alexis
|
731a352b41
|
feat: add network module
|
2018-08-09 16:38:24 +02:00 |
Alexis
|
dc4e4860bd
|
feat(config): format modules
|
2018-08-09 13:30:11 +02:00 |
Alexis
|
39a0ae04a8
|
feat: basic config file
|
2018-08-09 12:05:48 +02:00 |