diff options
author | Saumit <justsaumit@protonmail.com> | 2025-03-01 03:03:33 +0530 |
---|---|---|
committer | Saumit <justsaumit@protonmail.com> | 2025-03-01 03:03:33 +0530 |
commit | 8bb24f0ed102d9470827c9c9145011d8e7165674 (patch) | |
tree | 22d9e173f401c10c2a34bbf02dbe3bbf675c1c14 /.config/waybar/style.css | |
parent | 71f9a6547a4aa9e759c371e6bac496445c659ef9 (diff) |
hypr+waybar+script: toggle keyboard
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 91059bd..4ac1b0d 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -5,7 +5,7 @@ /*font-family: Iosevka, FontAwesome, Noto Sans CJK;*/ font-family: "JetBrainsMono Nerd Font"; font-weight: bold; - font-size: 15.9px; + font-size: 15.8px; min-height: 0; } @@ -75,6 +75,7 @@ tooltip { #custom-memory, #workspaces, #tray, +#custom-toggle-laptop-keyboard, #backlight, #custom-playerctl, #custom-playerlabel { @@ -98,8 +99,12 @@ tooltip { } #tray { - border-radius: 10px; - margin-right: 5px; + border-radius: 10px 0px 0px 10px; +} + +#custom-toggle-laptop-keyboard{ + border-radius: 0px 10px 10px 0px; + margin-right: 2px } #workspaces { |