Skip to content

Commit

Permalink
Fixed up laptop stuff i.e., BL and battery on waybar conf
Browse files Browse the repository at this point in the history
  • Loading branch information
harrythezomby committed Dec 27, 2024
1 parent 9e1c99d commit f56224a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions waybar/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
//"width": 5, // Waybar width
"spacing": 8, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": ["cpu", "memory", "temperature"],
"modules-left": ["cpu", "memory", "temperature", "upower",],
"modules-center": ["hyprland/workspaces"],
"modules-right": [ "tray","idle_inhibitor", "power-profiles-daemon", "pulseaudio", "network", "backlight", "upower", "clock"],
"modules-right": [ "tray","idle_inhibitor", "power-profiles-daemon", "pulseaudio", "network", "backlight", "clock"],
//Modules configuration

"hyprland/workspaces": {
Expand Down Expand Up @@ -68,12 +68,12 @@
},
"backlight": {
//"device": "acpi_video1",
"format": "{icon} {percent}%",
"format-icons": ["", "", "", "", "", "", "", "", ""]
"format": "B/L:{percent}%"
},

"upower": {
"format": "{percentage}",
"format": "Bat: {percentage}",
"show-icon": false,
"icon-size": 18,
"hide-if-empty": true,
"tooltip": true,
Expand Down

0 comments on commit f56224a

Please sign in to comment.