New backup 2025-07-16 09:45:03

This commit is contained in:
Penelope Gwen 2025-07-16 09:45:03 -07:00
parent a8d1934eae
commit 31c27ddf3c
46 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
* {
all: unset; // Unsets everything so you can style everything from scratch
font-family: FontAwesome, Overpass;
font-family: PogmomIcons, Overpass Nerd Font Propo;
}
@import "./style/colors.scss";
@ -198,7 +198,7 @@ button.active {
.workspace-number {
font-size: 0.7em;
margin: 0px;
margin-left: -10px;
// margin-left: -10px;
padding: 0px;
}
menu {

View file

@ -11,7 +11,9 @@
(button :onclick `swaymsg workspace "${entry.name}"`
:class {entry.focused ? "focused" : ""}
(box
'${replace(entry.name,".*:","")}'
(label
:class 'workspace-icon'
:text '${replace(entry.name,".*:","")}')
(label
:class "workspace-number"
:text {jq(captures(entry.num, '[0-9]$'),'.[].[]','r')}))))))