diff options
Diffstat (limited to 'dotfiles/.config/waybar')
| -rw-r--r-- | dotfiles/.config/waybar/style.css | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index 70a6e23..faede64 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -23,6 +23,7 @@ window#waybar {    	margin-right: 6px;  }  #workspaces button { +  	min-width: 12px;    	padding: 0 0.7em;    	color: #fcf8e2;    	border-radius: 0; @@ -35,7 +36,7 @@ window#waybar {  #workspaces button.focused {    	color:  #000000;    	border-color: #5b8277; -  	background: #5b8277; +  	background: #7fac96;  }  #workspaces button:hover {    	border: 1px solid #5b8277; | 
