forked from Shinonome/dots-hyprland
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