Skip to content

Commit

Permalink
disable css file autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
LBCrion committed Aug 21, 2021
1 parent f23f6d6 commit 28a9c77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sfwbar.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ void css_init ( const ucl_object_t *obj )

if(cssname!=NULL)
cssf=g_strdup(cssname);
else
cssf = get_xdg_config_file("sfwbar.css");
if(cssf!=NULL)
{
css = gtk_css_provider_new();
Expand Down

0 comments on commit 28a9c77

Please sign in to comment.