Compare commits
No commits in common. "c750bf0205cdcf9e6322dd6a0b6b24c974c5c9ec" and "25d16dec57b980e17f1f9bb56873d27b3ba19d14" have entirely different histories.
c750bf0205
...
25d16dec57
3 changed files with 3 additions and 21 deletions
|
@ -58,18 +58,10 @@ $bar-module-border-radius: 8px;
|
||||||
margin: 5px 0px;
|
margin: 5px 0px;
|
||||||
background-color: $bar-module-bg-color;
|
background-color: $bar-module-bg-color;
|
||||||
min-width: $bar-module-width;
|
min-width: $bar-module-width;
|
||||||
label {
|
> label {
|
||||||
padding: 0px 5px;
|
padding: 0px 10px;
|
||||||
/* margin-right: -20px;*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.workspace-number {
|
|
||||||
position: absolute;
|
|
||||||
margin: 0px;
|
|
||||||
margin-left:-20px;
|
|
||||||
padding: 0px;
|
|
||||||
font-size: 0.8em;
|
|
||||||
}
|
|
||||||
|
|
||||||
//value bars
|
//value bars
|
||||||
scale trough,
|
scale trough,
|
||||||
|
|
|
@ -10,8 +10,4 @@
|
||||||
(for entry in array
|
(for entry in array
|
||||||
(button :onclick `swaymsg workspace "${entry.name}"`
|
(button :onclick `swaymsg workspace "${entry.name}"`
|
||||||
:class {entry.focused ? "focused" : ""}
|
:class {entry.focused ? "focused" : ""}
|
||||||
(box
|
'${replace(entry.name,".*:","")}'))))
|
||||||
'${replace(entry.name,".*:","")}'
|
|
||||||
(label
|
|
||||||
:class "workspace-number"
|
|
||||||
:text {entry.num}))))))
|
|
||||||
|
|
|
@ -173,15 +173,9 @@ SetEditor=false
|
||||||
2 screens: Height=467
|
2 screens: Height=467
|
||||||
2 screens: Width=704
|
2 screens: Width=704
|
||||||
2048x1280 screen: Height=1202
|
2048x1280 screen: Height=1202
|
||||||
<<<<<<< HEAD
|
|
||||||
2048x1280 screen: Width=433
|
|
||||||
3 screens: Height=732
|
|
||||||
3 screens: Width=1276
|
|
||||||
=======
|
|
||||||
2048x1280 screen: Width=850
|
2048x1280 screen: Width=850
|
||||||
3 screens: Height=445
|
3 screens: Height=445
|
||||||
3 screens: Width=1546
|
3 screens: Width=1546
|
||||||
>>>>>>> 25d16dec57b980e17f1f9bb56873d27b3ba19d14
|
|
||||||
|
|
||||||
[filetree]
|
[filetree]
|
||||||
editShade=183,220,246
|
editShade=183,220,246
|
||||||
|
|
Loading…
Add table
Reference in a new issue