Updated waybar fuzzel and niri configs for the laptop
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"layer": "top", // Waybar at top layer
|
||||
"output": "DP-1", // Only display on on monitor
|
||||
"output": ["eDP-1", "DP-1"], // Only display on on monitor
|
||||
"position": "top", // Waybar position (top|bottom|left|right)
|
||||
"height": 36, // Waybar height (to be removed for auto height)
|
||||
// Choose the order of the modules
|
||||
@@ -27,6 +27,7 @@
|
||||
"cpu",
|
||||
"memory",
|
||||
"temperature",
|
||||
"battery",
|
||||
"custom/pl-stats",
|
||||
"pulseaudio",
|
||||
"custom/pl-pulse",
|
||||
@@ -91,7 +92,7 @@
|
||||
"on-click-right": "exec wezterm -e btm"
|
||||
},
|
||||
"memory": {
|
||||
"format": "{percentage}% / {used:0.1f}GiB / {avail:0.1f}GiB ",
|
||||
"format": "{percentage}% / {used:0.1f}GiB ",
|
||||
"on-click-right": "exec wezterm -e btm"
|
||||
},
|
||||
"temperature": {
|
||||
@@ -115,7 +116,7 @@
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon}",
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-charging": "",
|
||||
"format-plugged": "",
|
||||
"format-alt": "{capacity}% {time}",
|
||||
|
||||
1
waybar/icons/cachy-logo.svg
Normal file
1
waybar/icons/cachy-logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 6.1 KiB |
@@ -1 +1 @@
|
||||
pika-logo.svg
|
||||
cachy-logo.svg
|
||||
@@ -43,6 +43,7 @@
|
||||
#clock,
|
||||
#idle_inhibitor,
|
||||
#cpu,
|
||||
#battery,
|
||||
#memory,
|
||||
#temperature,
|
||||
#pulseaudio,
|
||||
@@ -149,6 +150,7 @@
|
||||
|
||||
#cpu,
|
||||
#memory,
|
||||
#battery,
|
||||
#temperature {
|
||||
background: @peach;
|
||||
padding: 0px 6px;
|
||||
|
||||
Reference in New Issue
Block a user