add old awesome config, add sway, i3statusrs, zathura, mako, neomutt
This commit is contained in:
parent
1798d6f536
commit
cbcc20d616
26 changed files with 1207 additions and 19 deletions
16
sway/.config/waybar/config
Normal file
16
sway/.config/waybar/config
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": ["sway/window"],
|
||||
"modules-right": ["battery", "clock"],
|
||||
"sway/window": {
|
||||
"max-length": 50
|
||||
},
|
||||
"battery": {
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
},
|
||||
"clock": {
|
||||
"format-alt": "{:%a, %d. %b %H:%M}"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue