change font and no margin on top
This commit is contained in:
parent
a15897e4bb
commit
8b89e664ea
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
"margin-left": 4,
|
||||
"margin-right": 4,
|
||||
"margin-top": 4,
|
||||
"margin-top": 0,
|
||||
"modules-left": ["hyprland/workspaces", "clock#time", "clock#date", "battery"], // Sets modules for the left of the bar
|
||||
"modules-center": ["hyprland/window"], // Set modules for the center of the bar
|
||||
"modules-right": ["tray", "temperature", "cpu", "memory", "wireplumber"], // Set modules for the right of the bar
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#workspaces button {
|
||||
background: transparent;
|
||||
padding: 0 10px;
|
||||
font-family: SpaceMono Nerd Font;
|
||||
font-family: RobotoMono Nerd Font;
|
||||
font-weight: 900;
|
||||
font-size: 13pt;
|
||||
color: #c0caf5;
|
||||
|
@ -39,7 +39,7 @@ tooltip {
|
|||
#workspaces button.active {
|
||||
border-bottom: 2px solid #7aa2f7;
|
||||
border-radius: 0;
|
||||
margin-top: 2px;
|
||||
margin-top: 0px;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue