Compare commits

..

16 Commits

Author SHA1 Message Date
AquaMorph 32ff6cb136 feat(systemd): add config 2025-11-09 09:45:36 -05:00
AquaMorph 5ba6a04786 feat(wireplumber): add config 2025-11-09 09:21:00 -05:00
AquaMorph a5bc31398f fix(zsh): disable rich format for AquaAI 2025-11-08 20:32:26 -05:00
AquaMorph d9be0f4e18 feat(scripts): add config 2025-11-08 19:34:01 -05:00
AquaMorph a7319f7d7f feat(hyprland): add config 2025-11-08 12:07:21 -05:00
AquaMorph c5a369985b feat(rofi): add config 2025-11-08 11:11:04 -05:00
AquaMorph 64111551bd feat(waybar): add config 2025-11-08 10:36:29 -05:00
AquaMorph 2d44c01586 feat(zsh): add config 2025-11-08 10:30:52 -05:00
AquaMorph a4a0596b5e feat(mako): add config 2025-11-08 10:27:00 -05:00
AquaMorph 80a25470b3 feat(polybar): add config 2025-11-08 09:20:00 -05:00
AquaMorph 11b9d48c24 feat(gtk): add config 2025-11-08 09:13:31 -05:00
AquaMorph c66b1209a8 feat(g13): add config 2025-11-08 08:00:50 -05:00
AquaMorph 2b00d85cfb feat(alacritty): add config 2025-11-08 07:51:09 -05:00
AquaMorph 126504d5f9 refactor: use home dir 2025-11-07 19:06:29 -05:00
AquaMorph d9c5dcbea4 feat(git): add config 2025-11-07 18:51:03 -05:00
AquaMorph 932a969e97 doc: add readme 2025-11-07 18:46:25 -05:00
142 changed files with 105 additions and 6754 deletions
+1
View File
@@ -0,0 +1 @@
home
-142
View File
@@ -1,142 +0,0 @@
i3/.config/i3/config
settings.conf
systemd/user/*/*
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
-20
View File
@@ -1,21 +1 @@
# Dotfiles
A collection of config files and scripts for Fedora GNU/Linux.
## Install
Run the following command to install
```sh
cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/install.sh
```
## Scripts
### frc-photo-checklist.py
Python script to generate a Todoist checklist for taking photos at an FRC event.
```sh
python frc-photo-checklist.py [Event Key]
```
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+25
View File
@@ -0,0 +1,25 @@
# Scripts
## AquaAI
AquaAI is bash script that interacts with OpenAI and Ollama APIs to enable terminal based interaction with LLMs.
## connect-nas.sh
Connect to long storage NAS.
## convert-mp4-to-resolve.sh
Converts mp4 video files to a video format where the audio works with the linux version of Davinci Resolve.
## frc-photo-checklist.py
Python script to generate a Todoist checklist for taking photos at an FRC event.
```sh
python frc-photo-checklist.py [Event Key]
```
## get-mouse-battery.sh
Prints out the battery percentage of a mouse and if it is charging.
View File
View File
View File
View File
View File
View File
View File
+76
View File
@@ -0,0 +1,76 @@
background {
monitor =
path = $HOME/.cache/blurred_wallpaper.png
}
input-field {
monitor =
size = 200, 50
outline_thickness = 3
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
outer_color = rgb(151515)
inner_color = rgb(FFFFFF)
font_color = rgb(10, 10, 10)
fade_on_empty = true
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
hide_input = false
rounding = -1 # -1 means complete rounding (circle/oval)
check_color = rgb(204, 136, 34)
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
capslock_color = -1
numlock_color = -1
bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
invert_numlock = false # change color if numlock is off
swap_font_color = false # see below
position = 0, -20
halign = center
valign = center
}
label {
monitor =
#clock
text = cmd[update:1000] echo "$TIME"
color = rgba(200, 200, 200, 1.0)
font_size = 55
font_family = Fira Semibold
position = -100, 70
halign = right
valign = bottom
shadow_passes = 5
shadow_size = 10
}
label {
monitor =
text = $USER
color = rgba(200, 200, 200, 1.0)
font_size = 20
font_family = Fira Semibold
position = -100, 160
halign = right
valign = bottom
shadow_passes = 5
shadow_size = 10
}
image {
monitor =
path = $HOME/.cache/square_wallpaper.png
size = 280 # lesser side if not 1:1 ratio
rounding = -1 # negative values mean circle
border_size = 4
border_color = rgb(221, 221, 221)
rotate = 0 # degrees, counter-clockwise
reload_time = -1 # seconds between reloading, 0 to reload with SIGUSR2
# reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
position = 0, 200
halign = center
valign = center
}
+2
View File
@@ -10,3 +10,5 @@
ui = auto
[branch]
sort = -committerdate
[push]
autoSetupRemote = true
View File
+1 -1
View File
@@ -53,7 +53,7 @@ alias qr="${AQUAAI_PATH} --code-review"
alias qa="${AQUAAI_PATH} --home-assistant"
export AQUAAI_DEFAULT_MODEL='hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q4_K_M'
export AQUAAI_CODING_MODEL='hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q4_K_M'
export AQUAAI_RICH_FORMAT_MODE=true
export AQUAAI_RICH_FORMAT_MODE=false
export AQUAAI_KEY
export TERM=xterm

Some files were not shown because too many files have changed in this diff Show More