Commit Graph

732 Commits

Author SHA1 Message Date
Soapydev
16c6363a95 Update theme to latest version 2024-08-15 18:13:47 -04:00
AdamJedl
63efe076e4
Merge branch 'ChrisTitusTech:main' into main 2024-08-15 23:59:54 +02:00
ChrisTitusTech
4b245fbf40 Commit Linutil 2024-08-15 21:36:25 +00:00
Chris Titus
ad87fad7ec
Merge pull request #166 from ChrisTitusTech/Add-AUR-Helpers
Add AUR Helpers
2024-08-15 16:34:17 -05:00
Chris Titus
2f63f00294 Initial Commit 2024-08-15 16:23:21 -05:00
ChrisTitusTech
5a8a6891ca Commit Linutil 2024-08-15 20:58:23 +00:00
Chris Titus
58b0b57615
Merge pull request #136 from lj3954/column_tabs
feat: Implement tablist (column)
2024-08-15 15:56:22 -05:00
Chris Titus
7f10e36174 need to fix search modularity 2024-08-15 15:55:31 -05:00
Chris Titus
f8b3edb250
Merge branch 'main' into column_tabs 2024-08-15 15:26:29 -05:00
ChrisTitusTech
f1eb9e5b86 Commit Linutil 2024-08-15 19:54:07 +00:00
Chris Titus
fe76cfcf51
Merge pull request #120 from afonsofrancof:cleanup_search
Move search bar widget to a separate file
2024-08-15 14:51:53 -05:00
Liam
3f81087ae5
chore: Slightly prettify utils toml 2024-08-14 23:20:05 -07:00
Liam
d4489648b4
fix: Launch script from the directory in which it's contained 2024-08-14 23:13:56 -07:00
Liam
1d5b1e6676
Replace JSON with TOML 2024-08-14 23:09:31 -07:00
JEEVITHA KANNAN K S
7a2d654760
Add utility functions for package checks
- Implement checks for xrandr, bluetoothctl, and nmcli
- Add installation of missing packages
- Include display server check (X11 vs Wayland)
- Warn users if running on Wayland
- Improve error handling and user feedback
2024-08-15 10:45:12 +05:30
JEEVITHA KANNAN K S
1748c3bae4
refactor bash to sh 2024-08-15 08:11:41 +05:30
Liam
7d2f92a38c
feat: Add tab JSON 2024-08-14 13:55:16 -07:00
Liam
e73c978d95
feat: Update tabs.rs to use tab data 2024-08-14 13:55:03 -07:00
Liam
d07946fc41
chore: Slightly improve code structure and commenting 2024-08-13 14:56:40 -07:00
Liam
9afadee250
fix: Remove unused imports. Comment scriptinfo fields 2024-08-13 14:56:40 -07:00
Liam
da2433d9d9
feat: Add option to override compatibility checks 2024-08-13 14:56:40 -07:00
Liam
d4a3889e00
fix: Rebuild program upon any changes to command directory 2024-08-13 14:56:40 -07:00
AdamJedl
b1b4190e49
fix partial upgrades and reinstallation of packages in Arch Linux 2024-08-12 16:46:48 +02:00
Liam
c18c76c694
feat: Add logic for runtime tab creation based on JSON data 2024-08-10 19:55:12 -07:00
Liam
548cfa8e36
feat: Implement tabs 2024-08-09 12:13:03 -07:00
afonsofrancof
8f26183487
Added CONTRIBUTING.md and changed README.md 2024-08-09 13:00:37 +01:00
afonsofrancof
5cddfdb162
Simplified placeholder text logic
Co-authored-by: Andrii Dokhniak <adokhniak@gmail.com>
2024-08-09 00:49:42 +01:00
afonsofrancof
9e1cd25603
Merge from main 2024-08-09 00:49:34 +01:00
ChrisTitusTech
4c38069b83 Commit Linutil 2024-08-08 23:16:54 +00:00
Chris Titus
b82d0cd81b
Merge pull request #137 from afonsofrancof/refactor_float
Big refactor. Made floats generic, to show anything
2024-08-08 18:14:47 -05:00
Chris Titus
0ee4412343 Merge branch 'refactor_float' of https://github.com/afonsofrancof/linutil into pr/afonsofrancof/137 2024-08-08 18:03:52 -05:00
Chris Titus
8be90b9c7d Update list.rs 2024-08-08 18:03:51 -05:00
afonsofrancof
7692c7c1c9
Fix chris fat finger 2024-08-08 23:59:33 +01:00
Chris Titus
a7c70cd653
Merge branch 'main' into refactor_float 2024-08-08 17:58:08 -05:00
ChrisTitusTech
1ef5c85248 Commit Linutil 2024-08-08 22:54:58 +00:00
Chris Titus
a7208e8662
Merge pull request #135 from lj3954/improved_navigation
feat: Allow navigation with 'h' and 'l' keys
2024-08-08 17:52:54 -05:00
Chris Titus
ae2f734745
Merge branch 'main' into improved_navigation 2024-08-08 17:51:18 -05:00
ChrisTitusTech
6990c49a69 Commit Linutil 2024-08-08 22:44:45 +00:00
Chris Titus
c9c58de428 Merge branch 'main' of https://github.com/ChrisTitusTech/linutil 2024-08-08 17:42:57 -05:00
Chris Titus
96c2f34afc reorder 2024-08-08 17:42:54 -05:00
Chris Titus
90c50dc99c
Merge pull request #134 from cpunerd/main
Added option to remove snaps
2024-08-08 17:42:34 -05:00
afonsofrancof
da7f078063
Moved preview_content to floating_text and merged 2024-08-08 23:37:19 +01:00
ChrisTitusTech
7daba2c454 Commit Linutil 2024-08-08 22:33:18 +00:00
afonsofrancof
ab2cc1340f
Added FloatingText class. It shows text in a float 2024-08-08 23:32:15 +01:00
afonsofrancof
6e0540c68a
Made main.rs use new float logic 2024-08-08 23:32:13 +01:00
afonsofrancof
72c10c5ef8
Removed out of place handling of float window in list.rs 2024-08-08 23:31:51 +01:00
afonsofrancof
65b7246099
Made running_command.rs implement FloatContent so it can be shown inside a float 2024-08-08 23:31:50 +01:00
afonsofrancof
f0e67ba313
Made float.rs generic. It can show anything inside it now 2024-08-08 23:31:48 +01:00
Chris Titus
c386fe8c37
Merge pull request #131 from guruswarupa/main
added Monitor-Control(xrandr), Wifi-Control(nmcli) and Bluetooth-Cont…
2024-08-08 17:31:07 -05:00
ChrisTitusTech
e14e668e6c Commit Linutil 2024-08-08 22:27:18 +00:00