mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 06:15:21 +01:00
[GH-ISSUE #251] [Clock/Calendar] Change default start of the week day #2923
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#2923
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jul 22, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/251
Is your feature request related to a problem? Please describe.
Currently the Calendar will default to Sunday as the first day of the week, however this is not the standard for many countries around the world, making the calendar slightly less useful and a fair amount more confusing for anyone used to the ISO 8601 standard or in the case of people from Iran, Afghanistan, and Somalia, the standard being Saturday.
Describe the solution you'd like
An option in the configuration to set the default day for the start of the week. This setting should in theory only need the options Monday, Saturday, and Sunday, but limiting it to those three days isn't strictly necessary of course.
Describe alternatives you've considered
I have tried setting the locale option to a country where I know Monday is considered the default, but this did not change it. Beside that I have not tested anything else, as I could not conceive of any other way to do it myself.
Additional context
N/A
@JakeStanger commented on GitHub (Jul 22, 2023):
Hm that's interesting, it defaults to Monday for me (UK). It looks like setting
LC_TIMEchanges it for me - does this work for you?@kepi commented on GitHub (Oct 16, 2023):
I can confirm that I have monday first too (as I should have) according to my locales.
@JakeStanger commented on GitHub (Nov 26, 2023):
Closing as there's been no activity for a few months and this is believed to work as expected already - if you still have issues let me know and I'll re-open