Commit graph

568 commits

Author SHA1 Message Date
speedie 5deac136ce add the ability to run functions from the config file 2023-04-06 23:30:58 +02:00
speedie 074723ae51 a minor fix to resizing images 2023-04-06 02:39:00 +02:00
speedie 7853ba8d3f sed "s/%u//g" 2023-04-06 02:26:56 +02:00
speedie 944ec3f685 add some options to spmenu_run 2023-04-06 01:59:14 +02:00
speedie 087a405ada some more minor changes to the drawing funcs 2023-04-05 20:54:37 +02:00
speedie dcd006ae2b merge a few things 2023-04-05 20:44:09 +02:00
speedie a068296697 cleanup draw functions 2023-04-05 19:07:29 +02:00
speedie 108b72af46 last commit for drawinput(); 2023-04-05 18:58:48 +02:00
speedie 4e8c39d3ee use passed arguments in drawprompt(); 2023-04-05 18:56:44 +02:00
speedie bf0aae0240 add XLFD support 2023-04-05 02:41:04 +02:00
speedie d4944430ad oops incorrect 2023-04-05 00:16:44 +02:00
speedie 1aea6858ba s/example.Xresources/Default/g 2023-04-05 00:13:27 +02:00
speedie 6d3db1c798 do not create spmenurc by default 2023-04-05 00:11:27 +02:00
speedie 7dc43f7f52 do not clear, this is a bit of an issue 2023-04-05 00:01:09 +02:00
speedie 660c4e53fd some minor changes to spmenu_profile 2023-04-04 23:57:47 +02:00
speedie 4a1cc69f7f some minor changes, fix segmentation fault by removing options spmenu
cannot handle using .Xresources

the options removed can be set in the spmenu.conf
2023-04-04 23:47:01 +02:00
speedie 4bea5ab021 fix a few things, .xresources is now functional again 2023-04-04 23:38:11 +02:00
speedie 10495b48bf add experimental configuration file
profiles still need to be rewritten
2023-04-04 21:40:22 +02:00
speedie 43402ce76b add basic configuration, not anywhere near complete yet 2023-04-04 21:40:22 +02:00
speedie 245a854581 Add Doom one theme 2023-04-04 03:12:15 +02:00
speedie 628ed1dc40 rewrite the way clicking on items work 2023-04-04 02:28:22 +02:00
speedie 39b166bf17 oops, just like in dwm we need to remove the padding and border width in
the buttonpress function
2023-04-04 01:15:11 +02:00
speedie f7de91850b remove some useless lines 2023-04-04 00:23:46 +02:00
speedie a7c91704c6 actually support ~/.spmenurc, documentation would be lying otherwise 2023-04-04 00:14:23 +02:00
speedie 4571a5fa97 fix center mode not actually being centered 2023-04-04 00:06:03 +02:00
speedie 854461e046 fix border width as well 2023-04-03 23:55:57 +02:00
speedie 9078dbe61f fix barpadding for mode/number 2023-04-03 23:48:19 +02:00
speedie b0f99ccd73 improve text shortening 2023-04-03 20:50:57 +02:00
speedie 2c68937e38 finish the -It argument 2023-04-03 15:14:20 +02:00
speedie 4d1e640e89 oops forgot to use the variable everywhere 2023-04-03 15:05:00 +02:00
speedie 34029793bc forgot to change here 2023-04-03 14:57:03 +02:00
speedie c44333b3ce add ${PREFIX} to scripts, may improve compatibility with for example
NixOS
2023-04-03 14:54:44 +02:00
speedie 13b4c95982 update docs and pkgbuild 2023-04-03 00:53:57 +02:00
speedie 15cc9cd60c and in readme.html as well 2023-04-02 20:15:01 +02:00
speedie e871fbe203 oops typo 2023-04-02 20:15:01 +02:00
speedie 453a6718f1 add some cool screnshots 2023-04-02 20:12:21 +02:00
speedie 02db2c7cea add option to toggle _NET_WM_WINDOW_TYPE_DOCK property 2023-04-02 19:44:30 +02:00
speedie caa2248774 hide mode indicator for the profile menu 2023-04-02 18:25:32 +02:00
speedie 51c401082a some changes to the markdown README 2023-04-02 18:22:32 +02:00
speedie 6798be7df9 fix: libX11 BadMatch caused by window not being viewable 2023-04-02 18:14:59 +02:00
speedie 5abd434aa2 add documentation regarding emoji highlighting 2023-04-02 17:52:15 +02:00
speedie 485ad9fb58 support the \033[0m sequence, it resets the scheme 2023-04-02 17:45:56 +02:00
speedie f1313697dc add Mouse array, allowing mouse binds to be easily changed similar to
the Key binds
2023-04-02 16:10:13 +02:00
speedie 3f01a71e0b fix typo 2023-04-02 13:44:47 +02:00
speedie 64b9af8de5 update PKGBUILD to use gcc, that way we don't absolutely NEED tcc as a
dependency

TCC speeds up compile times, but you only compile the arch package once
so the benefits aren't really that noticeable, and normies certainly
don't notice it
2023-04-02 02:12:25 +02:00
speedie 2a9eebe93f s/dynamic menu/fancy dynamic menu/g 2023-04-02 01:49:58 +02:00
speedie c7bd2aeb19 Move NoPywal to No-Global-Colors, as people who aren't familiar with
Pywal may get confused about that name.
2023-04-02 01:40:30 +02:00
speedie f290d0fc3b add a pango section to the documentation, fix some mistakes in the
markdown syntax
2023-04-02 01:37:37 +02:00
speedie 55c2995acb color the entries, and strip SGR sequences using sed 2023-04-01 23:36:22 +02:00
speedie 909828f49c allow switching profile in any mode 2023-04-02 00:54:06 +02:00