Replies: 4 comments
-
|
By the way, adding |
Beta Was this translation helpful? Give feedback.
-
|
thanks for the info, I just upgraded from to 22.04 to 24.04 and time is gone too. I don't even have a /etc/i3status.conf , for me It was that most i3xrocks module were removed instead of upgraded after the upgrade |
Beta Was this translation helpful? Give feedback.
-
|
I would assume something to do with this: I never used tztime pre 24, was it it's own command before? Only tzselect appears in the terminal in my fresh 24 install. |
Beta Was this translation helpful? Give feedback.
-
|
Has anyone found a fix for this? Time is also gone for me after upgrading to 24.04. (also does not seem specific to regolith, i am using stock ubuntu) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there. I did an upgrade to Ubuntu Noble Numbat (24.04.1), and strangely the date/time bar is not showing up. I tried uninstalling and re-installing
i3xrocks-timeto no avail. I also tried runningregolith-control-centerand setting the date/time settings, but that still didn't get it to show up.Here's a variety of config files in case it's helpful. My
/etc/i3xrocks.conf:/etc/i3status.conf:general { colors = true interval = 5 } order += "ipv6" order += "wireless _first_" order += "ethernet _first_" order += "battery all" order += "disk /" order += "load" order += "memory" order += "tztime local" wireless _first_ { format_up = "W: (%quality at %essid) %ip" format_down = "W: down" } ethernet _first_ { format_up = "E: %ip (%speed)" format_down = "E: down" } battery all { format = "%status %percentage %remaining" } disk "/" { format = "%avail" } load { format = "%1min" } memory { format = "%used | %available" threshold_degraded = "1G" format_degraded = "MEMORY < %available" } tztime local { format = "%Y-%m-%d %H:%M:%S" }What could be the cause? Any idea how I can debug what's going on?
Beta Was this translation helpful? Give feedback.
All reactions