update dmenu module

This commit is contained in:
morteza-mortezai
2025-12-16 16:31:53 +03:30
parent 36f09b816a
commit ea7160c1de
14 changed files with 146 additions and 76 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { ConfigService } from "@nestjs/config";
export function iconsConfig() {
export function dmenuConfig() {
return {
inject: [ConfigService],
useFactory: async (configService: ConfigService) => {
@@ -13,7 +13,7 @@ export function iconsConfig() {
};
}
export interface IIconsConfig {
export interface IDmenuConfig {
baseUrl: string;
username: string;
password: string;