Skip to content

Commit

Permalink
remove dotted lines from GTK 3 apps
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Jun 14, 2023
1 parent 7070b88 commit ea541b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nwg_shell/skel/config/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* Remove dotted lines from GTK 3 applications */
.undershoot.top, .undershoot.right, .undershoot.bottom, .undershoot.left { background-image: none; }
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def read(f_name):
"skel/config/swaync/*",
"skel/config/foot/*",
"skel/config/gtklock/*",
"skel/config/gtk-3.0/*",
"skel/*"]
},
url='https://github.com/nwg-piotr/nwg-shell',
Expand Down

0 comments on commit ea541b3

Please sign in to comment.