Browse Source

tweaked for better wallust on rofi configs, swaync wallust tweaked for better wallust, wallust template for rofi adjusted

pull/252/head
JaKooLit 2 years ago
parent
commit
610d1bdada
  1. 6
      config/rofi/config-wallpaper.rasi
  2. 4
      config/rofi/config.rasi
  3. 4
      config/rofi/resolution/1080p/config.rasi
  4. 4
      config/rofi/resolution/1440p/config.rasi
  5. 6
      config/swaync/style.css
  6. 12
      config/wallust/templates/colors-rofi.rasi

6
config/rofi/config-wallpaper.rasi

@ -36,15 +36,15 @@ element {
orientation: vertical; orientation: vertical;
padding: 0px; padding: 0px;
spacing: 0px; spacing: 0px;
border-radius: 12px; border-radius: 15px;
} }
element-icon { element-icon {
size: 15%; size: 20%;
} }
element-text { element-text {
font: "Fira Code SemiBold 10"; font: "Fira Code SemiBold 12";
vertical-align: 0.5; vertical-align: 0.5;
horizontal-align: 0.5; horizontal-align: 0.5;
} }

4
config/rofi/config.rasi

@ -155,8 +155,8 @@ scrollbar {
element { element {
enabled: true; enabled: true;
spacing: 10px; spacing: 10px;
padding: 4px; padding: 10px;
border-radius: 10px; border-radius: 12px;
background-color: transparent; background-color: transparent;
cursor: pointer; cursor: pointer;
} }

4
config/rofi/resolution/1080p/config.rasi

@ -155,8 +155,8 @@ scrollbar {
element { element {
enabled: true; enabled: true;
spacing: 10px; spacing: 10px;
padding: 4px; padding: 10px;
border-radius: 10px; border-radius: 12px;
background-color: transparent; background-color: transparent;
cursor: pointer; cursor: pointer;
} }

4
config/rofi/resolution/1440p/config.rasi

@ -155,8 +155,8 @@ scrollbar {
element { element {
enabled: true; enabled: true;
spacing: 10px; spacing: 10px;
padding: 4px; padding: 10px;
border-radius: 10px; border-radius: 12px;
background-color: transparent; background-color: transparent;
cursor: pointer; cursor: pointer;
} }

6
config/swaync/style.css

@ -3,12 +3,12 @@
@import '../../.config/waybar/wallust/colors-waybar.css'; @import '../../.config/waybar/wallust/colors-waybar.css';
@define-color noti-border-color @color2; @define-color noti-border-color @color10;
@define-color noti-bg rgba(0, 0, 0, 0.8); @define-color noti-bg rgba(0, 0, 0, 0.8);
@define-color noti-bg-alt #111111; @define-color noti-bg-alt #111111;
@define-color noti-bg-hover @color2; @define-color noti-bg-hover @color2;
@define-color text-color @color7; @define-color text-color @color12;
@define-color text-color-alt @color2; @define-color text-color-alt @color9;
@define-color text-color-disabled rgba(150, 150, 150, 0.8); @define-color text-color-disabled rgba(150, 150, 150, 0.8);
* { * {

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

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

Loading…
Cancel
Save