Changed notification center color scheme, and fixed some config files organization
This commit is contained in:
parent
3a51816053
commit
79b8dab54b
7 changed files with 28 additions and 17 deletions
4
.config/hypr/config/monitors/nwg-autogen.conf
Normal file
4
.config/hypr/config/monitors/nwg-autogen.conf
Normal 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
|
||||||
|
|
@ -1 +1,17 @@
|
||||||
@theme "~/.local/share/rofi/themes/boussole.rasi"
|
@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"; */
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
/* @theme "./themes/rosepine.rasi" */
|
|
||||||
@theme "~/.local/share/rofi/themes/boussole.rasi"
|
@theme "~/.local/share/rofi/themes/boussole.rasi"
|
||||||
configuration {
|
configuration {
|
||||||
terminal: "foot";
|
terminal: "foot";
|
||||||
|
|
|
||||||
7
.config/swaync/power-on.css
Normal file
7
.config/swaync/power-on.css
Normal 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;
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
@import url('seventy-nine.css');
|
@import url('power-on.css');
|
||||||
@define-color control-background alpha(@background_dark, 0.8);
|
@define-color control-background alpha(@background_dark, 0.8);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,22 +2,7 @@
|
||||||
/* Based on work done by */
|
/* Based on work done by */
|
||||||
/* Newman Sanchez (https://github.com/newmanls) */
|
/* Newman Sanchez (https://github.com/newmanls) */
|
||||||
|
|
||||||
configuration {
|
|
||||||
|
|
||||||
modi: "drun,run";
|
|
||||||
display-drun: "Applications";
|
|
||||||
display-run: "Run";
|
|
||||||
drun-display-format: "{icon} {name}";
|
|
||||||
sort: true;
|
|
||||||
sorting-method: "fzf";
|
|
||||||
|
|
||||||
/* Icons */
|
|
||||||
show-icons: true;
|
|
||||||
/* icon-theme: "Gruvbox-Plus-Dark"; */
|
|
||||||
}
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
/*font: "FiraCode Nerd Font Medium 12";*/
|
|
||||||
font: "JetBrainsMono Nerd Font Propo Regular 12";
|
font: "JetBrainsMono Nerd Font Propo Regular 12";
|
||||||
|
|
||||||
bg0: #0d1117;
|
bg0: #0d1117;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue