New backup 2025-06-30 15:30:02

This commit is contained in:
Penelope Gwen 2025-06-30 15:30:02 -07:00
parent 78987fcfeb
commit 3bde693fa0
3 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[window]
opacity = 0.8
opacity = 0.7
dynamic_title = true
dynamic_padding = true

View file

@ -10,13 +10,14 @@ $bar-bg-color: rgba($color0,0.85);
$bar-inactive-bg-color: rgba($color9,0.1);
$bar-inactive-fg-color: $color13;
$bar-active-bg-color: rgba($color9,0.6);
$bar-active-fg-color: $color9;
$bar-hover-bg-color: rgba($color1,0.5);
$bar-module-border-radius: 8px;
// Global Styles
.bar {
// 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;
padding: 10px 0px;
margin: 0px 15px;
@ -123,7 +124,7 @@ label {
}
.workspaces .focused{
background-color: $bar-active-bg-color;
color: $color1;
color: $bar-active-fg-color;
}
button.active {
color: $color1;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 KiB

After

Width:  |  Height:  |  Size: 1.6 MiB