Adapt home office environment to panacea

This commit is contained in:
coolneng 2020-05-31 02:21:03 +02:00
parent 6e23af4691
commit d0d4c80fda
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 18 additions and 9 deletions

View File

@ -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
}
{

View File

@ -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

View File

@ -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