File tree Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Original file line number Diff line number Diff line change @@ -3244,9 +3244,79 @@ local icons_by_desktop_environment = {
3244
3244
},
3245
3245
}
3246
3246
3247
+ local icons_by_window_manager = {
3248
+ [" awesomewm" ] = {
3249
+ icon = " " ,
3250
+ color = " #535d6c" ,
3251
+ cterm_color = " 59" ,
3252
+ name = " awesome" ,
3253
+ },
3254
+ [" bspwm" ] = {
3255
+ icon = " " ,
3256
+ color = " #2f2f2f" ,
3257
+ cterm_color = " 236" ,
3258
+ name = " BSPWM" ,
3259
+ },
3260
+ [" dwm" ] = {
3261
+ icon = " " ,
3262
+ color = " #000000" ,
3263
+ cterm_color = " 16" ,
3264
+ name = " dwm" ,
3265
+ },
3266
+ [" enlightenment" ] = {
3267
+ icon = " " ,
3268
+ color = " #ffffff" ,
3269
+ cterm_color = " 231" ,
3270
+ name = " Enlightenment" ,
3271
+ },
3272
+ [" fluxbox" ] = {
3273
+ icon = " " ,
3274
+ color = " #4d4d4d" ,
3275
+ cterm_color = " 239" ,
3276
+ name = " Fluxbox" ,
3277
+ },
3278
+ [" hyprland" ] = {
3279
+ icon = " " ,
3280
+ color = " #00aaae" ,
3281
+ cterm_color = " 37" ,
3282
+ name = " Hyprland" ,
3283
+ },
3284
+ [" i3" ] = {
3285
+ icon = " " ,
3286
+ color = " #e8ebee" ,
3287
+ cterm_color = " 255" ,
3288
+ name = " i3" ,
3289
+ },
3290
+ [" jwm" ] = {
3291
+ icon = " " ,
3292
+ color = " #0078cd" ,
3293
+ cterm_color = " 32" ,
3294
+ name = " JWM" ,
3295
+ },
3296
+ [" qtile" ] = {
3297
+ icon = " " ,
3298
+ color = " #ffffff" ,
3299
+ cterm_color = " 231" ,
3300
+ name = " Qtile" ,
3301
+ },
3302
+ [" sway" ] = {
3303
+ icon = " " ,
3304
+ color = " #68751c" ,
3305
+ cterm_color = " 64" ,
3306
+ name = " Sway" ,
3307
+ },
3308
+ [" xmonad" ] = {
3309
+ icon = " " ,
3310
+ color = " #fd4d5d" ,
3311
+ cterm_color = " 203" ,
3312
+ name = " xmonad" ,
3313
+ },
3314
+ }
3315
+
3247
3316
return {
3248
3317
icons_by_filename = icons_by_filename ,
3249
3318
icons_by_file_extension = icons_by_file_extension ,
3250
3319
icons_by_operating_system = icons_by_operating_system ,
3251
3320
icons_by_desktop_environment = icons_by_desktop_environment ,
3321
+ icons_by_window_manager = icons_by_window_manager ,
3252
3322
}
You can’t perform that action at this time.
0 commit comments