diff --git a/pika-hyprland-settings/etc/skel/.config/ironbar/config.json b/pika-hyprland-settings/etc/skel/.config/ironbar/config.json index c5817d2..47b849f 100644 --- a/pika-hyprland-settings/etc/skel/.config/ironbar/config.json +++ b/pika-hyprland-settings/etc/skel/.config/ironbar/config.json @@ -1,6 +1,7 @@ { "anchor_to_edges": true, "position": "top", + "icon_theme": "paper", "start": [ { "all_monitors": false, @@ -8,11 +9,11 @@ }, { "format": [ - " {cpu_percent}%", - "󰏈 {temp_c:k10temp-Tctl}°C", - " {memory_percent}%", - " {disk_percent:/}%", - " {uptime}" + " {cpu_percent}%", + " {temp_c:k10temp-Tctl}°C", + "󰍛 {memory_percent}%", + " {disk_percent:/}%", + "󰥔 {uptime}" ], "interval": { "cpu": 1, @@ -45,6 +46,11 @@ { "type": "tray" }, + { + "type": "upower", + "format": "󰁹 {percentage}%", + "icon_size": 0 + }, { "type": "clock", "format": "%H:%M" @@ -62,4 +68,4 @@ "type": "custom" } ] -} \ No newline at end of file +}