From 31c6ba900628fa608fa282a6dbc2120aac7dbecd Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 29 Jun 2026 14:15:00 +0100 Subject: Remove batterly block from oxwm as this is a desktop --- oxwm/.config/oxwm/config.lua | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'oxwm/.config') diff --git a/oxwm/.config/oxwm/config.lua b/oxwm/.config/oxwm/config.lua index 3818b14..68a5b28 100644 --- a/oxwm/.config/oxwm/config.lua +++ b/oxwm/.config/oxwm/config.lua @@ -71,21 +71,6 @@ local blocks = { color = colors.cyan, underline = true, }), - oxwm.bar.block.static({ - text = " │ ", - interval = 999999999, - color = colors.lavender, - underline = false, - }), - oxwm.bar.block.battery({ - format = "Bat: {}%", - charging = "⚡ Bat: {}%", - discharging = "- Bat: {}%", - full = "✓ Bat: {}%", - interval = 30, - color = colors.green, - underline = true, - }), }; ------------------------------------------------------------------------------- -- cgit v1.2.3-13-gbd6f