gmc-holle / xfdashboard

Maybe a Gnome shell like dashboard for Xfce
GNU General Public License v2.0
121 stars 14 forks source link

Icons vision #189

Closed AndersonGI closed 4 years ago

AndersonGI commented 4 years ago

Allow applications to be seen as icons on grid instead of a list

gmc-holle commented 4 years ago

Hi,

Yes, that is possible. As explained in commit 7be223df1fc3378691ee851dc7fcc0de3ea312d7 you can either define a user-stylesheet globally that is applied to each the theme or a theme-dependent user-stylesheet.

I think you want the application icons in a grid regardless of theme you selected, then create the file $HOME/.config/xfdashboard/themes/global.css and insert the following text:

XfdashboardApplicationsView
{
        view-mode: icon;
}

Do not forget to restart xfdashboard as daemon or as standalone application to get your changes applied.

Regards, Stephans