Fix colors

This commit is contained in:
Marco Thomas
2020-09-30 19:57:52 +02:00
parent 85637098c3
commit bc2cf2efd3
5 changed files with 8 additions and 8 deletions

View File

@@ -37,4 +37,3 @@
To get a siji icon: `clone, ./install.sh, ./view.sh, echo "\ue002"`
![PC](screenshots/pc.png)
![Laptop](screenshots/laptop.png)

View File

@@ -64,7 +64,7 @@
frame_width = 2
# Defines color of the frame around the notification window.
frame_color = "#0A0E14"
frame_color = "#ffffff"
# Define a color for the separator.
# possible values are:
@@ -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 = "#0A0E14"
background = "#000000"
foreground = "#e5e9f0"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#0A0E14"
background = "#000000"
foreground = "#e5e9f0"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#0A0E14"
background = "#000000"
foreground = "#e5e9f0"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable

View File

@@ -87,11 +87,12 @@ bindsym XF86AudioPrev exec playerctl previous
# ======================================== Open Applications
mode "Open" {
bindsym f exec firefox
bindsym s exec spotify
bindsym d exec discord; exec Discord
bindsym c exec gsimplecal
bindsym d exec discord; exec Discord
bindsym f exec firefox
bindsym p exec pavucontrol
bindsym s exec spotify
bindsym t exec telegram-desktop
bindsym Escape 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