streetturtle
fd9c62608f
Merge pull request #432 from AsmodaiP/fix-formatting-for-pipeline
...
Fix formatting for pipeline
2023-12-07 11:01:26 -05:00
Dmitriy
331e059e71
Fix formatting for pipeline
2023-12-07 12:04:51 +03:00
Dmitriy
bae3f4f806
add information about amixer and playerctl to readme of volume widget
2023-11-28 10:49:46 +03:00
Dmitriy
34cc847ff5
Add information about functional keycodes to readme of volume widget
2023-11-27 17:59:46 +03:00
Luka5W
7ebd572f8b
code cleanup
2023-10-07 21:52:14 +00:00
Luka5W
c76ea14833
bugfix: volume level was not displayed correctly
2023-10-07 21:50:02 +00:00
Luka5W
390f501e52
added info about alternative toggle_command
2023-10-07 20:47:23 +00:00
Luka5W
df4dd6d0f6
added documentation for added options, added additional info for icon_path
2023-10-07 20:27:32 +00:00
Luka5W
d2e04c4626
fixed colors for light themes
2023-10-06 00:33:02 +00:00
Luka5W
3f9c9b93e6
changed the name to match the suggested name in #396
2023-10-05 23:12:05 +00:00
Luka5W
48df364e20
added options card, value_type, mixer for amixer and added toggle_cmd which overrides broken amixer unmute
2023-10-05 22:17:03 +00:00
pingarelho
4768d48a3b
Fix documentation inconsistencies (mainly tables)
2023-09-20 23:01:55 +01:00
lygamac
0aea953a6c
volume-widget: fix `INC_VOLUME_CMD` and `DEC_VOLUME_CMD`
...
PR #315 didn't remove `pulse` after specifying the device variable,
making the command to echo an error.
2021-12-26 12:39:36 +01:00
streetturtle
01a4f428e0
Merge pull request #315 from 0x501D/volume-widget-device
...
volume-widget: add device parameter
2021-12-13 09:37:41 -05:00
Little Clover
2cac9f39d1
grammar correction
2021-12-13 17:36:10 +08:00
Pavel Balaev
9ab7529788
volume-widget: add device parameter
...
By default this widget uses pulse audio device. To make this widget
works ALSA users have to install third-party utils. This patch adds
ability to select device name for audio control.
2021-11-30 23:27:26 +03:00
Desour
fe6606d511
Add a step parameter for volume_widget:inc() and :dec()
2021-09-23 23:04:26 +02:00
Randal
14bb270274
add the 'step' arg for volume-widget
2021-07-24 21:14:28 +08:00
streetturtle
f3df690743
fix #251 : add a note about pulseaudio-alsa
2021-06-03 20:51:58 -04:00
Nuno Silva
40bd6a7756
volume-widget: open mixer on middle click
2021-05-15 23:19:21 +01:00
Nuno Silva
2d13d01203
minor fixes
2021-04-15 21:29:19 +01:00
streetturtle
aaa6fa2aaa
[volume] fix #248
2021-04-11 20:31:58 -04:00
streetturtle
25d9eecfc6
[volume] BREAKING CHANGE - new widget instead of old ones
...
Having three widgets for volume led to a problem of code duplication -
same logic was duplicated three times. However when an issue was
discovered and fixed, it was fixed in only one of three widgets.
So I decided to create a volume widget from scratch, adding new
features, such as selecting input/output, better responsiveness,
easily customizable widget ui (bar, text, icon, icon and text, arc).
Should close #199 , #198 , #185 , #182 , #47 , #122 , #183 .
2021-03-19 20:49:00 -04:00
Tert0
d23448a07e
Update README.md
...
Fix for Multiscreen Bug
Issue:https://github.com/streetturtle/awesome-wm-widgets/issues/197
2020-12-29 15:44:41 +01:00
streetturtle
d9eb3885ee
trigger build action on a branch
2020-12-02 22:04:23 -05:00
streetturtle
8be78d4fdd
fix few issues
2020-12-02 09:18:16 -05:00
Robert Stoll
0915a81e54
show notification on right click for volume/battery
2020-11-01 22:39:17 +01:00
Neville Li
a44a3591eb
make volume +/- delta configurable
2020-05-23 09:30:22 -04:00
Neville Li
232e504f46
fix volume widget initial icon
2020-05-18 16:52:36 -04:00
Aurélien LAJOIE
92e411da97
Display the notification on the current screen
2020-04-15 19:00:10 +02:00
Neville Li
cc600a9bfa
Fix display_notification setting in volume-widget
2020-04-04 12:44:46 -04:00
Aurélien LAJOIE
5cda7b78b3
Volume, Add function for keys Binding
...
Add raise, lower and toggle function to the widget for key
bindings.
If notification is activated display the notification on raise, lower or
toggle
2020-03-30 22:06:46 +02:00
streetturtle
88e7d9ac99
[volume-widget] fix #118
2020-02-22 13:35:22 -05:00
Aurélien LAJOIE
343a67f7e5
volume: fix error on mouse leave
...
naughty destroy is expecting a nil argument or a real notification,
using `{}` triggers an error on destroy
2020-02-08 12:00:13 +01:00
Pavel Makhov
11da6f96da
Check if folder with icons exists
2019-12-24 20:37:59 -05:00
Aurélien LAJOIE
63cd5efeae
Destroy notification before creating a new one
...
With async, you can trigger several notification
Just delete the notification before displaying it
2019-12-23 22:22:38 +01:00
streetturtle
93d6581b70
various cosmetic readme improvements
2019-12-15 15:55:38 -05:00
Aurélien LAJOIE
f59cd86941
[Volume] Add an option to display a notification
2019-09-18 01:33:29 +02:00
streetturtle
0999de2bfd
externalize config of volume widget
2019-09-03 21:57:24 -04:00
blix4
dbee6f75f7
volume widget support amixer with no device specified
...
This works on my setup without having pulseaudio installed.
2019-09-03 21:23:16 -04:00
streetturtle
1d59dd3637
Merge pull request #51 from tchoutchawn/patch-1
...
Created a new muted speaker icon
2018-11-03 10:48:46 -04:00
Andrew Hill
22d3efe071
Add back accidentally removed newline
2018-10-31 19:54:48 -05:00
Andrew Hill
e3362639c2
Fix flipped volume commands
...
The reduce and increase volume commands were flipped
2018-10-31 19:53:49 -05:00
tchoutchawn
d66f91a19f
Created a new muted speaker icon
2018-10-17 22:40:08 -04:00
Pavel Makhov
d185af3b87
refactor volume widget
2018-10-05 11:02:05 -04:00
pmakhov
e6c3059727
Possible fix for the memory leak (issue #11 )
2017-12-09 14:39:46 -05:00
Pavel Makhov
c93d1e6f48
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# volume-widget/README.md
2017-06-17 12:48:03 -04:00
Pavel Makhov
edf7824aee
update readme for volume icon
2017-06-17 12:45:58 -04:00
streetturtle
dd0975a430
Create README.md
2017-06-09 16:18:30 -04:00
streetturtle
43a1e50763
Update README.md
2017-06-09 16:12:17 -04:00