Add licensing. Remove backlight and battery modules since this is a desktop system with an external display and without a UPS.
This commit is contained in:
parent
d8b7be335a
commit
60bb57a26c
@ -1,8 +1,9 @@
|
||||
// Waybar - Configuration.
|
||||
// Waybar - Configuration
|
||||
|
||||
// Copyright 2022 Inference
|
||||
// License: BSD 3-Clause Clear
|
||||
|
||||
// 0.0.0.1
|
||||
// 0.0.0.2
|
||||
|
||||
|
||||
{
|
||||
@ -22,14 +23,12 @@
|
||||
|
||||
"modules-right": [
|
||||
"pulseaudio",
|
||||
"backlight",
|
||||
"sway/language",
|
||||
"cpu",
|
||||
"temperature",
|
||||
"memory",
|
||||
"disk",
|
||||
"network",
|
||||
"battery",
|
||||
],
|
||||
|
||||
"clock#date": {
|
||||
@ -50,15 +49,15 @@
|
||||
"tooltip": false,
|
||||
},
|
||||
|
||||
// "battery": {
|
||||
// "interval": 1,
|
||||
// "format": " {capacity}%",
|
||||
// "format-discharging": " {capacity}%",
|
||||
// "disable-hover": true,
|
||||
// "disable-click": true,
|
||||
// "disable-scroll": true,
|
||||
// "tooltip": false,
|
||||
// },
|
||||
"battery": {
|
||||
"interval": 1,
|
||||
"format": " {capacity}%",
|
||||
"format-discharging": " {capacity}%",
|
||||
"disable-hover": true,
|
||||
"disable-click": true,
|
||||
"disable-scroll": true,
|
||||
"tooltip": false,
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"interval": 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user