summaryrefslogtreecommitdiff
path: root/wallust
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2025-07-29 13:21:48 -0400
committerJosh <joshott16@gmail.com>2025-07-29 13:21:48 -0400
commit4219d63336356fee619f58fc82ccbbbda0f65049 (patch)
tree9bb83b7268c73cd22bbbd3144269dc97577bdd37 /wallust
parent3e6b5bcd05e19f1043c614b7bbed3b07267b8534 (diff)
downloaddotfiles-4219d63336356fee619f58fc82ccbbbda0f65049.tar.gz
dotfiles-4219d63336356fee619f58fc82ccbbbda0f65049.zip
rofi and dunst
Diffstat (limited to 'wallust')
-rw-r--r--wallust/templates/colors_rofi.rasi35
-rw-r--r--wallust/templates/dunstrc8
2 files changed, 31 insertions, 12 deletions
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}}"