| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
| |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: Weather.py
|
| |\
| |
| | |
fix: Check for empty strings in place parts and prevent coordinates from printing when a place is found.
|
| | |
| |
| |
| | |
printing when a place is found.
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The `cut -d. -f1` command truncated filenames at the first dot, causing
wallpapers named like "01. Catppuccin.jpg" to display as just "01" in
the rofi menu. Multiple wallpapers with the same prefix showed identical
labels, and selecting one applied the wrong file since `find -print -quit`
returned the first alphabetical match.
Changed to use full filename `$pic_name` (consistent with GIF and video
handling on lines 87 and 94). The existing sed on line 222 correctly
strips only the file extension for the find command.
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/configs/Keybinds.conf
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Trying to implement https://github.com/JaKooLit/Hyprland-Dots/pull/872
When SUPER RIGHT/LEFT work dynamically in and out of tabbed windows
So far not working Code is commented out for now.
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/configs/Keybinds.conf
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | |
| | |
| | |
| | | |
Script to manage UserConfigs
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Remove UserKeybinds option (file no longer exists)
- Point user overlay files to UserConfigs versions (Startup_Apps, WindowRules)
- Add System Defaults view-only section
- Point UserSettings to configs/SystemSettings.conf with info notification
- Separate menu into USER CUSTOMIZATIONS, SYSTEM DEFAULTS, and UTILITIES sections
- Add show_info() helper function for notifications
|
| |\ \ \
| | | |
| | | |
| | | | |
development
|
| | |/ / |
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Also changed to just "Edit" since it calls an editor not viewwr
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: Kool_Quick_Settings.sh
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
I had to remove this setting "keepaspectratio" before
Proper setting is `keep_aspect_ratio` It only occurred once
in Jak's rules, this restores that feature
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/UserConfigs/WindowRules-v3.conf
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Slowed down changes and waybar startup
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/scripts/Refresh.sh
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
You have to hammer on it, to get it to occr
Added addtional sleep timer to allow pkill to keep up
Resolves: https://github.com/JaKooLit/Hyprland-Dots/issues/870
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGES-v2.3.18.md
modified: config/hypr/scripts/GameMode.sh
modified: config/hypr/scripts/Refresh.sh
|
| | |
| |
| |
| |
| |
| |
| |
| | |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/configs/WindowRules-config-v3.conf
|
| | |
| |
| |
| |
| |
| |
| |
| | |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
new file: config/hypr/configs/WindowRules-config-v3.conf
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Tested the basic changes in NixOS. Found a couple rules here that were
wrong.
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
renamed: config/hypr/UserConfigs/WindowRules.conf-v3.conf -> config/hypr/UserConfigs/WindowRules-v3.conf
|
| | |
| |
| |
| |
| |
| |
| |
| | |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
new file: config/hypr/UserConfigs/WindowRules.conf-v3.conf
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
new file: CHANGES-v2.3.18.md
modified: config/hypr/scripts/ChangeLayout.sh
modified: config/hypr/scripts/KeybindsLayoutInit.sh
|
| | |
| |
| |
| |
| |
| |
| |
| | |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/scripts/OverviewToggle.sh
|
| | |
| |
| |
| |
| |
| |
| |
| | |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: hyprlock.conf
|
| | |
| |
| |
| |
| |
| |
| |
| | |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: hyprlock.conf
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adjust fontsize and colors
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: hyprlock-1080p.conf
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Editing 1080 hyprlock screen overwrote 2K by mistake
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: hyprlock.conf
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Reduced the font size and colors
Going to convert the 2k lockscreen next
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/hyprlock.conf
|
| | | |
|
| | | |
|