From 9d430c1b8422bf267233e4a4c8e54ffae0620909 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 22 Aug 2023 03:15:27 -0500 Subject: [PATCH] feat(waybar): add module for hyprland submap --- dots/.config/waybar/config | 5 +++++ dots/.config/waybar/style.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dots/.config/waybar/config b/dots/.config/waybar/config index f1d51f1c..040451d7 100644 --- a/dots/.config/waybar/config +++ b/dots/.config/waybar/config @@ -4,6 +4,7 @@ "position": "top", "modules-left": [ "custom/launcher", + "hyprland/submap", "wlr/workspaces", "cpu", "memory", @@ -32,6 +33,10 @@ "on-click": "wofi", "interval": "once" }, + "hyprland/submap": { + "format": "󰥻 {}", + "tooltip": false + }, "battery": { "min-length": 5, "design-capacity": true, diff --git a/dots/.config/waybar/style.css b/dots/.config/waybar/style.css index 49bf14c0..de15ed10 100644 --- a/dots/.config/waybar/style.css +++ b/dots/.config/waybar/style.css @@ -65,6 +65,7 @@ #clock, #wireplumber, #image, +#submap, tooltip, tooltip label, #custom-pacman-update, @@ -85,6 +86,10 @@ tooltip { border-radius: 20px; } +#submap { + background-color: #FF5D62 +} + #custom-media { margin-left: 0rem; margin-right: 0rem;