Compare commits
No commits in common. "66d93cfbc2eda9ec5c1e9faf06e26fc1a23afaa3" and "0848b1e0de6ec5ddf6dd52945e09499f2df8b325" have entirely different histories.
66d93cfbc2
...
0848b1e0de
4 changed files with 1 additions and 29 deletions
2
.config/.gitignore
vendored
2
.config/.gitignore
vendored
|
@ -32,8 +32,6 @@
|
||||||
!neofetch/**
|
!neofetch/**
|
||||||
!nvim/
|
!nvim/
|
||||||
!nvim/**
|
!nvim/**
|
||||||
!MangoHud/
|
|
||||||
!MangoHud/**
|
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|
||||||
polybar/default
|
polybar/default
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
#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,10 +1,9 @@
|
||||||
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,6 +1,5 @@
|
||||||
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