Layoutmenu for spmenu fix & shutdown menu placement

This commit is contained in:
Alexis Jhon Gaspar 2023-09-28 20:29:26 +08:00
parent da3a9f56b7
commit 53e62e8a80
5 changed files with 5 additions and 2 deletions

View file

@ -15,6 +15,8 @@ This was designed to save me some sanity in maintaining it as well as easily int
- spmenu
- dwmblocks-async
- slock
- dvtm
- abduco
## Notes

View file

@ -98,7 +98,7 @@ static const char buttonbar[] = "󰕰 Start";
static const char buttonbar2[] = " st";
static const char buttonbar3[] = " Firefox";
static const char buttonbar4[] = "󰝚 mpd";
static const char buttonbar5[] = "󰍃󰐥";
static const char buttonbar5[] = "󰍃 󰐥 Power";
#endif // BAR_STATUSBUTTON_PATCH
#if BAR_SYSTRAY_PATCH
static const unsigned int systrayspacing = 2; /* systray spacing */

View file

@ -235,6 +235,7 @@ enum {
ClkButton2,
ClkButton3,
ClkButton4,
ClkButton5,
#endif // BAR_STATUSBUTTON_PATCH
#if TAB_PATCH
ClkTabBar,

0
scripts/spmenu/layoutmenu Normal file → Executable file
View file

0
scripts/spmenu/shutdown Normal file → Executable file
View file