Skip to content
Snippets Groups Projects
Verified Commit cebee70d authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

[sway] battery status bugfix in waybar, floating window specs

parent 356548a7
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,13 @@ bindsym $mod+space focus mode_toggle
# Move focus to the parent container
bindsym $mod+a focus parent
# override mode for specific applications
for_window [app_id="pavucontrol"] floating enable
for_window [instance="lxappearance"] floating enable sticky enable border normal
for_window [app_id="pamac-manager"] floating enable
for_window [app_id="blueman-manager"] floating enable
for_window [app_id="nm-connection-editor"] floating enable
#
# Status Bar:
#
......
......@@ -47,10 +47,8 @@
"warning": 30,
"critical": 15
},
// Connected to AC
"format": " {icon} {capacity}%", // Icon: bolt
// Not connected to AC
"format-discharging": "{icon} {capacity}%",
"format-charging": " {icon} {capacity}%", // Icon: bolt
"format": "{icon} {capacity}%",
"format-icons": [
"", // Icon: battery-full
"", // Icon: battery-three-quarters
......@@ -58,7 +56,9 @@
"", // Icon: battery-quarter
"" // Icon: battery-empty
],
"tooltip": true
"format-time": "{H} h {M} min",
"tooltip": true,
"bat": "cw2015-battery" // axp20x-battery for Pinebook
},
"clock": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment