From 9591a2cbbc5b83ea9b2831a59987323503ac5f57 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sat, 16 Dec 2023 18:08:19 +0200 Subject: [PATCH] Make ws-switcher look like Activities button --- theme/gnome-shell_css/osd.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme/gnome-shell_css/osd.css b/theme/gnome-shell_css/osd.css index fadc413..0246a72 100644 --- a/theme/gnome-shell_css/osd.css +++ b/theme/gnome-shell_css/osd.css @@ -42,6 +42,15 @@ /* ctrl + alt + arr_left/arr_right */ .ws-switcher-indicator { background-color: TEXT-SECONDARY-COLOR; + border-radius: 99px; + padding: 2.5px; + margin: 7.5px 5px; +} + +.ws-switcher-indicator:active { + background-color: TEXT-PRIMARY-COLOR; + padding: 5px 20px; + margin: 5px; }