mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-27 11:07:30 -05:00
waffles: power menu and user account menu
This commit is contained in:
@@ -7,6 +7,10 @@ import qs.services
|
||||
Singleton {
|
||||
id: root
|
||||
|
||||
function pathForName(iconName) {
|
||||
return Quickshell.shellPath(`assets/icons/fluent/${iconName}.svg`);
|
||||
}
|
||||
|
||||
function wifiIconForStrength(strength) {
|
||||
if (strength > 75)
|
||||
return "wifi-1";
|
||||
|
||||
Reference in New Issue
Block a user