Go to file
Stefan Huber 81d725fe84 pactl: A new volume widget using pactl only
Add a new volume widget that is using pactl only for controlling volume
and selecting sources and sinks. It therefore works with PulseAudio or
PipeWire as backend, unlike the original Volume widget.

The code is split as follows:
  - volume.lua contains the UI logic
  - pactl.lua contains the pactl interfacing and output parsing
  - utils.lua contains some shared helper routines

It is heavily based on the original Volume code and supports the same
configuration options and uses the same widget code.
2023-01-18 07:59:53 +01:00
.github Update update-site.yml 2022-01-23 21:34:01 -05:00
apt-widget Apt Widget hasn't shown any updates, because of lang 2022-02-09 09:15:10 +01:00
battery-widget battery-widget: Sanitize total charge computation 2022-12-30 13:51:04 +01:00
batteryarc-widget Merge pull request #350 from easlice/misc-customization-additions 2022-04-15 17:19:42 -04:00
bitbucket-widget grammar correction 2021-12-13 17:36:10 +08:00
brightness-widget Fix luacheck warnings 2022-08-23 11:47:06 +03:00
calendar-widget add left positions for calendar 2022-05-24 08:49:32 -06:00
cmus-widget Fix prev command 2022-07-10 21:11:17 +02:00
cpu-widget Fix typo in filename 2022-05-24 16:57:23 +02:00
docker-widget correct valigh -> valign 2021-12-11 09:53:09 +08:00
email-widget grammar correction 2021-12-13 17:36:10 +08:00
experiments/spotify-player [apt] new widget 2021-05-05 22:16:08 -04:00
fs-widget grammar correction 2021-12-13 17:36:10 +08:00
gerrit-widget Revert "[gerrit] hide popup on right click" 2020-12-26 14:54:36 -05:00
github-activity-widget [github-activity] highlight icon when opened 2021-03-05 20:47:00 -05:00
github-contributions-widget [github-contributions] color management 2021-07-20 16:34:18 +02:00
github-prs-widget grammar correction 2021-12-13 17:36:10 +08:00
gitlab-widget Update README.md 2021-09-19 20:42:01 -04:00
jira-widget grammar correction 2021-12-13 17:36:10 +08:00
logout-menu-widget fix: #281 2022-08-07 19:14:04 +02:00
logout-popup-widget grammar correction 2021-12-13 17:36:10 +08:00
mpdarc-widget fix more warnings 2020-12-05 20:57:04 -05:00
mpris-widget mpris-widget: delete on mouse::enter code 2021-10-16 09:59:03 +03:00
net-speed-widget net-speed-widget: fix race condition when using multiple monitors/widgets 2021-06-06 02:42:05 +01:00
pactl-widget pactl: A new volume widget using pactl only 2023-01-18 07:59:53 +01:00
pomodoroarc-widget fix more warnings 2020-12-05 20:57:04 -05:00
ram-widget Add notification_position parameters to batteryarc-widget. 2022-04-11 17:26:01 -04:00
run-shell fix more warnings 2020-12-05 20:57:04 -05:00
run-shell-2 some improvements to run-shell2 2019-01-25 22:26:39 -05:00
run-shell-3 fix more warnings 2020-12-05 20:57:04 -05:00
scripts Update update_site.sh 2022-01-23 21:04:08 -05:00
spotify-shell grammar correction 2021-12-13 17:36:10 +08:00
spotify-widget Use sp_bin setting when registering mouse events 2022-11-22 16:52:12 +00:00
stackoverflow-widget Revert "[stackoverflow] hide popup on right click" 2020-12-26 14:54:25 -05:00
todo-widget grammar correction 2021-12-13 17:36:10 +08:00
translate-widget correct valigh -> valign 2021-12-11 09:53:09 +08:00
volume-widget volume-widget: fix `INC_VOLUME_CMD` and `DEC_VOLUME_CMD` 2021-12-26 12:39:36 +01:00
weather-widget Merge pull request #359 from WiltonLoch/master 2022-07-16 20:47:28 -04:00
word-clock-widget fix few issues 2020-12-02 09:18:16 -05:00
.gitignore gitignore files created by gh-pages branch 2020-12-26 14:38:48 -05:00
.luacheckrc luacheck 2020-12-02 09:05:10 -05:00
CODEOWNERS Create CODEOWNERS 2022-02-13 19:40:14 -05:00
LICENSE Update LICENSE 2017-01-31 10:33:30 -05:00
README.md Update README.md 2023-01-17 22:23:22 -05:00
Screenshot from 2019-03-01 14-28-18.png Add files via upload 2019-03-01 14:42:45 -05:00
awesome-o.png awesome-0 2019-02-24 16:43:53 -05:00
awesome.png awesome logo 2019-02-24 09:24:33 -05:00
screenshot.png update main readme 2017-10-09 17:34:51 -04:00
screenshot_with_sprtrs.png update main readme 2017-10-09 17:34:51 -04:00
widgets-icons.png Add files via upload 2019-03-04 16:19:24 -05:00

README.md

logo

GitHub repo size GitHub Workflow Status

Set of widgets compatible with Awesome Window Manager v.4.3+.

Screenshots

Spotify, CPU, RAM, brightness-arc, volume-arc and battery-arc widgets:

Brightness, volume and battery widgets:

screenshot

Some more screenshots in this reddit post

Installation

Clone the repo under ~/.config/awesome/, then follow an Installation section of widget's readme file.

Stargazers

Stargazers over time

Troubleshooting

In case of any doubts/questions/problems:

Support

If you find anything useful here, you can:

  • star a repo - this really motivates me to work on this project
  • or
  • or even become a sponsor

Contributors