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