added cal tooltip to eww bar
parent
8793ab5f38
commit
49781eb76d
|
|
@ -4,6 +4,15 @@
|
|||
font-size: 14pt;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
border: solid;
|
||||
border-width: 3px;
|
||||
background: #1a1a1a;
|
||||
color: #5018dd;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
|
||||
// Global Styles
|
||||
.bar {
|
||||
|
||||
|
|
|
|||
|
|
@ -98,6 +98,10 @@
|
|||
|
||||
(defwidget clock []
|
||||
(box :class "clock"
|
||||
:tooltip {calender}
|
||||
(label :text {"${time}"})
|
||||
)
|
||||
)
|
||||
|
||||
(defpoll calender :interval "600s"
|
||||
"cal")
|
||||
|
|
|
|||
|
|
@ -4,6 +4,15 @@
|
|||
font-size: 14pt;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
border: solid;
|
||||
border-width: 3px;
|
||||
background: #1a1a1a;
|
||||
color: #5018dd;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
|
||||
// Global Styles
|
||||
.bar {
|
||||
|
||||
|
|
|
|||
|
|
@ -140,6 +140,11 @@
|
|||
|
||||
(defwidget clock []
|
||||
(box :class "clock"
|
||||
:tooltip {calender}
|
||||
(label :text {"${time}"})
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
(defpoll calender :interval "600s"
|
||||
"cal")
|
||||
|
|
|
|||
|
|
@ -4,6 +4,15 @@
|
|||
font-size: 14pt;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
border: solid;
|
||||
border-width: 3px;
|
||||
background: #1a1a1a;
|
||||
color: #5018dd;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
|
||||
// Global Styles
|
||||
.bar {
|
||||
|
||||
|
|
|
|||
|
|
@ -103,6 +103,10 @@
|
|||
|
||||
(defwidget clock []
|
||||
(box :class "clock"
|
||||
:tooltip {calender}
|
||||
(label :text {"${time}"})
|
||||
)
|
||||
)
|
||||
|
||||
(defpoll calender :interval "600s"
|
||||
"cal")
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
TerminalEmulator=kitty
|
||||
TerminalEmulator=bash kitty
|
||||
|
|
|
|||
Loading…
Reference in New Issue