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
|
// Copyright 2022 Inference
|
||||||
|
// License: BSD 3-Clause Clear
|
||||||
|
|
||||||
// 0.0.0.1
|
// 0.0.0.2
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -22,14 +23,12 @@
|
|||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"backlight",
|
|
||||||
"sway/language",
|
"sway/language",
|
||||||
"cpu",
|
"cpu",
|
||||||
"temperature",
|
"temperature",
|
||||||
"memory",
|
"memory",
|
||||||
"disk",
|
"disk",
|
||||||
"network",
|
"network",
|
||||||
"battery",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"clock#date": {
|
"clock#date": {
|
||||||
@ -50,15 +49,15 @@
|
|||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
},
|
},
|
||||||
|
|
||||||
// "battery": {
|
"battery": {
|
||||||
// "interval": 1,
|
"interval": 1,
|
||||||
// "format": " {capacity}%",
|
"format": " {capacity}%",
|
||||||
// "format-discharging": " {capacity}%",
|
"format-discharging": " {capacity}%",
|
||||||
// "disable-hover": true,
|
"disable-hover": true,
|
||||||
// "disable-click": true,
|
"disable-click": true,
|
||||||
// "disable-scroll": true,
|
"disable-scroll": true,
|
||||||
// "tooltip": false,
|
"tooltip": false,
|
||||||
// },
|
},
|
||||||
|
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user