diff options
Diffstat (limited to '.config')
| -rwxr-xr-x | .config/eww/scripts/datetime-listener | 5 | ||||
| -rw-r--r-- | .config/hypr/hyprland.conf.in | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/.config/eww/scripts/datetime-listener b/.config/eww/scripts/datetime-listener index 47d7031..72f952d 100755 --- a/.config/eww/scripts/datetime-listener +++ b/.config/eww/scripts/datetime-listener @@ -13,9 +13,8 @@ veckaord() } stdbuf -oL -- tiktok \ - "%A, %-d %B %Y, $(veckaord) %V — %T %Z" \ - TZ=Europe/Helsinki ' (%H:%M %Z,' \ - TZ=Pacific/Auckland ' %H:%M %Z)' \ + "%A, %-d %B %Y, $(veckaord) %V — %T %Z" \ + TZ=Europe/Helsinki ' (%H:%M %Z)' | while read line do echo "$line" | ordinal -p '^\w+, (\d+)' diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 17631ff..f2701f3 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -8,7 +8,7 @@ exec-once = mako monitor = , highres, auto, 1 -layerrule = noanim, overlay +layerrule = no_anim on, match:namespace overlay ecosystem { no_update_news = yes |