Adapt home office environment to panacea
This commit is contained in:
parent
6e23af4691
commit
d0d4c80fda
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
output eDP-1 enable
|
||||
output HDMI-A-2 enable mode 1440x900
|
||||
output HDMI-A-2 enable mode 1440x900 scale 0.8
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
@ -6,7 +6,3 @@ line_username=1
|
|||
target=dev/github
|
||||
username_extractor=specific_line
|
||||
line_username=1
|
||||
[bitbucket.org*]
|
||||
target=dev/bitbucket
|
||||
username_extractor=specific_line
|
||||
line_username=1
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"height": 25, // Waybar height (to be removed for auto height)
|
||||
"modules-left": ["sway/workspaces"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["mpd", "network", "pulseaudio", "battery"],
|
||||
"modules-right": ["mpd", "network", "pulseaudio", "battery", "battery#bat2"],
|
||||
// Modules configuration
|
||||
// "sway/workspaces": {
|
||||
// "disable-scroll": true,
|
||||
|
@ -55,8 +55,9 @@
|
|||
"format-alt": "{:%Y-%m-%d}"
|
||||
},
|
||||
"battery": {
|
||||
"bat": "BAT1",
|
||||
"states": {
|
||||
// "good": 95,
|
||||
"good": 95,
|
||||
"warning": 60,
|
||||
"critical": 20
|
||||
},
|
||||
|
@ -65,11 +66,23 @@
|
|||
"format-plugged": "<span foreground='#88C0D0'></span> {capacity}%",
|
||||
"format-alt": "{time} {icon}",
|
||||
// "format-good": "", // An empty format will hide the module
|
||||
"format-full": "<span foreground='#88C0D0'></span> Charged",
|
||||
"format-full": "<span foreground='#88C0D0'></span> 100%",
|
||||
"format-icons": ["", "", ""]
|
||||
},
|
||||
"battery#bat2": {
|
||||
"bat": "BAT1"
|
||||
"bat": "BAT0",
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 60,
|
||||
"critical": 20
|
||||
},
|
||||
"format": "<span foreground='#88C0D0'>{icon}</span> {capacity}%",
|
||||
"format-charging": "<span foreground='#88C0D0'></span> {capacity}%",
|
||||
"format-plugged": "<span foreground='#88C0D0'></span> {capacity}%",
|
||||
"format-alt": "{time} {icon}",
|
||||
// "format-good": "", // An empty format will hide the module
|
||||
"format-full": "<span foreground='#88C0D0'></span> 100%",
|
||||
"format-icons": ["", "", ""]
|
||||
},
|
||||
"network": {
|
||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
|
|
Loading…
Reference in New Issue