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": [
|
||||
"network#speed",
|
||||
"custom/separator#dot-line",
|
||||
//unsure
|
||||
//"network#speed",
|
||||
//"custom/separator#dot-line",
|
||||
|
||||
"custom/swaync",
|
||||
"tray",
|
||||
"mpris",
|
||||
|
|
|
|||
|
|
@ -219,7 +219,8 @@
|
|||
"clock": {
|
||||
"interval": 1,
|
||||
//"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}",
|
||||
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
||||
"calendar": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue