2 * r + 2 * t
be4769930a
exclusions: set input mask to empty
...
Fixes #26 and #72
2025-06-15 20:50:46 +10:00
2 * r + 2 * t
d989128cbc
config: actually reload when file changes
2025-06-15 18:11:33 +10:00
2 * r + 2 * t
96429160c3
feat: user config file
...
Config file at `~/.config/caelestia/shell.json`
2025-06-15 18:08:45 +10:00
2 * r + 2 * t
3df0f7fd26
internal: properly fix beat detector
2025-06-15 17:30:33 +10:00
2 * r + 2 * t
5ca2854681
internal: fix beat detector
2025-06-15 17:20:14 +10:00
2 * r + 2 * t
2a5b49f693
internal: change beatdetector path
...
For install via pkgbuild
2025-06-15 17:14:48 +10:00
2 * r + 2 * t
2f9179d141
Merge branch 'saberr26/main'
2025-06-15 16:31:11 +10:00
2 * r + 2 * t
3d05e7c308
internal: remove dependency on fd
2025-06-15 16:06:27 +10:00
2 * r + 2 * t
c21495950d
Merge branch 'main' of https://github.com/caelestia-dots/shell
2025-06-15 15:44:13 +10:00
2 * r + 2 * t
05e9561fd6
internal: use stdiocollector
...
Removes dependency on jq
Also fix beatdetector
2025-06-15 15:43:50 +10:00
2 * r + 2 * t
4c475548af
colours: more fixes for cli rewrite
...
Fix setting mode
Fix wallpaper preview scheme
2025-06-15 14:11:07 +10:00
2 * r + 2 * t
999616ccd6
readme: remove install section
2025-06-15 00:03:29 +10:00
2 * r + 2 * t
388a6217ed
internal: update for scripts overhaul ( #45 )
...
* colours: update for scheme refactor
* notifs: match expand anim to container
* wallpapers: update current path
* wallpapers: update valid wall extensions
2025-06-14 23:10:35 +10:00
Tim Hämisch
818768e6bd
launcher: use standard logout command
2025-06-13 18:13:07 +02:00
Tim Hämisch
0bcee304e5
launcher: add opt-in for dangerous actions
2025-06-13 18:04:45 +02:00
Tim Hämisch
5fb727a4c8
Merge branch 'caelestia-dots:main' into betteractions
2025-06-13 17:49:49 +02:00
2 * r + 2 * t
79d19e501b
docs: add contributing.md
2025-06-14 00:36:56 +10:00
Tim Hämisch
4621c3695e
Add custom shortcut for launcher, dashboard and osd all in one ( #53 )
...
* Add custom shortcut for launcher, dashboard and osd all in one
* Fix Shortcut description
* shortcuts: fix showall
Some fixes:
- no need for the complex shortcut
- fix formatting
- fix unqualified access
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-06-14 00:08:02 +10:00
2 * r + 2 * t
5da1b64da0
internal: better caching impl
...
WARNING: causes blocking when caching image on first load
2025-06-13 23:31:47 +10:00
2 * r + 2 * t
ca9c06b689
dashboard: not full rounding for face
2025-06-12 23:43:03 +10:00
Tim Hämisch
22b356d260
Add shutdown, reboot, and logout actions to launcher
2025-06-12 14:59:55 +02:00
2 * r + 2 * t
07d06938c9
wallpapers: update valid wall extensions
2025-06-12 21:59:07 +10:00
2 * r + 2 * t
53db2c572f
wallpapers: update current path
2025-06-12 21:58:01 +10:00
2 * r + 2 * t
bef79bde1f
Merge pull request #46 from Amstel-DEV/Battery-Width
...
Battery Default Width Issue
2025-06-11 23:59:20 +10:00
2 * r + 2 * t
b1e1a575c6
notifs: match expand anim to container
2025-06-11 23:41:39 +10:00
2 * r + 2 * t
7d3b1887e9
dashboard: remove workspaces tab
...
Cause its confusing people cause not implemented yet
2025-06-11 23:26:17 +10:00
Amstel
9ec489a49e
Battery Default Width Fix
...
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.
2025-06-11 21:20:01 +08:00
2 * r + 2 * t
2136b8c153
colours: update for scheme refactor
2025-06-11 23:02:42 +10:00
saberr26
7d913e0a67
Merge pull request #1 from saberr26/saberr26-cpp_beatector
...
removed realtime-beat-detector.py and Add C++ real-time audio analyzer
2025-06-11 10:05:21 +01:00
saberr26
14198f5459
removed realtime-beat-detector.py and Add C++ real-time audio analyzer
2025-06-11 09:57:29 +01:00
2 * r + 2 * t
2b368a5310
Merge pull request #43 from Amstel-DEV/main
...
Fixed Logout Function
2025-06-11 18:16:57 +10:00
Amstel
92f05c0028
Revert "Dashboard Avatar Picker 1.0a"
...
This reverts commit 9308c9b67f .
2025-06-11 15:44:46 +08:00
Amstel
9308c9b67f
Dashboard Avatar Picker 1.0a
...
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
2025-06-11 14:50:31 +08:00
Amstel
fcbcffc782
Fixed Logout Function
...
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".
2025-06-11 14:18:15 +08:00
2 * r + 2 * t
cc4dc4bd7d
readme: add more to overhaul warning
2025-06-11 15:25:38 +10:00
2 * r + 2 * t
0ed809b10d
readme: add overhaul warning
2025-06-11 15:23:11 +10:00
2 * r + 2 * t
f0bfe2b4d4
Merge pull request #36 from ko1N/fix-lvm-storage
...
Fix disk usage when using lvm
2025-06-11 14:33:29 +10:00
ko1N
a2531a588f
Fix disk usage when using lvm
2025-06-10 19:25:58 +02:00
2 * r + 2 * t
ea4d3f26ef
session: fix logout for non-uwsm sessions
2025-06-09 20:06:09 +10:00
2 * r + 2 * t
c63f1b7e00
readme: add how to set wallpaper in usage
2025-06-09 13:34:44 +10:00
2 * r + 2 * t
0a9ab64850
readme: add how to set pfp and wallpaper to usage
2025-06-09 13:33:00 +10:00
2 * r + 2 * t
5423b5cf86
dashboard: fix date time
...
Fixes #16
2025-06-09 13:01:05 +10:00
2 * r + 2 * t
1f7ce345ad
Merge pull request #9 from PiotrekB416/fix/network-service
...
Network service fixes
2025-06-09 12:47:06 +10:00
Piotr Bartoszewicz
790cb3e911
refactor(network): add bssid to AccessPoint component
2025-06-08 18:18:04 +02:00
2 * r + 2 * t
4d002df118
readme: add how to start in usage section
2025-06-09 00:33:16 +10:00
2 * r + 2 * t
a581cadefc
internal: fix run shebang
2025-06-09 00:27:06 +10:00
2 * r + 2 * t
11ae98cac4
readme: credit ax shell
2025-06-08 21:11:35 +10:00
2 * r + 2 * t
b7370c54d9
wallpapers: fix set script call
2025-06-08 20:59:30 +10:00
2 * r + 2 * t
c214b3c5d6
feat: add ipc commands for stuff
2025-06-08 20:25:54 +10:00
Piotr Bartoszewicz
e96f10d9a9
fix(network): duplicate networks overwrite activity status
...
jq consumes first line without -n
2025-06-08 11:47:50 +02:00