New backup 2025-07-11 13:45:11

This commit is contained in:
Penelope Gwen 2025-07-11 13:45:11 -07:00
commit c750bf0205
3 changed files with 21 additions and 3 deletions

View file

@ -58,10 +58,18 @@ $bar-module-border-radius: 8px;
margin: 5px 0px;
background-color: $bar-module-bg-color;
min-width: $bar-module-width;
> label {
padding: 0px 10px;
label {
padding: 0px 5px;
/* margin-right: -20px;*/
}
}
.workspace-number {
position: absolute;
margin: 0px;
margin-left:-20px;
padding: 0px;
font-size: 0.8em;
}
//value bars
scale trough,

View file

@ -10,4 +10,8 @@
(for entry in array
(button :onclick `swaymsg workspace "${entry.name}"`
:class {entry.focused ? "focused" : ""}
'${replace(entry.name,".*:","")}'))))
(box
'${replace(entry.name,".*:","")}'
(label
:class "workspace-number"
:text {entry.num}))))))

View file

@ -173,9 +173,15 @@ SetEditor=false
2 screens: Height=467
2 screens: Width=704
2048x1280 screen: Height=1202
<<<<<<< HEAD
2048x1280 screen: Width=433
3 screens: Height=732
3 screens: Width=1276
=======
2048x1280 screen: Width=850
3 screens: Height=445
3 screens: Width=1546
>>>>>>> 25d16dec57b980e17f1f9bb56873d27b3ba19d14
[filetree]
editShade=183,220,246