Browse Source

minor adjustment swaync and rofi wallust config

pull/260/head^2
JaKooLit 2 years ago
parent
commit
2755287849
  1. 2
      config/swaync/style.css
  2. 10
      config/wallust/templates/colors-rofi.rasi

2
config/swaync/style.css

@ -7,7 +7,7 @@
@define-color noti-bg rgba(0, 0, 0, 0.8);
@define-color noti-bg-alt #111111;
@define-color noti-bg-hover @color2;
@define-color text-color @color12;
@define-color text-color @foreground;
@define-color text-color-alt @foreground;
@define-color text-color-disabled rgba(150, 150, 150, 0.8);
* {

10
config/wallust/templates/colors-rofi.rasi

@ -1,21 +1,21 @@
* {
active-background: {{color7}};
active-background: {{color9}};
active-foreground: {{foreground}};
normal-background: {{background}};
normal-foreground: {{foreground}};
urgent-background: {{color12}};
urgent-foreground: {{foreground}};
alternate-active-background: {{color3}};
alternate-active-background: {{color5}};
alternate-active-foreground: {{foreground}};
alternate-normal-background: {{background}};
alternate-normal-foreground: {{foreground}};
alternate-urgent-background: {{background}};
alternate-urgent-foreground: {{foreground}};
selected-active-background: {{color7}};
selected-active-background: {{color9}};
selected-active-foreground: {{foreground}};
selected-normal-background: {{color9}};
selected-normal-background: {{color7}};
selected-normal-foreground: {{foreground}};
selected-urgent-background: {{color12}};
selected-urgent-foreground: {{foreground}};
@ -23,6 +23,6 @@ selected-urgent-foreground: {{foreground}};
background-color: {{background}};
background: rgba(0,0,0,0.7);
foreground: {{color15}};
border-color: {{color7}};
border-color: {{color9}};
}

Loading…
Cancel
Save