Using new nerd font
This commit is contained in:
parent
4bb99b7847
commit
556f468837
27
config.jsonc
27
config.jsonc
|
@ -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'::",
|
||||||
|
@ -118,7 +95,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": "{:%H:%M %p}",
|
"format": "{: %H:%M %p}",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"tooltip-format": "{: %A, %e %B %Y}"
|
"tooltip-format": "{: %A, %e %B %Y}"
|
||||||
},
|
},
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -132,4 +133,4 @@ tooltip label{
|
||||||
#battery {
|
#battery {
|
||||||
color: #a6e3a1;
|
color: #a6e3a1;
|
||||||
border-left: 0px;
|
border-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue