Skip to content

[ags bar]: how to remove those rounded decorations? #248

Closed Answered by NextStep-IM
ClSlaid asked this question in Q&A
Discussion options

You must be logged in to vote

Are you talking about the top left and top right corners? If so you can just comment these lines in config.js:

forMonitors((id) => Corner(id, 'top left')),    
forMonitors((id) => Corner(id, 'top right')),   
forMonitors((id) => Corner(id, 'bottom left')), 
forMonitors((id) => Corner(id, 'bottom right')),


forMonitors(BarCornerTopleft);  
forMonitors(BarCornerTopright); 

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@alok-debnath
Comment options

@clsty
Comment options

@end-4
Comment options

@alok-debnath
Comment options

@end-4
Comment options

Answer selected by ClSlaid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants