| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | |/
|/|
| | |
Added functionality to retrieve current city based on IP address with fallbacks and manual setting.
|
| |\ \
| | |
| | | |
Fixed SwitchKeyboardLayout was sourcing wrong file
|
| |/ /
| |
| |
| |
| |
| |
| | |
On branch kb-fix
Changes to be committed:
modified: config/hypr/scripts/SwitchKeyboardLayout.sh
modified: config/hypr/scripts/Tak0-Per-Window-Switch.sh
|
| |\|
| |
| | |
Fix overview quicklshell not starting
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the shell.qml prevents overview from starting
It's not looking in the right place
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
deleted: shell.qml
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
To prepare for next release and to test copy.sh function for updating
dotfiles going forward.
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/configs/ENVariables.conf
|
| |\|
| |
| | |
Development to main Major update v2.3.18
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | | |
[Bug] Change to waybar sleep timers was too long, slowed down waybar start/refressh
|
| | | | |
|
| | | |\
| | | |
| | | | |
chore: Organize VSCode opacity configs
|
| | | | | |
|
| | | |/ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
|
| | | |\
| | | |
| | | | |
fix: waybar clock locale
|
| | | |/ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
An update to the OS age calculation added to Pokeman config ported to
comfig-compact.jsonc
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config-compact.jsonc
|
| | | |\
| | | |
| | | | |
fix : the messy comamnd for os age calculation in pokemon fastfetch config file
|
| | | | |\
| | | |/
| | |/| |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/fastfetch/config-compact.jsonc
modified: config/fastfetch/config-pokemon.jsonc
|
| | | |\ \
| | | | |
| | | | | |
feat : Add OS age feature in fastfetch pokemon config
|
| | | | | | |
|
| | | | |/ |
|
| | | |/ |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
deleted: CHANGES-v2.3.18.md
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | | | |
|
| | | | |
| | | |
| | | | |
Updated links and compatibility notes for various Linux distributions in the README.
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/waybar/configs/[TOP] Default
modified: config/waybar/configs/[TOP] Default (old v1)
modified: config/waybar/configs/[TOP] Default (old v2)
modified: config/waybar/configs/[TOP] Default (old v3)
modified: config/waybar/configs/[TOP] Default (old v4)
modified: config/waybar/configs/[TOP] Default Laptop (old v1)
modified: config/waybar/configs/[TOP] Default Laptop (old v2)
modified: config/waybar/configs/[TOP] Default Laptop (old v3)
modified: config/waybar/configs/[TOP] Default Laptop (old v4)
modified: config/waybar/configs/[TOP] Simple
modified: config/waybar/configs/[TOP] Simpliest
|
| | | | |
| | | |
| | | |
| | | | |
Added fixes and improvements for version 2.3.18, including wallpaper handling and keybind functionality.
Wallpaper filename fix
|
| | | |\ \
| | | | |
| | | | |
| | | | |
| | | | | |
godlyfast/fix-wallpaper-selector-filename-truncation
fix: Fix wallpaper selector showing wrong wallpaper when filename contains dots will display entire filename and extension
|
| | | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
## Overview
This commit integrates the corrected Quickshell-Overview feature across all
installation and update workflows. The overview provides an AGS alternative
with live window previews toggled via Super+TAB keybind.
## Changes
### 1. Quickshell Overview QML Files
- Added config/quickshell/overview/ subdirectory with Qt6-compatible QML
- Includes 20+ files covering:
* OverviewWindow.qml with proper clipping (no OpacityMask, uses QtQuick.Effects)
* OverviewWidget.qml for window handling
* Overview.qml main component with Hyprland integration
* Common utilities and styling
* Services for Hyprland data and global state management
### 2. copy.sh Updates
- Removes default shell.qml that blocks quickshell named config detection
- Auto-copies config/quickshell/overview to ~/.config/quickshell/overview/
- Updates old 'qs' startup commands to 'qs -c overview'
- Handles both fresh installs and config overwrite scenarios
### 3. upgrade.sh Updates
- Added config/quickshell/ to upgrade directory list
- Excludes shell.qml to preserve overview config detection capability
- Enables seamless upgrades without losing quickshell settings
### 4. IPC Command Fixes
- Corrected OverviewToggle.sh to use proper 'qs ipc -c overview call overview toggle'
- Fixed startup commands from old 'qs' to 'qs -c overview'
- Hyprland-Dots now uses corrected toggle script
## Qt6 Compatibility
- Replaced Qt5Compat.GraphicalEffects with QtQuick.Effects
- Removed OpacityMask in favor of Qt6-compatible clipping technique
- All QML properly imports Qt6 modules
## Release Script
- release.sh automatically uses copy.sh, inheriting all quickshell updates
## Testing
- Verified on target systems (Fedora 43 VM, jak-nixos)
- qs -c overview successfully launches overview config when shell.qml is removed
- IPC toggle commands work correctly within Wayland sessions
## Files Modified
- config/quickshell/overview/* (20 new files)
- copy.sh (enhanced QS handling)
- upgrade.sh (added quickshell to upgrade paths)
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|