From 58383ed2add850a94c5d503481aa2310a678ed95 Mon Sep 17 00:00:00 2001 From: surdeus Date: Sat, 13 Jul 2024 23:01:51 +0500 Subject: [PATCH] feat: added more maps for waybar. --- waybar/config.jsonc | 2 ++ waybar/style.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 2993d56..5f7195b 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -9,6 +9,8 @@ "on-scroll-up" : "riverctl focus-view next", "on-scroll-down" : "riverctl focus-view previous", "on-click-middle" : "riverctl close", + "on-click" : "riverctl send-to-output -current-tags previous", + "on-click-right" : "riverctl send-to-output -current-tags next" }, "river/mode" : { diff --git a/waybar/style.css b/waybar/style.css index 98c429d..55141e5 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,5 +1,5 @@ * { - font-size: 15px; + font-size: 13px; font-family: monospace; }