diff --git a/kanshi/.config/kanshi/config b/kanshi/.config/kanshi/config index 4899c75..9c2c4f6 100644 --- a/kanshi/.config/kanshi/config +++ b/kanshi/.config/kanshi/config @@ -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 } { diff --git a/pass-git/.config/pass-git-helper/git-pass-mapping.ini b/pass-git/.config/pass-git-helper/git-pass-mapping.ini index 8816fbe..9f18508 100644 --- a/pass-git/.config/pass-git-helper/git-pass-mapping.ini +++ b/pass-git/.config/pass-git-helper/git-pass-mapping.ini @@ -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 diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config index 8b1b65a..58b2d27 100644 --- a/waybar/.config/waybar/config +++ b/waybar/.config/waybar/config @@ -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": " {capacity}%", "format-alt": "{time} {icon}", // "format-good": "", // An empty format will hide the module - "format-full": " Charged", + "format-full": " 100%", "format-icons": ["", "", ""] }, "battery#bat2": { - "bat": "BAT1" + "bat": "BAT0", + "states": { + "good": 95, + "warning": 60, + "critical": 20 + }, + "format": "{icon} {capacity}%", + "format-charging": " {capacity}%", + "format-plugged": " {capacity}%", + "format-alt": "{time} {icon}", + // "format-good": "", // An empty format will hide the module + "format-full": " 100%", + "format-icons": ["", "", ""] }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface