[PR #1329] [MERGED] feat(bar): changing icons based on the time #1328

Closed
opened 2026-01-05 14:54:54 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1329
Author: @CtByte
Created: 3/8/2025
Status: Merged
Merged: 3/9/2025
Merged by: @LGUG2Z

Base: masterHead: time_icons


📝 Commits (1)

  • 39eab5f feat(bar): changing icons based on the time

📊 Changes

5 files changed (+122 additions, -27 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 komorebi-bar/Cargo.toml (+1 -0)
📝 komorebi-bar/src/date.rs (+4 -3)
📝 komorebi-bar/src/time.rs (+104 -24)
📝 schema.bar.json (+12 -0)

📄 Description

This commit adds a little Easter egg on the time widget.

Use the changing_icon setting to enable this feature.

Based on the current time, the widget will use different icons to indicate certain activities of the day.

00:00 MOON
06:00 ALARM
06:01 BREAD
06:30 BARBELL
08:00 COFFEE
08:30 CLOCK
12:00 HAMBURGER
12:30 CLOCK_AFTERNOON
18:00 FORK_KNIFE
18:30 MOON_STARS

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/1329 **Author:** [@CtByte](https://github.com/CtByte) **Created:** 3/8/2025 **Status:** ✅ Merged **Merged:** 3/9/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `time_icons` --- ### 📝 Commits (1) - [`39eab5f`](https://github.com/LGUG2Z/komorebi/commit/39eab5f1163ee0e511bb834c73866f99212910c3) feat(bar): changing icons based on the time ### 📊 Changes **5 files changed** (+122 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `komorebi-bar/Cargo.toml` (+1 -0) 📝 `komorebi-bar/src/date.rs` (+4 -3) 📝 `komorebi-bar/src/time.rs` (+104 -24) 📝 `schema.bar.json` (+12 -0) </details> ### 📄 Description This commit adds a little Easter egg on the time widget. Use the `changing_icon` setting to enable this feature. Based on the current time, the widget will use different icons to indicate certain activities of the day. 00:00 MOON 06:00 ALARM 06:01 BREAD 06:30 BARBELL 08:00 COFFEE 08:30 CLOCK 12:00 HAMBURGER 12:30 CLOCK_AFTERNOON 18:00 FORK_KNIFE 18:30 MOON_STARS ![image](https://github.com/user-attachments/assets/13986521-efac-42e9-b777-ea8e2f9b9d00) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:54 +01:00
adam closed this issue 2026-01-05 14:54:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1328