Commit graph

731 commits

Author SHA1 Message Date
speedie eca13f2896 fix lots of issues/bad code 2023-04-21 09:49:38 +02:00
speedie b79f5c39c1 add a caps lock indicator, took lots of work 2023-04-20 21:22:45 +02:00
speedie cf43599ccf add keybinds for faster line/column changing 2023-04-20 19:26:16 +02:00
speedie b58eb6cb9f last commit can now be done with an argument 2023-04-20 19:19:46 +02:00
speedie a2c28dbfdd add an option to display SGR sequences as plain text 2023-04-20 19:16:16 +02:00
speedie 64e0334b62 add dmenu configuration 2023-04-20 18:44:12 +02:00
speedie 3c466f2abb oops we should allow it to be empty 2023-04-20 18:36:51 +02:00
speedie e550f3f100 silence a warning that doesn't really matter 2023-04-20 18:30:56 +02:00
speedie 0ec8d8cbb9 some improvements to the scripts 2023-04-20 18:21:17 +02:00
speedie ee9c014b46 add dmenu compatibility mode to spmenu_run 2023-04-20 16:45:05 +02:00
speedie 1ea6e872f0 oops, fix something very stupid i did a few commits ago 2023-04-18 21:27:34 +02:00
speedie 86b625f766 allow cache paths to be customized 2023-04-18 18:33:50 +02:00
speedie 30aaebb7f8 various improvements
this commit also downgrades code quality slightly (by not using
readarray). while readarray is cleaner, it is not compatible with older
bash versions (< version 4) so a while loop will have to do. i may
change this later.
2023-04-18 18:24:35 +02:00
speedie c35aedb651 rewrite the script slightly, now works properly 2023-04-18 18:13:42 +02:00
speedie fec532fc34 cleanup 2023-04-18 16:25:13 +02:00
speedie 7869c4d085 massively speed up listing, need to fix running executable 2023-04-18 16:19:39 +02:00
speedie e724d54eb5 fix images 2023-04-18 14:56:52 +02:00
speedie 6e6888c9bc use arrays, leads to better performance but adds bash as a dependency 2023-04-18 14:56:52 +02:00
speedie 07917bed28 fix case in profile menu 2023-04-17 20:52:49 +02:00
speedie c71b186897 cleanup last commit slightly 2023-04-17 20:03:02 +02:00
speedie 32aceac8a1 fix resizing for images as well 2023-04-17 19:00:59 +02:00
speedie 8ba0f8f000 fix: resizing window when centered 2023-04-17 18:58:34 +02:00
speedie 700c18d60e change even more color names
NOTE: this breaks compatibility with most existing themes and
configurations, but i decided
it was better to do this change sooner than later
2023-04-17 17:36:18 +02:00
speedie 32c2291936 change the name of a few things 2023-04-17 16:57:09 +02:00
speedie a1ab4b4b74 add alpha to config file 2023-04-17 16:27:48 +02:00
speedie 334b76b2e6 add .Xresources entries 2023-04-17 16:15:03 +02:00
speedie 3474193a43 deal with the TODO, alphas can now be configured individually again 2023-04-17 15:26:22 +02:00
speedie f2fbc4bbfa add alpha int 2023-04-17 14:14:58 +02:00
speedie 273fb103c9 add the ability to have vertical/horizontal outer padding (margin) 2023-04-16 23:57:02 +02:00
speedie 92cdbd68c7 add option to return full file name 2023-04-16 20:57:48 +02:00
speedie 8273d1b574 version bump: 0.4.1 2023-04-14 21:47:38 +02:00
speedie 621fdb53a6 don't display duplicate .desktop entries 2023-04-14 21:42:22 +02:00
speedie 8934327efe use bold text 2023-04-14 13:28:33 +02:00
speedie 9fd712c908 update url 2023-04-13 23:50:59 +02:00
speedie b9a4ffe949 some minor changes, also merge spmenu_desktop with spmenu_run 2023-04-13 17:39:27 +02:00
speedie ecb7e953bb fix -fm arg 2023-04-13 12:04:11 +02:00
speedie ac67139195 deugly 2023-04-13 11:57:29 +02:00
speedie 43cf05c2b7 some changes to the way passing arguments work 2023-04-13 11:55:31 +02:00
speedie f347c9e432 oops, forgot about that 2023-04-13 00:05:30 +02:00
speedie 91665f9ffe fix some more bugs 2023-04-12 23:37:12 +02:00
speedie a79b7c3023 fix a slight oversight 2023-04-12 23:37:12 +02:00
speedie 016202ad04 fix a typo in the default config 2023-04-10 23:02:09 +02:00
speedie 68716f15a3 add some really nice features, and WIP file navigation to spmenu_run 2023-04-10 21:00:48 +02:00
speedie 6e74d78ff8 add a keybind 2023-04-09 00:03:32 +02:00
speedie f5a32cd9be add 16 cols script 2023-04-08 15:29:54 +02:00
speedie 52f6ecda3e add basic code documentation 2023-04-08 12:08:16 +02:00
speedie 75fb9da160 version bump: 0.4 2023-04-08 00:06:59 +02:00
speedie 96ebb6ab8e don't allow columns to be lower than 1, previously this would hide items
but we have hideitems now making this useless
2023-04-07 23:53:19 +02:00
speedie 6c927b8a7c fix potential segmentation fault if clntext is NULL 2023-04-07 22:54:56 +02:00
speedie 9e2d297742 add the ability to enable/disable powerline for each powerlined part,
and also allow styling them
2023-04-07 21:20:43 +02:00