Updated waybar fuzzel and niri configs for the laptop

This commit is contained in:
2025-06-26 14:01:04 +09:30
parent 56ae2cd201
commit 5fbd147cc4
6 changed files with 32 additions and 10 deletions

View File

@@ -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}",

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -1 +1 @@
pika-logo.svg
cachy-logo.svg

View File

@@ -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;