From 4219d63336356fee619f58fc82ccbbbda0f65049 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 29 Jul 2025 13:21:48 -0400 Subject: rofi and dunst --- wallust/templates/colors_rofi.rasi | 35 +++++++++++++++++++++++++++-------- wallust/templates/dunstrc | 8 ++++---- 2 files changed, 31 insertions(+), 12 deletions(-) (limited to 'wallust') diff --git a/wallust/templates/colors_rofi.rasi b/wallust/templates/colors_rofi.rasi index 2eb00be..4c56811 100644 --- a/wallust/templates/colors_rofi.rasi +++ b/wallust/templates/colors_rofi.rasi @@ -1,10 +1,29 @@ * { - bg-col: {{background}}; - bg-col-light: {{background}}; - border-col: {{background}}; - selected-col: {{background}}; - blue: {{color12}}; - fg-col: {{foreground}}; - fg-col2: {{color13}}; - grey: {{color0}}; + selected-active-foreground: @background; + lightfg: {{foreground}}; + separatorcolor: @accent; + urgent-foreground: {{color13}}; + alternate-urgent-background: @lightbg; + lightbg: {{color0}}; + background-color: transparent; + border-color: @accent; + normal-background: @background; + selected-urgent-background: {{color13}}; + alternate-active-background: @lightbg; + spacing: 2; + alternate-normal-foreground: @foreground; + urgent-background: @background; + selected-normal-foreground: @lightbg; + active-foreground: {{color12}}; + background: {{background}}; + selected-active-background: {{color12}}; + active-background: @background; + selected-normal-background: @lightfg; + alternate-normal-background: @lightbg; + foreground: {{foreground}}; + selected-urgent-foreground: @background; + normal-foreground: @foreground; + alternate-urgent-foreground: {{color13}}; + alternate-active-foreground: {{color12}}; + accent: {{color14}}; } diff --git a/wallust/templates/dunstrc b/wallust/templates/dunstrc index fdf9c88..68585bc 100644 --- a/wallust/templates/dunstrc +++ b/wallust/templates/dunstrc @@ -1,7 +1,7 @@ [global] horizontal_padding = 12 -frame_width = 2 -font = LilexNerdFont 11 +frame_width = 3 +font = LilexNerdFont 16 icon_theme = Papyrus corner_radius = 16 @@ -17,6 +17,6 @@ background = "{{background}}" foreground = "{{foreground}}" [urgency_critical] -background = "{{color15}}" +background = "{{color11}}" foreground = "{{background}}" -frame_color = "{{color7}}" +frame_color = "{{color3}}" -- cgit v1.3