ErikReider / SwayNotificationCenter

A simple GTK based notification daemon for SwayWM
GNU General Public License v3.0
1.29k stars 62 forks source link

Added "relative-timestamps" config to switch between "25 minutes ago" and "2023-06-25T20:05:27-07" #286

Closed dev-dev-dev-dev-dev-dev-dev-dev closed 1 year ago

dev-dev-dev-dev-dev-dev-dev-dev commented 1 year ago

relative-timestamps type: bool default: true description: Display notification timestamps relative to now e.g. \"26 minutes ago\". If false, a local iso8601-formatted absolute timestamp is displayed.

If you think I'm going down the right direction with this, happy to expand to a user-configurable time format feature. I'm personally not a fan of relative time, instead I like to see the exact time a notification was generated for certain items.

ErikReider commented 1 year ago

Fix the trailing whitespace and I'll merge this :)