gruvbox dunst
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
## Other Dependencies
|
## Other Dependencies
|
||||||
|
|
||||||
+ [Nordic](https://github.com/EliverLara/Nordic): GTK Theme
|
+ [Gruvbox](https://github.com/hargonix/Pop-gruvbox/): GTK Theme (clone into ~/.themes)
|
||||||
+ [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper
|
+ [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper
|
||||||
+ [i3-swallow](https://github.com/jamesofarrell/i3-swallow): swallow terminal (not used anymore)
|
+ [i3-swallow](https://github.com/jamesofarrell/i3-swallow): swallow terminal (not used anymore)
|
||||||
+ [neovim-remote](https://github.com/mhinz/neovim-remote): zathura integration for nvim (unused)
|
+ [neovim-remote](https://github.com/mhinz/neovim-remote): zathura integration for nvim (unused)
|
||||||
|
|||||||
@@ -2,10 +2,8 @@
|
|||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
# hard contrast: background = '0xf9f5d7'
|
|
||||||
background: '0xf2e5bc'
|
background: '0xf2e5bc'
|
||||||
# soft contrast: background = '0xf2e5bc'
|
foreground: '0x282828'
|
||||||
foreground: '0x3c3836'
|
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
|
|||||||
@@ -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 = "#D8DEE9"
|
frame_color = "#282828"
|
||||||
|
|
||||||
# Define a color for the separator.
|
# Define a color for the separator.
|
||||||
# possible values are:
|
# possible values are:
|
||||||
@@ -254,22 +254,22 @@
|
|||||||
[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 = "#D8DEE9"
|
background = "#282828"
|
||||||
foreground = "#2E3440"
|
foreground = "#f2e5bc"
|
||||||
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 = "#D8DEE9"
|
background = "#282828"
|
||||||
foreground = "#2E3440"
|
foreground = "#f2e5bc"
|
||||||
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 = "#D8DEE9"
|
background = "#282828"
|
||||||
foreground = "#2E3440"
|
foreground = "#f2e5bc"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
# Icon for notifications with critical urgency, uncomment to enable
|
# Icon for notifications with critical urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|||||||
Reference in New Issue
Block a user