Fix xinitrc and update rofi/dunst

This commit is contained in:
Alex Selimov 2025-01-12 23:03:06 -05:00
parent 9b9301b18a
commit 879f308cc2
6 changed files with 324 additions and 75 deletions

View file

@ -1,36 +1,8 @@
@import "gruvbox-common.rasinc.rasi"
* {
/* Theme settings */
highlight: bold italic;
scrollbar: false;
/* Theme colors */
background: #8e8e82;
background-color: @background;
foreground: #191919;
border-color: #61676B;
separatorcolor: @border-color;
scrollbar-handle: @border-color;
normal-background: @background;
normal-foreground: @foreground;
alternate-normal-background: @background;
alternate-normal-foreground: @foreground;
selected-normal-background: #BBBBBB;
selected-normal-foreground: #3d3839;
active-background: #B77E64;
selected-active-background: #D68C67;
active-foreground: @background;
alternate-active-background: @active-background;
alternate-active-foreground: @active-foreground;
selected-active-foreground: @active-foreground;
urgent-background: #DE6E7C;
urgent-foreground: @background;
alternate-urgent-background: @urgent-background;
alternate-urgent-foreground: @urgent-foreground;
selected-urgent-background: #E8838F;
selected-urgent-foreground: @urgent-foreground;
background: #BBBBBBFF;
background-alt: #8e8e8eFF;
foreground: #191919FF;
selected: #83A598FF;
active: #B8BB26FF;
urgent: #FB4934FF;
}