Skip to content

Instantly share code, notes, and snippets.

@Fadyio
Created June 30, 2022 23:55
Show Gist options
  • Save Fadyio/d1cb36e418be17e2189db4ef4f42ffe9 to your computer and use it in GitHub Desktop.
Save Fadyio/d1cb36e418be17e2189db4ef4f42ffe9 to your computer and use it in GitHub Desktop.
remove black frame from ulauncher

Extended white theme:

.app {
   box-shadow: 0 0 5px @window_shadow;
   background-color: @window_bg;
   border: 1px solid @window_border_color;
   border-radius: 4px;
   margin: -20px; /*override black area when window effect is disabled*/
}

Extended dark theme:

   background-color: @window_bg;
   border-color: @window_border_color;
   margin: -20px; /*override black area when window effect is disabled*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment