Change some more colors
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
frame_width = 2
|
frame_width = 2
|
||||||
|
|
||||||
# Defines color of the frame around the notification window.
|
# Defines color of the frame around the notification window.
|
||||||
frame_color = "#4C566A"
|
frame_color = "#0A0E14"
|
||||||
|
|
||||||
# Define a color for the separator.
|
# Define a color for the separator.
|
||||||
# possible values are:
|
# possible values are:
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
# corners.
|
# corners.
|
||||||
# The radius will be automatically lowered if it exceeds half of the
|
# The radius will be automatically lowered if it exceeds half of the
|
||||||
# notification height to avoid clipping text and/or icons.
|
# notification height to avoid clipping text and/or icons.
|
||||||
corner_radius = 12
|
corner_radius = 0
|
||||||
|
|
||||||
### Legacy
|
### Legacy
|
||||||
|
|
||||||
@@ -254,21 +254,21 @@
|
|||||||
[urgency_low]
|
[urgency_low]
|
||||||
# IMPORTANT: colors have to be defined in quotation marks.
|
# IMPORTANT: colors have to be defined in quotation marks.
|
||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
background = "#2E3440"
|
background = "#0A0E14"
|
||||||
foreground = "#e5e9f0"
|
foreground = "#e5e9f0"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with low urgency, uncomment to enable
|
# Icon for notifications with low urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#2E3440"
|
background = "#0A0E14"
|
||||||
foreground = "#e5e9f0"
|
foreground = "#e5e9f0"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with normal urgency, uncomment to enable
|
# Icon for notifications with normal urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#2E3440"
|
background = "#0A0E14"
|
||||||
foreground = "#e5e9f0"
|
foreground = "#e5e9f0"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
# Icon for notifications with critical urgency, uncomment to enable
|
# Icon for notifications with critical urgency, uncomment to enable
|
||||||
|
|||||||
6
laptop/.config/nvim/.netrwhist
Normal file
6
laptop/.config/nvim/.netrwhist
Normal file
@@ -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'
|
||||||
@@ -22,11 +22,11 @@ configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
background: #1d1f28;
|
background: #01060E;
|
||||||
background-alt: #282a36;
|
background-alt: #01060E;
|
||||||
background-ib: #282a36;
|
background-ib: #0A0E14;
|
||||||
foreground: #fdfdfd;
|
foreground: #fdfdfd;
|
||||||
border: #282a36;
|
border: #0A0E14;
|
||||||
border-sel: #79e6f3;
|
border-sel: #79e6f3;
|
||||||
selected: #282a36;
|
selected: #282a36;
|
||||||
urgent: #f37f97;
|
urgent: #f37f97;
|
||||||
@@ -39,12 +39,12 @@ window {
|
|||||||
border: 6px;
|
border: 6px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
border-color: @border;
|
border-color: @border;
|
||||||
height: 1030px;
|
height: 1037px;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
location: west;
|
location: west;
|
||||||
anchor: west;
|
anchor: west;
|
||||||
x-offset: 15px;
|
x-offset: 14px;
|
||||||
y-offset: 15px;
|
y-offset: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
prompt {
|
prompt {
|
||||||
|
|||||||
Reference in New Issue
Block a user