polybar-dwm/src/modules
patrick96 3854fc91b5 fix(xworkspaces): Show _NET_NUMBER_OF_DESKTOPS desktops
In the case where _NET_NUMBER_OF_DESKTOPS > |_NET_DESKTOP_NAMES|
the last branch of the get_desktop_names method would return a vector
with _NET_NUMBER_OF_DESKTOPS + 1 elements because we iterate until
_NET_NUMBER_OF_DESKTOPS + 1.

Fixes #1983
2020-01-24 16:56:38 +01:00
..
meta feat: format-font 2019-01-17 08:31:14 +01:00
alsa.cpp feat(alsa): add volume interval option 2018-08-07 11:52:38 +02:00
backlight.cpp feat(backlight): Add enable-scroll (#1957) 2020-01-15 16:32:17 +01:00
battery.cpp use steady clock instead of system clock 2020-01-23 23:45:56 +01:00
bspwm.cpp Include empty tokens when splitting if necessary (#1893) 2019-11-21 22:26:53 +01:00
counter.cpp refactor(modules): Get rid of .inl files 2016-12-21 09:21:35 +01:00
cpu.cpp cpu: Consider steal time for load calculation (#1955) 2019-12-16 17:05:18 +01:00
date.cpp refactor: Remove unnecessary quote trim operations 2018-08-05 08:50:54 +02:00
fs.cpp cleanup(logger): use universal references to avoid useless copies 2020-01-24 16:32:26 +01:00
github.cpp feat(github): add support for github enterprise (#1841) 2019-08-04 20:58:25 +02:00
i3.cpp Include empty tokens when splitting if necessary (#1893) 2019-11-21 22:26:53 +01:00
ipc.cpp fix(ipc): Clear content if no output is produced 2019-12-23 01:23:40 +01:00
memory.cpp memory: Remove decimal places for megabytes (#1606) 2019-01-17 08:32:42 +01:00
menu.cpp fix: Stop using ato* for string to num conversion 2018-05-03 11:07:37 -07:00
mpd.cpp refactor: Remove all mentions of icon_t 2019-04-08 09:01:48 +02:00
network.cpp use steady clock instead of system clock 2020-01-23 23:45:56 +01:00
pulseaudio.cpp feat(pulse): Add click-(middle|right) keys (#1941) 2019-11-28 17:36:14 +01:00
script.cpp feat(script): Add double-click to script module (#1442) 2018-11-16 16:06:04 +01:00
systray.cpp wip(systray): Add module base 2017-01-01 21:28:28 +01:00
temperature.cpp temperature: Use format-warn at warn-temperature not after (#1897) 2019-10-16 18:45:49 +02:00
text.cpp Incorporate Reviews 2019-08-06 21:36:20 +02:00
xbacklight.cpp xbacklight: Use monitor-strict from bar settings 2019-01-08 17:23:28 +01:00
xkeyboard.cpp Include empty tokens when splitting if necessary (#1893) 2019-11-21 22:26:53 +01:00
xwindow.cpp feat(xwindow): Add label-empty 2018-04-02 00:00:16 +02:00
xworkspaces.cpp fix(xworkspaces): Show _NET_NUMBER_OF_DESKTOPS desktops 2020-01-24 16:56:38 +01:00