From d33ea9bc1b7988f3d7187c4557076934d4be3d18 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 9 Sep 2020 23:16:31 +0200 Subject: [PATCH] Change some more colors --- laptop/.config/dunst/dunstrc | 10 +++++----- laptop/.config/nvim/.netrwhist | 6 ++++++ laptop/.config/rofi/launchers-git/appdrawer.rasi | 14 +++++++------- 3 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 laptop/.config/nvim/.netrwhist diff --git a/laptop/.config/dunst/dunstrc b/laptop/.config/dunst/dunstrc index 9dc4293..755c16c 100644 --- a/laptop/.config/dunst/dunstrc +++ b/laptop/.config/dunst/dunstrc @@ -64,7 +64,7 @@ frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#4C566A" + frame_color = "#0A0E14" # Define a color for the separator. # possible values are: @@ -202,7 +202,7 @@ # corners. # The radius will be automatically lowered if it exceeds half of the # notification height to avoid clipping text and/or icons. - corner_radius = 12 + corner_radius = 0 ### Legacy @@ -254,21 +254,21 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#2E3440" + background = "#0A0E14" foreground = "#e5e9f0" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#2E3440" + background = "#0A0E14" foreground = "#e5e9f0" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#2E3440" + background = "#0A0E14" foreground = "#e5e9f0" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable diff --git a/laptop/.config/nvim/.netrwhist b/laptop/.config/nvim/.netrwhist new file mode 100644 index 0000000..400ff14 --- /dev/null +++ b/laptop/.config/nvim/.netrwhist @@ -0,0 +1,6 @@ +let g:netrw_dirhistmax =10 +let g:netrw_dirhistcnt =4 +let g:netrw_dirhist_4='/home/marc/dots/laptop/.config/rofi' +let g:netrw_dirhist_3='/home/marc/.config/rofi' +let g:netrw_dirhist_2='/home/marc/.config/dunst' +let g:netrw_dirhist_1='/home/marc/dots/laptop/.config/rofi/launchers-git' diff --git a/laptop/.config/rofi/launchers-git/appdrawer.rasi b/laptop/.config/rofi/launchers-git/appdrawer.rasi index 90eb961..537ae44 100644 --- a/laptop/.config/rofi/launchers-git/appdrawer.rasi +++ b/laptop/.config/rofi/launchers-git/appdrawer.rasi @@ -22,11 +22,11 @@ configuration { } * { - background: #1d1f28; - background-alt: #282a36; - background-ib: #282a36; + background: #01060E; + background-alt: #01060E; + background-ib: #0A0E14; foreground: #fdfdfd; - border: #282a36; + border: #0A0E14; border-sel: #79e6f3; selected: #282a36; urgent: #f37f97; @@ -39,12 +39,12 @@ window { border: 6px; border-radius: 15px; border-color: @border; - height: 1030px; + height: 1037px; width: 25%; location: west; anchor: west; - x-offset: 15px; - y-offset: 15px; + x-offset: 14px; + y-offset: 14px; } prompt {