diff --git a/arch/archlinux-logout/.config/archlinux-logout/archlinux-logout.conf b/arch/archlinux-logout/.config/archlinux-logout/archlinux-logout.conf index 9e47fd1..76dd039 100644 --- a/arch/archlinux-logout/.config/archlinux-logout/archlinux-logout.conf +++ b/arch/archlinux-logout/.config/archlinux-logout/archlinux-logout.conf @@ -11,7 +11,7 @@ lock=betterlockscreen -l dim -- --time-str="%H:%M" # =======Themes============= [themes] -theme=handy +theme=white [binds] diff --git a/arch/autostart/.config/autostart/variety.desktop b/arch/autostart/.config/autostart/variety.desktop deleted file mode 100644 index fdc1d37..0000000 --- a/arch/autostart/.config/autostart/variety.desktop +++ /dev/null @@ -1,15 +0,0 @@ -[Desktop Entry] -Name=Variety -Comment=Variety Wallpaper Changer -Categories=GNOME;GTK;Utility; -Exec=/usr/bin/variety --profile /home/erik/.config/variety/ -MimeType=text/uri-list;x-scheme-handler/variety;x-scheme-handler/vrty; -Icon=variety -Terminal=false -Type=Application -StartupNotify=false -Actions=Next;Previous;PauseResume;History;Preferences; -Keywords=Wallpaper;Changer;Change;Download;Downloader;Variety; -X-GNOME-Autostart-Delay=20 -StartupWMClass=Variety -Hidden=false \ No newline at end of file diff --git a/arch/btop/.config/btop/btop.conf b/arch/btop/.config/btop/btop.conf index 253d694..ce54a93 100644 --- a/arch/btop/.config/btop/btop.conf +++ b/arch/btop/.config/btop/btop.conf @@ -1,14 +1,11 @@ -#? Config file for btop v. 1.2.13 +#? Config file for btop v. 1.4.3 #* 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" -color_theme = "catppuccin_frappe" -color_theme = "catppuccin_latte" -color_theme = "catppuccin_macchiato.theme" -color_theme = "catppuccin_mocha.theme" +color_theme = "Default" #* If the theme set background should be shown, set to False if you want terminal background transparency. -theme_background = False +theme_background = True #* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false. truecolor = True @@ -40,6 +37,9 @@ graph_symbol = "braille" # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". graph_symbol_cpu = "default" +# Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty". +graph_symbol_gpu = "default" + # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". graph_symbol_mem = "default" @@ -49,11 +49,11 @@ graph_symbol_net = "default" # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". graph_symbol_proc = "default" -#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. -shown_boxes = "proc cpu mem net" +#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. +shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. -update_ms = 1500 +update_ms = 2000 #* 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. @@ -72,7 +72,7 @@ proc_colors = True proc_gradient = True #* If process cpu usage should be of the core it's running on or usage of the total available cpu power. -proc_per_core = True +proc_per_core = False #* Show process memory as bytes instead of percent. proc_mem_bytes = True @@ -89,13 +89,19 @@ proc_left = False #* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). proc_filter_kernel = False +#* In tree-view, always accumulate child process resources in the parent process. +proc_aggregate = 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" +cpu_graph_upper = "Auto" #* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available. #* Select from a list of detected attributes from the options menu. -cpu_graph_lower = "total" +cpu_graph_lower = "Auto" + +#* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off". +show_gpu_info = "Auto" #* Toggles if the lower CPU graph should be inverted. cpu_invert_lower = True @@ -135,7 +141,7 @@ show_cpu_freq = True #* Draw a clock at top of screen, formatting according to strftime, empty string to disable. #* Special formatting: /host = hostname | /user = username | /uptime = system uptime -clock_format = "%H:%M" +clock_format = "%X" #* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort. background_update = True @@ -145,7 +151,7 @@ custom_cpu_name = "" #* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ". #* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user". -disks_filter = "exclude=/boot" +disks_filter = "" #* Show graphs instead of meters for memory values. mem_graphs = True @@ -169,7 +175,7 @@ show_disks = True only_physical = True #* Read disks list from /etc/fstab. This also disables only_physical. -use_fstab = False +use_fstab = True #* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool) zfs_hide_datasets = False @@ -202,7 +208,10 @@ net_auto = True net_sync = True #* Starts with the Network Interface specified here. -net_iface = "enp0s31f6" +net_iface = "" + +#* "True" shows bitrates in base 10 (Kbps, Mbps). "False" shows bitrates in binary sizes (Kibps, Mibps, etc.). "Auto" uses base_10_sizes. +base_10_bitrate = "Auto" #* Show battery stats in top right if battery is present. show_battery = True @@ -210,6 +219,36 @@ show_battery = True #* Which battery to use if multiple are present. "Auto" for auto detection. selected_battery = "Auto" +#* Show power stats of battery next to charge indicator. +show_battery_watts = True + #* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". #* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. -log_level = "DEBUG" \ No newline at end of file +log_level = "WARNING" + +#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards. +nvml_measure_pcie_speeds = True + +#* Measure PCIe throughput on AMD cards, may impact performance on certain cards. +rsmi_measure_pcie_speeds = True + +#* Horizontally mirror the GPU graph. +gpu_mirror_graph = True + +#* Custom gpu0 model name, empty string to disable. +custom_gpu_name0 = "" + +#* Custom gpu1 model name, empty string to disable. +custom_gpu_name1 = "" + +#* Custom gpu2 model name, empty string to disable. +custom_gpu_name2 = "" + +#* Custom gpu3 model name, empty string to disable. +custom_gpu_name3 = "" + +#* Custom gpu4 model name, empty string to disable. +custom_gpu_name4 = "" + +#* Custom gpu5 model name, empty string to disable. +custom_gpu_name5 = "" diff --git a/arch/fastfetch/.config/fastfetch/config.jsonc b/arch/fastfetch/.config/fastfetch/config.jsonc index 52344a9..f3ee941 100644 --- a/arch/fastfetch/.config/fastfetch/config.jsonc +++ b/arch/fastfetch/.config/fastfetch/config.jsonc @@ -1,33 +1,140 @@ { - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "modules": [ - "title", - "separator", - "os", - "host", - "kernel", - "uptime", - "packages", - "shell", - "display", - "de", - "wm", - "wmtheme", - "theme", - "icons", - "font", - "cursor", - "terminal", - "terminalfont", - "cpu", - "gpu", - "memory", - "swap", - "disk", - "battery", - "poweradapter", - "locale", - "break", - "colors" - ] -} + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "type": "builtin", + "height": 15, + "width": 30, + "padding": { + "top": 5, + "left": 3 + } + }, + "modules": [ + "break", + { + "type": "custom", + "format": "\u001b[90m┌──────────────────────Hardware──────────────────────┐" + }, + { + "type": "host", + "key": " PC", + "keyColor": "green" + }, + { + "type": "cpu", + "key": "│ ├", + "keyColor": "green" + }, + { + "type": "gpu", + "key": "│ ├󰍛", + "keyColor": "green" + }, + { + "type": "memory", + "key": "│ ├󰍛", + "keyColor": "green" + }, + { + "type": "disk", + "key": "└ └", + "keyColor": "green" + }, + { + "type": "custom", + "format": "\u001b[90m└────────────────────────────────────────────────────┘" + }, + + { + "type": "os", + "key": " OS", + "keyColor": "yellow" + }, + { + "type": "kernel", + "key": "│ ├", + "keyColor": "yellow" + }, + { + "type": "bios", + "key": "│ ├", + "keyColor": "yellow" + }, + { + "type": "packages", + "key": "│ ├󰏖", + "keyColor": "yellow" + }, + { + "type": "shell", + "key": "└ └", + "keyColor": "yellow" + }, + "break", + { + "type": "de", + "key": " DE", + "keyColor": "blue" + }, + { + "type": "lm", + "key": "│ ├", + "keyColor": "blue" + }, + { + "type": "wm", + "key": "│ ├", + "keyColor": "blue" + }, + { + "type": "wmtheme", + "key": "│ ├󰉼", + "keyColor": "blue" + }, + { + "type": "terminal", + "key": "└ └", + "keyColor": "blue" + }, + { + "type": "custom", + "format": "\u001b[90m└────────────────────────────────────────────────────┘" + }, + + { + "type": "custom", + "format": "\u001b[90m┌────────────────────Uptime / Age / DT────────────────────┐" + }, + { + "type": "command", + "key": " OS Age ", + "keyColor": "magenta", + "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" + }, + { + "type": "uptime", + "key": " Uptime ", + "keyColor": "magenta" + }, + { + "type": "datetime", + "key": " DateTime ", + "keyColor": "magenta" + }, + { + "type": "custom", + "format": "\u001b[90m└─────────────────────────────────────────────────────────┘" + }, + +// { +// "type": "colors" +// }, + + { + "type": "colors", + "paddingLeft": 2, + "symbol": "circle" + } + + ] +} \ No newline at end of file diff --git a/arch/gtk-3.0/.config/gtk-3.0/bookmarks b/arch/gtk-3.0/.config/gtk-3.0/bookmarks index ed3d89a..9bb9f71 100644 --- a/arch/gtk-3.0/.config/gtk-3.0/bookmarks +++ b/arch/gtk-3.0/.config/gtk-3.0/bookmarks @@ -1,17 +1,9 @@ file:///home/yuri/Documents Documents file:///home/yuri/Downloads Downloads file:///home/yuri/Pictures Pictures -file:///etc/skel /etc/skel file:///home/yuri/.config .config file:///home/yuri/DATA DATA -file:///home/yuri/DATA/nemesis -file:///home/yuri/DATA/yuku-pkgbuild file:///home/yuri/Insync Insync -file:///home/yuri/.icons .icons -file:///usr/share/icons icons -file:///home/yuri/.themes .themes -file:///usr/share/themes themes -file:///usr/share/applications applications file:///home/yuri/DATA/Blender3D Blender smb://hades.ku-it.org/documents/ Docs-share smb://hades.ku-it.org/downloads/ Download-share