Commit Graph

14 Commits

Author SHA1 Message Date
The Infinite Rick 64673283fa Fixed behavior of select_option function
1. Fixed arrow behavior: In single column selections, the highlighted option would go below the last option on down arrow.

2. Fixed arrow behavior: In 4 column selections, the highlighted option would go to the right of the last option on right arrow.

3. Removed the unused return code argument being passed to all oinstances of select_option.

4. Removed various unused variables: return_value, lastcol, startcol, lines, size.

5. Removed unnecessary `shift 4`

6. Removed unnecessary dollar signs from variable names in math operations.

7. Replaced unused opt variable in for loop with the appropriate _

8. Replaced deprecated instance of `` with $() for command substitutions.
2023-10-07 14:03:50 -04:00
Chris Titus 6fe316f446
Merge branch 'main' into password 2022-07-30 10:06:16 -05:00
Chris Titus 4331141919
Merge pull request #265 from stojshic/main
Change to the list of DE/WM's to be auto-populating
2022-07-30 10:02:03 -05:00
Chris Titus 3054110713
Merge branch 'main' into backgrounds 2022-07-30 10:01:20 -05:00
Austin Horstman 9c8a77090d Add shdoc decorators for the github action to generate some documentation. 2022-03-21 16:04:44 -05:00
farhan f7888d5f12 password function 2022-03-03 18:03:56 +00:00
Austin Horstman b37c415a88 Add some extra actions 2022-03-02 12:20:14 -06:00
Slavko Stojshic 9b9c2ee37f Remove leftover aur-pkgs.txt and pacman-pkgs.txt from list of DE/WM's 2022-03-02 18:04:22 +01:00
Slavko Stojshic 963f367f9b Changed hardcoded list of DE/WM's to the list that will list DE/WM's that are available in pkg-files folder, so you could just add new WM to the list of options by adding new .txt file and populating list of apps you want (bspwm.txt, i3.txt...) 2022-03-02 17:43:33 +01:00
farhan a6e565ad17 background checks 3 2022-02-28 15:46:36 +00:00
farhan 719273b4c3 background checks 2 2022-02-28 15:44:35 +00:00
farhan 7f88b3bcda background checks 2022-02-28 15:43:38 +00:00
Austin Horstman 46a029874f us default keymap 2022-02-20 23:09:01 -06:00
Austin Horstman 0ef4faae1d Reorganize solution 2022-02-18 09:42:36 -06:00