mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-23 10:02:45 +00:00
feat: integrate system config
This commit is contained in:
7
home/desktops/hyprland/ags/modules/lib/materialicon.js
Normal file
7
home/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