Changed notification center color scheme, and fixed some config files organization

This commit is contained in:
Gu://em_ 2025-12-07 11:51:54 +01:00
parent 3a51816053
commit 79b8dab54b
7 changed files with 28 additions and 17 deletions

View file

@ -0,0 +1,4 @@
# Generated by nwg-displays on 2025-10-12 at 12:32:09. Do not edit manually.
monitor=eDP-1,1920x1080@60.0,4126x1440,1.0
monitor=DP-1,2560x1440@59.95,1920x0,1.0

View file

@ -1 +1,17 @@
@theme "~/.local/share/rofi/themes/boussole.rasi"
configuration {
modi: "drun,run";
display-drun: "Applications";
display-run: "Run";
drun-display-format: "{icon} {name}";
sort: true;
sorting-method: "fzf";
/* Icons */
show-icons: false;
/* icon-theme: "Gruvbox-Plus-Dark"; */
}

View file

@ -1,4 +1,3 @@
/* @theme "./themes/rosepine.rasi" */
@theme "~/.local/share/rofi/themes/boussole.rasi"
configuration {
terminal: "foot";

View file

@ -0,0 +1,7 @@
@define-color active #e64e4e;
@define-color background_dark #1c2128;
@define-color background_light #22272e;
@define-color background_transparent alpha(#18191c, 0.7);
@define-color foreground #e4e8ed;
@define-color border #333940;
@define-color alert #ea4545;

View file

@ -1,4 +1,4 @@
@import url('seventy-nine.css');
@import url('power-on.css');
@define-color control-background alpha(@background_dark, 0.8);