Commit Graph

331 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 772fd51def
Merge pull request #363 from ChrisTitusTech/dependabot/github_actions/actions/checkout-4.1.0
Bump actions/checkout from 4.0.0 to 4.1.0
2023-09-23 13:41:43 -05:00
dependabot[bot] 4d63cd1115
Bump actions/checkout from 4.0.0 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 18:49:33 +00:00
ChrisTitusTech d74b5d384a dwm draft 2023-09-07 22:39:17 -05:00
Chris Titus d2712c59ac
Update README.md 2023-09-07 22:00:40 -05:00
Chris Titus 58a81cfae2
Update README.md 2023-09-07 21:28:57 -05:00
Chris Titus 10a5fb8ba9
Merge pull request #361 from ChrisTitusTech/dependabot/github_actions/actions/checkout-4.0.0
Bump actions/checkout from 3.6.0 to 4.0.0
2023-09-04 21:47:27 -05:00
dependabot[bot] 7c08afb82e
Bump actions/checkout from 3.6.0 to 4.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 19:07:13 +00:00
Chris Titus 32a81bd31b
Merge pull request #360 from blusewill/main
Make ArchTitus able to use curl to install
2023-09-01 14:02:22 -05:00
blusewill 9c271fdd91 Remove Curl-installation.sh 2023-08-31 20:42:54 +08:00
blusewill d061cf97aa Update curl-installation command 2023-08-31 20:35:56 +08:00
blusewill 508617df2e adding some prefix 2023-08-31 19:18:30 +08:00
blusewill 882ce3b3d3 Using exec method again 2023-08-31 19:15:48 +08:00
blusewill 27845383cd Cd into Home Path 2023-08-31 19:14:27 +08:00
blusewill 6a1209c388 Update using cd method into folder 2023-08-31 19:10:24 +08:00
blusewill 3e38d5f9c0 Adding exit 2023-08-31 19:04:37 +08:00
blusewill 01769365ac exec method 2023-08-31 19:01:28 +08:00
blusewill c64d4ec245 Testing sh Method 2023-08-31 19:00:28 +08:00
blusewill f416fc51c9 Update to testing Source 2023-08-31 18:59:16 +08:00
blusewill 884ba9451d Testing Git Method 2023-08-31 18:57:56 +08:00
blusewill 1dfc2bba20 Testing Git Method 2023-08-31 18:46:33 +08:00
Chris Titus 13dd6a8512
Merge pull request #358 from ChrisTitusTech/dependabot/github_actions/actions/checkout-3.6.0
Bump actions/checkout from 3.5.3 to 3.6.0
2023-08-28 21:04:43 -05:00
dependabot[bot] fc0089811a
Bump actions/checkout from 3.5.3 to 3.6.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.5.3...v3.6.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-24 20:03:21 +00:00
Chris Titus 5f80f7e0f3 ArchTitus 2.0 2023-08-24 10:02:28 -05:00
Chris Titus 40dabbb63b hypr commit 2023-08-24 09:05:24 -05:00
Chris Titus a6cfe51c13 hypr draft 2023-08-24 08:47:53 -05:00
Chris Titus 704417e8d1
Update README.md 2023-08-03 09:50:22 -05:00
Chris Titus a6cae9b501
Merge pull request #355 from ChrisTitusTech/dependabot/github_actions/actions/checkout-3.5.3
Bump actions/checkout from 3.0.2 to 3.5.3
2023-08-03 09:46:21 -05:00
Chris Titus d2b6f54f08
Merge pull request #354 from ChrisTitusTech/dependabot/github_actions/github/super-linter-5
Bump github/super-linter from 4 to 5
2023-08-03 09:46:06 -05:00
Chris Titus ee73ca8039
Update README.md 2023-08-03 09:45:13 -05:00
dependabot[bot] 370d2cabcd
Bump actions/checkout from 3.0.2 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.0.2...v3.5.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-03 14:40:21 +00:00
dependabot[bot] 9e854f408d
Bump github/super-linter from 4 to 5
Bumps [github/super-linter](https://github.com/github/super-linter) from 4 to 5.
- [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md)
- [Commits](https://github.com/github/super-linter/compare/v4...v5)

---
updated-dependencies:
- dependency-name: github/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-03 14:40:18 +00:00
Chris Titus 41792ee8d3
Update README.md 2022-10-03 10:37:21 -05:00
Chris Titus 410a161495
Merge pull request #336 from Sunskimmer822/main
Fix typo in gnome-extra package name
2022-09-05 21:51:36 -05:00
Sunskimmer82 1895677b69
Fix typo in gnome-extra package name 2022-08-05 01:05:57 -05:00
Chris Titus f1764cc7d5
Merge pull request #326 from RehanPlayz/patch-1
Updated ArchTitus ISO URL
2022-07-30 11:03:25 -05:00
Chris Titus a145ff69ec
Update README.md 2022-07-30 11:03:10 -05:00
Chris Titus da07824900
Merge pull request #325 from Gandalf1607/main
Rename awesome.text to awesome.txt
2022-07-30 10:58:28 -05:00
Chris Titus 9c5f7947a8
Merge pull request #267 from mfgbhatti/password
Password function
2022-07-30 10:06:22 -05: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
github-actions[bot] 7f4a0b281f CI: Automated build push 2022-07-30 15:01:54 +00:00
Chris Titus 2c2adda895
Merge pull request #255 from mfgbhatti/backgrounds
Backgrounds checks
2022-07-30 10:01:34 -05:00
Chris Titus 3054110713
Merge branch 'main' into backgrounds 2022-07-30 10:01:20 -05:00
Chris Titus ce1d6caa1c
Merge pull request #253 from mfgbhatti/gitignore
added log files to gitignore
2022-07-30 10:00:04 -05:00
RehanPlayz 017732fc25
Updated ArchTitus ISO URL 2022-05-30 08:27:22 +03:00
Gandalf aae3a74567
Rename awesome.text to awesome.txt 2022-05-26 13:43:03 +02:00
Chris Titus b29d486314
Merge pull request #316 from ChrisTitusTech/dependabot/github_actions/actions/checkout-3.0.2
Bump actions/checkout from 3.0.0 to 3.0.2
2022-04-22 10:11:44 -05:00
dependabot[bot] 5e479d1652
Bump actions/checkout from 3.0.0 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.0.0...v3.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 18:40:41 +00:00
Chris Titus d733f961b3
Merge pull request #303 from ChrisTitusTech/dependabot/github_actions/actions/checkout-3.0.0
Bump actions/checkout from 2.3.3 to 3.0.0
2022-04-14 08:24:47 -05:00