added cal tooltip to eww bar

main
The_miro 2025-10-21 08:36:51 +02:00
parent 8793ab5f38
commit 49781eb76d
8 changed files with 42 additions and 1 deletions

View File

@ -4,6 +4,15 @@
font-size: 14pt;
}
tooltip {
border: solid;
border-width: 3px;
background: #1a1a1a;
color: #5018dd;
border-radius: 25px;
}
// Global Styles
.bar {

View File

@ -98,6 +98,10 @@
(defwidget clock []
(box :class "clock"
:tooltip {calender}
(label :text {"${time}"})
)
)
(defpoll calender :interval "600s"
"cal")

View File

@ -4,6 +4,15 @@
font-size: 14pt;
}
tooltip {
border: solid;
border-width: 3px;
background: #1a1a1a;
color: #5018dd;
border-radius: 25px;
}
// Global Styles
.bar {

View File

@ -140,6 +140,11 @@
(defwidget clock []
(box :class "clock"
:tooltip {calender}
(label :text {"${time}"})
)
)
(defpoll calender :interval "600s"
"cal")

View File

@ -4,6 +4,15 @@
font-size: 14pt;
}
tooltip {
border: solid;
border-width: 3px;
background: #1a1a1a;
color: #5018dd;
border-radius: 25px;
}
// Global Styles
.bar {

View File

@ -103,6 +103,10 @@
(defwidget clock []
(box :class "clock"
:tooltip {calender}
(label :text {"${time}"})
)
)
(defpoll calender :interval "600s"
"cal")

View File

@ -15,3 +15,4 @@ inode/directory=thunar.desktop
application/zip=org.kde.ark.desktop;thunar.desktop;
application/x-compressed-tar=thunar.desktop;
image/jpeg=pinta.desktop;
text/x-emacs-lisp=vim.desktop;

View File

@ -1 +1 @@
TerminalEmulator=kitty
TerminalEmulator=bash kitty