Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
manjaro-arm
applications
arm-profiles
Commits
d8987d3d
Verified
Commit
d8987d3d
authored
Nov 23, 2020
by
Andreas Gerlach
Browse files
[sway] add idle inhibitor status to waybar
parent
f62312c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
overlays/sway/etc/skel/.config/waybar/config
View file @
d8987d3d
...
...
@@ -30,7 +30,8 @@
"cpu",
"memory",
"battery",
"backlight",
"backlight",
"idle_inhibitor",
"pulseaudio",
"tray",
"clock"
...
...
@@ -61,18 +62,18 @@
},
"clock": {
"interval": 60,
"format": " {:%e %b %Y %H:%M}", // Icon: calendar-alt
"tooltip": true,
"tooltip-format": "<big>{:%B %Y}</big>\n<tt>{calendar}</tt>"
"interval": 60,
"format": " {:%e %b %Y %H:%M}", // Icon: calendar-alt
"tooltip": true,
"tooltip-format": "<big>{:%B %Y}</big>\n<tt>{calendar}</tt>"
},
"cpu": {
"interval": 5,
"format": " {usage}%", // Icon: microchip
"states": {
"warning": 70,
"critical": 90
"warning": 70,
"critical": 90
}
},
...
...
@@ -111,10 +112,18 @@
},
"backlight": {
"format": "{icon} {percent}%",
"format-icons": ["", ""],
"on-scroll-down": "light -A 1",
"on-scroll-up": "light -U 1"
"format": "{icon} {percent}%",
"format-icons": ["", ""],
"on-scroll-down": "light -A 1",
"on-scroll-up": "light -U 1"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
}
},
"pulseaudio": {
...
...
@@ -149,6 +158,7 @@
},
"tray": {
"icon-size": 21
"icon-size": 21,
"spacing": 5
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment