diff --git a/README.md b/README.md index 414ef37..4d88c5c 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,3 @@ To get a siji icon: `clone, ./install.sh, ./view.sh, echo "\ue002"` ![PC](screenshots/pc.png) -![Laptop](screenshots/laptop.png) diff --git a/files/.config/dunst/dunstrc b/files/.config/dunst/dunstrc index 755c16c..e3d7650 100644 --- a/files/.config/dunst/dunstrc +++ b/files/.config/dunst/dunstrc @@ -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 diff --git a/files/.config/i3/config b/files/.config/i3/config index 2dba916..baece77 100644 --- a/files/.config/i3/config +++ b/files/.config/i3/config @@ -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" diff --git a/screenshots/laptop.png b/screenshots/laptop.png deleted file mode 100644 index e01a8af..0000000 Binary files a/screenshots/laptop.png and /dev/null differ diff --git a/screenshots/pc.png b/screenshots/pc.png index b62a01c..b62e437 100644 Binary files a/screenshots/pc.png and b/screenshots/pc.png differ