Compare commits
3 commits
0848b1e0de
...
66d93cfbc2
Author | SHA1 | Date | |
---|---|---|---|
66d93cfbc2 | |||
f2da10cb44 | |||
3cba961a15 |
4 changed files with 29 additions and 1 deletions
2
.config/.gitignore
vendored
2
.config/.gitignore
vendored
|
@ -32,6 +32,8 @@
|
||||||
!neofetch/**
|
!neofetch/**
|
||||||
!nvim/
|
!nvim/
|
||||||
!nvim/**
|
!nvim/**
|
||||||
|
!MangoHud/
|
||||||
|
!MangoHud/**
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|
||||||
polybar/default
|
polybar/default
|
||||||
|
|
24
.config/MangoHud/MangoHud.conf
Normal file
24
.config/MangoHud/MangoHud.conf
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
#full=1
|
||||||
|
cpu_temp=1
|
||||||
|
gpu_temp=1
|
||||||
|
core_load=1
|
||||||
|
gpu_core_clock=1
|
||||||
|
gpu_mem_clock=1
|
||||||
|
vram=1
|
||||||
|
procmem=1
|
||||||
|
io_read=1
|
||||||
|
io_write=1
|
||||||
|
gpu_name=1
|
||||||
|
cpu_power=1
|
||||||
|
gpu_power=1
|
||||||
|
engine_version=1
|
||||||
|
wine=1
|
||||||
|
cpu_mhz=1
|
||||||
|
gpu_load_change=1
|
||||||
|
cpu_load_change=1
|
||||||
|
core_load_change=1
|
||||||
|
frametime=1
|
||||||
|
resolution=1
|
||||||
|
|
||||||
|
output_folder=/tmp/mangohud/
|
||||||
|
toggle_logging=Shift_R+F3
|
|
@ -1,9 +1,10 @@
|
||||||
configuration {
|
configuration {
|
||||||
modi: "window,drun,ssh,combi";
|
modi: "window,drun,ssh,combi";
|
||||||
theme: "~/.config/rofi/slate.rasi";
|
|
||||||
icon-theme: "Papirus-Dark";
|
icon-theme: "Papirus-Dark";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
font: "hack 10";
|
font: "hack 10";
|
||||||
combi-modi: "window,drun,run,ssh";
|
combi-modi: "window,drun,run,ssh";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@theme "~/.config/rofi/slate.rasi"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
QT_QPA_PLATFORMTHEME=qt5ct
|
QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
GDK_BACKEND=wayland
|
GDK_BACKEND=wayland
|
||||||
QT_QPA_PLATFORM=wayland
|
QT_QPA_PLATFORM=wayland
|
||||||
|
TERMINAL=alacritty
|
||||||
|
|
||||||
#MOZ_ENABLE_WAYLAND=1
|
#MOZ_ENABLE_WAYLAND=1
|
||||||
|
|
Loading…
Reference in a new issue