move all existing stuff to old/
This commit is contained in:
parent
c215878777
commit
35f5e8472b
49 changed files with 0 additions and 0 deletions
38
old/_config/waybar/config
Normal file
38
old/_config/waybar/config
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["network", "pulseaudio", "temperature", "cpu", "memory", "clock", "tray"],
|
||||
"enable-bar-scroll": true,
|
||||
"pulseaudio": {
|
||||
"tooltip": false,
|
||||
"scroll-step": 5,
|
||||
"format": "{icon} {volume}%",
|
||||
"format-icons": {
|
||||
"default": ["奄", "奔", "墳"]
|
||||
}
|
||||
},
|
||||
"temperature": {
|
||||
"format": "{temperatureF}°F",
|
||||
},
|
||||
"network": {
|
||||
"tooltip": false,
|
||||
"format-wifi": " {essid} {ipaddr}",
|
||||
"format-ethernet": " {ipaddr}"
|
||||
},
|
||||
"cpu": {
|
||||
"tooltip": false,
|
||||
"format": " {}%"
|
||||
},
|
||||
"memory": {
|
||||
"tooltip": false,
|
||||
"format": " {}%"
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 24,
|
||||
"spacing": 5,
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:%a, %b %d %I:%M%p %Z %d/%m/%Y}",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue