From 07ec12c73fe140dc078d3df23765a44b240ed488 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Mar 2025 00:16:48 +0900 Subject: updated defaultt rofi style --- config/rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 0a75c1f6..781e44cb 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -20,4 +20,4 @@ /* You can manually change here or you can use rofi theme selector SUPER SHIFT E */ -@theme "~/.config/rofi/themes/KooL_style-9.rasi" +@theme "~/.config/rofi/themes/KooL_style-4.rasi" -- cgit v1.2.3 From 21d770957fddf6bf724c2136e84efa9e4848e677 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Mar 2025 00:47:10 +0900 Subject: added tooltip on mpris, updated waybar 0-ja-0 layout --- config/waybar/Modules | 2 ++ config/waybar/configs/[TOP] 0-Ja-0 | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/waybar/Modules b/config/waybar/Modules index 8055736d..4fec766e 100644 --- a/config/waybar/Modules +++ b/config/waybar/Modules @@ -246,6 +246,8 @@ "on-scroll-up": "$HOME/.config/hypr/scripts/Volume.sh --inc", "on-scroll-down": "$HOME/.config/hypr/scripts/Volume.sh --dec", "smooth-scrolling-threshold": 1, + "tooltip": true, + "tooltip-format": "{status_icon} {dynamic}\nLeft Click: previous\nMid Click: Pause\nRight Click: Next", "player-icons": { "chromium": "", "default": "", diff --git a/config/waybar/configs/[TOP] 0-Ja-0 b/config/waybar/configs/[TOP] 0-Ja-0 index 7c91497c..5c9393ff 100644 --- a/config/waybar/configs/[TOP] 0-Ja-0 +++ b/config/waybar/configs/[TOP] 0-Ja-0 @@ -27,7 +27,8 @@ "tray", "custom/separator#blank", "clock", - "custom/playerctl", + "custom/separator#blank_2", + "mpris", "custom/separator#blank_2", "hyprland/window", ], -- cgit v1.2.3 From a03eb4a3d31caa684d2dc6eaf8fcc7c572129fa3 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Mar 2025 01:03:37 +0900 Subject: updated color background - message Rofi Style 4 --- config/rofi/themes/KooL_style-4.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rofi/themes/KooL_style-4.rasi b/config/rofi/themes/KooL_style-4.rasi index 7c34d61e..ea7b1977 100644 --- a/config/rofi/themes/KooL_style-4.rasi +++ b/config/rofi/themes/KooL_style-4.rasi @@ -305,7 +305,7 @@ textbox { border: 0px solid; border-radius: 8px; border-color: @border-color; - background-color: @alternate-background; + background-color: @color0; text-color: @foreground-color; vertical-align: 0.5; horizontal-align: 0.5; -- cgit v1.2.3