Add configs for swaywm and waybar
This commit is contained in:
35
waybar/config
Normal file
35
waybar/config
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
// "layer": "top", // Waybar at top layer
|
||||
"position": "top", // Waybar position (top|bottom|left|right)
|
||||
"height": 40, // Waybar height (to be removed for auto height)
|
||||
// "width": 1280, // Waybar width
|
||||
// Choose the order of the modules
|
||||
"modules-left": ["sway/workspaces"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["pulseaudio", "sway/language", "network", "clock"],
|
||||
|
||||
// Left modules
|
||||
"sway/workspaces": {
|
||||
// "disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"format": "{index}"
|
||||
},
|
||||
|
||||
// Right modules
|
||||
"pulseaudio": {
|
||||
"tooltip": false
|
||||
},
|
||||
"sway/language": {
|
||||
"tooltip": false
|
||||
},
|
||||
"network": {
|
||||
"format": "{icon} connected",
|
||||
"format-icons": [""],
|
||||
"tooltip": false
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:%d %b %H:%M, %A}",
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user