New backup 2025-06-30 15:30:02
This commit is contained in:
parent
78987fcfeb
commit
3bde693fa0
3 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
opacity = 0.8
|
opacity = 0.7
|
||||||
dynamic_title = true
|
dynamic_title = true
|
||||||
dynamic_padding = true
|
dynamic_padding = true
|
||||||
|
|
||||||
|
|
|
@ -10,13 +10,14 @@ $bar-bg-color: rgba($color0,0.85);
|
||||||
$bar-inactive-bg-color: rgba($color9,0.1);
|
$bar-inactive-bg-color: rgba($color9,0.1);
|
||||||
$bar-inactive-fg-color: $color13;
|
$bar-inactive-fg-color: $color13;
|
||||||
$bar-active-bg-color: rgba($color9,0.6);
|
$bar-active-bg-color: rgba($color9,0.6);
|
||||||
|
$bar-active-fg-color: $color9;
|
||||||
$bar-hover-bg-color: rgba($color1,0.5);
|
$bar-hover-bg-color: rgba($color1,0.5);
|
||||||
$bar-module-border-radius: 8px;
|
$bar-module-border-radius: 8px;
|
||||||
|
|
||||||
// Global Styles
|
// Global Styles
|
||||||
.bar {
|
.bar {
|
||||||
// background-color: $color5;
|
// background-color: $color5;
|
||||||
background-image: url("file:///home/penelope/Downloads/wallpaper-template2.jpg");
|
// background-image: url("file:///home/penelope/Downloads/wallpaper-template2.jpg");
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
margin: 0px 15px;
|
margin: 0px 15px;
|
||||||
|
@ -123,7 +124,7 @@ label {
|
||||||
}
|
}
|
||||||
.workspaces .focused{
|
.workspaces .focused{
|
||||||
background-color: $bar-active-bg-color;
|
background-color: $bar-active-bg-color;
|
||||||
color: $color1;
|
color: $bar-active-fg-color;
|
||||||
}
|
}
|
||||||
button.active {
|
button.active {
|
||||||
color: $color1;
|
color: $color1;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 464 KiB After Width: | Height: | Size: 1.6 MiB |
Loading…
Add table
Reference in a new issue