diff --git a/desktopenvs/hyprland/eww-nobattery/eww.scss b/desktopenvs/hyprland/eww-nobattery/eww.scss index 12a1d75..da979e2 100644 --- a/desktopenvs/hyprland/eww-nobattery/eww.scss +++ b/desktopenvs/hyprland/eww-nobattery/eww.scss @@ -4,6 +4,15 @@ font-size: 14pt; } +tooltip { + border: solid; + border-width: 3px; + background: #1a1a1a; + color: #5018dd; + border-radius: 25px; +} + + // Global Styles .bar { diff --git a/desktopenvs/hyprland/eww-nobattery/eww.yuck b/desktopenvs/hyprland/eww-nobattery/eww.yuck index c79e539..5704534 100644 --- a/desktopenvs/hyprland/eww-nobattery/eww.yuck +++ b/desktopenvs/hyprland/eww-nobattery/eww.yuck @@ -98,6 +98,10 @@ (defwidget clock [] (box :class "clock" + :tooltip {calender} (label :text {"${time}"}) ) ) + +(defpoll calender :interval "600s" + "cal") diff --git a/desktopenvs/hyprland/eww-touch/eww.scss b/desktopenvs/hyprland/eww-touch/eww.scss index 12a1d75..da979e2 100644 --- a/desktopenvs/hyprland/eww-touch/eww.scss +++ b/desktopenvs/hyprland/eww-touch/eww.scss @@ -4,6 +4,15 @@ font-size: 14pt; } +tooltip { + border: solid; + border-width: 3px; + background: #1a1a1a; + color: #5018dd; + border-radius: 25px; +} + + // Global Styles .bar { diff --git a/desktopenvs/hyprland/eww-touch/eww.yuck b/desktopenvs/hyprland/eww-touch/eww.yuck index bcd23e7..0d33d41 100644 --- a/desktopenvs/hyprland/eww-touch/eww.yuck +++ b/desktopenvs/hyprland/eww-touch/eww.yuck @@ -140,6 +140,11 @@ (defwidget clock [] (box :class "clock" + :tooltip {calender} (label :text {"${time}"}) ) ) + + +(defpoll calender :interval "600s" + "cal") diff --git a/desktopenvs/hyprland/eww/eww.scss b/desktopenvs/hyprland/eww/eww.scss index 12a1d75..da979e2 100644 --- a/desktopenvs/hyprland/eww/eww.scss +++ b/desktopenvs/hyprland/eww/eww.scss @@ -4,6 +4,15 @@ font-size: 14pt; } +tooltip { + border: solid; + border-width: 3px; + background: #1a1a1a; + color: #5018dd; + border-radius: 25px; +} + + // Global Styles .bar { diff --git a/desktopenvs/hyprland/eww/eww.yuck b/desktopenvs/hyprland/eww/eww.yuck index 1c03319..7588f6d 100644 --- a/desktopenvs/hyprland/eww/eww.yuck +++ b/desktopenvs/hyprland/eww/eww.yuck @@ -103,6 +103,10 @@ (defwidget clock [] (box :class "clock" + :tooltip {calender} (label :text {"${time}"}) ) ) + +(defpoll calender :interval "600s" + "cal") diff --git a/desktopenvs/hyprland/mimeapps.list b/desktopenvs/hyprland/mimeapps.list index ac62107..da61f91 100644 --- a/desktopenvs/hyprland/mimeapps.list +++ b/desktopenvs/hyprland/mimeapps.list @@ -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; diff --git a/desktopenvs/hyprland/xfce4/helpers.rc b/desktopenvs/hyprland/xfce4/helpers.rc index 5226528..1d17cc5 100644 --- a/desktopenvs/hyprland/xfce4/helpers.rc +++ b/desktopenvs/hyprland/xfce4/helpers.rc @@ -1 +1 @@ -TerminalEmulator=kitty +TerminalEmulator=bash kitty