Adding statuspadding patch

This commit is contained in:
bakkeby
2019-09-07 23:29:37 +02:00
parent ffe8da4273
commit c356be36b9
4 changed files with 30 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
### Changelog:
2019-09-07 - Added cyclelayouts, resizecorners, rotatestack and savefloats patches
2019-09-07 - Added cyclelayouts, resizecorners, rotatestack, savefloats and statuspadding patches
2019-09-06 - Added attachabove, attachaside, attachbelow, attachbottom, autostart, fancybar, focusonnetactive and losefullscreen patches
@@ -38,7 +38,7 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- makes dwm run `~/.dwm/autostart_blocking.sh` and `~/.dwm/autostart.sh &` on startup
- [cyclelayouts](https://dwm.suckless.org/patches/cyclelayouts/)
- let's you cycle through all your layouts
- lets you cycle through all your layouts
- [fancybar](https://dwm.suckless.org/patches/fancybar/)
- shows the titles of all visible windows in the status bar
@@ -66,6 +66,9 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- saves size and position of every floating window before it is forced into tiled mode
- if the window is made floating again then the old dimensions will be restored
- [statuspadding](https://dwm.suckless.org/patches/statuspadding/)
- adds configuration options for horizontal and vertical padding in the status bar
- [systray](https://dwm.suckless.org/patches/systray/)
- adds system tray in the status bar