summaryrefslogtreecommitdiff
path: root/src/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-01-16refactor: move ts to src2 * r + 2 * t5-0/+1323
Also move popupwindow to own file
2025-01-16popupwindow: switch to class2 * r + 2 * t2-38/+48
2025-01-16popupwindow: remove opacity2 * r + 2 * t2-19/+3
It doesn't actually do anything? I just realised that Hyprland also does the fade so no point
2025-01-16config: lock osds spacing2 * r + 2 * t2-1/+4
2025-01-16osds: lock keys popups2 * r + 2 * t4-15/+103
2025-01-16requests: brightness syntax change2 * r + 2 * t1-3/+8
Same as wpctl
2025-01-16bar: use trayitem about_to_show + scroll events2 * r + 2 * t1-8/+33
Scroll brightness on left, volume on right
2025-01-16bar: media actions2 * r + 2 * t1-22/+29
2025-01-16bar: active window show class in tooltip2 * r + 2 * t1-2/+6
2025-01-16osds: config show value2 * r + 2 * t2-18/+25
2025-01-15osds: volume mute colour and show on mute2 * r + 2 * t2-15/+15
2025-01-15osds: progress numbers2 * r + 2 * t2-40/+69
2025-01-15bar: bluetooth hook on alias2 * r + 2 * t1-2/+6
Just in case alias changes
2025-01-15bar: fix bluetooth tooltip2 * r + 2 * t1-4/+7
2025-01-15bar: network and bluetooth actions2 * r + 2 * t1-58/+91
Do stuff on click
2025-01-15osds: more visible2 * r + 2 * t2-2/+6
Also launcher drop var
2025-01-15popupwindow: fix shadow2 * r + 2 * t1-1/+1
2025-01-15fix menus2 * r + 2 * t2-2/+2
Menu windows have the .popup class for some reason, so change name
2025-01-15brightness and volume osds2 * r + 2 * t9-6/+420
2025-01-15launcher: math derive short form + help2 * r + 2 * t2-7/+13
2025-01-15tooltip: add namespace prefix2 * r + 2 * t1-1/+1
2025-01-15launcher: fix files flicker on change to empty2 * r + 2 * t1-4/+1
Also no need for window halign and valign
2025-01-15better popup window2 * r + 2 * t5-156/+61
Not manual using css, instead use a combination of css opacity and Hyprland animations
2025-01-15bar: media use identity2 * r + 2 * t2-2/+6
Use identity instead of entry cause some players don't have an entry (e.g. feishin) Add feishin icon
2025-01-15bar: fix network wired indicator2 * r + 2 * t1-0/+1
2025-01-15bar: fix unread notifs plural2 * r + 2 * t1-1/+1
2025-01-15bar: update indicator2 * r + 2 * t4-0/+175
2025-01-15Pass home and cache through bundler2 * r + 2 * t6-31/+8
2025-01-15bar: wifi and bluetooth status2 * r + 2 * t2-1/+138
2025-01-15bar: fix null pointer errors2 * r + 2 * t1-2/+4
2025-01-15notifpopups: replace notifications2 * r + 2 * t1-1/+2
Allow replacing
2025-01-14bar: power button works2 * r + 2 * t3-5/+4
Use wlogout for power menu Add more defaults for PopupWindow
2025-01-14better config + notifpopups max popups2 * r + 2 * t4-45/+44
Use a config file
2025-01-14launcher: better math error message2 * r + 2 * t1-1/+1
2025-01-14launcher: fd based file search2 * r + 2 * t2-5/+48
2025-01-14launcher: better empty text2 * r + 2 * t2-3/+24
2025-01-14use GLib instead of external which2 * r + 2 * t2-12/+3
2025-01-14launcher: fix math derive and vars2 * r + 2 * t1-28/+15
Using create breaks derive cause broken dependency Also don't check by ref in select Better error message
2025-01-14launcher: better math2 * r + 2 * t7-51/+338
2025-01-14launcher modes + player controls IPC2 * r + 2 * t6-52/+735
2025-01-14popupwindow: allow different anims for show/hide2 * r + 2 * t3-8/+30
2025-01-14minor refactoring2 * r + 2 * t2-7/+4
2025-01-14scss: fix deprecation warnings2 * r + 2 * t3-12/+15
spacing mixin uses the parent selector so it has to go after all other styles
2025-01-14lib: spacing use not selector2 * r + 2 * t1-5/+1
2025-01-14notifpopups: increase init anim duration2 * r + 2 * t1-1/+1
2025-01-14app launcher2 * r + 2 * t7-8/+412
2025-01-13less border2 * r + 2 * t6-11/+21
Less border for notification popups and menu
2025-01-13notifpopups: fix app icon2 * r + 2 * t2-5/+19
For some reason firefox gives its desktop entry with as Firefox while the icon is lowercase, so use subs Also use icon lookups to check so no broken icons
2025-01-13add other cattpuccin flavours2 * r + 2 * t4-4/+79
Combine separator styles
2025-01-13notifpopups: close after timeout if transient2 * r + 2 * t2-11/+12
Also prefix window namespaces with caelestia