A lot of styling later...
This commit is contained in:
parent
e8f3c8b293
commit
e3a2e8ef68
10 changed files with 364 additions and 185 deletions
42
config/waybar/config
Normal file
42
config/waybar/config
Normal file
|
@ -0,0 +1,42 @@
|
|||
//
|
||||
// ~/.config/waybar/config
|
||||
//
|
||||
|
||||
[{
|
||||
|
||||
"name": "toggle",
|
||||
|
||||
"mode": "hide",
|
||||
"ipc": true,
|
||||
|
||||
"position": "top",
|
||||
"height": 25,
|
||||
"spacing": 4,
|
||||
"margin": "-25px 0 0 0", // Show this bar on top of the other one, seemingly the "same" one.
|
||||
|
||||
"custom/sep": {
|
||||
"format": "\uf142"
|
||||
},
|
||||
|
||||
"include": [
|
||||
// Import modules (!)
|
||||
"~/.config/waybar/modules.json",
|
||||
// "~/.config/waybar/default.json"
|
||||
"~/.config/waybar/left.json"
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
// Import modules (!)
|
||||
"include": "~/.config/waybar/modules.json",
|
||||
|
||||
"name": "keep",
|
||||
"position": "top",
|
||||
"height": 25,
|
||||
"modules-left": ["sway/mode"],
|
||||
"modules-center": ["sway/window"],
|
||||
"modules-right": ["clock"],
|
||||
|
||||
}]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue