From 23f4f1b05a96784ae5c29b1ebea88b35388a5d0b Mon Sep 17 00:00:00 2001 From: awy Date: Mon, 6 Oct 2025 17:48:14 +0300 Subject: catppuccin --- .config/waybar/config.jsonc | 2 ++ .config/waybar/style.css | 11 ++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to '.config/waybar') diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index fbe06fb..fc6a12a 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -46,6 +46,7 @@ "hyprland/window": { "format": "{class}: {title}", "rewrite": { + ": (.*)": "", "(.*) — GNU IceCat": "$1", "icecat: (.*)": " $1", "(.*) - Nvim": " $1", @@ -54,6 +55,7 @@ ".*neomutt": " neomutt", ".*rmpc": " rmpc", "org.telegram.desktop: (.*)": " $1", + "steam: (.*)": " $1", "footclient: (.*)": " $1" } }, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 3b48ec5..654c77a 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,9 +1,10 @@ -@define-color bg #282828; -@define-color fg #ebdbb2; +@define-color bg #1e1e2e; +@define-color fg #cdd6f4; @define-color red #cc241d; @define-color bright_red #fb4934; @define-color blue #458588; @define-color bright_blue #83a598; +@define-color lavender #b4befe; * { font-family: monospace; @@ -14,7 +15,7 @@ } window#waybar { - background-color: @bright_blue; + background-color: @lavender; } .modules-right { @@ -47,7 +48,7 @@ window#waybar.hidden { #workspaces button.active { color: @bg; - background-color: @bright_blue; + background-color: @lavender; } #workspaces button.urgent { @@ -61,7 +62,7 @@ window#waybar.hidden { #window { padding-left: 10px; - background-color: @bright_blue; + background-color: @lavender; color: @bg; } -- cgit v1.2.3