forked from nico/dots
waybar: reorganise modules
This commit is contained in:
parent
271af028c0
commit
2937302a28
1 changed files with 5 additions and 4 deletions
|
|
@ -23,22 +23,23 @@
|
||||||
{
|
{
|
||||||
"layer": "top", // Waybar at top layer
|
"layer": "top", // Waybar at top layer
|
||||||
"position": "top", // Waybar position (top|bottom|left|right)
|
"position": "top", // Waybar position (top|bottom|left|right)
|
||||||
"height": 30,
|
"height": 40,
|
||||||
"margin": "0 0 0 0",
|
"margin": "0 0 0 0",
|
||||||
//"width": 1350, // Waybar width
|
//"width": 1350, // Waybar width
|
||||||
// Choose the order of the modules idle_inhibitor
|
// Choose the order of the modules idle_inhibitor
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"custom/media",
|
"tray",
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"tray"
|
"custom/media"
|
||||||
],
|
],
|
||||||
"modules-center": ["clock"],
|
"modules-center": [],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"wireplumber",
|
"wireplumber",
|
||||||
"backlight",
|
"backlight",
|
||||||
"battery",
|
"battery",
|
||||||
"network",
|
"network",
|
||||||
"privacy",
|
"privacy",
|
||||||
|
"clock",
|
||||||
"custom/swaync"
|
"custom/swaync"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue