merged void-laptop and updated void-desktop-install.md
This commit is contained in:
parent
0cff788e38
commit
bf022064d7
9 changed files with 982 additions and 23 deletions
53
config-files-laptop/waybar/config
Executable file
53
config-files-laptop/waybar/config
Executable file
|
@ -0,0 +1,53 @@
|
|||
[
|
||||
{
|
||||
"layer": "top",
|
||||
"output": "eDP-1",
|
||||
"position": "top",
|
||||
"modules-left": ["wlr/taskbar"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["battery","tray","custom/search","custom/poweroff"],
|
||||
"fixed-center": true,
|
||||
"spacing": 20,
|
||||
"custom/poweroff":
|
||||
{
|
||||
"tooltip": false,
|
||||
"format": "",
|
||||
"on-click": "wlogout"
|
||||
},
|
||||
"custom/search":
|
||||
{
|
||||
"tooltip": false,
|
||||
"format": "",
|
||||
"on-click": "wofi --show drun"
|
||||
},
|
||||
"clock":
|
||||
{
|
||||
"interval": 60,
|
||||
"format": "{:%a %H:%M %d-%m-%y}",
|
||||
"tooltip": false
|
||||
},
|
||||
"battery":
|
||||
{
|
||||
"bat": "BAT0",
|
||||
"interval": 60,
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-icons": ["","","","",""]
|
||||
},
|
||||
"tray":
|
||||
{
|
||||
"icon-size": 16,
|
||||
"spacing": 20
|
||||
},
|
||||
"wlr/taskbar":
|
||||
{
|
||||
"format": "{icon}",
|
||||
"icon-size": 16,
|
||||
"tooltip-format": "{title}",
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close",
|
||||
"ignore-list": [
|
||||
"wlogout"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue