Using new nerd font

This commit is contained in:
Yannick Reiß 2024-02-07 09:12:23 +01:00
parent 4bb99b7847
commit 556f468837
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
2 changed files with 6 additions and 28 deletions

View File

@ -6,7 +6,7 @@
"passthrough": false, "passthrough": false,
"gtk-layer-shell": true, "gtk-layer-shell": true,
"height": 50, "height": 50,
"modules-left": ["custom/launch_wofi","wlr/workspaces","cpu","memory","disk","hyprland/window","custom/sway/workspaces"], "modules-left": ["custom/launch_wofi","wlr/workspaces","cpu","memory","disk","hyprland/window"],
"modules-center": ["custom/lock_screen","custom/updates","clock","custom/power_btn"], "modules-center": ["custom/lock_screen","custom/updates","clock","custom/power_btn"],
"modules-right": ["temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray","custom/weather","custom/light_dark"], "modules-right": ["temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray","custom/weather","custom/light_dark"],
@ -38,11 +38,6 @@
"tooltip": false "tooltip": false
}, },
"custom/sway/workspace": {
"format": "{name} {state}",
"click-left": "swaymsg workspace '{name}'"
},
"cpu": { "cpu": {
"interval": 10, "interval": 10,
"format": " {usage}%", "format": " {usage}%",
@ -76,24 +71,6 @@
"tooltip": true "tooltip": true
}, },
"wlr/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"on-click": "activate",
"persistent_workspaces": {
"1": ["1"],
"2": ["2"],
"3": ["3"],
"4": ["4"],
"5": ["5"],
"6": ["6"],
"7": ["7"],
"8": ["8"],
"9": ["9"],
"10": ["10"]
}
},
"custom/power_profile": { "custom/power_profile": {
//shows the current power profile and switches to next on click //shows the current power profile and switches to next on click
"exec": "asusctl profile -p | sed s:'Active profile is'::", "exec": "asusctl profile -p | sed s:'Active profile is'::",

View File

@ -1,8 +1,9 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: "JetBrainsMono Nerd Font"; font-family: "SFMono Nerd Font Mono Regular";
font-weight: bold; font-weight: bold
;
font-size: 14px; font-size: 14px;
min-height: 0; min-height: 0;
} }