diff --git a/.config/MangoHud/MangoHud.conf b/.config/MangoHud/MangoHud.conf index 24b6087..16e7d43 100644 --- a/.config/MangoHud/MangoHud.conf +++ b/.config/MangoHud/MangoHud.conf @@ -31,13 +31,14 @@ cpu_stats cpu_temp cpu_power cpu_mhz -core_bars cpu_load_change +#core_bars +#core_load core_load_change cpu_load_value=50,90 cpu_load_color=FFFFFF,FFAA7F,CC0000 cpu_color=91A948 -cpu_text=3700X +cpu_text=5700X3D ram ram_color=91A948 io_stats diff --git a/.config/cairo-dock/current_theme/plug-ins/systray/systray.conf b/.config/cairo-dock/current_theme/plug-ins/systray/systray.conf index b36bd2a..587e421 100644 --- a/.config/cairo-dock/current_theme/plug-ins/systray/systray.conf +++ b/.config/cairo-dock/current_theme/plug-ins/systray/systray.conf @@ -8,7 +8,7 @@ frame_maininfo= #d Name of the dock it belongs to: -dock name= +dock name=_MainDock_ #s[Default] Name of the icon as it will appear in its caption in the dock: name= diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 94bb7bf..ad935b8 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,7 +1,7 @@ if status is-interactive # Commands to run in interactive sessions can go here function fish_greeting - neofetch --cpu_temp C + fastfetch end end diff --git a/.config/sublime-text-3/Installed Packages/Package Control.sublime-package b/.config/sublime-text-3/Installed Packages/Package Control.sublime-package index bc111a8..5799ccb 100644 Binary files a/.config/sublime-text-3/Installed Packages/Package Control.sublime-package and b/.config/sublime-text-3/Installed Packages/Package Control.sublime-package differ diff --git a/.config/sublime-text-3/Packages/User/Preferences.sublime-settings b/.config/sublime-text-3/Packages/User/Preferences.sublime-settings index ff86b47..4d6bdb8 100755 --- a/.config/sublime-text-3/Packages/User/Preferences.sublime-settings +++ b/.config/sublime-text-3/Packages/User/Preferences.sublime-settings @@ -1,6 +1,6 @@ { "color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", - "font_size": 15, + "font_size": 16, "font_face": "Comic Mono", "ignored_packages": [ diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml index e517aa3..89c26da 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml @@ -166,10 +166,10 @@ - + - + @@ -183,10 +183,10 @@ - + - + diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml index 19982a5..c16961f 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -4,13 +4,13 @@ - + - + diff --git a/Scripts/game-dummy.sh b/Scripts/game-dummy.sh index 0cf098a..dd5a3cf 100644 --- a/Scripts/game-dummy.sh +++ b/Scripts/game-dummy.sh @@ -15,9 +15,10 @@ height=1200 width=1920 # main monitor -if [ $(xfconf-query -c displays -p /ActiveProfile -v | grep b28b7af69320201d1cf206ebf28373980add1451) ]; then +if [[ $(xfconf-query -c displays -p /ActiveProfile -v | grep b28b7af69320201d1cf206ebf28373980add1451) || $(xfconf-query -c displays -p /ActiveProfile -v | grep ce0b1612aa711b78a720295d271a33894e2b72bf) ]]; then height=1080 fi +echo $height; if [ -z $STEAM_COMPAT_DATA_PATH ]; then export STEAM_COMPAT_DATA_PATH="/home/alex/.wine_proton"