Fix colors
This commit is contained in:
@@ -37,4 +37,3 @@
|
|||||||
To get a siji icon: `clone, ./install.sh, ./view.sh, echo "\ue002"`
|
To get a siji icon: `clone, ./install.sh, ./view.sh, echo "\ue002"`
|
||||||
|
|
||||||

|

|
||||||

|
|
||||||
|
|||||||
@@ -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 = "#0A0E14"
|
frame_color = "#ffffff"
|
||||||
|
|
||||||
# Define a color for the separator.
|
# Define a color for the separator.
|
||||||
# possible values are:
|
# possible values are:
|
||||||
@@ -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 = "#0A0E14"
|
background = "#000000"
|
||||||
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 = "#0A0E14"
|
background = "#000000"
|
||||||
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 = "#0A0E14"
|
background = "#000000"
|
||||||
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
|
||||||
|
|||||||
@@ -87,11 +87,12 @@ bindsym XF86AudioPrev exec playerctl previous
|
|||||||
|
|
||||||
# ======================================== Open Applications
|
# ======================================== Open Applications
|
||||||
mode "Open" {
|
mode "Open" {
|
||||||
bindsym f exec firefox
|
|
||||||
bindsym s exec spotify
|
|
||||||
bindsym d exec discord; exec Discord
|
|
||||||
bindsym c exec gsimplecal
|
bindsym c exec gsimplecal
|
||||||
|
bindsym d exec discord; exec Discord
|
||||||
|
bindsym f exec firefox
|
||||||
bindsym p exec pavucontrol
|
bindsym p exec pavucontrol
|
||||||
|
bindsym s exec spotify
|
||||||
|
bindsym t exec telegram-desktop
|
||||||
|
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 186 KiB |
Reference in New Issue
Block a user