summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add shutdown, reboot, and logout actions to launcherTim Hämisch2025-06-121-0/+48
|
* Merge pull request #46 from Amstel-DEV/Battery-Width2 * r + 2 * t2025-06-111-1/+1
|\ | | | | Battery Default Width Issue
| * Battery Default Width FixAmstel2025-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Battery Width Property Being set to: - property int batteryWidth: 200 is too cramped for the details to display properly. Battery Width Adjusted to 250 - property int batteryWidth: 250 now this will enable the contents to show properly while hovering in battery section.
* | dashboard: remove workspaces tab2 * r + 2 * t2025-06-111-4/+4
|/ | | | Cause its confusing people cause not implemented yet
* Merge pull request #43 from Amstel-DEV/main2 * r + 2 * t2025-06-111-1/+1
|\ | | | | Fixed Logout Function
| * Revert "Dashboard Avatar Picker 1.0a"Amstel2025-06-112-78/+7
| | | | | | | | This reverts commit 9308c9b67f491ff32c57d037f16ac6e9148f9dae.
| * Dashboard Avatar Picker 1.0aAmstel2025-06-112-7/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allows users to update/change their profile icon from the dashboard by clicking the profile icon. ### How it works? > Once the profile icon is clicked it will launch zenity file picker. Once selected the target new profile Icon this script will do the following: - Deletes the current ~/.face - Deletes all .face cached files in ~/.cache/caelestia/thumbnails/ - Copies the new selected profile-icon to ~/.face ### Issues - Once the profile is update, the user must manually reload the shell by restarting the shell session. **NOTE:** Make sure to chmod +x the picker.sh before using. Dependencies: - zenity
| * Fixed Logout FunctionAmstel2025-06-111-1/+1
| | | | | | | | | | | | | | | | | | When Running "uwsm stop" it replies: > Stopping compositor... > Compositor is not running. so the "or" operator would not work since the "uwsm stop" command didn't return as "FALSE".
* | readme: add more to overhaul warning2 * r + 2 * t2025-06-111-0/+3
| |
* | readme: add overhaul warning2 * r + 2 * t2025-06-111-0/+9
| |
* | Merge pull request #36 from ko1N/fix-lvm-storage2 * r + 2 * t2025-06-111-10/+30
|\ \ | |/ |/| Fix disk usage when using lvm
| * Fix disk usage when using lvmko1N2025-06-101-10/+30
| |
* | session: fix logout for non-uwsm sessions2 * r + 2 * t2025-06-092-1/+3
| |
* | readme: add how to set wallpaper in usage2 * r + 2 * t2025-06-091-0/+3
| |
* | readme: add how to set pfp and wallpaper to usage2 * r + 2 * t2025-06-091-0/+8
| |
* | dashboard: fix date time2 * r + 2 * t2025-06-091-1/+1
| | | | | | | | Fixes #16
* | Merge pull request #9 from PiotrekB416/fix/network-service2 * r + 2 * t2025-06-092-6/+9
|\ \ | |/ |/| Network service fixes
| * refactor(network): add bssid to AccessPoint componentPiotr Bartoszewicz2025-06-081-7/+8
| |
| * fix(network): duplicate networks overwrite activity statusPiotr Bartoszewicz2025-06-081-2/+4
| | | | | | | | jq consumes first line without -n
| * fix: hardcoded interpreter pathsPiotr Bartoszewicz2025-06-082-2/+2
| |
* | readme: add how to start in usage section2 * r + 2 * t2025-06-091-0/+17
| |
* | internal: fix run shebang2 * r + 2 * t2025-06-091-1/+1
| |
* | readme: credit ax shell2 * r + 2 * t2025-06-081-0/+3
| |
* | wallpapers: fix set script call2 * r + 2 * t2025-06-081-1/+1
| |
* | feat: add ipc commands for stuff2 * r + 2 * t2025-06-085-4/+110
|/
* colours: fix switching2 * r + 2 * t2025-06-082-27/+7
| | | | Also remove unnecessary clipping rects around dashboard panes
* readme: add usage section2 * r + 2 * t2025-06-081-7/+19
|
* readme: add ko-fi badge2 * r + 2 * t2025-06-081-0/+1
|
* funding: add kofi2 * r + 2 * t2025-06-081-0/+15
|
* readme: add badges2 * r + 2 * t2025-06-081-1/+9
|
* internal: use multieffect for shadow2 * r + 2 * t2025-06-082-10/+6
|
* readme: add deps and stonks2 * r + 2 * t2025-06-081-1/+12
|
* readme: credit end2 * r + 2 * t2025-06-071-0/+3
|
* feat: create readme2 * r + 2 * t2025-06-071-0/+27
|
* popouts: fixed width for battery popout2 * r + 2 * t2025-06-072-0/+2
|
* dashboard: hide dash when raise media2 * r + 2 * t2025-06-072-1/+4
|
* popouts: fix state colour for tray back button2 * r + 2 * t2025-06-071-0/+1
|
* popouts: reload tray menu on show2 * r + 2 * t2025-06-073-17/+35
|
* popouts: fix bottom glitch2 * r + 2 * t2025-06-072-4/+13
| | | | | Fix flicker when popout hits bottom Also animate bottom rounding change
* popouts: fix anim when fast movement2 * r + 2 * t2025-06-071-3/+3
|
* Merge pull request #2 from outfoxxed/popouts-multimon2 * r + 2 * t2025-06-077-46/+47
|\ | | | | popouts: fix multimonitor
| * popouts: fix multimonitoroutfoxxed2025-06-067-46/+47
|/
* popouts: fix anim when not shown2 * r + 2 * t2025-06-072-0/+6
|
* bar: fix workspaces interactions2 * r + 2 * t2025-06-072-10/+15
| | | | Fix clicking on workspaces not switching to them
* bar: fix active workspace indicator anims2 * r + 2 * t2025-06-072-6/+26
| | | | | Fix delayed anim when size change Fix trail with variable sized workspaces
* internal: move bar to drawer window2 * r + 2 * t2025-06-0711-203/+179
| | | | Fixes a few bugs, also removes need for hyprland order layerrule
* dashboard: make own swipeview impl2 * r + 2 * t2025-06-072-20/+64
| | | | Fixes bad anim, buggy flicking and blur
* popouts: fix activewindow height changing2 * r + 2 * t2025-06-071-2/+2
| | | | Uses a bit more cpu but eh
* feat: tray item menus2 * r + 2 * t2025-06-066-1/+278
|
* popouts: transition between popout content2 * r + 2 * t2025-06-061-20/+44
|