diff --git a/.config/MangoHud/MangoHud.conf b/.config/MangoHud/MangoHud.conf new file mode 100644 index 0000000..10ffd2c --- /dev/null +++ b/.config/MangoHud/MangoHud.conf @@ -0,0 +1,47 @@ +################### File Generated by GOverlay ################### + +toggle_fps_limit=F1 + + +legacy_layout=false +gpu_stats +gpu_temp +gpu_load_change +gpu_load_value=50,90 +gpu_load_color=FFFFFF,FFAA7F,CC0000 +gpu_text=GPU +cpu_stats +cpu_temp +cpu_load_change +core_load_change +cpu_load_value=50,90 +cpu_load_color=FFFFFF,FFAA7F,CC0000 +cpu_color=2e97cb +cpu_text=CPU +io_color=a491d3 +vram +vram_color=ad64c1 +ram +ram_color=c26693 +fps +engine_color=eb5b5b +gpu_color=2e9762 +wine_color=eb5b5b +frame_timing=1 +frametime_color=00ff00 +resolution +gamemode +media_player_color=ffffff +background_alpha=0.4 +font_size=24 + +background_color=020202 +position=top-left +text_color=ffffff +round_corners=0 +#GOVERLAY_THEME=mangohuddefault +toggle_hud=Shift_R+F12 +toggle_logging=Shift_L+F2 +upload_log=F5 +output_folder=/home/relms +media_player_name=spotify diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 341e802..7301911 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.1.2 +#? Config file for btop v. 1.2.8 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" @@ -15,12 +15,12 @@ truecolor = True force_tty = False #* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets. -#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positons, G=graph symbol to use for box. -#* Use withespace " " as seprator between different presets. +#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box. +#* Use withespace " " as separator between different presets. #* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty" presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty" -#* Set to True to enable "h,j,k,l" keys for directional control in lists. +#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists. #* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift. vim_keys = True @@ -52,15 +52,15 @@ shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 1000 -#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive", -#* "cpu lazy" sorts top process over time (easier to follow), "cpu responsive" updates top process directly. -proc_sorting = "cpu lazy" +#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", +#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. +proc_sorting = "name" #* Reverse sorting order, True or False. -proc_reversed = False +proc_reversed = True #* Show processes as a tree. -proc_tree = True +proc_tree = False #* Use the cpu graph colors in the process list. proc_colors = True @@ -80,6 +80,9 @@ proc_info_smaps = False #* Show proc box on left side of screen instead of right. proc_left = False +#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). +proc_filter_kernel = False + #* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. #* Select from a list of detected attributes from the options menu. cpu_graph_upper = "total" @@ -118,6 +121,9 @@ cpu_core_map = "" #* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine". temp_scale = "celsius" +#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024. +base_10_sizes = False + #* Show CPU frequency. show_cpu_freq = True @@ -141,6 +147,9 @@ mem_graphs = True #* Show mem box below net box instead of above. mem_below_net = False +#* Count ZFS ARC in cached and available memory. +zfs_arc_cached = True + #* If swap memory should be shown in memory box. show_swap = True @@ -156,6 +165,9 @@ only_physical = True #* Read disks list from /etc/fstab. This also disables only_physical. use_fstab = True +#* Set to true to show available disk space for privileged users. +disk_free_priv = False + #* Toggles if io activity % (disk busy time) should be shown in regular disk usage view. show_io_stat = True diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index ff60e56..63a2ab2 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -13,3 +13,5 @@ gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle=hintfull +gtk-xft-rgba=none +gtk-modules=gail:atk-bridge diff --git a/.config/gtk-4.0/settings.ini b/.config/gtk-4.0/settings.ini new file mode 100644 index 0000000..63a2ab2 --- /dev/null +++ b/.config/gtk-4.0/settings.ini @@ -0,0 +1,17 @@ +[Settings] +gtk-theme-name=Nordic +gtk-icon-theme-name=Nordic +gtk-font-name=FiraCode Nerd Font Mono 11 +gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintfull +gtk-xft-rgba=none +gtk-modules=gail:atk-bridge diff --git a/.config/lutris/lutris.conf b/.config/lutris/lutris.conf new file mode 100644 index 0000000..c216c5a --- /dev/null +++ b/.config/lutris/lutris.conf @@ -0,0 +1,25 @@ +[services] +lutris = True +gog = True +egs = True +origin = True +ubisoft = True +steam = True +xdg = True +steamwindows = True +humblebundle = True + +[lutris] +library_ignores = +migration_version = 11 +show_tray_icon = True +dark_theme = False +show_advanced_options = True +width = 1254 +height = 1308 +window_x = 1287 +window_y = 52 +maximized = False +selected_category = category:all +show_hidden_games = true + diff --git a/.config/lutris/runners/wine.yml b/.config/lutris/runners/wine.yml new file mode 100644 index 0000000..6234299 --- /dev/null +++ b/.config/lutris/runners/wine.yml @@ -0,0 +1,11 @@ +system: {} +wine: + d3d_extras_version: v2 + dgvoodoo2: true + dgvoodoo2_version: v2.79 + dxvk_nvapi_version: v0.5.4 + dxvk_version: v1.10.2 + esync: false + fsync: false + system_winetricks: true + vkd3d_version: v2.6 diff --git a/.config/lutris/system.yml b/.config/lutris/system.yml new file mode 100644 index 0000000..c240b7b --- /dev/null +++ b/.config/lutris/system.yml @@ -0,0 +1,8 @@ +system: + disable_compositor: true + disable_runtime: false + gamescope: false + mangohud: false + prefer_system_libs: true + pulse_latency: true + restore_gamma: true diff --git a/.config/qt5ct/qt5ct.conf b/.config/qt5ct/qt5ct.conf index ec1a051..5ad5bff 100644 --- a/.config/qt5ct/qt5ct.conf +++ b/.config/qt5ct/qt5ct.conf @@ -2,7 +2,7 @@ color_scheme_path=/usr/share/qt5ct/colors/airy.conf custom_palette=false icon_theme=Nordic -standard_dialogs=default +standard_dialogs=gtk2 style=gtk2 [Fonts] @@ -25,7 +25,7 @@ underline_shortcut=2 wheel_scroll_lines=3 [SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xc6\0\0\0%\0\0\as\0\0\x4+\0\0\x3\xc7\0\0\0&\0\0\ar\0\0\x4*\0\0\0\0\0\0\0\0\a\x80\0\0\x3\xc7\0\0\0&\0\0\ar\0\0\x4*) +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x5\x6\0\0\x2\xdd\0\0\t\xf3\0\0\x5z\0\0\x5\t\0\0\x2\xe0\0\0\t\xf0\0\0\x5w\0\0\0\0\0\0\0\0\n\0\0\0\x5\t\0\0\x2\xe0\0\0\t\xf0\0\0\x5w) [Troubleshooting] force_raster_widgets=1 diff --git a/.config/qt6ct/qt6ct.conf b/.config/qt6ct/qt6ct.conf index 6deabd9..4eb5ee9 100644 --- a/.config/qt6ct/qt6ct.conf +++ b/.config/qt6ct/qt6ct.conf @@ -2,7 +2,7 @@ color_scheme_path=/usr/share/qt6ct/colors/airy.conf custom_palette=false icon_theme=Nordic -standard_dialogs=default +standard_dialogs=gtk2 style=qt6gtk2 [Fonts] @@ -25,7 +25,7 @@ underline_shortcut=2 wheel_scroll_lines=3 [SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xc6\0\0\0%\0\0\as\0\0\x4+\0\0\x3\xc7\0\0\0&\0\0\ar\0\0\x4*\0\0\0\0\0\0\0\0\a\x80\0\0\x3\xc7\0\0\0&\0\0\ar\0\0\x4*) +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x5\x6\0\0\0\x33\0\0\t\xf3\0\0\x5z\0\0\x5\t\0\0\0\x36\0\0\t\xf0\0\0\x5w\0\0\0\0\0\0\0\0\n\0\0\0\x5\t\0\0\0\x36\0\0\t\xf0\0\0\x5w) [Troubleshooting] force_raster_widgets=1 diff --git a/.config/xarchiver/xarchiverrc b/.config/xarchiver/xarchiverrc new file mode 100644 index 0000000..41ea1bb --- /dev/null +++ b/.config/xarchiver/xarchiverrc @@ -0,0 +1,27 @@ +[xarchiver] +preferred_format=0 +prefer_unzip=true +confirm_deletion=true +sort_filename_content=false +store_output=false +icon_size=2 +show_archive_comment=false +show_sidebar=true +show_location_bar=true +show_toolbar=true +preferred_custom_cmd= +preferred_temp_dir=/tmp +preferred_extract_dir=/tmp +allow_sub_dir=0 +ensure_directory=true +overwrite=false +full_path=2 +touch=false +fresh=false +update=false +store_path=false +updadd=true +freshen=false +recurse=true +solid_archive=false +remove_files=false diff --git a/.gtkrc-2.0 b/.gtkrc-2.0 index a0723ad..4aa664c 100644 --- a/.gtkrc-2.0 +++ b/.gtkrc-2.0 @@ -16,3 +16,5 @@ gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle="hintfull" +gtk-xft-rgba="none" +gtk-modules="gail:atk-bridge" diff --git a/.nvidia-settings-rc b/.nvidia-settings-rc new file mode 100644 index 0000000..15acd12 --- /dev/null +++ b/.nvidia-settings-rc @@ -0,0 +1,93 @@ +# +# /home/relms/.nvidia-settings-rc +# +# Configuration file for nvidia-settings - the NVIDIA Settings utility +# Generated on Mon Jul 18 15:07:20 2022 +# + +# ConfigProperties: + +RcFileLocale = C +DisplayStatusBar = Yes +SliderTextEntries = Yes +IncludeDisplayNameInConfigFile = No +UpdateRulesOnProfileNameChange = Yes +Timer = PowerMizer_Monitor_(GPU_0),Yes,1000 +Timer = Thermal_Monitor_(GPU_0),Yes,1000 +Timer = Memory_Used_(GPU_0),Yes,3000 + +# Attributes: + +0/SyncToVBlank=1 +0/LogAniso=0 +0/FSAA=0 +0/TextureClamping=1 +0/FXAA=0 +0/AllowFlipping=1 +0/FSAAAppControlled=1 +0/LogAnisoAppControlled=1 +0/OpenGLImageSettings=1 +0/FSAAAppEnhanced=0 +0/ShowGraphicsVisualIndicator=0 +[DPY:DP-0]/Dithering=0 +[DPY:DP-0]/DitheringMode=0 +[DPY:DP-0]/DitheringDepth=0 +[DPY:DP-0]/ColorSpace=0 +[DPY:DP-0]/ColorRange=0 +[DPY:DP-0]/SynchronousPaletteUpdates=0 +[DPY:DP-1]/Dithering=0 +[DPY:DP-1]/DitheringMode=0 +[DPY:DP-1]/DitheringDepth=0 +[DPY:DP-1]/ColorSpace=0 +[DPY:DP-1]/ColorRange=0 +[DPY:DP-1]/SynchronousPaletteUpdates=0 +[DPY:DP-2]/RedBrightness=0.000000 +[DPY:DP-2]/GreenBrightness=0.000000 +[DPY:DP-2]/BlueBrightness=0.000000 +[DPY:DP-2]/RedContrast=0.000000 +[DPY:DP-2]/GreenContrast=0.000000 +[DPY:DP-2]/BlueContrast=0.000000 +[DPY:DP-2]/RedGamma=1.000000 +[DPY:DP-2]/GreenGamma=1.000000 +[DPY:DP-2]/BlueGamma=1.000000 +[DPY:DP-2]/Dithering=0 +[DPY:DP-2]/DitheringMode=0 +[DPY:DP-2]/DitheringDepth=0 +[DPY:DP-2]/DigitalVibrance=0 +[DPY:DP-2]/ColorSpace=0 +[DPY:DP-2]/ColorRange=0 +[DPY:DP-2]/SynchronousPaletteUpdates=0 +[DPY:DP-3]/Dithering=0 +[DPY:DP-3]/DitheringMode=0 +[DPY:DP-3]/DitheringDepth=0 +[DPY:DP-3]/ColorSpace=0 +[DPY:DP-3]/ColorRange=0 +[DPY:DP-3]/SynchronousPaletteUpdates=0 +[DPY:HDMI-0]/RedBrightness=0.000000 +[DPY:HDMI-0]/GreenBrightness=0.000000 +[DPY:HDMI-0]/BlueBrightness=0.000000 +[DPY:HDMI-0]/RedContrast=0.000000 +[DPY:HDMI-0]/GreenContrast=0.000000 +[DPY:HDMI-0]/BlueContrast=0.000000 +[DPY:HDMI-0]/RedGamma=1.000000 +[DPY:HDMI-0]/GreenGamma=1.000000 +[DPY:HDMI-0]/BlueGamma=1.000000 +[DPY:HDMI-0]/Dithering=0 +[DPY:HDMI-0]/DitheringMode=0 +[DPY:HDMI-0]/DitheringDepth=0 +[DPY:HDMI-0]/DigitalVibrance=0 +[DPY:HDMI-0]/ColorSpace=0 +[DPY:HDMI-0]/ColorRange=0 +[DPY:HDMI-0]/SynchronousPaletteUpdates=0 +[DPY:DP-4]/Dithering=0 +[DPY:DP-4]/DitheringMode=0 +[DPY:DP-4]/DitheringDepth=0 +[DPY:DP-4]/ColorSpace=0 +[DPY:DP-4]/ColorRange=0 +[DPY:DP-4]/SynchronousPaletteUpdates=0 +[DPY:DP-5]/Dithering=0 +[DPY:DP-5]/DitheringMode=0 +[DPY:DP-5]/DitheringDepth=0 +[DPY:DP-5]/ColorSpace=0 +[DPY:DP-5]/ColorRange=0 +[DPY:DP-5]/SynchronousPaletteUpdates=0 diff --git a/.profile b/.profile new file mode 100644 index 0000000..b4bb24e --- /dev/null +++ b/.profile @@ -0,0 +1,11 @@ +# Added by Toolbox App +export PATH="$PATH:/home/relms/.local/share/JetBrains/Toolbox/scripts" + +# For flatpak +export XDG_DATA_DIRS="/var/lib/flatpak/exports/share:$XDG_DATA_DIRS" + +# QT Theme +export QT_QPA_PLATFORMTHEME=qt5ct + +# Mangohud +export MANGOHUD=1 diff --git a/.zprofile b/.zprofile new file mode 120000 index 0000000..aa7da3a --- /dev/null +++ b/.zprofile @@ -0,0 +1 @@ +.profile \ No newline at end of file diff --git a/README.md b/README.md index 548db95..197e1ba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ To use, copy everything to your home directory. -Add `QT_QPA_PLATFORMTHEME=qt5ct` to `/etc/environment`to set qt theme - To properly use the qt theme you need to install: `qt5ct`, `qt6ct`, `qt5-styleplugins`, `qt6gtk2`