Skip to content

Commit

Permalink
update waybay style
Browse files Browse the repository at this point in the history
  • Loading branch information
YingchangLiu committed Jan 22, 2024
1 parent 5e95da2 commit c6e561f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/waybar/leftbar/modulesvertical
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,9 @@
"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input",
"format": "{icon}",
"format-icons": [
"<span color='#067389'></span>", // blue-dark
"<span color='#2aa9ff'></span>", // blue
"<span color='#2af1e7'></span>", // cyan
"<span color='#69ff94'></span>", // green
"<span color='#ffffa5'></span>", // yellow
"<span color='#ff9977'></span>", // orange
"<span color='#dd532e'></span>" // red
Expand All @@ -561,7 +561,7 @@
"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input",
// "format": " {temperatureC}°C",
"format": "{temperatureC}°C",
"critical-threshold": 70,
"critical-threshold": 75,
// "format-critical": " {temperatureC}°C",
"format-critical": "{temperatureC}°C",
"on-click": "kitty --start-as=fullscreen --title btop sh -c 'btop'"
Expand Down

0 comments on commit c6e561f

Please sign in to comment.