New backup 2025-06-30 15:15:01
This commit is contained in:
parent
3583eb0513
commit
78987fcfeb
2 changed files with 4 additions and 3 deletions
|
@ -9,13 +9,14 @@ $bar-module-width: 25px;
|
|||
$bar-bg-color: rgba($color0,0.85);
|
||||
$bar-inactive-bg-color: rgba($color9,0.1);
|
||||
$bar-inactive-fg-color: $color13;
|
||||
//$bar-active-bg-color: ;
|
||||
$bar-active-bg-color: rgba($color9,0.6);
|
||||
$bar-hover-bg-color: rgba($color1,0.5);
|
||||
$bar-module-border-radius: 8px;
|
||||
|
||||
// Global Styles
|
||||
.bar {
|
||||
background-color: $color5;
|
||||
// background-color: $color5;
|
||||
background-image: url("file:///home/penelope/Downloads/wallpaper-template2.jpg");
|
||||
font-size: 1em;
|
||||
padding: 10px 0px;
|
||||
margin: 0px 15px;
|
||||
|
@ -121,7 +122,7 @@ label {
|
|||
transition-duration: .25s;
|
||||
}
|
||||
.workspaces .focused{
|
||||
background-color: rgba($color9,0.6);
|
||||
background-color: $bar-active-bg-color;
|
||||
color: $color1;
|
||||
}
|
||||
button.active {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 464 KiB |
Loading…
Add table
Reference in a new issue