Compare commits

...

3 commits

4 changed files with 29 additions and 1 deletions

2
.config/.gitignore vendored
View file

@ -32,6 +32,8 @@
!neofetch/**
!nvim/
!nvim/**
!MangoHud/
!MangoHud/**
!.gitignore
polybar/default

View 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

View file

@ -1,9 +1,10 @@
configuration {
modi: "window,drun,ssh,combi";
theme: "~/.config/rofi/slate.rasi";
icon-theme: "Papirus-Dark";
show-icons: true;
font: "hack 10";
combi-modi: "window,drun,run,ssh";
}
@theme "~/.config/rofi/slate.rasi"

View file

@ -1,5 +1,6 @@
QT_QPA_PLATFORMTHEME=qt5ct
GDK_BACKEND=wayland
QT_QPA_PLATFORM=wayland
TERMINAL=alacritty
#MOZ_ENABLE_WAYLAND=1