mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 19:22:55 +00:00
ags steal
This commit is contained in:
7
desktops/hyprland/ags/modules/lib/materialicon.js
Normal file
7
desktops/hyprland/ags/modules/lib/materialicon.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Widget } from '../../imports.js';
|
||||
|
||||
export const MaterialIcon = (icon, size, props = {}) => Widget.Label({
|
||||
className: `icon-material txt-${size}`,
|
||||
label: icon,
|
||||
...props,
|
||||
})
|
||||
Reference in New Issue
Block a user