Commit graph

940 commits

Author SHA1 Message Date
speedie b3af410672 Add pretext colors to colorscheme generator 2023-07-26 15:17:32 +02:00
Jacob 5e824a5bf8 Fix an issue with -fm 2023-07-26 01:53:50 +02:00
speedie 0bc35d1915 Add compatibility with themes that do not specify pretext colors 2023-07-25 21:04:08 +02:00
speedie d3983d46d9 Add right click to mark mouse click 2023-07-25 20:31:14 +02:00
Jacob 170e5e0c3e Remove first run, fixing a bug 2023-07-25 18:59:33 +02:00
Jacob dfc6532220 Fix loop when no .desktop entries exist 2023-07-25 18:02:53 +02:00
speedie 0f69bd63b1 Rename selecthover to outputhover and add selecthover function. 2023-07-25 00:27:39 +02:00
speedie 0ec1c73053 Improve selecthover() function, add markhover() function 2023-07-25 00:19:58 +02:00
speedie 92ce25077a Place items at the bottom by default 2023-07-25 00:12:06 +02:00
speedie da05068117 Add -itt/-itb option for positioning items above/below prompt 2023-07-25 00:11:17 +02:00
Jacob 6b6d5b77c5 Fix segmentation fault when pretext == NULL 2023-07-24 19:43:59 +02:00
speedie 05a6663d16 Add pretext to .Xresources 2023-07-24 16:56:43 +02:00
Jacob ec7ec23374 Merge pull request 'Pretext: Add -pt argument, add pretext to spmenu_run' (#18) from pretext into master
Reviewed-on: #18
2023-07-24 14:51:28 +00:00
speedie d2e5ad1d80 spmenu_run: Display pretext 2023-07-24 16:50:34 +02:00
speedie 3f5c0b657b Add -pt argument for setting pretext 2023-07-24 16:38:41 +02:00
Jacob a07a213a89 Merge pull request 'Add support for pretext' (#17) from pretext into master
Reviewed-on: #17
2023-07-24 13:24:53 +00:00
speedie 7d1b58f431 Add support for pretext
This commit adds support for text that can be displayed when there's no
input text (tx.text)
2023-07-24 15:18:03 +02:00
speedie 6ed6dc6b99 Version bump: 3.1.1 2023-07-22 23:23:51 +02:00
Jacob bbdcb9c7e9 Update documentation 2023-07-22 19:13:22 +02:00
Jacob ed6b1ff309 Add togglefuzzy function 2023-07-22 19:13:02 +02:00
Jacob 79967d9ad4 Last commit for binds.conf too 2023-07-22 18:32:57 +02:00
Jacob c9292de59d Add scrolldistance option, allowing scroll distance to be configured in
the config file
2023-07-22 18:30:27 +02:00
speedie 10ed06bac8 Better document SGR sequences 2023-07-22 05:17:28 +02:00
speedie c0ba199ad0 cleanup 2023-07-22 04:42:15 +02:00
speedie dd44bc56ab Add clipboard support for Wayland
This commit adds clipboard support for Wayland. The implementation is
quite ugly though, as it requires the use of an external program and
shell (wl-clipboard). It doesn't add a hard dependency though, as if
the user doesn't want pasting the dependency is not required.
2023-07-22 04:04:23 +02:00
speedie 5129856857 Fix scrolling on Wayland, apparently you cannot use Linux kernel keycodes 2023-07-22 03:25:35 +02:00
speedie ea48ea69ed Fix issue #14 by replacing bad code.
I don't know what I was thinking to be honest.
2023-07-22 02:02:03 +02:00
speedie 7f5caf7bf0 Fix background 256 colors, add true color to script 2023-07-21 03:14:51 +02:00
speedie 023fe3af08 Support 39 and 49, and fix 256 color support 2023-07-21 02:03:01 +02:00
speedie 33c8e169de Add true color SGR sequence support 2023-07-21 01:23:43 +02:00
Jacob 754171d5fb Version bump: 3.1 2023-07-19 19:37:35 +02:00
Jacob 9e97bf1eb5 Fix tarball creation 2023-07-19 19:36:48 +02:00
Jacob c97b666521 Revert "Version bump: 3.1"
This reverts commit 7baa27d28a.
2023-07-19 19:36:07 +02:00
Jacob 7baa27d28a Version bump: 3.1 2023-07-19 19:30:05 +02:00
Jacob 1d94af0b89 Forgot to edit the default configuration file 2023-07-19 17:57:15 +02:00
Jacob 4e716ee80c Remove ClickSelItem
This commit removes ClickSelItem. It doesn't make very much sense to
keep a separate click for the click and output functionality.
2023-07-19 17:50:50 +02:00
speedie 4bd225b32f Add md5 and sha256 for the pacman packages too 2023-07-19 03:51:04 +02:00
speedie a8554c65b3 Add SHA256 to the PKGBUILD as well 2023-07-19 03:48:24 +02:00
speedie 593f5033c3 Fix some issues with last commit 2023-07-19 03:38:53 +02:00
speedie 48bf6e7f2b Change path to commented tarball lines, generate sha256 and md5 sums 2023-07-19 03:36:54 +02:00
Jacob b36e2c0bd4 Fix typo causing images to break 2023-07-19 01:58:56 +02:00
Jacob b812702115 Speed up and simplify reading of standard input 2023-07-19 01:06:38 +02:00
Jacob 9daedf9554 Change normselitemfg 2023-07-19 01:02:49 +02:00
speedie a3385468b8 Caret size should be dynamic 2023-07-16 19:07:41 +02:00
speedie 0988babd15 Add setlineheight function 2023-07-16 18:59:08 +02:00
speedie f2776a39aa Declare functions inside arg.h 2023-07-16 18:49:20 +02:00
speedie 21f9aa09e5 Add documentation for functions 2023-07-16 18:44:35 +02:00
Jacob 188c90184a Fix item length for !items and powerlines 2023-07-16 16:39:57 +02:00
Jacob e202b1668a Much simplify SGR sequence handling and fix width weirdness 2023-07-16 16:35:25 +02:00
speedie 15fcdb0ca5 Don't merge the right powerline with the next item 2023-07-16 03:46:31 +02:00