Skip to content

04burhanuddin/GruvBox-Theme-Dark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUG IN MY LAPTOP

By default css gnome-shell/gnome-shell.css

.dash-background {
  background-color: rgba(29, 32, 33, 0.95);
  margin-bottom: 16px;
  padding: 10px;
  border-radius: 40px;
  box-shadow: inset 0 0 0 1px rgba(249, 245, 215, 0.03);
}

Fix css gnome-shell/gnome-shell.css

#dash {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0px;
}

.dash-background {
  background-color: rgba(104, 97, 97, 0);
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 2px;
  border: none;
  justify-items: center;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px #f9f5d700;
}

And finally