snowflake/home/ags/config/js/widgets/images/image.js
notohh a9626cfd89
All checks were successful
flake check / check (push) Successful in 9m47s
fmt check / check (push) Successful in 1m14s
ags: updates
2024-01-03 17:08:17 -05:00

9 lines
198 B
JavaScript

import { Widget } from '../../../import.js';
const nixosLogo = () => Widget.Icon({
icon: '/home/notoh/snowflake/home/ags/config/js/widgets/images/static/nixos.png'
});
export {
nixosLogo
}