New backup 2025-07-16 09:45:03
This commit is contained in:
parent
a8d1934eae
commit
31c27ddf3c
46 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
* {
|
* {
|
||||||
all: unset; // Unsets everything so you can style everything from scratch
|
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";
|
@import "./style/colors.scss";
|
||||||
|
@ -198,7 +198,7 @@ button.active {
|
||||||
.workspace-number {
|
.workspace-number {
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
margin-left: -10px;
|
// margin-left: -10px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
menu {
|
menu {
|
||||||
|
|
|
@ -11,7 +11,9 @@
|
||||||
(button :onclick `swaymsg workspace "${entry.name}"`
|
(button :onclick `swaymsg workspace "${entry.name}"`
|
||||||
:class {entry.focused ? "focused" : ""}
|
:class {entry.focused ? "focused" : ""}
|
||||||
(box
|
(box
|
||||||
'${replace(entry.name,".*:","")}'
|
(label
|
||||||
|
:class 'workspace-icon'
|
||||||
|
:text '${replace(entry.name,".*:","")}')
|
||||||
(label
|
(label
|
||||||
:class "workspace-number"
|
:class "workspace-number"
|
||||||
:text {jq(captures(entry.num, '[0-9]$'),'.[].[]','r')}))))))
|
:text {jq(captures(entry.num, '[0-9]$'),'.[].[]','r')}))))))
|
||||||
|
|
BIN
de/home/.fonts/OverpassNerdFont_3.4.0/OverpassMNerdFont-Bold.otf
Normal file
BIN
de/home/.fonts/OverpassNerdFont_3.4.0/OverpassMNerdFont-Bold.otf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
de/home/.fonts/OverpassNerdFont_3.4.0/OverpassNerdFont-Bold.otf
Normal file
BIN
de/home/.fonts/OverpassNerdFont_3.4.0/OverpassNerdFont-Bold.otf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
de/home/.fonts/OverpassNerdFont_3.4.0/OverpassNerdFont-Heavy.otf
Normal file
BIN
de/home/.fonts/OverpassNerdFont_3.4.0/OverpassNerdFont-Heavy.otf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
de/home/.fonts/OverpassNerdFont_3.4.0/OverpassNerdFont-Light.otf
Normal file
BIN
de/home/.fonts/OverpassNerdFont_3.4.0/OverpassNerdFont-Light.otf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
de/home/.fonts/OverpassNerdFont_3.4.0/OverpassNerdFont-Thin.otf
Normal file
BIN
de/home/.fonts/OverpassNerdFont_3.4.0/OverpassNerdFont-Thin.otf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue