This commit is contained in:
bzoicas
2023-07-10 10:41:17 +03:00
commit dbb46eb92a
360 changed files with 13521 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
[redshift]
; Set the day and night screen temperatures
temp-day=5800
temp-night=4800
; Enable/Disable a smooth transition between day and night
; 0 will cause a direct change from day to night screen temperature.
; 1 will gradually increase or decrease the screen temperature
transition=1
; Set the screen brightness. Default is 1.0
;brightness=0.9
; It is also possible to use different settings for day and night since version 1.8.
;brightness-day=0.7
;brightness-night=0.4
; Set the screen gamma (for all colors, or each color channel individually)
gamma=0.9
;gamma=0.8:0.7:0.8
; Set the location-provider: 'geoclue', 'gnome-clock', 'manual'
; type 'redshift -l list' to see possible values
; The location provider settings are in a different section.
location-provider=manual
; Set the adjustment-method: 'randr', 'vidmode'
; type 'redshift -m list' to see all possible values
; 'randr' is the preferred method, 'vidmode' is an older API
; but works in some cases when 'randr' does not.
; The adjustment method settings are in a different section.
adjustment-method=randr
; Configuration of the location-provider:
; type 'redshift -l PROVIDER:help' to see the settings
; e.g. 'redshift -l manual:help'
[manual]
lat=45
lon=25
; Configuration of the adjustment-method
; type 'redshift -m METHOD:help' to see the settings
; ex: 'redshift -m randr:help'
; In this example, randr is configured to adjust screen 1.
; Note that the numbering starts from 0, so this is actually the second screen.
[randr]
screen=0

View File

@@ -0,0 +1,41 @@
/dev/cdrom
/home/bzoicas/downloads
0
1
%N - %T
%A - %L
%Y - %L
0
0
1
0
1
10
10
5
unused
791
494
0
1
0
10.0.0.1
8080
0
1
1
3
0
freedb.freedb.org
8880
0
2
0
60
0
2
0
0
0
9
0

View File

@@ -0,0 +1,99 @@
#? Config file for bpytop v. 1.0.50
#* Color theme, looks for a .theme file in "/usr/[local/]share/bpytop/themes" and "~/.config/bpytop/themes", "Default" for builtin default theme.
#* Prefix name by a plus sign (+) for a theme located in user themes folder, i.e. color_theme="+monokai"
color_theme="default_black"
#* If the theme set background should be shown, set to False if you want terminal background transparency
theme_background=True
#* Set bpytop view mode, "full" for everything shown, "proc" for cpu stats and processes, "stat" for cpu, mem, disks and net stats shown.
view_mode=full
#* Update time in milliseconds, increases automatically if set below internal loops processing time, recommended 2000 ms or above for better sample times for graphs.
update_ms=2000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive",
#* "cpu lazy" updates top process over time, "cpu responsive" updates top process directly.
proc_sorting="cpu lazy"
#* Reverse sorting order, True or False.
proc_reversed=False
#* Show processes as a tree
proc_tree=False
#* Which depth the tree view should auto collapse processes at
tree_depth=3
#* Use the cpu graph colors in the process list.
proc_colors=True
#* Use a darkening gradient in the process list.
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=False
#* Show process memory as bytes instead of percent
proc_mem_bytes=True
#* Check cpu temperature, needs "osx-cpu-temp" on MacOS X.
check_temp=True
#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors.
cpu_sensor=Auto
#* Show temperatures for cpu cores also if check_temp is True and sensors has been found
show_coretemp=True
#* Draw a clock at top of screen, formatting according to strftime, empty string to disable.
draw_clock="%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
#* Custom cpu model name, empty string to disable.
custom_cpu_name=""
#* Optional filter for shown disks, should be last folder in path of a mountpoint, "root" replaces "/", separate multiple values with comma.
#* Begin line with "exclude=" to change to exclude filter, oterwise defaults to "most include" filter. Example: disks_filter="exclude=boot, home"
disks_filter=""
#* Show graphs instead of meters for memory values.
mem_graphs=True
#* If swap memory should be shown in memory box.
show_swap=True
#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk.
swap_disk=True
#* If mem box should be split to also show disks info.
show_disks=True
#* Set fixed values for network graphs, default "10M" = 10 Mibibytes, possible units "K", "M", "G", append with "bit" for bits instead of bytes, i.e "100mbit"
net_download="10M"
net_upload="10M"
#* Start in network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest.
net_auto=True
#* Sync the scaling for download and upload to whichever currently has the highest scale
net_sync=False
#* If the network graphs color gradient should scale to bandwith usage or auto scale, bandwith usage is based on "net_download" and "net_upload" values
net_color_fixed=False
#* Show battery stats in top right if battery is present
show_battery=True
#* Show init screen at startup, the init screen is purely cosmetical
show_init=False
#* Enable check for new version from github.com/aristocratos/bpytop at start.
update_check=True
#* Set loglevel for "~/.config/bpytop/error.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
log_level=WARNING

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
set guifont=Hack\ 12

View File

@@ -0,0 +1,15 @@
# KDE Config File
[Desktop Entry]
Name=Kdenlive
GenericName=Video Editor
Comment=Nonlinear video editor by KDE
Type=Application
Exec=/home/bzoicas/bin/kdenlive.app %F
Icon=kdenlive
X-DocPath=kdenlive/index.html
X-DocPath[cs]=http://cs.wikibooks.org/wiki/Kdenlive
Terminal=false
MimeType=application/x-kdenlive;
Categories=Qt;KDE;AudioVideo;AudioVideoEditing;
Keywords=video;audio;firewire;video4linux;suite;editing;kde;mlt;
X-DBUS-ServiceName=org.kde.kdenlive

View File

@@ -0,0 +1,183 @@
[Default Applications]
application/x-extension-htm=firefox.desktop
application/x-extension-htm=firefox.desktop;
application/x-extension-html=firefox.desktop
application/x-extension-html=firefox.desktop;
application/x-extension-shtml=firefox.desktop
application/x-extension-shtml=firefox.desktop;
application/x-extension-xht=firefox.desktop
application/x-extension-xht=firefox.desktop;
application/x-extension-xhtml=firefox.desktop
application/x-extension-xhtml=firefox.desktop;
application/x-perl=gvim.desktop
application/x-perl=gvim.desktop;
application/xhtml+xml=firefox.desktop
application/xhtml+xml=org.mozilla.firefox.desktop
audio/3gpp=audacious.desktop
audio/ac3=audacious.desktop
audio/AMR-WB=audacious.desktop
audio/AMR=audacious.desktop
audio/basic=audacious.desktop
audio/flac=audacious.desktop
audio/midi=audacious.desktop
audio/mp4=audacious.desktop
audio/mpeg=audacious.desktop
audio/mpegurl=audacious.desktop
audio/ogg=audacious.desktop
audio/prs.sid=audacious.desktop
audio/vnd.rn-realaudio=audacious.desktop
audio/x-ape=audacious.desktop
audio/x-flac=audacious.desktop
audio/x-gsm=audacious.desktop
audio/x-it=audacious.desktop
audio/x-m4a=audacious.desktop
audio/x-matroska=audacious.desktop
audio/x-mod=audacious.desktop
audio/x-mp3=audacious.desktop
audio/x-mpeg=audacious.desktop
audio/x-mpegurl=audacious.desktop
audio/x-ms-asf=audacious.desktop
audio/x-ms-asx=audacious.desktop
audio/x-ms-wax=audacious.desktop
audio/x-ms-wma=audacious.desktop
audio/x-musepack=audacious.desktop
audio/x-pn-aiff=audacious.desktop
audio/x-pn-au=audacious.desktop
audio/x-pn-realaudio-plugin=audacious.desktop
audio/x-pn-realaudio=audacious.desktop
audio/x-pn-wav=audacious.desktop
audio/x-pn-windows-acm=audacious.desktop
audio/x-real-audio=audacious.desktop
audio/x-realaudio=audacious.desktop
audio/x-sbc=audacious.desktop
audio/x-scpls=audacious.desktop
audio/x-speex=audacious.desktop
audio/x-tta=audacious.desktop
audio/x-vorbis+ogg=audacious.desktop
audio/x-vorbis=audacious.desktop
audio/x-wav=audacious.desktop
audio/x-wavpack=audacious.desktop
audio/x-xm=audacious.desktop
message/rfc822=thunderbird.desktop
message/rfc822=thunderbird.desktop;
text/html=firefox.desktop
text/html=org.mozilla.firefox.desktop
text/markdown=gvim.desktop;
text/plain=gvim.desktop
text/plain=gvim.desktop;
text/x-csrc=gvim.desktop
text/x-csrc=gvim.desktop;
text/x-python=gvim.desktop
text/x-python=gvim.desktop;
video/3gpp=mpv.desktop
video/dv=mpv.desktop
video/fli=mpv.desktop
video/flv=mpv.desktop
video/mp2t=mpv.desktop
video/mp4=mpv.desktop
video/mp4v-es=mpv.desktop
video/mpeg=mpv.desktop
video/msvideo=mpv.desktop
video/ogg=io.github.GnomeMpv.desktop
video/ogg=mpv.desktop
video/quicktime=mpv.desktop
video/vivo=io.github.GnomeMpv.desktop
video/vnd.divx=mpv.desktop
video/vnd.rn-realvideo=mpv.desktop
video/vnd.vivo=io.github.GnomeMpv.desktop
video/webm=mpv.desktop
video/x-anim=io.github.GnomeMpv.desktop
video/x-avi=mpv.desktop
video/x-flc=mpv.desktop
video/x-fli=io.github.GnomeMpv.desktop
video/x-flic=mpv.desktop
video/x-flv=mpv.desktop
video/x-m4v=mpv.desktop
video/x-matroska=mpv.desktop
video/x-mpeg=io.github.GnomeMpv.desktop
video/x-ms-asf=mpv.desktop
video/x-ms-asx=io.github.GnomeMpv.desktop
video/x-ms-wm=io.github.GnomeMpv.desktop
video/x-ms-wmv=mpv.desktop
video/x-ms-wmx=mpv.desktop
video/x-ms-wvx=io.github.GnomeMpv.desktop
video/x-msvideo=mpv.desktop
video/x-nsv=io.github.GnomeMpv.desktop
video/x-ogm+ogg=mpv.desktop
video/x-theora+ogg=mpv.desktop
video/x-totem-stream=io.github.GnomeMpv.desktop
x-content/audio-cdda=rhythmbox-device.desktop
x-content/audio-dvd=banshee-audiocd.desktop
x-content/audio-player=rhythmbox-device.desktop
x-content/video-dvd=io.github.GnomeMpv.desktop
x-content/video-svcd=io.github.GnomeMpv.desktop
x-content/video-vcd=io.github.GnomeMpv.desktop
x-scheme-handler/chrome=firefox.desktop
x-scheme-handler/chrome=firefox.desktop;
x-scheme-handler/ftp=firefox.desktop
x-scheme-handler/ftp=firefox.desktop;
x-scheme-handler/http=firefox.desktop
x-scheme-handler/http=org.mozilla.firefox.desktop
x-scheme-handler/https=firefox.desktop
x-scheme-handler/https=org.mozilla.firefox.desktop
x-scheme-handler/mailto=thunderbird.desktop
x-scheme-handler/mailto=org.mozilla.Thunderbird.desktop
x-scheme-handler/tg=telegramdesktop.desktop
application/x-kdenlive=kdenlive.desktop
video/x-mpeg2=mpv.desktop
video/x-mpeg3=mpv.desktop
video/divx=mpv.desktop
video/x-ms-afs=mpv.desktop
video/x-ms-wvxvideo=mpv.desktop
video/avi=mpv.desktop
video/x-theora=mpv.desktop
video/mkv=mpv.desktop
video/x-ogm=mpv.desktop
video/vnd.mpegurl=mpv.desktop
video/3gp=mpv.desktop
video/3gpp2=mpv.desktop
[Added Associations]
application/x-kdenlive=kdenlive.desktop;
x-scheme-handler/http=org.mozilla.firefox.desktop;
text/html=org.mozilla.firefox.desktop;
application/xhtml+xml=org.mozilla.firefox.desktop;
x-scheme-handler/https=org.mozilla.firefox.desktop;
x-scheme-handler/mailto=org.mozilla.Thunderbird.desktop;
video/mpeg=mpv.desktop;
video/x-mpeg2=mpv.desktop;
video/x-mpeg3=mpv.desktop;
video/mp4v-es=mpv.desktop;
video/x-m4v=mpv.desktop;
video/mp4=mpv.desktop;
video/divx=mpv.desktop;
video/vnd.divx=mpv.desktop;
video/msvideo=mpv.desktop;
video/x-msvideo=mpv.desktop;
video/ogg=mpv.desktop;
video/quicktime=mpv.desktop;
video/vnd.rn-realvideo=mpv.desktop;
video/x-ms-afs=mpv.desktop;
video/x-ms-asf=mpv.desktop;
video/x-ms-wmv=mpv.desktop;
video/x-ms-wmx=mpv.desktop;
video/x-ms-wvxvideo=mpv.desktop;
video/x-avi=mpv.desktop;
video/avi=mpv.desktop;
video/x-flic=mpv.desktop;
video/fli=mpv.desktop;
video/x-flc=mpv.desktop;
video/flv=mpv.desktop;
video/x-flv=mpv.desktop;
video/x-theora=mpv.desktop;
video/x-theora+ogg=mpv.desktop;
video/x-matroska=mpv.desktop;
video/mkv=mpv.desktop;
video/webm=mpv.desktop;
video/x-ogm=mpv.desktop;
video/mp2t=mpv.desktop;
video/vnd.mpegurl=mpv.desktop;
video/3gp=mpv.desktop;
video/3gpp=mpv.desktop;
video/3gpp2=mpv.desktop;
video/dv=mpv.desktop;

View File

@@ -0,0 +1,6 @@
*.ini
*.kdenlive-tmp
*.swp
*.pyc
*.~lock.*
(?d).DS_Store

View File

@@ -0,0 +1,44 @@
[global_config]
tab_position = bottom
[keybindings]
go_up = None
go_down = None
go_left = None
go_right = None
resize_left = None
resize_right = None
switch_to_tab_1 = <Alt>1
switch_to_tab_2 = <Alt>2
switch_to_tab_3 = <Alt>3
switch_to_tab_4 = <Alt>4
switch_to_tab_5 = <Alt>5
switch_to_tab_6 = <Alt>6
switch_to_tab_7 = <Alt>7
switch_to_tab_8 = <Alt>8
switch_to_tab_9 = <Alt>9
switch_to_tab_10 = <Alt>0
hide_window = None
edit_tab_title = None
[profiles]
[[default]]
background_color = "#300a24"
background_darkness = 0.95
background_type = transparent
font = Monospace 14
foreground_color = "#ffffff"
show_titlebar = False
scrollbar_position = hidden
scrollback_infinite = True
use_system_font = False
copy_on_selection = True
[layouts]
[[default]]
[[[child1]]]
parent = window0
profile = default
type = Terminal
[[[window0]]]
parent = ""
size = 1000, 600
type = Window
[plugins]

View File

@@ -0,0 +1,8 @@
[Desktop Entry]
Name=Ulauncher
Comment=Application launcher for Linux
Categories=GNOME;Utility;
Exec=env GDK_BACKEND=x11 /usr/bin/ulauncher --hide-window
Icon=ulauncher
Terminal=false
Type=Application

View File

@@ -0,0 +1,15 @@
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_Desktop_DIR="$HOME/Desktop"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME"