mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: adds back normal am/pm time and move minutes to slide-out-menu; adds ssid to network thingy
This commit is contained in:
parent
8ffc2e28a8
commit
707934a1b7
1 changed files with 3 additions and 3 deletions
|
|
@ -85,7 +85,7 @@
|
||||||
|
|
||||||
"network": {
|
"network": {
|
||||||
"format": " {ifname}",
|
"format": " {ifname}",
|
||||||
"format-wifi": " {ipaddr}/{cidr} <span color='#aaaaaa'>{signalStrength}%</span>",
|
"format-wifi": " {essid} - {ipaddr}/{cidr} <span color='#aaaaaa'>{signalStrength}%</span>",
|
||||||
"format-ethernet": " {ipaddr}/{cidr}",
|
"format-ethernet": " {ipaddr}/{cidr}",
|
||||||
"format-disconnected": "",
|
"format-disconnected": "",
|
||||||
"tooltip-format": "{ifname} via {gwaddr}",
|
"tooltip-format": "{ifname} via {gwaddr}",
|
||||||
|
|
@ -316,7 +316,7 @@
|
||||||
|
|
||||||
"group/clock": {
|
"group/clock": {
|
||||||
"orientation": "horizontal",
|
"orientation": "horizontal",
|
||||||
"modules": [ "custom/clock#minutes", "clock#time", "clock#date" ],
|
"modules": [ "clock#time", "custom/clock#minutes", "clock#date" ],
|
||||||
"drawer": {
|
"drawer": {
|
||||||
"transition-left-to-right": false,
|
"transition-left-to-right": false,
|
||||||
"transition-duration": 500
|
"transition-duration": 500
|
||||||
|
|
@ -349,7 +349,7 @@
|
||||||
|
|
||||||
"clock#time": {
|
"clock#time": {
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
"format": " {:%I:%M %p}",
|
"format": " <span color='#aaaaaa'>{:%I:%M %p}</span>",
|
||||||
"actions": {
|
"actions": {
|
||||||
"on-scroll-up": "tz_up",
|
"on-scroll-up": "tz_up",
|
||||||
"on-scroll-down": "tz_down"
|
"on-scroll-down": "tz_down"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue