suckless

my personal suckless patches and customisation (dwm, st, dmenu).
Log | Files | Refs | README

commit 854714671f40d4350fbba84b0561b3042e6e0919
Author: Cori Barker <coribarker2@gmail.com>
Date:   Mon,  2 Feb 2026 16:40:53 +0000

Add patched suckless build (dwm, st, dmenu)

Diffstat:
A.xinitrc | 16++++++++++++++++
AREADME | 6++++++
Admenu | 1+
Adwm | 1+
Ast | 1+
5 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/.xinitrc b/.xinitrc @@ -0,0 +1,16 @@ +#!/bin/bash + +while true +do + # Get the current date, uptime, and battery percentage + battery_level=$(upower -i $(upower -e | grep BAT) | grep -i "percentage" | awk '{print $2}') + status_name="`date` `uptime | sed 's/.*,//'` Battery: $battery_level" + + # Set the status + xsetroot -name "$status_name" + + sleep 1 +done & + +exec dwm + diff --git a/README b/README @@ -0,0 +1,6 @@ +My suckless configuration + +- DWM +- ST +- DMENU +- XINITRC diff --git a/dmenu b/dmenu @@ -0,0 +1 @@ +Subproject commit 7175c4880bac3d2a2d4a6262b59193f0a38e2fdb diff --git a/dwm b/dwm @@ -0,0 +1 @@ +Subproject commit f63cde9354504ee9cfecc07517c03736d0f90c26 diff --git a/st b/st @@ -0,0 +1 @@ +Subproject commit 688f70add0d1da8a416bf7df763328d694a24a3a