mirror of
https://github.com/gaitas13/dotfiles.git
synced 2025-12-06 07:15:37 +01:00
changed waybar config
This commit is contained in:
parent
90b4bc443f
commit
4ec9cfba8f
2 changed files with 6 additions and 3 deletions
|
|
@ -45,8 +45,10 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"network#speed",
|
//unsure
|
||||||
"custom/separator#dot-line",
|
//"network#speed",
|
||||||
|
//"custom/separator#dot-line",
|
||||||
|
|
||||||
"custom/swaync",
|
"custom/swaync",
|
||||||
"tray",
|
"tray",
|
||||||
"mpris",
|
"mpris",
|
||||||
|
|
|
||||||
|
|
@ -219,7 +219,8 @@
|
||||||
"clock": {
|
"clock": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
//"format": " {:%I:%M %p}", // AM PM format
|
//"format": " {:%I:%M %p}", // AM PM format
|
||||||
"format": " {:%H:%M:%S}",
|
//"format": " {:%H:%M:%S}",
|
||||||
|
"format": " {:%H:%M}",
|
||||||
"format-alt": " {:%H:%M %Y, %d %B, %A}",
|
"format-alt": " {:%H:%M %Y, %d %B, %A}",
|
||||||
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
||||||
"calendar": {
|
"calendar": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue