diff options
Diffstat (limited to 'dot-config')
| -rw-r--r-- | dot-config/fuzzel/fuzzel.ini | 26 | ||||
| -rw-r--r-- | dot-config/niri/config.kdl | 6 | ||||
| -rw-r--r-- | dot-config/swaync/style.css | 36 |
3 files changed, 36 insertions, 32 deletions
diff --git a/dot-config/fuzzel/fuzzel.ini b/dot-config/fuzzel/fuzzel.ini index a97a9ee..5681913 100644 --- a/dot-config/fuzzel/fuzzel.ini +++ b/dot-config/fuzzel/fuzzel.ini @@ -1,5 +1,5 @@ # output=<not set> -font=BerkeleyMono +font=Berkeley Mono Medium # dpi-aware=auto # use-bold=no prompt="" @@ -45,21 +45,21 @@ line-height=18 # match-workers=<number of logical CPUs> [colors] -background=080808f2 -text=ccccccf2 -# prompt=586e75ff -# placeholder=93a1a1ff -input=ccccccf2 -match=ffaa88f2 -selection=2a2a2af2 -selection-text=ddddddf2 -selection-match=ffaa88f2 +background=DCDCDCff +text=000000ff +prompt=000000ff +placeholder=000000ff +input=000000ff +match=cc0000ff +selection=9999ffff +selection-text=ffffffff +selection-match=000000ff # counter=93a1a1ff -border=555555f2 +border=000000ff [border] -# width=1 -# radius=10 +width=2 +radius=0 [dmenu] # mode=text # text|index diff --git a/dot-config/niri/config.kdl b/dot-config/niri/config.kdl index 1e2f7a2..0bbadd6 100644 --- a/dot-config/niri/config.kdl +++ b/dot-config/niri/config.kdl @@ -203,9 +203,9 @@ layout { // If you enable the border, you probably want to disable the focus ring. // off - width 4 - active-color "#658594" - inactive-color "#000000" + width 6 + active-color "#8484b7" + inactive-color "#b0b0b0" // Color of the border around windows that request your attention. urgent-color "#9b0000" diff --git a/dot-config/swaync/style.css b/dot-config/swaync/style.css index 8305718..d5cde4e 100644 --- a/dot-config/swaync/style.css +++ b/dot-config/swaync/style.css @@ -1,32 +1,37 @@ :root { - --cc-bg: rgba(46, 46, 46, 0.7); - --noti-border-color: rgba(255, 255, 255, 0.15); - --noti-bg: 48, 48, 48; - --noti-bg-alpha: 0.8; - --noti-bg-darker: rgb(38, 38, 38); - --noti-bg-hover: rgb(56, 56, 56); - --noti-bg-focus: rgba(68, 68, 68, 0.6); - --noti-close-bg: rgb(78, 78, 78); - --noti-close-bg-hover: rgb(94, 94, 94); - --text-color: rgb(255, 255, 255); - --text-color-disabled: rgb(150, 150, 150); + --cc-bg: rgb(220, 220, 220); /* DCDCDC */ + --noti-border-color: rgb(0, 0, 0); + --noti-bg: 220, 220, 220; /* DCDCDC */ + --noti-bg-alpha: 1; + --noti-bg-darker: rgb(255, 0, 255); /* bright color to stand out b/c I haven't seen what it changes yet */ + --noti-bg-hover: rgb(194, 194, 194); /* C2C2C2 */ + --noti-bg-focus: rgb(176, 176, 176); /* B0B0B0 */ + --noti-close-bg: transparent; + --noti-close-bg-hover: transparent; + --text-color: rgb(0, 0, 0); + --text-color-disabled: rgb(255, 0, 0); /* bright color to stand out b/c I haven't seen what it changes yet */ --bg-selected: rgb(0, 128, 255); --notification-icon-size: 64px; --notification-app-icon-size: calc(var(--notification-icon-size) / 3); --notification-group-icon-size: 32px; - --border: 1px solid var(--noti-border-color); - --border-radius: 12px; + --border: 2px solid var(--noti-border-color); + --border-radius: 0px; --notification-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.7), 0 2px 6px 2px rgba(0, 0, 0, 0.3); --font-size-body: 15px; --font-size-summary: 16px; /* Deprecated variables (because of their typos). Keeeping them around for backwards compatibility. */ - --hover-tranistion: background 0.15s ease-in-out; - --group-collapse-tranistion: opacity 400ms ease-in-out; + --hover-tranistion: none; + --group-collapse-tranistion: none; --hover-transition: var(--hover-tranistion); --group-collapse-transition: var(--group-collapse-tranistion); } +* { + font-family: Berkeley Mono; + font-weight: 500; +} + /* Fallback for older CSS themes */ /* Fallback for older CSS themes */ @define-color cc-bg rgba(46, 46, 46, 0.7); @@ -175,7 +180,6 @@ notificationwindow, blankwindow { .notification-row .notification-background .notification .notification-default-action .notification-content .text-box .body { /* Notification body */ font-size: var(--font-size-body); - font-weight: normal; background: transparent; color: var(--text-color); text-shadow: none; |
