Commit Graph

  • b90f26ca5e
    Merge 6da4cbfb2982d8f4433034fd67c82a60393b695d into 7a96fb100cf385e05c211937b509d2bf166299e6 #1239 Leon 2023-12-30 10:47:11 -07:00
  • 7a96fb100c
    script fixes (#1386) Jameson 2023-12-31 04:04:51 +11:00
  • 0465be083b
    Make the duplicate matching case insensitive Emre AKYÜZ 2023-12-30 03:22:32 +03:00
  • 76ff28e74a fix immediate exit on middle click #1386 2084x 2023-12-28 12:29:05 +11:00
  • 192803004b use setsid when editing scripts 2084x 2023-12-28 12:27:14 +11:00
  • 6dd0ddb5d2 fix typo in lfub 2084x 2023-12-28 12:09:26 +11:00
  • aaaf12ea45
    Remove unused vim configs and shortcuts #1385 aartoni 2023-12-23 17:41:14 +01:00
  • 4d458398e9 dmenuunicode script simplify #1384 sayanta 2023-12-22 16:48:48 +05:30
  • f0346a90aa fix: grep pattern to avoid unintended matches #1383 David Nevado 2023-12-20 12:02:01 +01:00
  • df33b8af17 Update emoji set #1382 cat 2023-12-18 21:34:46 +00:00
  • 1e35ff5c7d
    Fix remapd causing hang at start #1381 snailed 2023-12-14 09:43:23 +01:00
  • d9a66e1c1d
    Update remapd snailed 2023-12-13 14:32:33 +01:00
  • ad9f509871
    Improve remapd detection snailed 2023-12-13 14:27:38 +01:00
  • c25ce80916
    Improve && Minimize Emre AKYÜZ 2023-12-08 20:56:30 +03:00
  • 9d8b1f725b Update sb-clock to fix display issue #1380 Stepan Chernov 2023-12-08 15:22:01 +03:00
  • d5f31b599d
    Small fix Emre AKYÜZ 2023-12-04 11:05:51 +03:00
  • aa74c7a8cd
    Minor improvements Emre AKYÜZ 2023-12-02 19:50:56 +03:00
  • ce577053f4
    Improve further. Emre AKYÜZ 2023-12-02 18:59:04 +03:00
  • ba070c3d79
    Make weath a separate script #1327 appeasementPolitik 2023-11-25 09:46:48 +00:00
  • 0afc70a07c
    Change to more suitable lock file location for user programs appeasementPolitik 2023-11-25 09:13:56 +00:00
  • 87cb4c6c8a Changed lf shortcut from CtrlX and CtrlZ to f and F. This makes it close to SuperR, and you can go anywhere with 1 finger (instead of 2) since its the most often used button now. Emphasis that on saving .local/bin/shortcuts, it automatically generates these shortcuts on the configs of vim, st, lf. To see this yourself, go to the final line of lfrc, look at the file it sources. #1379 The Yellow Architect 2023-11-25 09:13:37 +02:00
  • de1f15f92c
    Simplify lfcd #1378 Nawar9 2023-11-23 22:02:49 +01:00
  • ca7debcaab
    Correct typo on notification #1308 Emre AKYÜZ 2023-11-21 16:26:36 +03:00
  • 56304e551d
    Improve comments. Emre AKYÜZ 2023-11-19 19:17:29 +03:00
  • 2a5cf35142
    Add some comments and an example URL Emre AKYÜZ 2023-11-19 18:51:54 +03:00
  • a991f0982d
    minor improvements Emre AKYÜZ 2023-11-19 17:35:51 +03:00
  • b28bf324c4
    check dash as a dependency Emre AKYÜZ 2023-11-19 17:19:41 +03:00
  • 539f3ac807
    minor correction Emre AKYÜZ 2023-11-19 17:14:18 +03:00
  • d68ba937be
    Add robust error handling Emre AKYÜZ 2023-11-19 17:13:36 +03:00
  • b2de469c0e On the input prompt of compression ratio (0 to 51) it automatically enters on entering the 2nd character. No need to press 2 digits then press enter. Now you write 2 digits and the enter is pressed automatically. #1375 The Yellow Architect 2023-11-19 15:55:29 +02:00
  • 8af73a9937 Previously, the input condition for whether the input is a valid digit was commented out. Now it's fixed, just had to remove quotations from regex. The Yellow Architect 2023-11-19 15:47:49 +02:00
  • a7061f79bf
    add some comments Emre AKYÜZ 2023-11-19 16:05:00 +03:00
  • 60866cad50
    extra error handling Emre AKYÜZ 2023-11-19 15:55:28 +03:00
  • 36add3ec99
    Rename bookmark_manager.sh to browser_bookmarks.sh Emre AKYÜZ 2023-11-19 15:30:07 +03:00
  • b71e0738ee
    Update bookmark_manager.sh Emre AKYÜZ 2023-11-19 15:23:32 +03:00
  • eea4bc19f4 Made it compatible with dmenu of LARBS which requires pipe input for dmenu #1376 The Yellow Architect 2023-11-19 14:13:13 +02:00
  • 996af9904e
    Check for dependencies && Install them if needed Emre AKYÜZ 2023-11-19 13:50:01 +03:00
  • 1d1c9dd1a8 Reverted the change to Music variable so its like the original, and also reverted 1 comment #1374 The Yellow Architect 2023-11-19 09:45:30 +02:00
  • 6ec5ae9779 Cleaned up the if conditions in order to shave codelines. Notify-send is now split between header and body (so title gets automatically bold and is cleanly seperated from the list) The Yellow Architect 2023-11-19 09:43:10 +02:00
  • eb388a398d Cleaned up the if conditions in order to shave codelines. Notify-send now is split between header and body (so title gets automatically bold and is cleanly seperated from the list). Removed the check for compressionRate because of a bizzare lf bug. The Yellow Architect 2023-11-19 09:38:27 +02:00
  • 3ba7e6da11
    Add robust error handling. Emre AKYÜZ 2023-11-19 02:37:42 +03:00
  • e15f5ee6df
    Add extra error handling Emre AKYÜZ 2023-11-19 02:15:32 +03:00
  • 2734857902
    Use a better way to wait for the network. Emre AKYÜZ 2023-11-19 02:09:54 +03:00
  • c9ad701e63
    Do not open random entries if not on the query Emre AKYÜZ 2023-11-19 01:10:01 +03:00
  • e259c2af0a
    Make dmenu case insensitive Emre AKYÜZ 2023-11-19 00:54:48 +03:00
  • 9d921b33af
    Add dropdown menu Emre AKYÜZ 2023-11-18 23:43:26 +03:00
  • f51d7451cb
    Make the name more intuitive. Emre AKYÜZ 2023-11-18 22:58:16 +03:00
  • 083da4d28c
    Update chadmarked Emre AKYÜZ 2023-11-18 22:54:40 +03:00
  • 4c80fed876
    fgrep outputs a deprecation message Emre AKYÜZ 2023-11-18 22:39:31 +03:00
  • 682dc93d49
    Merge de8b25170dfa3c23b316978c5791ba3ef045e915 into 07952026753f1bbeaf5b6c4eb5414a9c51536041 #1365 Trag Date 2023-11-18 17:36:28 +00:00
  • 9b8a12fc92 Added lfrc hotkey which compresses videos (webm,mkv,mp4) via ffmpeg The Yellow Architect 2023-11-18 18:51:37 +02:00
  • b7da698d00 Added lfrc hotkey which converts videos (webm,mkv,mp4) to mp3 via ffmpeg. Ignores non-videos and videos which have no audio layer (ffprobe ftw). Moves them to the music folder, and notifies the user. The Yellow Architect 2023-11-18 18:33:39 +02:00
  • 78046e3aaa Added 5 new mappings, 3 of which pipe to clipboard #1373 The Yellow Architect 2023-11-18 17:53:09 +02:00
  • 0795202675
    lf-scope: adds SVG preview creating cache. (#1360) Luciano 2023-11-14 22:37:39 -03:00
  • bbcbac64fa
    Fix unsupported characters in vim-airline (#1317) appeasementPolitik 2023-11-15 01:35:53 +00:00
  • 52fab9d50a
    Make shell profile POSIX, remove unnecessary variable fallbacks (#1368) thirtysix 2023-11-15 04:35:14 +03:00
  • 0db54f9618
    Fix pdf and plain text previws in lf (#1369) thirtysix 2023-11-15 04:34:29 +03:00
  • 73e65f6660
    Revert pdf cache filename to work properly #1369 Zubarev Grigoriy 2023-11-13 20:06:20 +03:00
  • 50e72a1a03
    An unnecessary(?), small improvement for lf mkdir command (#1372) Emre AKYÜZ 2023-11-13 16:30:08 +03:00
  • 62a53bd986
    An unnecessary(?), small improvement for lf mkdir command #1372 Emre AKYÜZ 2023-11-13 09:32:12 +03:00
  • 18018b18ff
    fgrep is 0.00001% faster and safer. Emre AKYÜZ 2023-11-10 09:55:38 +03:00
  • 533c21c3af
    Use RAM instead of I/O | Minimize further Emre AKYÜZ 2023-11-09 11:25:02 +03:00
  • 031938a792
    Update dmenurecord (#1370) Dominik 2023-11-04 13:33:18 +01:00
  • 84b6840763
    Update dmenurecord #1370 Dominik 2023-11-04 13:09:26 +01:00
  • a69a6dd5dc
    Fix pdf and plain text previws in lf Zubarev Grigoriy 2023-11-03 05:16:19 +03:00
  • 9947832100
    Make shell profile POSIX, remove unnecessary variable fallbacks #1368 Zubarev Grigoriy 2023-11-03 04:58:44 +03:00
  • ea3e1e14cc
    Update sb-music (#1367) Joey-Pepperoni 2023-10-29 07:21:47 -05:00
  • f625778b4f
    Update sb-music #1367 Joey-Pepperoni 2023-10-29 02:27:13 -05:00
  • 0cc589bcad
    Merge branch 'master' of github.com:LukeSmithxyz/voidrice Luke Smith 2023-10-28 08:41:43 -04:00
  • 6ba48b2733
    fix #1366 Luke Smith 2023-10-28 08:41:26 -04:00
  • 1e3adf9c03
    Launch dwm in a dbus session (#1340) Lalle 2023-10-27 21:42:32 +02:00
  • ca8cb1f6a7
    Update sb-mailbox in statusbar on closing neomutt (#1329) appeasementPolitik 2023-10-27 18:58:40 +00:00
  • 54c0aa2af8
    none of the encrypted devices are listed if no drives are decrypted already (#1338) poeplva 2023-10-27 21:58:05 +03:00
  • bca6b403eb
    Unpack Function for LF Without Aunpack (#1334) Emre AKYÜZ 2023-10-27 21:54:15 +03:00
  • 42f3efb4b0
    Add xdg-terminal-exec script to launch "$TERMINAL" for .desktop files (#1302) Dawid Potocki 2023-10-28 07:52:44 +13:00
  • 01661e9bba
    improve find command Emre AKYÜZ 2023-10-20 00:54:21 +03:00
  • a06fe894c9
    highly improve and minimize Emre AKYÜZ 2023-10-19 23:14:09 +03:00
  • fe8f0bce94
    improve && simplify Emre AKYÜZ 2023-10-18 03:04:57 +03:00
  • 96b997e8cf
    improve further Emre AKYÜZ 2023-10-17 23:34:06 +03:00
  • de8b25170d
    fixed selecting Romanian language #1365 Trag Date 2023-10-17 12:47:33 +03:00
  • 4854a853e4
    simplify | improve | change jq to sed Emre AKYÜZ 2023-10-17 11:32:19 +03:00
  • 156747aa77
    minor corrections & improvements Emre AKYÜZ 2023-10-15 19:04:05 +03:00
  • 7779e7c757
    Update xprofile #1340 Lalle 2023-10-15 00:20:20 +02:00
  • c178eda1be
    Update dbus env Lalle 2023-10-15 00:19:44 +02:00
  • 708d6c6731
    Change remaining tremc entry in script to stig (#1364) appeasementPolitik 2023-10-04 20:01:05 +00:00
  • 1500ec504e
    Use actual locks instead of pgrep appeasementPolitik 2023-10-03 21:23:15 +00:00
  • 081e70cb4c
    Change remaining tremc entry in script to stig #1364 appeasementPolitik 2023-10-03 20:43:15 +00:00
  • b5317fdaf2
    Merge branch 'master' into async appeasementPolitik 2023-10-03 20:40:48 +00:00
  • 8ec5ec569d
    Use DASH | Remove IFs | Minimize Emre AKYÜZ 2023-09-29 14:38:17 +03:00
  • 4fc941b9f1
    Update Channels & Notify Emre AKYÜZ 2023-09-29 11:53:53 +03:00
  • 9e2bf97977
    Remove IFs & Nested Loops | Use DASH | Add Custom Lists Emre AKYÜZ 2023-09-29 10:58:29 +03:00
  • b157d54410
    improve bulkrename in lf #1362 Emre AKYÜZ 2023-09-12 15:08:21 +03:00
  • d3035edc7e
    Simplify Further | Remove if statements Emre AKYÜZ 2023-09-09 16:28:31 +03:00
  • 036630d5f4 lf-scope: adds SVG preview creating cache. #1360 Luciano Panepucci 2023-09-08 16:13:46 -03:00
  • b8cd0ab495
    Timeout added to forecast module, ncmpcpp now tracks player state (#1359) sban 2023-09-05 07:51:05 +00:00
  • 5bafc898b3 Update music status bar module on player state change #1359 sban 2023-09-04 19:07:48 -07:00
  • 35b880cec1 Added timeout to getforecast to prevent status bar breakage. sban 2023-09-04 18:57:07 -07:00
  • c550a7c6e5
    Fixed Booksplit for termux (#1358) Hylke Hellinga 2023-09-03 09:20:13 +02:00
  • 6e0e034321 Fixed Booksplit for termux #1358 Simbaclaws 2023-09-02 20:01:31 +02:00
  • 6e85ec18e2
    timeout forecase and moonphase at one second #1355 Joseph Kerkhof 2023-08-28 18:14:28 -05:00