Compare commits

...

2 commits

Author SHA1 Message Date
7bf77d09f6
Improved Hyprland support 2023-04-08 01:50:26 -06:00
072b394a03
Added gamepad battery to MangoHUD config 2023-02-24 04:14:11 -07:00
3 changed files with 22 additions and 0 deletions

View file

@ -20,6 +20,7 @@ cpu_load_change=1
core_load_change=1
frametime=1
resolution=1
gamepad_battery=1
output_folder=/tmp/mangohud/
toggle_logging=Shift_R+F3

12
.config/waybar/hyprland Normal file
View file

@ -0,0 +1,12 @@
{
"layer": "bottom",
"position": "top",
"height": 20,
"modules-left": ["wlr/workspaces"],
"modules-center": ["hyprland/window"],
//"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
"modules-right": ["pulseaudio", "backlight", "idle_inhibitor", "network", "battery", "clock", "tray"],
"include": "~/.config/waybar/modules",
}

View file

@ -13,6 +13,15 @@
"tooltip": false
},
"hyprland/window": {
"max-length": 80,
"tooltip": false
},
"wlr/workspaces": {
"format": "{name}"
},
"clock": {
"format": "{:%a %d %b %H:%M:%S}",
"format-alt": "{:%H:%M:%S}",