Compare commits

..

No commits in common. "6bdc17dd9eeb04afb8e9b777886fb706e471e573" and "bce5209fe143059d5ea3f18da0dd2595bd466181" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
(defvar close_icon "/usr/share/icons/Qogir-ubuntu-dark/16/actions/window-close.svg") (defvar close_icon "/usr/share/icons/Qogir-ubuntu-dark/16/actions/window-close.svg")
(defvar end-binary "~/.local/bin/end-rs") (defvar end-binary "~/.cargo/bin/end-rs")
(defvar end-notifications '') (defvar end-notifications '')
(defvar end-histories '') (defvar end-histories '')
(defvar end-replies '') (defvar end-replies '')
@ -14,7 +14,7 @@
:spacing 6 :spacing 6
(box :orientation "h" :spacing 8 :space-evenly false (box :orientation "h" :spacing 8 :space-evenly false
(box (box
:class "${(notification.app_icon ?: "") != "" ? "notification-app-icon" : ""}" :class "${notification.app_icon ?: "" != "" ? "notification-app-icon" : ""}"
:style "background-image: url('${notification.app_icon}');" :style "background-image: url('${notification.app_icon}');"
) )
(label (label

View file

@ -6,7 +6,7 @@ icon_dirs = [
"/usr/share/pixmaps", "/usr/share/pixmaps",
] ]
### The theme to use for the icons ### The theme to use for the icons
icon_theme = "Qogir" icon_theme = "Adwaita"
### The default notification window ### The default notification window
### Can be a single string or a vector of strings(for multi-monitor support) ### Can be a single string or a vector of strings(for multi-monitor support)
eww_notification_window = "notification_overlay" eww_notification_window = "notification_overlay"