From f9543e47dd62f0c7ac117f880d3aa341ae01cef3 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 17 Dec 2019 11:58:30 +0100 Subject: [PATCH] Revert "Add info on "on-click-middle" option to custom module man page" --- man/waybar-backlight.5.scd | 6 +----- man/waybar-battery.5.scd | 5 ----- man/waybar-clock.5.scd | 4 ---- man/waybar-cpu.5.scd | 5 ----- man/waybar-custom.5.scd | 5 ----- man/waybar-disk.5.scd | 4 ---- man/waybar-idle-inhibitor.5.scd | 5 ----- man/waybar-memory.5.scd | 4 ---- man/waybar-mpd.5.scd | 4 ---- man/waybar-network.5.scd | 6 ------ man/waybar-pulseaudio.5.scd | 6 ------ man/waybar-sway-mode.5.scd | 6 ------ man/waybar-sway-window.5.scd | 6 ------ man/waybar-temperature.5.scd | 4 ---- 14 files changed, 1 insertion(+), 69 deletions(-) diff --git a/man/waybar-backlight.5.scd b/man/waybar-backlight.5.scd index 8df118b..2d97199 100644 --- a/man/waybar-backlight.5.scd +++ b/man/waybar-backlight.5.scd @@ -35,11 +35,7 @@ The *backlight* module displays the current backlight level. *on-click* ++ typeof: string ++ Command to execute when the module is clicked. - -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. - + *on-click-right* ++ typeof: string ++ Command to execute when the module is right clicked. diff --git a/man/waybar-battery.5.scd b/man/waybar-battery.5.scd index 7f90cd4..94a99e4 100644 --- a/man/waybar-battery.5.scd +++ b/man/waybar-battery.5.scd @@ -53,11 +53,6 @@ The *battery* module displays the current capacity and state (eg. charging) of y *on-click* ++ typeof: string ++ Command to execute when clicked on the module. - -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. - *on-click-right* ++ typeof: string ++ diff --git a/man/waybar-clock.5.scd b/man/waybar-clock.5.scd index 720aca4..d979a67 100644 --- a/man/waybar-clock.5.scd +++ b/man/waybar-clock.5.scd @@ -31,10 +31,6 @@ The *clock* module displays the current date and time. *on-click*: ++ typeof: string ++ Command to execute when clicked on the module. - -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. *on-click-right*: ++ typeof: string ++ diff --git a/man/waybar-cpu.5.scd b/man/waybar-cpu.5.scd index d633367..e4e5250 100644 --- a/man/waybar-cpu.5.scd +++ b/man/waybar-cpu.5.scd @@ -36,11 +36,6 @@ The *cpu* module displays the current cpu utilization. typeof: string ++ Command to execute when clicked on the module. -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. - - *on-click-right*: ++ typeof: string ++ Command to execute when you right clicked on the module. diff --git a/man/waybar-custom.5.scd b/man/waybar-custom.5.scd index 4c804c8..a427be3 100644 --- a/man/waybar-custom.5.scd +++ b/man/waybar-custom.5.scd @@ -59,10 +59,6 @@ Addressed by *custom/* typeof: string ++ Command to execute when clicked on the module. -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. - *on-click-right*: ++ typeof: string ++ Command to execute when you right clicked on the module. @@ -141,7 +137,6 @@ $text\\n$tooltip\\n$class* "exec": "mpc current", "exec-if": "pgrep mpd", "on-click": "mpc toggle", - "on-click-middle": "playerctl play-pause", "on-click-right": "sonata" } ``` diff --git a/man/waybar-disk.5.scd b/man/waybar-disk.5.scd index e0b924f..2a69cf4 100644 --- a/man/waybar-disk.5.scd +++ b/man/waybar-disk.5.scd @@ -39,10 +39,6 @@ Addressed by *disk* typeof: string ++ Command to execute when clicked on the module. -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. - *on-click-right*: ++ typeof: string ++ Command to execute when you right clicked on the module. diff --git a/man/waybar-idle-inhibitor.5.scd b/man/waybar-idle-inhibitor.5.scd index 1a8dd40..74e2192 100644 --- a/man/waybar-idle-inhibitor.5.scd +++ b/man/waybar-idle-inhibitor.5.scd @@ -31,11 +31,6 @@ screensaving, also known as "presentation mode". typeof: string ++ Command to execute when clicked on the module. A click also toggles the state -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. - - *on-click-right*: ++ typeof: string ++ Command to execute when you right clicked on the module. diff --git a/man/waybar-memory.5.scd b/man/waybar-memory.5.scd index 3fbbb29..a9dfb3a 100644 --- a/man/waybar-memory.5.scd +++ b/man/waybar-memory.5.scd @@ -38,10 +38,6 @@ Addressed by *memory* typeof: string ++ Command to execute when clicked on the module. -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. - *on-click-right*: ++ typeof: string ++ Command to execute when you right clicked on the module. diff --git a/man/waybar-mpd.5.scd b/man/waybar-mpd.5.scd index d6661a3..155e7b3 100644 --- a/man/waybar-mpd.5.scd +++ b/man/waybar-mpd.5.scd @@ -76,10 +76,6 @@ Addressed by *mpd* *on-click*: ++ typeof: string ++ Command to execute when clicked on the module. - -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. *on-click-right*: ++ typeof: string ++ diff --git a/man/waybar-network.5.scd b/man/waybar-network.5.scd index d24abe9..ed8451f 100644 --- a/man/waybar-network.5.scd +++ b/man/waybar-network.5.scd @@ -54,12 +54,6 @@ Addressed by *network* typeof: string ++ Command to execute when clicked on the module. -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. - - - *on-click-right*: ++ typeof: string ++ Command to execute when you right clicked on the module. diff --git a/man/waybar-pulseaudio.5.scd b/man/waybar-pulseaudio.5.scd index 3ade2e9..2b11778 100644 --- a/man/waybar-pulseaudio.5.scd +++ b/man/waybar-pulseaudio.5.scd @@ -58,12 +58,6 @@ Additionally you can control the volume by scrolling *up* or *down* while the cu *on-click*: ++ typeof: string ++ Command to execute when clicked on the module. - -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. - - *on-click-right*: ++ typeof: string ++ diff --git a/man/waybar-sway-mode.5.scd b/man/waybar-sway-mode.5.scd index 15834db..64d9a3e 100644 --- a/man/waybar-sway-mode.5.scd +++ b/man/waybar-sway-mode.5.scd @@ -28,12 +28,6 @@ Addressed by *sway/mode* *on-click*: ++ typeof: string ++ Command to execute when clicked on the module. - -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. - - *on-click-right*: ++ typeof: string ++ diff --git a/man/waybar-sway-window.5.scd b/man/waybar-sway-window.5.scd index d5f6f8f..75a974c 100644 --- a/man/waybar-sway-window.5.scd +++ b/man/waybar-sway-window.5.scd @@ -28,12 +28,6 @@ Addressed by *sway/window* *on-click*: ++ typeof: string ++ Command to execute when clicked on the module. - -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. - - *on-click-right*: ++ typeof: string ++ diff --git a/man/waybar-temperature.5.scd b/man/waybar-temperature.5.scd index 1d924e0..8177969 100644 --- a/man/waybar-temperature.5.scd +++ b/man/waybar-temperature.5.scd @@ -53,10 +53,6 @@ Addressed by *temperature* *on-click*: ++ typeof: string ++ Command to execute when you clicked on the module. - -*on-click-middle*: ++ - typeof: string ++ - Command to execute when middle-clicked on the module using mousewheel. *on-click-right*: ++ typeof: string ++