Compare commits
No commits in common. 'work' and 'master' have entirely different histories.
51 changed files with 3015 additions and 5879 deletions
@ -0,0 +1,45 @@
|
||||
[Session: Default] |
||||
Client0_ClientId=2ceb6f957-287a-44ef-b417-b6e040444dbf |
||||
Client0_Hostname=local/archlinux-gind |
||||
Client0_CloneCommand=xfsettingsd |
||||
Client0_RestartCommand=xfsettingsd,--display,:0.0,--sm-client-id,2ceb6f957-287a-44ef-b417-b6e040444dbf |
||||
Client0_CurrentDirectory=/home/gind |
||||
Client0_DesktopFile=/etc/xdg/autostart/xfsettingsd.desktop |
||||
Client0_Program=xfsettingsd |
||||
Client0_UserId=gind |
||||
Client0_Priority=20 |
||||
Client0_RestartStyleHint=2 |
||||
Client1_ClientId=2df01bfeb-e6bc-4abc-82d2-d5d9d1568978 |
||||
Client1_Hostname=local/archlinux-gind |
||||
Client1_CloneCommand=Thunar |
||||
Client1_DiscardCommand=rm,-f,/home/gind/.cache/sessions/Thunar-2df01bfeb-e6bc-4abc-82d2-d5d9d1568978 |
||||
Client1_RestartCommand=Thunar,--sm-client-id,2df01bfeb-e6bc-4abc-82d2-d5d9d1568978,--daemon |
||||
Client1_Program=Thunar |
||||
Client1_UserId=gind |
||||
Client1_Priority=30 |
||||
Client1_RestartStyleHint=0 |
||||
Client2_ClientId=2bd8c3a62-e035-4e4d-948e-74b1c4132bb1 |
||||
Client2_Hostname=local/archlinux-gind |
||||
Client2_CloneCommand=xfce4-power-manager |
||||
Client2_RestartCommand=xfce4-power-manager,--restart,--sm-client-id,2bd8c3a62-e035-4e4d-948e-74b1c4132bb1 |
||||
Client2_CurrentDirectory=/home/gind |
||||
Client2_DesktopFile=/etc/xdg/autostart/xfce4-power-manager.desktop |
||||
Client2_Program=xfce4-power-manager |
||||
Client2_UserId=gind |
||||
Client2_Priority=50 |
||||
Client2_RestartStyleHint=0 |
||||
Client3_ClientId=2bd8c3a62-e035-4e4d-948e-74b1c4132bb2 |
||||
Client3_Hostname=local/archlinux-gind |
||||
Client3_CloneCommand=xfce4-power-manager |
||||
Client3_RestartCommand=compiz,--replace,--sm-client-id,2bd8c3a62-e035-4e4d-948e-74b1c4132bb2 |
||||
Client3_CurrentDirectory=/home/gind |
||||
Client3_DesktopFile=/etc/xdg/autostart/xfce4-power-manager.desktop |
||||
Client3_Program=compiz |
||||
Client3_UserId=gind |
||||
Client3_Priority=60 |
||||
Client3_RestartStyleHint=0 |
||||
Count=4 |
||||
LegacyCount=0 |
||||
Screen0_ActiveWorkspace=0 |
||||
LastAccess=1670063024 |
||||
|
@ -0,0 +1,360 @@
|
||||
### MangoHud configuration file |
||||
### Uncomment any options you wish to enable. Default options are left uncommented |
||||
### Use some_parameter=0 to disable a parameter (only works with on/off parameters) |
||||
### Everything below can be used / overridden with the environment variable MANGOHUD_CONFIG instead |
||||
|
||||
################ INFORMATIONAL ################# |
||||
## prints possible options on stdout |
||||
# help |
||||
|
||||
################ PERFORMANCE ################# |
||||
|
||||
### Limit the application FPS. Comma-separated list of one or more FPS values (e.g. 0,30,60). 0 means unlimited (unless VSynced) |
||||
fps_limit=60,120,0,30,10 |
||||
|
||||
### early = wait before present, late = wait after present |
||||
# fps_limit_method= |
||||
|
||||
### VSync [0-3] 0 = adaptive; 1 = off; 2 = mailbox; 3 = on |
||||
# vsync=-1 |
||||
|
||||
### OpenGL VSync [0-N] 0 = off; >=1 = wait for N v-blanks, N > 1 acts as a FPS limiter (FPS = display refresh rate / N) |
||||
# gl_vsync=-2 |
||||
|
||||
### Mip-map LoD bias. Negative values will increase texture sharpness (and aliasing) |
||||
## Positive values will increase texture blurriness (-16 to 16) |
||||
# picmip=-17 |
||||
|
||||
### Anisotropic filtering level. Improves sharpness of textures viewed at an angle (0 to 16) |
||||
# af=-1 |
||||
|
||||
### Force bicubic filtering |
||||
# bicubic |
||||
|
||||
### Force trilinear filtering |
||||
# trilinear |
||||
|
||||
### Disable linear texture filtering. Makes textures look blocky |
||||
# retro |
||||
|
||||
################### VISUAL ################### |
||||
|
||||
### Legacy layout |
||||
# legacy_layout=0 |
||||
|
||||
### pre defined presets |
||||
# -1 = default |
||||
# 0 = no display |
||||
# 1 = fps only |
||||
# 2 = horizontal view |
||||
# 3 = extended |
||||
# 4 = high detailed information |
||||
# preset=-1 |
||||
|
||||
### Enable most of the toggleable parameters (currently excludes `histogram`) |
||||
# full |
||||
|
||||
### Show FPS only. ***Not meant to be used with other display params*** |
||||
# fps_only |
||||
|
||||
### Display custom centered text, useful for a header |
||||
# custom_text_center= |
||||
|
||||
### Display the current system time |
||||
time |
||||
## removes the time label |
||||
time_no_label |
||||
|
||||
### Time formatting examples |
||||
## %H:%M |
||||
## [ %T %F ] |
||||
## %X # locally formatted time, because of limited glyph range, missing characters may show as '?' (e.g. Japanese) |
||||
# time_format="%T" |
||||
|
||||
### Display MangoHud version |
||||
# version |
||||
|
||||
### Display the current GPU information |
||||
## Note: gpu_mem_clock and gpu_mem_temp also need "vram" to be enabled |
||||
gpu_stats |
||||
gpu_temp |
||||
# gpu_junction_temp |
||||
gpu_core_clock |
||||
# gpu_mem_temp |
||||
gpu_mem_clock |
||||
gpu_power |
||||
gpu_text= RX 6800 |
||||
# gpu_load_change |
||||
# gpu_load_value=60,90 |
||||
# gpu_load_color=39F900,FDFD09,B22222 |
||||
## GPU fan in rpm on AMD, FAN in percent on NVIDIA |
||||
gpu_fan |
||||
## gpu_voltage only works on AMD GPUs |
||||
gpu_voltage |
||||
|
||||
### Display the current CPU information |
||||
cpu_stats |
||||
cpu_temp |
||||
cpu_power |
||||
cpu_text=5700X3D |
||||
cpu_mhz |
||||
# cpu_load_change |
||||
# cpu_load_value=60,90 |
||||
# cpu_load_color=39F900,FDFD09,B22222 |
||||
|
||||
### Display the current CPU load & frequency for each core |
||||
# core_load |
||||
# core_load_change |
||||
|
||||
### Display IO read and write for the app (not system) |
||||
io_read |
||||
io_write |
||||
|
||||
### Display system vram / ram / swap space usage |
||||
vram |
||||
ram |
||||
swap |
||||
|
||||
### Display per process memory usage |
||||
## Show resident memory and other types, if enabled |
||||
# procmem |
||||
# procmem_shared |
||||
# procmem_virt |
||||
|
||||
### Display battery information |
||||
# battery |
||||
# battery_icon |
||||
device_battery=gamepad,mouse |
||||
device_battery_icon |
||||
# battery_watt |
||||
# battery_time |
||||
|
||||
### Display FPS and frametime |
||||
fps |
||||
# fps_sampling_period=500 |
||||
# fps_color_change |
||||
# fps_value=30,60 |
||||
# fps_color=B22222,FDFD09,39F900 |
||||
frametime |
||||
# frame_count |
||||
## fps_metrics takes a list of decimal values or the value avg |
||||
# fps_metrics=avg,0.01 |
||||
|
||||
### Display GPU throttling status based on Power, current, temp or "other" |
||||
## Only shows if throttling is currently happening |
||||
throttling_status |
||||
## Same as throttling_status but displays throttling on the frametime graph |
||||
#throttling_status_graph |
||||
|
||||
### Display miscellaneous information |
||||
engine_version |
||||
engine_short_names |
||||
gpu_name |
||||
vulkan_driver |
||||
wine |
||||
exec_name |
||||
winesync |
||||
|
||||
### Display loaded MangoHud architecture |
||||
arch |
||||
|
||||
### Display the frametime line graph |
||||
frame_timing |
||||
# histogram |
||||
|
||||
### Display GameMode / vkBasalt running status |
||||
gamemode |
||||
vkbasalt |
||||
|
||||
### Gamescope related options |
||||
## Display the status of FSR (only works in gamescope) |
||||
fsr |
||||
## Hides the sharpness info for the `fsr` option (only available in gamescope) |
||||
# hide_fsr_sharpness |
||||
## Shows the graph of gamescope app frametimes and latency (only on gamescope obviously) |
||||
# debug |
||||
## Display the status of HDR (only works in gamescope) |
||||
# hdr |
||||
## Display the current refresh rate (only works in gamescope) |
||||
# refresh_rate |
||||
|
||||
|
||||
### graphs displays one or more graphs that you chose |
||||
## seperated by ",", available graphs are |
||||
## gpu_load,cpu_load,gpu_core_clock,gpu_mem_clock,vram,ram,cpu_temp,gpu_temp |
||||
# graphs= |
||||
|
||||
### mangoapp related options |
||||
## Enables mangoapp to be displayed above the Steam UI |
||||
# mangoapp_steam |
||||
|
||||
### Steam Deck options |
||||
## Shows the Steam Deck fan rpm |
||||
# fan |
||||
|
||||
### Display current FPS limit |
||||
show_fps_limit |
||||
|
||||
### Display the current resolution |
||||
resolution |
||||
|
||||
### Display custom text |
||||
# custom_text= |
||||
### Display output of Bash command in next column |
||||
# exec= |
||||
|
||||
### Display media player metadata |
||||
# media_player |
||||
## for example spotify |
||||
# media_player_name= |
||||
## Format metadata, lines are delimited by ; (wip) |
||||
## example: {title};{artist};{album} |
||||
## example: Track:;{title};By:;{artist};From:;{album} |
||||
# media_player_format=title,artist,album |
||||
|
||||
### Network interface throughput |
||||
network |
||||
## Network can take arguments but it's not required. |
||||
## without arguments it shows all interfaces |
||||
## arguments set which interfaces will be displayed |
||||
# network=eth0,wlo1 |
||||
|
||||
|
||||
### Change the hud font size |
||||
# font_size=24 |
||||
# font_scale=1.0 |
||||
# font_size_text=24 |
||||
# font_scale_media_player=0.55 |
||||
# no_small_font |
||||
|
||||
### Change default font (set location to TTF/OTF file) |
||||
## Set font for the whole hud |
||||
# font_file= |
||||
|
||||
## Set font only for text like media player metadata |
||||
# font_file_text= |
||||
|
||||
## Set font glyph ranges. Defaults to Latin-only. Don't forget to set font_file/font_file_text to font that supports these |
||||
## Probably don't enable all at once because of memory usage and hardware limits concerns |
||||
## If you experience crashes or text is just squares, reduce glyph range or reduce font size |
||||
# font_glyph_ranges=korean,chinese,chinese_simplified,japanese,cyrillic,thai,vietnamese,latin_ext_a,latin_ext_b |
||||
|
||||
### Outline text |
||||
text_outline |
||||
# text_outline_color = 000000 |
||||
# text_outline_thickness = 1.5 |
||||
|
||||
### Change the hud position |
||||
# position=top-left |
||||
|
||||
### Change the corner roundness |
||||
# round_corners=0 |
||||
|
||||
### Remove margins around MangoHud |
||||
# hud_no_margin |
||||
|
||||
### Display compact version of MangoHud |
||||
# hud_compact |
||||
|
||||
### Display MangoHud in a horizontal position |
||||
# horizontal |
||||
# horizontal_stretch |
||||
|
||||
### Disable / hide the hud by default |
||||
no_display |
||||
|
||||
### Hud position offset |
||||
# offset_x=0 |
||||
# offset_y=0 |
||||
|
||||
### Hud dimensions |
||||
# width=0 |
||||
# height=140 |
||||
# table_columns=3 |
||||
# cellpadding_y=-0.085 |
||||
|
||||
### Hud transparency / alpha |
||||
# background_alpha=0.5 |
||||
# alpha=1.0 |
||||
|
||||
### FCAT overlay |
||||
### This enables an FCAT overlay to perform frametime analysis on the final image stream. |
||||
### Enable the overlay |
||||
# fcat |
||||
### Set the width of the FCAT overlay. |
||||
### 24 is a performance optimization on AMD GPUs that should not have adverse effects on nVidia GPUs. |
||||
### A minimum of 20 pixels is recommended by nVidia. |
||||
# fcat_overlay_width=24 |
||||
### Set the screen edge, this can be useful for special displays that don't update from top edge to bottom. This goes from 0 (left side) to 3 (top edge), counter-clockwise. |
||||
# fcat_screen_edge=0 |
||||
|
||||
### Color customization |
||||
# text_color=FFFFFF |
||||
# gpu_color=2E9762 |
||||
# cpu_color=2E97CB |
||||
# vram_color=AD64C1 |
||||
# ram_color=C26693 |
||||
# engine_color=EB5B5B |
||||
# io_color=A491D3 |
||||
# frametime_color=00FF00 |
||||
# background_color=020202 |
||||
# media_player_color=FFFFFF |
||||
# wine_color=EB5B5B |
||||
# battery_color=FF9078 |
||||
# network_color=E07B85 |
||||
|
||||
### Specify GPU with PCI bus ID for AMDGPU and NVML stats |
||||
### Set to 'domain:bus:slot.function' |
||||
# pci_dev=0:0a:0.0 |
||||
|
||||
### Blacklist |
||||
# blacklist= |
||||
|
||||
### Control over socket |
||||
### Enable and set socket name, '%p' is replaced with process id |
||||
## example: mangohud |
||||
## example: mangohud-%p |
||||
# control = -1 |
||||
|
||||
################ WORKAROUNDS ################# |
||||
### Options starting with "gl_*" are for OpenGL |
||||
### Specify what to use for getting display size. Options are "viewport", "scissorbox" or disabled. Defaults to using glXQueryDrawable |
||||
# gl_size_query=viewport |
||||
|
||||
### (Re)bind given framebuffer before MangoHud gets drawn. Helps with Crusader Kings III |
||||
# gl_bind_framebuffer=0 |
||||
|
||||
### Don't swap origin if using GL_UPPER_LEFT. Helps with Ryujinx |
||||
# gl_dont_flip=1 |
||||
|
||||
################ INTERACTION ################# |
||||
|
||||
### Change toggle keybinds for the hud & logging |
||||
# toggle_hud=Shift_R+F12 |
||||
# toggle_hud_position=Shift_R+F11 |
||||
# toggle_preset=Shift_R+F10 |
||||
# toggle_fps_limit=Shift_L+F1 |
||||
# toggle_logging=Shift_L+F2 |
||||
# reload_cfg=Shift_L+F4 |
||||
# upload_log=Shift_L+F3 |
||||
|
||||
#################### LOG ##################### |
||||
### Automatically start the log after X seconds |
||||
# autostart_log= |
||||
### Set amount of time in seconds that the logging will run for |
||||
# log_duration= |
||||
### Change the default log interval, 0 is default |
||||
# log_interval=0 |
||||
### Set location of the output files (required for logging) |
||||
# output_folder=/home/<USERNAME>/mangologs |
||||
### Permit uploading logs directly to FlightlessMango.com |
||||
## set to 1 to enable |
||||
# permit_upload=0 |
||||
### Define a '+'-separated list of percentiles shown in the benchmark results |
||||
### Use "AVG" to get a mean average. Default percentiles are 97+AVG+1+0.1 |
||||
## example: ['97', 'AVG', '1', '0.1'] |
||||
# benchmark_percentiles=97,AVG |
||||
## Adds more headers and information such as versioning to the log. This format is not supported on flightlessmango.com (yet) |
||||
# log_versioning |
||||
## Enable automatic uploads of logs to flightlessmango.com |
||||
# upload_logs |
@ -0,0 +1,49 @@
|
||||
#3.5.0 |
||||
|
||||
#[gtk-about] |
||||
[Desktop Entry] |
||||
|
||||
#F[Icon] |
||||
frame_maininfo= |
||||
|
||||
#d+ Name of the container it belongs to: |
||||
Container=Misc |
||||
|
||||
#v |
||||
sep_display= |
||||
|
||||
#s[Default] Launcher's name: |
||||
Name=PCSX2 |
||||
|
||||
#S+[Default] Image's name or path: |
||||
Icon=/usr/share/pixmaps/pcsx2.png |
||||
|
||||
#s[Default] Command to launch on click: |
||||
#{Example: nautilus --no-desktop, gedit, etc. You can even enter a shortkey, e.g. <Alt>F1, <Ctrl>c, <Ctrl>v, etc} |
||||
Exec=GAMING_HDD=1 NO_GAMESCOPE=1 game-dummy.sh pcsx2 |
||||
|
||||
|
||||
#X[Extra parameters] |
||||
frame_extra= |
||||
|
||||
#b Don't link the launcher with its window |
||||
#{If you chose to mix launcher and applications, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the terminal's icon from the taskbar.} |
||||
prevent inhibate=false |
||||
|
||||
#K[Default] Class of the program: |
||||
#{The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the application with its launcher.} |
||||
StartupWMClass=pcsx2-qt |
||||
|
||||
#b Run in a terminal? |
||||
Terminal=false |
||||
|
||||
#i-[0;16] Only show in this specific viewport: |
||||
#{If '0' the launcher will be displayed on every viewport.} |
||||
ShowOnViewport=0 |
||||
|
||||
#f[0;100] Order you want for this launcher among the others: |
||||
Order=7 |
||||
|
||||
Icon Type=0 |
||||
Type=Application |
||||
Origin=/usr/share/applications/PCSX2.desktop |
@ -0,0 +1,49 @@
|
||||
#3.5.0 |
||||
|
||||
#[gtk-about] |
||||
[Desktop Entry] |
||||
|
||||
#F[Icon] |
||||
frame_maininfo= |
||||
|
||||
#d+ Name of the container it belongs to: |
||||
Container=Misc |
||||
|
||||
#v |
||||
sep_display= |
||||
|
||||
#s[Default] Launcher's name: |
||||
Name=DuckStation |
||||
|
||||
#S+[Default] Image's name or path: |
||||
Icon=/opt/duckstation/resources/images/duck.png |
||||
|
||||
#s[Default] Command to launch on click: |
||||
#{Example: nautilus --no-desktop, gedit, etc. You can even enter a shortkey, e.g. <Alt>F1, <Ctrl>c, <Ctrl>v, etc} |
||||
Exec=GAMING_HDD=1 NO_GAMESCOPE=1 game-dummy.sh duckstation |
||||
|
||||
|
||||
#X[Extra parameters] |
||||
frame_extra= |
||||
|
||||
#b Don't link the launcher with its window |
||||
#{If you chose to mix launcher and applications, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the terminal's icon from the taskbar.} |
||||
prevent inhibate=false |
||||
|
||||
#K[Default] Class of the program: |
||||
#{The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the application with its launcher.} |
||||
StartupWMClass= |
||||
|
||||
#b Run in a terminal? |
||||
Terminal=false |
||||
|
||||
#i-[0;16] Only show in this specific viewport: |
||||
#{If '0' the launcher will be displayed on every viewport.} |
||||
ShowOnViewport=0 |
||||
|
||||
#f[0;100] Order you want for this launcher among the others: |
||||
Order=5 |
||||
|
||||
Icon Type=0 |
||||
Type=Application |
||||
Origin=/usr/share/applications/duckstation-qt.desktop |
@ -0,0 +1,49 @@
|
||||
#3.5.0 |
||||
|
||||
#[gtk-about] |
||||
[Desktop Entry] |
||||
|
||||
#F[Icon] |
||||
frame_maininfo= |
||||
|
||||
#d+ Name of the container it belongs to: |
||||
Container=Misc |
||||
|
||||
#v |
||||
sep_display= |
||||
|
||||
#s[Default] Launcher's name: |
||||
Name=RetroArch |
||||
|
||||
#S+[Default] Image's name or path: |
||||
Icon=/usr/share/pixmaps/retroarch.svg |
||||
|
||||
#s[Default] Command to launch on click: |
||||
#{Example: nautilus --no-desktop, gedit, etc. You can even enter a shortkey, e.g. <Alt>F1, <Ctrl>c, <Ctrl>v, etc} |
||||
Exec=\sretroarch |
||||
|
||||
|
||||
#X[Extra parameters] |
||||
frame_extra= |
||||
|
||||
#b Don't link the launcher with its window |
||||
#{If you chose to mix launcher and applications, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the terminal's icon from the taskbar.} |
||||
prevent inhibate=false |
||||
|
||||
#K[Default] Class of the program: |
||||
#{The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the application with its launcher.} |
||||
StartupWMClass= |
||||
|
||||
#b Run in a terminal? |
||||
Terminal=false |
||||
|
||||
#i-[0;16] Only show in this specific viewport: |
||||
#{If '0' the launcher will be displayed on every viewport.} |
||||
ShowOnViewport=0 |
||||
|
||||
#f[0;100] Order you want for this launcher among the others: |
||||
Order=1.5625 |
||||
|
||||
Icon Type=0 |
||||
Type=Application |
||||
Origin=/usr/share/applications/retroarch.desktop |
@ -0,0 +1,49 @@
|
||||
#3.5.0 |
||||
|
||||
#[gtk-about] |
||||
[Desktop Entry] |
||||
|
||||
#F[Icon] |
||||
frame_maininfo= |
||||
|
||||
#d+ Name of the container it belongs to: |
||||
Container=Misc |
||||
|
||||
#v |
||||
sep_display= |
||||
|
||||
#s[Default] Launcher's name: |
||||
Name= |
||||
|
||||
#S+[Default] Image's name or path: |
||||
Icon= |
||||
|
||||
#s[Default] Command to launch on click: |
||||
#{Example: nautilus --no-desktop, gedit, etc. You can even enter a shortkey, e.g. <Alt>F1, <Ctrl>c, <Ctrl>v, etc} |
||||
Exec=GAMING_HDD=1 NO_GAMESCOPE=1 game-dummy.sh rpcs3 |
||||
|
||||
|
||||
#X[Extra parameters] |
||||
frame_extra= |
||||
|
||||
#b Don't link the launcher with its window |
||||
#{If you chose to mix launcher and applications, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the terminal's icon from the taskbar.} |
||||
prevent inhibate=false |
||||
|
||||
#K[Default] Class of the program: |
||||
#{The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the application with its launcher.} |
||||
StartupWMClass= |
||||
|
||||
#b Run in a terminal? |
||||
Terminal=false |
||||
|
||||
#i-[0;16] Only show in this specific viewport: |
||||
#{If '0' the launcher will be displayed on every viewport.} |
||||
ShowOnViewport=0 |
||||
|
||||
#f[0;100] Order you want for this launcher among the others: |
||||
Order=7.125 |
||||
|
||||
Icon Type=0 |
||||
Type=Application |
||||
Origin=/usr/share/applications/rpcs3.desktop |
@ -0,0 +1,49 @@
|
||||
#3.5.0 |
||||
|
||||
#[gtk-about] |
||||
[Desktop Entry] |
||||
|
||||
#F[Icon] |
||||
frame_maininfo= |
||||
|
||||
#d+ Name of the container it belongs to: |
||||
Container=_MainDock_ |
||||
|
||||
#v |
||||
sep_display= |
||||
|
||||
#s[Default] Launcher's name: |
||||
Name= |
||||
|
||||
#S+[Default] Image's name or path: |
||||
Icon= |
||||
|
||||
#s[Default] Command to launch on click: |
||||
#{Example: nautilus --no-desktop, gedit, etc. You can even enter a shortkey, e.g. <Alt>F1, <Ctrl>c, <Ctrl>v, etc} |
||||
Exec=steam.sh |
||||
|
||||
|
||||
#X[Extra parameters] |
||||
frame_extra= |
||||
|
||||
#b Don't link the launcher with its window |
||||
#{If you chose to mix launcher and applications, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the terminal's icon from the taskbar.} |
||||
prevent inhibate=false |
||||
|
||||
#K[Default] Class of the program: |
||||
#{The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the application with its launcher.} |
||||
StartupWMClass=steam |
||||
|
||||
#b Run in a terminal? |
||||
Terminal=false |
||||
|
||||
#i-[0;16] Only show in this specific viewport: |
||||
#{If '0' the launcher will be displayed on every viewport.} |
||||
ShowOnViewport=0 |
||||
|
||||
#f[0;100] Order you want for this launcher among the others: |
||||
Order=7.5 |
||||
|
||||
Icon Type=0 |
||||
Type=Application |
||||
Origin=/usr/share/applications/steam.desktop |
@ -0,0 +1,49 @@
|
||||
#3.5.0 |
||||
|
||||
#[gtk-about] |
||||
[Desktop Entry] |
||||
|
||||
#F[Icon] |
||||
frame_maininfo= |
||||
|
||||
#d+ Name of the container it belongs to: |
||||
Container=_MainDock_ |
||||
|
||||
#v |
||||
sep_display= |
||||
|
||||
#s[Default] Launcher's name: |
||||
Name= |
||||
|
||||
#S+[Default] Image's name or path: |
||||
Icon= |
||||
|
||||
#s[Default] Command to launch on click: |
||||
#{Example: nautilus --no-desktop, gedit, etc. You can even enter a shortkey, e.g. <Alt>F1, <Ctrl>c, <Ctrl>v, etc} |
||||
Exec= |
||||
|
||||
|
||||
#X[Extra parameters] |
||||
frame_extra= |
||||
|
||||
#b Don't link the launcher with its window |
||||
#{If you chose to mix launcher and applications, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the terminal's icon from the taskbar.} |
||||
prevent inhibate=false |
||||
|
||||
#K[Default] Class of the program: |
||||
#{The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the application with its launcher.} |
||||
StartupWMClass= |
||||
|
||||
#b Run in a terminal? |
||||
Terminal=false |
||||
|
||||
#i-[0;16] Only show in this specific viewport: |
||||
#{If '0' the launcher will be displayed on every viewport.} |
||||
ShowOnViewport=0 |
||||
|
||||
#f[0;100] Order you want for this launcher among the others: |
||||
Order=9 |
||||
|
||||
Icon Type=0 |
||||
Type=Application |
||||
Origin=/usr/share/applications/teamspeak3.desktop |
@ -0,0 +1,49 @@
|
||||
#3.5.0 |
||||
|
||||
#[gtk-about] |
||||
[Desktop Entry] |
||||
|
||||
#F[Icon] |
||||
frame_maininfo= |
||||
|
||||
#d+ Name of the container it belongs to: |
||||
Container=_MainDock_ |
||||
|
||||
#v |
||||
sep_display= |
||||
|
||||
#s[Default] Launcher's name: |
||||
Name= |
||||
|
||||
#S+[Default] Image's name or path: |
||||
Icon= |
||||
|
||||
#s[Default] Command to launch on click: |
||||
#{Example: nautilus --no-desktop, gedit, etc. You can even enter a shortkey, e.g. <Alt>F1, <Ctrl>c, <Ctrl>v, etc} |
||||
Exec= |
||||
|
||||
|
||||
#X[Extra parameters] |
||||
frame_extra= |
||||
|
||||
#b Don't link the launcher with its window |
||||
#{If you chose to mix launcher and applications, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the terminal's icon from the taskbar.} |
||||
prevent inhibate=false |
||||
|
||||
#K[Default] Class of the program: |
||||
#{The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the application with its launcher.} |
||||
StartupWMClass= |
||||
|
||||
#b Run in a terminal? |
||||
Terminal=false |
||||
|
||||
#i-[0;16] Only show in this specific viewport: |
||||
#{If '0' the launcher will be displayed on every viewport.} |
||||
ShowOnViewport=0 |
||||
|
||||
#f[0;100] Order you want for this launcher among the others: |
||||
Order=1.125 |
||||
|
||||
Icon Type=0 |
||||
Type=Application |
||||
Origin=/usr/share/applications/vivaldi-stable.desktop |
@ -0,0 +1,49 @@
|
||||
#3.5.0 |
||||
|
||||
#[gtk-about] |
||||
[Desktop Entry] |
||||
|
||||
#F[Icon] |
||||
frame_maininfo= |
||||
|
||||
#d+ Name of the container it belongs to: |
||||
Container=_MainDock_ |
||||
|
||||
#v |
||||
sep_display= |
||||
|
||||
#s[Default] Launcher's name: |
||||
Name=JDownloader |
||||
|
||||
#S+[Default] Image's name or path: |
||||
Icon=/usr/share/icons/hicolor/256x256/apps/jdownloader.png |
||||
|
||||
#s[Default] Command to launch on click: |
||||
#{Example: nautilus --no-desktop, gedit, etc. You can even enter a shortkey, e.g. <Alt>F1, <Ctrl>c, <Ctrl>v, etc} |
||||
Exec=/usr/bin/JDownloader |
||||
|
||||
|
||||
#X[Extra parameters] |
||||
frame_extra= |
||||
|
||||
#b Don't link the launcher with its window |
||||
#{If you chose to mix launcher and applications, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the terminal's icon from the taskbar.} |
||||
prevent inhibate=false |
||||
|
||||
#K[Default] Class of the program: |
||||
#{The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the application with its launcher.} |
||||
StartupWMClass=org-jdownloader-update-launcher-jdlauncher |
||||
|
||||
#b Run in a terminal? |
||||
Terminal=false |
||||
|
||||
#i-[0;16] Only show in this specific viewport: |
||||
#{If '0' the launcher will be displayed on every viewport.} |
||||
ShowOnViewport=0 |
||||
|
||||
#f[0;100] Order you want for this launcher among the others: |
||||
Order=8.5 |
||||
|
||||
Icon Type=0 |
||||
Type=Application |
||||
Origin= |
@ -0,0 +1,49 @@
|
||||
#3.5.0 |
||||
|
||||
#[gtk-about] |
||||
[Desktop Entry] |
||||
|
||||
#F[Icon] |
||||
frame_maininfo= |
||||
|
||||
#d+ Name of the container it belongs to: |
||||
Container=Misc |
||||
|
||||
#v |
||||
sep_display= |
||||
|
||||
#s[Default] Launcher's name: |
||||
Name=Cemu |
||||
|
||||
#S+[Default] Image's name or path: |
||||
Icon=/usr/share/icons/hicolor/128x128/apps/info.cemu.Cemu.png |
||||
|
||||
#s[Default] Command to launch on click: |
||||
#{Example: nautilus --no-desktop, gedit, etc. You can even enter a shortkey, e.g. <Alt>F1, <Ctrl>c, <Ctrl>v, etc} |
||||
Exec=GAMING_HDD=1 NO_GAMESCOPE=1 game-dummy.sh cemu |
||||
|
||||
|
||||
#X[Extra parameters] |
||||
frame_extra= |
||||
|
||||
#b Don't link the launcher with its window |
||||
#{If you chose to mix launcher and applications, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the terminal's icon from the taskbar.} |
||||
prevent inhibate=false |
||||
|
||||
#K[Default] Class of the program: |
||||
#{The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the application with its launcher.} |
||||
StartupWMClass=cemu |
||||
|
||||
#b Run in a terminal? |
||||
Terminal=false |
||||
|
||||
#i-[0;16] Only show in this specific viewport: |
||||
#{If '0' the launcher will be displayed on every viewport.} |
||||
ShowOnViewport=0 |
||||
|
||||
#f[0;100] Order you want for this launcher among the others: |
||||
Order=3 |
||||
|
||||
Icon Type=0 |
||||
Type=Application |
||||
Origin=/usr/share/applications/cemu.desktop |
@ -0,0 +1,49 @@
|
||||
#3.5.0 |
||||
|
||||
#[gtk-about] |
||||
[Desktop Entry] |
||||
|
||||
#F[Icon] |
||||
frame_maininfo= |
||||
|
||||
#d+ Name of the container it belongs to: |
||||
Container=_MainDock_ |
||||
|
||||
#v |
||||
sep_display= |
||||
|
||||
#s[Default] Launcher's name: |
||||
Name=TV |
||||
|
||||
#S+[Default] Image's name or path: |
||||
Icon=~/.config/cairo-dock/current_theme/icons/tv-icon.png |
||||
|
||||
#s[Default] Command to launch on click: |
||||
#{Example: nautilus --no-desktop, gedit, etc. You can even enter a shortkey, e.g. <Alt>F1, <Ctrl>c, <Ctrl>v, etc} |
||||
Exec=xdg-open ~/tv-fritzbox.xspf |
||||
|
||||
|
||||
#X[Extra parameters] |
||||
frame_extra= |
||||
|
||||
#b Don't link the launcher with its window |
||||
#{If you chose to mix launcher and applications, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the terminal's icon from the taskbar.} |
||||
prevent inhibate=false |
||||
|
||||
#K[Default] Class of the program: |
||||
#{The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the application with its launcher.} |
||||
StartupWMClass=vlc |
||||
|
||||
#b Run in a terminal? |
||||
Terminal=false |
||||
|
||||
#i-[0;16] Only show in this specific viewport: |
||||
#{If '0' the launcher will be displayed on every viewport.} |
||||
ShowOnViewport=0 |
||||
|
||||
#f[0;100] Order you want for this launcher among the others: |
||||
Order=16.625 |
||||
|
||||
Icon Type=0 |
||||
Type=Application |
||||
Origin=/usr/share/applications/vlc.desktop |
@ -0,0 +1,49 @@
|
||||
#3.5.0 |
||||
|
||||
#[gtk-about] |
||||
[Desktop Entry] |
||||
|
||||
#F[Icon] |
||||
frame_maininfo= |
||||
|
||||
#d+ Name of the container it belongs to: |
||||
Container=Misc |
||||
|
||||
#v |
||||
sep_display= |
||||
|
||||
#s[Default] Launcher's name: |
||||
Name=Dolphin |
||||
|
||||
#S+[Default] Image's name or path: |
||||
Icon=dolphin-emu |
||||
|
||||
#s[Default] Command to launch on click: |
||||
#{Example: nautilus --no-desktop, gedit, etc. You can even enter a shortkey, e.g. <Alt>F1, <Ctrl>c, <Ctrl>v, etc} |
||||
Exec=GAMING_HDD=1 NO_GAMESCOPE=1 game-dummy.sh dolphin-emu |
||||
|
||||
|
||||
#X[Extra parameters] |
||||
frame_extra= |
||||
|
||||
#b Don't link the launcher with its window |
||||
#{If you chose to mix launcher and applications, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the terminal's icon from the taskbar.} |
||||
prevent inhibate=false |
||||
|
||||
#K[Default] Class of the program: |
||||
#{The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the application with its launcher.} |
||||
StartupWMClass=dolphin-emu |
||||
|
||||
#b Run in a terminal? |
||||
Terminal=false |
||||
|
||||
#i-[0;16] Only show in this specific viewport: |
||||
#{If '0' the launcher will be displayed on every viewport.} |
||||
ShowOnViewport=0 |
||||
|
||||
#f[0;100] Order you want for this launcher among the others: |
||||
Order=1.75 |
||||
|
||||
Icon Type=0 |
||||
Type=Application |
||||
Origin=/usr/share/applications/dolphin-emu.desktop |
@ -0,0 +1,98 @@
|
||||
[general] |
||||
; The reaper thread will checkevery 5 seconds for exited clients, for config file changes, and for the CPU/iGPU power balance |
||||
reaper_freq=5 |
||||
|
||||
; The desired governor is used when entering GameMode instead of "performance" |
||||
;desiredgov=performance |
||||
;desiredgov=powersave |
||||
; The default governer is used when leaving GameMode instead of restoring the original value |
||||
;defaultgov=powersave |
||||
|
||||
; The iGPU desired governor is used when the integrated GPU is under heavy load |
||||
igpu_desiredgov=powersave |
||||
; Threshold to use to decide when the integrated GPU is under heavy load. |
||||
; This is a ratio of iGPU Watts / CPU Watts which is used to determine when the |
||||
; integraged GPU is under heavy enough load to justify switching to |
||||
; igpu_desiredgov. Set this to -1 to disable all iGPU checking and always |
||||
; use desiredgov for games. |
||||
igpu_power_threshold=0.3 |
||||
|
||||
; GameMode can change the scheduler policy to SCHED_ISO on kernels which support it (currently |
||||
; not supported by upstream kernels). Can be set to "auto", "on" or "off". "auto" will enable |
||||
; with 4 or more CPU cores. "on" will always enable. Defaults to "off". |
||||
softrealtime=auto |
||||
|
||||
; GameMode can renice game processes. You can put any value between 0 and 20 here, the value |
||||
; will be negated and applied as a nice value (0 means no change). Defaults to 0. |
||||
renice=10 |
||||
|
||||
; By default, GameMode adjusts the iopriority of clients to BE/0, you can put any value |
||||
; between 0 and 7 here (with 0 being highest priority), or one of the special values |
||||
; "off" (to disable) or "reset" (to restore Linux default behavior based on CPU priority), |
||||
; currently, only the best-effort class is supported thus you cannot set it here |
||||
ioprio=0 |
||||
|
||||
; Sets whether gamemode will inhibit the screensaver when active |
||||
; Defaults to 1 |
||||
inhibit_screensaver=1 |
||||
|
||||
[filter] |
||||
; If "whitelist" entry has a value(s) |
||||
; gamemode will reject anything not in the whitelist |
||||
;whitelist=RiseOfTheTombRaider |
||||
|
||||
; Gamemode will always reject anything in the blacklist |
||||
;blacklist=HalfLife3 |
||||
; glxgears |
||||
|
||||
[gpu] |
||||
; Here Be Dragons! |
||||
; Warning: Use these settings at your own risk |
||||
; Any damage to hardware incurred due to this feature is your responsibility and yours alone |
||||
; It is also highly recommended you try these settings out first manually to find the sweet spots |
||||
|
||||
; Setting this to the keyphrase "accept-responsibility" will allow gamemode to apply GPU optimisations such as overclocks |
||||
;apply_gpu_optimisations=accept-responsibility |
||||
|
||||
; The DRM device number on the system (usually 0), ie. the number in /sys/class/drm/card0/ |
||||
;gpu_device=0 |
||||
|
||||
; Nvidia specific settings |
||||
; Requires the coolbits extension activated in nvidia-xconfig |
||||
; This corresponds to the desired GPUPowerMizerMode |
||||
; "Adaptive"=0 "Prefer Maximum Performance"=1 and "Auto"=2 |
||||
; See NV_CTRL_GPU_POWER_MIZER_MODE and friends in https://github.com/NVIDIA/nvidia-settings/blob/master/src/libXNVCtrl/NVCtrl.h |
||||
;nv_powermizer_mode=1 |
||||
|
||||
; These will modify the core and mem clocks of the highest perf state in the Nvidia PowerMizer |
||||
; They are measured as Mhz offsets from the baseline, 0 will reset values to default, -1 or unset will not modify values |
||||
;nv_core_clock_mhz_offset=0 |
||||
;nv_mem_clock_mhz_offset=0 |
||||
|
||||
; AMD specific settings |
||||
; Requires a relatively up to date AMDGPU kernel module |
||||
; See: https://dri.freedesktop.org/docs/drm/gpu/amdgpu.html#gpu-power-thermal-controls-and-monitoring |
||||
; It is also highly recommended you use lm-sensors (or other available tools) to verify card temperatures |
||||
; This corresponds to power_dpm_force_performance_level, "manual" is not supported for now |
||||
;amd_performance_level=high |
||||
|
||||
[supervisor] |
||||
; This section controls the new gamemode functions gamemode_request_start_for and gamemode_request_end_for |
||||
; The whilelist and blacklist control which supervisor programs are allowed to make the above requests |
||||
;supervisor_whitelist= |
||||
;supervisor_blacklist= |
||||
|
||||
; In case you want to allow a supervisor to take full control of gamemode, this option can be set |
||||
; This will only allow gamemode clients to be registered by using the above functions by a supervisor client |
||||
;require_supervisor=0 |
||||
|
||||
[custom] |
||||
; Custom scripts (executed using the shell) when gamemode starts and ends |
||||
;start=notify-send "Yeaha GameMode started" |
||||
start=sh ~/Scripts/gamemode-start.sh |
||||
|
||||
;end=notify-send "Uff GameMode ended" |
||||
; /home/me/bin/start_ethmining.sh |
||||
end=sh ~/Scripts/gamemode-end.sh |
||||
; Timeout for scripts (seconds). Scripts will be killed if they do not complete within this time. |
||||
;script_timeout=10 |
@ -1,274 +0,0 @@
|
||||
{ |
||||
"OpenWeatherMap_weather_lang": "de", |
||||
"always_on_top": false, |
||||
"angel": 0, |
||||
"app_indicator_fix_size": false, |
||||
"app_indicator_size": 30, |
||||
"app_lang": "auto", |
||||
"appid": "9e17eafe4a212734f5d9df926ff314a5", |
||||
"appid_openweathermap": "9e17eafe4a212734f5d9df926ff314a5", |
||||
"bg_custom": "Grey", |
||||
"bg_height": -1, |
||||
"bg_left": 0, |
||||
"bg_top": 0, |
||||
"bg_width": -1, |
||||
"block_add_info_left": 70, |
||||
"block_h_offset": 12, |
||||
"block_icons_left": 0, |
||||
"block_icons_top": 0, |
||||
"block_moonrise": { |
||||
"align": "right", |
||||
"font_size": 9, |
||||
"show": true, |
||||
"x": 30, |
||||
"y": 100 |
||||
}, |
||||
"block_now_left": 0, |
||||
"block_sunrise": { |
||||
"align": "left", |
||||
"font_size": 9, |
||||
"show": true, |
||||
"x": 30, |
||||
"y": 100 |
||||
}, |
||||
"block_today_left": 0, |
||||
"block_today_top": 0, |
||||
"block_tomorrow_left": 60, |
||||
"block_tomorrow_top": 0, |
||||
"block_wind_direct_left": -180, |
||||
"block_wind_direct_small_left": 0, |
||||
"block_wind_direct_small_top": 0, |
||||
"check_for_updates": 0, |
||||
"city_id": "2879139", |
||||
"city_list_openweathermap": [ |
||||
"2879139;Leipzig" |
||||
], |
||||
"city_name_attr": { |
||||
"align": "center", |
||||
"font_size": 14, |
||||
"font_weight": " Bold", |
||||
"show": true, |
||||
"x": 0, |
||||
"y": 0 |
||||
}, |
||||
"city_name_custom": "", |
||||
"color_bg": [ |
||||
0.8, |
||||
0.8, |
||||
0.8, |
||||
1 |
||||
], |
||||
"color_high_wind": [ |
||||
0.9333333333333333, |
||||
0.9333333333333333, |
||||
0.9254901960784314, |
||||
1.0 |
||||
], |
||||
"color_scheme_number": 0, |
||||
"color_shadow": [ |
||||
0.0, |
||||
0.0, |
||||
0.0, |
||||
0.699320973525597 |
||||
], |
||||
"color_text": [ |
||||
0.9333333333333333, |
||||
0.9333333333333333, |
||||
0.9254901960784314, |
||||
1.0 |
||||
], |
||||
"color_text_week": [ |
||||
0.9333333333333333, |
||||
0.9333333333333333, |
||||
0.9254901960784314, |
||||
1.0 |
||||
], |
||||
"custom_text1_attr": { |
||||
"align": "left", |
||||
"font_size": 9, |
||||
"font_weight": " Bold", |
||||
"show": false, |
||||
"text": "Jetzt", |
||||
"x": 0, |
||||
"y": 0 |
||||
}, |
||||
"date_separator": ".", |
||||
"day_date_attr": { |
||||
"align": "left", |
||||
"font_size": 9, |
||||
"font_weight": " Bold", |
||||
"show": true, |
||||
"x": 0, |
||||
"y": -2 |
||||
}, |
||||
"day_date_fmt": "{day}, {date}", |
||||
"day_icon_attr": { |
||||
"show": true, |
||||
"size": 36, |
||||
"x": 30, |
||||
"y": 16 |
||||
}, |
||||
"day_left": 0, |
||||
"day_top": 0, |
||||
"delay_start_time": 1, |
||||
"desc_style": 0, |
||||
"draw_shadow": true, |
||||
"fix_BadDrawable": false, |
||||
"fix_position": true, |
||||
"font": "Sans", |
||||
"height_adjustment": -7, |
||||
"height_fix": 0, |
||||
"high_wind": 10, |
||||
"icon_now_attr": { |
||||
"show": true, |
||||
"size": 80, |
||||
"x": 0, |
||||
"y": 30 |
||||
}, |
||||
"icons_menu_name": "default", |
||||
"icons_name": "flat_colorful", |
||||
"indicator_color_shadow": [ |
||||
1, |
||||
1, |
||||
1, |
||||
0.7 |
||||
], |
||||
"indicator_color_text": [ |
||||
0, |
||||
0, |
||||
0, |
||||
1 |
||||
], |
||||
"indicator_draw_shadow": true, |
||||
"indicator_font": "Sans", |
||||
"indicator_font_size": 9, |
||||
"indicator_icons_name": "colorful", |
||||
"indicator_is_appindicator": 1, |
||||
"indicator_top": 0, |
||||
"indicator_width": 30, |
||||
"instances_count": 0, |
||||
"margin": 18, |
||||
"max_days": 5, |
||||
"max_try_show": 30, |
||||
"n": 4, |
||||
"opacity": 1.0, |
||||
"pipe1": { |
||||
"active": false, |
||||
"path": "/home/alex/.config/gis-weather/pipe1", |
||||
"text": "{t_now}" |
||||
}, |
||||
"pipe2": { |
||||
"active": false, |
||||
"path": "/home/alex/.config/gis-weather/pipe2", |
||||
"text": "{t_now}" |
||||
}, |
||||
"pipe3": { |
||||
"active": false, |
||||
"path": "/home/alex/.config/gis-weather/pipe3", |
||||
"text": "{t_now}" |
||||
}, |
||||
"preset_number": 0, |
||||
"press_units": 2, |
||||
"r": 0, |
||||
"save_cur_data_path": "", |
||||
"save_cur_icon": false, |
||||
"save_cur_temp": false, |
||||
"save_cur_temp_add_scale": false, |
||||
"save_cur_temp_to_pipe": true, |
||||
"save_weather": false, |
||||
"save_weather_fmt": "", |
||||
"save_weather_path": "", |
||||
"scale": 0.8199999999999998, |
||||
"service": "OpenWeatherMap", |
||||
"show_bg_png": true, |
||||
"show_block_add_info": false, |
||||
"show_block_moonrise": true, |
||||
"show_block_sunrise": true, |
||||
"show_block_today": false, |
||||
"show_block_tomorrow": true, |
||||
"show_block_wind_direct": true, |
||||
"show_chance_of_rain": true, |
||||
"show_indicator": 0, |
||||
"show_indicator_text": true, |
||||
"show_splash_screen": 2, |
||||
"show_sunrise": true, |
||||
"show_time_receive": true, |
||||
"splash_block_top": 0, |
||||
"splash_icon_top": 0, |
||||
"splash_version_top": 0, |
||||
"sticky": true, |
||||
"swap_d_and_m": false, |
||||
"t_attr": { |
||||
"align": "left", |
||||
"font_size": 10, |
||||
"font_weight": " Normal", |
||||
"show": true, |
||||
"x": 0, |
||||
"y": 15 |
||||
}, |
||||
"t_feel": false, |
||||
"t_fmt": "{t_day}\n{t_night}", |
||||
"t_now_attr": { |
||||
"align": "right", |
||||
"font_size": 18, |
||||
"font_weight": " Normal", |
||||
"show": true, |
||||
"x": 0, |
||||
"y": 30 |
||||
}, |
||||
"t_now_fmt": "{t_now}", |
||||
"t_scale": 0, |
||||
"text_attr": { |
||||
"align": "left", |
||||
"font_size": 7, |
||||
"show": true, |
||||
"x": 0, |
||||
"y": 55 |
||||
}, |
||||
"text_file1": { |
||||
"active": false, |
||||
"path": "/home/alex/.config/gis-weather/text_file1", |
||||
"text": "{t_now}" |
||||
}, |
||||
"text_file2": { |
||||
"active": false, |
||||
"path": "/home/alex/.config/gis-weather/text_file2", |
||||
"text": "{t_now}" |
||||
}, |
||||
"text_file3": { |
||||
"active": false, |
||||
"path": "/home/alex/.config/gis-weather/text_file3", |
||||
"text": "{t_now}" |
||||
}, |
||||
"text_now_attr": { |
||||
"align": "center", |
||||
"font_size": 10, |
||||
"font_weight": " Normal", |
||||
"show": true, |
||||
"x": 0, |
||||
"y": 0 |
||||
}, |
||||
"time_of_day_gradient": true, |
||||
"tooltip_fmt": "", |
||||
"tooltip_show": true, |
||||
"type_hint": 0, |
||||
"upd_time": 60, |
||||
"weather_lang": "de", |
||||
"weather_menu": false, |
||||
"weather_menu_n": 3, |
||||
"weekend": "Sa, So", |
||||
"width_fix": 0, |
||||
"wind_attr": { |
||||
"align": "left", |
||||
"font_size": 8, |
||||
"font_weight": " Normal", |
||||
"show": true, |
||||
"x": 0, |
||||
"y": 50 |
||||
}, |
||||
"wind_direct_small": false, |
||||
"wind_fmt": "{wind_direct}, {wind_speed}", |
||||
"wind_units": 1, |
||||
"x_pos": 3480, |
||||
"y_pos": 172 |
||||
} |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 350 B |
@ -1,14 +1,7 @@
|
||||
file:///home/akoenig/Bilder |
||||
file:///home/akoenig/Dokumente |
||||
file:///home/akoenig/Downloads |
||||
file:///home/akoenig/Musik |
||||
file:///home/akoenig/%C3%96ffentlich |
||||
file:///home/akoenig/Scripts |
||||
file:///home/akoenig/Videos |
||||
file:///home/akoenig/git |
||||
file:///home/akoenig/ddev |
||||
file:///mnt/data Shared NTFS (data) |
||||
file:///mnt/projekte Ubuntu (projekte) |
||||
file:///mnt/austausch Ubuntu (austausch) |
||||
file:///mnt/projekte/00_Entwicklung/TYPO3/icons icons (projekte/TYPO3) |
||||
sftp://cstorm-support@www3.hpi.uni-potsdam.de/ hpi.de LIVE |
||||
file:///home/gind/Bilder |
||||
file:///home/gind/Dokumente |
||||
file:///home/gind/Downloads |
||||
file:///home/gind/Musik |
||||
file:///home/gind/Scripts |
||||
file:///home/gind/Videos |
||||
file:///home/gind/%C3%96ffentlich |
||||
|
@ -0,0 +1,769 @@
|
||||
# See this wiki page for more info: |
||||
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info |
||||
print_info() { |
||||
#info "" test |
||||
#info title |
||||
|
||||
prin |
||||
|
||||
#info underline |
||||
|
||||
info "OS" distro |
||||
info "Host" model |
||||
info "Kernel" kernel |
||||
info "Uptime" uptime |
||||
info "Packages" packages |
||||
info "Shell" shell |
||||
info "Resolution" resolution |
||||
info "DE" de |
||||
info "WM" wm |
||||
info "WM Theme" wm_theme |
||||
info "Theme" theme |
||||
info "Icons" icons |
||||
info "Terminal" term |
||||
info "Terminal Font" term_font |
||||
info "CPU" cpu |
||||
info "GPU" gpu |
||||
info "Memory" memory |
||||
info "Song" song |
||||
info cols |
||||
|
||||
#info "CPU Usage" cpu_usage |
||||
|
||||
|
||||
# info "Memory" memory |
||||
|
||||
#info "GPU Driver" gpu_driver # Linux/macOS only |
||||
#info "Disk" disk |
||||
# info "Battery" battery |
||||
# info "Font" font |
||||
#info "Song" song |
||||
# [[ $player ]] && prin "Music Player" "$player" |
||||
# info "Local IP" local_ip |
||||
# info "Public IP" public_ip |
||||
# info "Users" users |
||||
# info "Locale" locale # This only works on glibc systems. |
||||
} |
||||
|
||||
|
||||
# Kernel |
||||
|
||||
|
||||
# Shorten the output of the kernel function. |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off' |
||||
# Flag: --kernel_shorthand |
||||
# Supports: Everything except *BSDs (except PacBSD and PC-BSD) |
||||
# |
||||
# Example: |
||||
# on: '4.8.9-1-ARCH' |
||||
# off: 'Linux 4.8.9-1-ARCH' |
||||
kernel_shorthand="on" |
||||
|
||||
|
||||
# Distro |
||||
|
||||
|
||||
# Shorten the output of the distro function |
||||
# |
||||
# Default: 'off' |
||||
# Values: 'on', 'off', 'tiny' |
||||
# Flag: --distro_shorthand |
||||
# Supports: Everything except Windows and Haiku |
||||
distro_shorthand="off" |
||||
|
||||
# Show/Hide OS Architecture. |
||||
# Show 'x86_64', 'x86' and etc in 'Distro:' output. |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off' |
||||
# Flag: --os_arch |
||||
# |
||||
# Example: |
||||
# on: 'Arch Linux x86_64' |
||||
# off: 'Arch Linux' |
||||
os_arch="on" |
||||
|
||||
|
||||
# Uptime |
||||
|
||||
|
||||
# Shorten the output of the uptime function |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off', 'tiny' |
||||
# Flag: --uptime_shorthand |
||||
# |
||||
# Example: |
||||
# on: '2 days, 10 hours, 3 mins' |
||||
# off: '2 days, 10 hours, 3 minutes' |
||||
# tiny: '2d 10h 3m' |
||||
uptime_shorthand="on" |
||||
|
||||
|
||||
# Memory |
||||
|
||||
|
||||
# Show memory pecentage in output. |
||||
# |
||||
# Default: 'off' |
||||
# Values: 'on', 'off' |
||||
# Flag: --memory_percent |
||||
# |
||||
# Example: |
||||
# on: '1801MiB / 7881MiB (22%)' |
||||
# off: '1801MiB / 7881MiB' |
||||
memory_percent="off" |
||||
|
||||
|
||||
# Packages |
||||
|
||||
|
||||
# Show/Hide Package Manager names. |
||||
# |
||||
# Default: 'tiny' |
||||
# Values: 'on', 'tiny' 'off' |
||||
# Flag: --package_managers |
||||
# |
||||
# Example: |
||||
# on: '998 (pacman), 8 (flatpak), 4 (snap)' |
||||
# tiny: '908 (pacman, flatpak, snap)' |
||||
# off: '908' |
||||
package_managers="on" |
||||
|
||||
|
||||
# Shell |
||||
|
||||
|
||||
# Show the path to $SHELL |
||||
# |
||||
# Default: 'off' |
||||
# Values: 'on', 'off' |
||||
# Flag: --shell_path |
||||
# |
||||
# Example: |
||||
# on: '/bin/bash' |
||||
# off: 'bash' |
||||
shell_path="off" |
||||
|
||||
# Show $SHELL version |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off' |
||||
# Flag: --shell_version |
||||
# |
||||
# Example: |
||||
# on: 'bash 4.4.5' |
||||
# off: 'bash' |
||||
shell_version="on" |
||||
|
||||
|
||||
# CPU |
||||
|
||||
|
||||
# CPU speed type |
||||
# |
||||
# Default: 'bios_limit' |
||||
# Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'. |
||||
# Flag: --speed_type |
||||
# Supports: Linux with 'cpufreq' |
||||
# NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value. |
||||
speed_type="bios_limit" |
||||
|
||||
# CPU speed shorthand |
||||
# |
||||
# Default: 'off' |
||||
# Values: 'on', 'off'. |
||||
# Flag: --speed_shorthand |
||||
# NOTE: This flag is not supported in systems with CPU speed less than 1 GHz |
||||
# |
||||
# Example: |
||||
# on: 'i7-6500U (4) @ 3.1GHz' |
||||
# off: 'i7-6500U (4) @ 3.100GHz' |
||||
speed_shorthand="off" |
||||
|
||||
# Enable/Disable CPU brand in output. |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off' |
||||
# Flag: --cpu_brand |
||||
# |
||||
# Example: |
||||
# on: 'Intel i7-6500U' |
||||
# off: 'i7-6500U (4)' |
||||
cpu_brand="on" |
||||
|
||||
# CPU Speed |
||||
# Hide/Show CPU speed. |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off' |
||||
# Flag: --cpu_speed |
||||
# |
||||
# Example: |
||||
# on: 'Intel i7-6500U (4) @ 3.1GHz' |
||||
# off: 'Intel i7-6500U (4)' |
||||
cpu_speed="on" |
||||
|
||||
# CPU Cores |
||||
# Display CPU cores in output |
||||
# |
||||
# Default: 'logical' |
||||
# Values: 'logical', 'physical', 'off' |
||||
# Flag: --cpu_cores |
||||
# Support: 'physical' doesn't work on BSD. |
||||
# |
||||
# Example: |
||||
# logical: 'Intel i7-6500U (4) @ 3.1GHz' (All virtual cores) |
||||
# physical: 'Intel i7-6500U (2) @ 3.1GHz' (All physical cores) |
||||
# off: 'Intel i7-6500U @ 3.1GHz' |
||||
cpu_cores="logical" |
||||
|
||||
# CPU Temperature |
||||
# Hide/Show CPU temperature. |
||||
# Note the temperature is added to the regular CPU function. |
||||
# |
||||
# Default: 'off' |
||||
# Values: 'C', 'F', 'off' |
||||
# Flag: --cpu_temp |
||||
# Supports: Linux, BSD |
||||
# NOTE: For FreeBSD and NetBSD-based systems, you'll need to enable |
||||
# coretemp kernel module. This only supports newer Intel processors. |
||||
# |
||||
# Example: |
||||
# C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]' |
||||
# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]' |
||||
# off: 'Intel i7-6500U (4) @ 3.1GHz' |
||||
cpu_temp="off" |
||||
|
||||
|
||||
# GPU |
||||
|
||||
|
||||
# Enable/Disable GPU Brand |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off' |
||||
# Flag: --gpu_brand |
||||
# |
||||
# Example: |
||||
# on: 'AMD HD 7950' |
||||
# off: 'HD 7950' |
||||
gpu_brand="on" |
||||
|
||||
# Which GPU to display |
||||
# |
||||
# Default: 'all' |
||||
# Values: 'all', 'dedicated', 'integrated' |
||||
# Flag: --gpu_type |
||||
# Supports: Linux |
||||
# |
||||
# Example: |
||||
# all: |
||||
# GPU1: AMD HD 7950 |
||||
# GPU2: Intel Integrated Graphics |
||||
# |
||||
# dedicated: |
||||
# GPU1: AMD HD 7950 |
||||
# |
||||
# integrated: |
||||
# GPU1: Intel Integrated Graphics |
||||
gpu_type="all" |
||||
|
||||
|
||||
# Resolution |
||||
|
||||
|
||||
# Display refresh rate next to each monitor |
||||
# Default: 'off' |
||||
# Values: 'on', 'off' |
||||
# Flag: --refresh_rate |
||||
# Supports: Doesn't work on Windows. |
||||
# |
||||
# Example: |
||||
# on: '1920x1080 @ 60Hz' |
||||
# off: '1920x1080' |
||||
refresh_rate="off" |
||||
|
||||
|
||||
# Gtk Theme / Icons / Font |
||||
|
||||
|
||||
# Shorten output of GTK Theme / Icons / Font |
||||
# |
||||
# Default: 'off' |
||||
# Values: 'on', 'off' |
||||
# Flag: --gtk_shorthand |
||||
# |
||||
# Example: |
||||
# on: 'Numix, Adwaita' |
||||
# off: 'Numix [GTK2], Adwaita [GTK3]' |
||||
gtk_shorthand="off" |
||||
|
||||
|
||||
# Enable/Disable gtk2 Theme / Icons / Font |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off' |
||||
# Flag: --gtk2 |
||||
# |
||||
# Example: |
||||
# on: 'Numix [GTK2], Adwaita [GTK3]' |
||||
# off: 'Adwaita [GTK3]' |
||||
gtk2="on" |
||||
|
||||
# Enable/Disable gtk3 Theme / Icons / Font |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off' |
||||
# Flag: --gtk3 |
||||
# |
||||
# Example: |
||||
# on: 'Numix [GTK2], Adwaita [GTK3]' |
||||
# off: 'Numix [GTK2]' |
||||
gtk3="on" |
||||
|
||||
|
||||
# IP Address |
||||
|
||||
|
||||
# Website to ping for the public IP |
||||
# |
||||
# Default: 'http://ident.me' |
||||
# Values: 'url' |
||||
# Flag: --ip_host |
||||
public_ip_host="http://ident.me" |
||||
|
||||
# Public IP timeout. |
||||
# |
||||
# Default: '2' |
||||
# Values: 'int' |
||||
# Flag: --ip_timeout |
||||
public_ip_timeout=2 |
||||
|
||||
|
||||
# Disk |
||||
|
||||
|
||||
# Which disks to display. |
||||
# The values can be any /dev/sdXX, mount point or directory. |
||||
# NOTE: By default we only show the disk info for '/'. |
||||
# |
||||
# Default: '/' |
||||
# Values: '/', '/dev/sdXX', '/path/to/drive'. |
||||
# Flag: --disk_show |
||||
# |
||||
# Example: |
||||
# disk_show=('/' '/dev/sdb1'): |
||||
# 'Disk (/): 74G / 118G (66%)' |
||||
# 'Disk (/mnt/Videos): 823G / 893G (93%)' |
||||
# |
||||
# disk_show=('/'): |
||||
# 'Disk (/): 74G / 118G (66%)' |
||||
# |
||||
disk_show=('/') |
||||
|
||||
# Disk subtitle. |
||||
# What to append to the Disk subtitle. |
||||
# |
||||
# Default: 'mount' |
||||
# Values: 'mount', 'name', 'dir' |
||||
# Flag: --disk_subtitle |
||||
# |
||||
# Example: |
||||
# name: 'Disk (/dev/sda1): 74G / 118G (66%)' |
||||
# 'Disk (/dev/sdb2): 74G / 118G (66%)' |
||||
# |
||||
# mount: 'Disk (/): 74G / 118G (66%)' |
||||
# 'Disk (/mnt/Local Disk): 74G / 118G (66%)' |
||||
# 'Disk (/mnt/Videos): 74G / 118G (66%)' |
||||
# |
||||
# dir: 'Disk (/): 74G / 118G (66%)' |
||||
# 'Disk (Local Disk): 74G / 118G (66%)' |
||||
# 'Disk (Videos): 74G / 118G (66%)' |
||||
disk_subtitle="mount" |
||||
|
||||
|
||||
# Song |
||||
|
||||
|
||||
# Manually specify a music player. |
||||
# |
||||
# Default: 'auto' |
||||
# Values: 'auto', 'player-name' |
||||
# Flag: --music_player |
||||
# |
||||
# Available values for 'player-name': |
||||
# |
||||
# amarok |
||||
# audacious |
||||
# banshee |
||||
# bluemindo |
||||
# clementine |
||||
# cmus |
||||
# deadbeef |
||||
# deepin-music |
||||
# dragon |
||||
# elisa |
||||
# exaile |
||||
# gnome-music |
||||
# gmusicbrowser |
||||
# guayadeque |
||||
# iTunes |
||||
# juk |
||||
# lollypop |
||||
# mocp |
||||
# mopidy |
||||
# mpd |
||||
# netease-cloud-music |
||||
# pogo |
||||
# pragha |
||||
# qmmp |
||||
# quodlibet |
||||
# rhythmbox |
||||
# sayonara |
||||
# smplayer |
||||
# spotify |
||||
# tomahawk |
||||
# vlc |
||||
# xmms2d |
||||
# yarock |
||||
music_player="auto" |
||||
|
||||
# Format to display song information. |
||||
# |
||||
# Default: '%artist% - %album% - %title%' |
||||
# Values: '%artist%', '%album%', '%title%' |
||||
# Flag: --song_format |
||||
# |
||||
# Example: |
||||
# default: 'Song: Jet - Get Born - Sgt Major' |
||||
song_format="%artist% - %album% - %title%" |
||||
|
||||
# Print the Artist, Album and Title on separate lines |
||||
# |
||||
# Default: 'off' |
||||
# Values: 'on', 'off' |
||||
# Flag: --song_shorthand |
||||
# |
||||
# Example: |
||||
# on: 'Artist: The Fratellis' |
||||
# 'Album: Costello Music' |
||||
# 'Song: Chelsea Dagger' |
||||
# |
||||
# off: 'Song: The Fratellis - Costello Music - Chelsea Dagger' |
||||
song_shorthand="off" |
||||
|
||||
# 'mpc' arguments (specify a host, password etc). |
||||
# |
||||
# Default: '' |
||||
# Example: mpc_args=(-h HOST -P PASSWORD) |
||||
mpc_args=() |
||||
|
||||
|
||||
# Text Colors |
||||
|
||||
|
||||
# Text Colors |
||||
# |
||||
# Default: 'distro' |
||||
# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' |
||||
# Flag: --colors |
||||
# |
||||
# Each number represents a different part of the text in |
||||
# this order: 'title', '@', 'underline', 'subtitle', 'colon', 'info' |
||||
# |
||||
# Example: |
||||
# colors=(distro) - Text is colored based on Distro colors. |
||||
# colors=(4 6 1 8 8 6) - Text is colored in the order above. |
||||
colors=(distro) |
||||
|
||||
|
||||
# Text Options |
||||
|
||||
|
||||
# Toggle bold text |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off' |
||||
# Flag: --bold |
||||
bold="on" |
||||
|
||||
# Enable/Disable Underline |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off' |
||||
# Flag: --underline |
||||
underline_enabled="on" |
||||
|
||||
# Underline character |
||||
# |
||||
# Default: '-' |
||||
# Values: 'string' |
||||
# Flag: --underline_char |
||||
underline_char="-" |
||||
|
||||
|
||||
# Info Separator |
||||
# Replace the default separator with the specified string. |
||||
# |
||||
# Default: ':' |
||||
# Flag: --separator |
||||
# |
||||
# Example: |
||||
# separator="->": 'Shell-> bash' |
||||
# separator=" =": 'WM = dwm' |
||||
separator=":" |
||||
|
||||
|
||||
# Color Blocks |
||||
|
||||
|
||||
# Color block range |
||||
# The range of colors to print. |
||||
# |
||||
# Default: '0', '7' |
||||
# Values: 'num' |
||||
# Flag: --block_range |
||||
# |
||||
# Example: |
||||
# |
||||
# Display colors 0-7 in the blocks. (8 colors) |
||||
# neofetch --block_range 0 7 |
||||
# |
||||
# Display colors 0-15 in the blocks. (16 colors) |
||||
# neofetch --block_range 0 15 |
||||
block_range=(0 7) |
||||
|
||||
# Toggle color blocks |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off' |
||||
# Flag: --color_blocks |
||||
color_blocks="on" |
||||
|
||||
# Color block width in spaces |
||||
# |
||||
# Default: '3' |
||||
# Values: 'num' |
||||
# Flag: --block_width |
||||
block_width=3 |
||||
|
||||
# Color block height in lines |
||||
# |
||||
# Default: '1' |
||||
# Values: 'num' |
||||
# Flag: --block_height |
||||
block_height=1 |
||||
|
||||
|
||||
# Progress Bars |
||||
|
||||
|
||||
# Bar characters |
||||
# |
||||
# Default: '-', '=' |
||||
# Values: 'string', 'string' |
||||
# Flag: --bar_char |
||||
# |
||||
# Example: |
||||
# neofetch --bar_char 'elapsed' 'total' |
||||
# neofetch --bar_char '-' '=' |
||||
bar_char_elapsed="-" |
||||
bar_char_total="=" |
||||
|
||||
# Toggle Bar border |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off' |
||||
# Flag: --bar_border |
||||
bar_border="on" |
||||
|
||||
# Progress bar length in spaces |
||||
# Number of chars long to make the progress bars. |
||||
# |
||||
# Default: '15' |
||||
# Values: 'num' |
||||
# Flag: --bar_length |
||||
bar_length=15 |
||||
|
||||
# Progress bar colors |
||||
# When set to distro, uses your distro's logo colors. |
||||
# |
||||
# Default: 'distro', 'distro' |
||||
# Values: 'distro', 'num' |
||||
# Flag: --bar_colors |
||||
# |
||||
# Example: |
||||
# neofetch --bar_colors 3 4 |
||||
# neofetch --bar_colors distro 5 |
||||
bar_color_elapsed="distro" |
||||
bar_color_total="distro" |
||||
|
||||
|
||||
# Info display |
||||
# Display a bar with the info. |
||||
# |
||||
# Default: 'off' |
||||
# Values: 'bar', 'infobar', 'barinfo', 'off' |
||||
# Flags: --cpu_display |
||||
# --memory_display |
||||
# --battery_display |
||||
# --disk_display |
||||
# |
||||
# Example: |
||||
# bar: '[---=======]' |
||||
# infobar: 'info [---=======]' |
||||
# barinfo: '[---=======] info' |
||||
# off: 'info' |
||||
cpu_display="off" |
||||
memory_display="off" |
||||
battery_display="off" |
||||
disk_display="off" |
||||
|
||||
|
||||
# Backend Settings |
||||
|
||||
|
||||
# Image backend. |
||||
# |
||||
# Default: 'ascii' |
||||
# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off', |
||||
# 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' |
||||
# Flag: --backend |
||||
image_backend="ascii" |
||||
|
||||
# Image Source |
||||
# |
||||
# Which image or ascii file to display. |
||||
# |
||||
# Default: 'auto' |
||||
# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/' |
||||
# 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")' |
||||
# Flag: --source |
||||
# |
||||
# NOTE: 'auto' will pick the best image source for whatever image backend is used. |
||||
# In ascii mode, distro ascii art will be used and in an image mode, your |
||||
# wallpaper will be used. |
||||
image_source="auto" |
||||
|
||||
|
||||
# Ascii Options |
||||
|
||||
|
||||
# Ascii distro |
||||
# Which distro's ascii art to display. |
||||
# |
||||
# Default: 'auto' |
||||
# Values: 'auto', 'distro_name' |
||||
# Flag: --ascii_distro |
||||
# |
||||
# NOTE: Arch and Ubuntu have 'old' logo variants. |
||||
# Change this to 'arch_old' or 'ubuntu_old' to use the old logos. |
||||
# NOTE: Ubuntu has flavor variants. |
||||
# Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME' or 'Ubuntu-Budgie' to use the flavors. |
||||
# NOTE: Arch, Crux and Gentoo have a smaller logo variant. |
||||
# Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos. |
||||
ascii_distro="auto" |
||||
|
||||
# Ascii Colors |
||||
# |
||||
# Default: 'distro' |
||||
# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' |
||||
# Flag: --ascii_colors |
||||
# |
||||
# Example: |
||||
# ascii_colors=(distro) - Ascii is colored based on Distro colors. |
||||
# ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. |
||||
ascii_colors=(distro) |
||||
|
||||
# Bold ascii logo |
||||
# Whether or not to bold the ascii logo. |
||||
# |
||||
# Default: 'on' |
||||
# Values: 'on', 'off' |
||||
# Flag: --ascii_bold |
||||
ascii_bold="on" |
||||
|
||||
|
||||
# Image Options |
||||
|
||||
|
||||
# Image loop |
||||
# Setting this to on will make neofetch redraw the image constantly until |
||||
# Ctrl+C is pressed. This fixes display issues in some terminal emulators. |
||||
# |
||||
# Default: 'off' |
||||
# Values: 'on', 'off' |
||||
# Flag: --loop |
||||
image_loop="off" |
||||
|
||||
# Thumbnail directory |
||||
# |
||||
# Default: '~/.cache/thumbnails/neofetch' |
||||
# Values: 'dir' |
||||
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch" |
||||
|
||||
# Crop mode |
||||
# |
||||
# Default: 'normal' |
||||
# Values: 'normal', 'fit', 'fill' |
||||
# Flag: --crop_mode |
||||
# |
||||
# See this wiki page to learn about the fit and fill options. |
||||
# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F |
||||
crop_mode="normal" |
||||
|
||||
# Crop offset |
||||
# Note: Only affects 'normal' crop mode. |
||||
# |
||||
# Default: 'center' |
||||
# Values: 'northwest', 'north', 'northeast', 'west', 'center' |
||||
# 'east', 'southwest', 'south', 'southeast' |
||||
# Flag: --crop_offset |
||||
crop_offset="center" |
||||
|
||||
# Image size |
||||
# The image is half the terminal width by default. |
||||
# |
||||
# Default: 'auto' |
||||
# Values: 'auto', '00px', '00%', 'none' |
||||
# Flags: --image_size |
||||
# --size |
||||
image_size="auto" |
||||
|
||||
# Gap between image and text |
||||
# |
||||
# Default: '3' |
||||
# Values: 'num', '-num' |
||||
# Flag: --gap |
||||
gap=3 |
||||
|
||||
# Image offsets |
||||
# Only works with the w3m backend. |
||||
# |
||||
# Default: '0' |
||||
# Values: 'px' |
||||
# Flags: --xoffset |
||||
# --yoffset |
||||
yoffset=0 |
||||
xoffset=0 |
||||
|
||||
# Image background color |
||||
# Only works with the w3m backend. |
||||
# |
||||
# Default: '' |
||||
# Values: 'color', 'blue' |
||||
# Flag: --bg_color |
||||
background_color= |
||||
|
||||
|
||||
# Misc Options |
||||
|
||||
# Stdout mode |
||||
# Turn off all colors and disables image backend (ASCII/Image). |
||||
# Useful for piping into another command. |
||||
# Default: 'off' |
||||
# Values: 'on', 'off' |
||||
stdout="off" |
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,14 @@
|
||||
--ignore-gpu-blocklist |
||||
#--enable-zero-copy |
||||
#--enable-gpu-rasterization |
||||
|
||||
--ignore-gpu-blocklist |
||||
--disable-gpu-driver-workarounds |
||||
--ozone-platform-hint=x11 |
||||
--ozone-platform=x11 |
||||
--enable-accelerated-video-decode |
||||
--enable-features=VaapiVideoDecoder,VaapiVideoDecodeLinuxGL,VaapiIgnoreDriverChecks,UseMultiPlaneFormatForHardwareVideo |
||||
--disable-features=UseChromeOSDirectVideoDecoder,UseSkiaRenderer |
||||
|
||||
#--use-gl=angle |
||||
#--use-angle=vulkan |
||||
#--enable-features=Vulkan,VulkanFromANGLE,DefaultANGLEVulkan,VaapiIgnoreDriverChecks,VaapiVideoDecoder,UseMultiPlaneFormatForHardwareVideo |
||||
#--enable-features=Vulkan,VulkanFromANGLE,DefaultANGLEVulkan,VaapiIgnoreDriverChecks,VaapiVideoDecoder,UseMultiPlaneFormatForHardwareVideo |
||||
|
Binary file not shown.
@ -0,0 +1,12 @@
|
||||
#!/bin/bash |
||||
username=$(whoami) |
||||
hostname=$(cat /etc/hostname) |
||||
sed -i 's/testgind/'$username'/g' ~/.config/PCSX2/inis/PCSX2.ini |
||||
sed -i 's/testgind/'$username'/g' ~/.config/gtk-3.0/bookmarks |
||||
sed -i 's/testgind/'$username'/g' ~/.local/share/duckstation/settings.ini |
||||
sed -i 's/testgind/'$username'/g' ~/.config/dolphin-emu/Dolphin.ini |
||||
sed -i 's/testgind/'$username'/g' ~/.config/yuzu/qt-config.ini |
||||
sed -i 's/alex/'$username'/g' ~/.cache/sessions/xfce4-session-archlinux-gind:0 |
||||
sed -i 's/alex/'$username'/g' ~/.config/cemu/settings.xml |
||||
sed -i 's/alex/'$username'/g' ~/.config/sublime-text-3/Local/Session.sublime_session |
||||
mv ~/.cache/sessions/xfce4-session-archlinux-gind:0 ~/.cache/sessions/xfce4-session-$hostname:0 |
@ -1,7 +1,7 @@
|
||||
killall cairo-dock |
||||
cairo-dock & |
||||
sleep 2 |
||||
cd ~/.config/cairo-dock/current_theme/plug-ins/RSSreader |
||||
cd /home/alex/.config/cairo-dock/current_theme/plug-ins/RSSreader |
||||
cp _RSSreader RSSreader.conf |
||||
dbus-send --session --dest=org.cairodock.CairoDock /org/cairodock/CairoDock org.cairodock.CairoDock.Reload string:"config-file=/home/akoenig/.config/cairo-dock/current_theme/plug-ins/RSSreader/RSSreader.conf" |
||||
dbus-send --session --dest=org.cairodock.CairoDock /org/cairodock/CairoDock org.cairodock.CairoDock.Reload string:"config-file=/home/akoenig/.config/cairo-dock/current_theme/plug-ins/systray/systray.conf" |
||||
dbus-send --session --dest=org.cairodock.CairoDock /org/cairodock/CairoDock org.cairodock.CairoDock.Reload string:"config-file=/home/alex/.config/cairo-dock/current_theme/plug-ins/RSSreader/RSSreader.conf" |
||||
dbus-send --session --dest=org.cairodock.CairoDock /org/cairodock/CairoDock org.cairodock.CairoDock.Reload string:"config-file=/home/alex/.config/cairo-dock/current_theme/plug-ins/systray/systray.conf" |
Loading…
Reference in new issue