Fix Configs

This commit is contained in:
TheCynicalLiger 2021-01-18 22:30:19 +00:00
parent 2b98e8b412
commit 99ac306f66
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
12 changed files with 129 additions and 106 deletions

View File

@ -1,6 +1,6 @@
[FileDialog] [FileDialog]
history=@Invalid() history=@Invalid()
lastVisited=file:///home/dt/.gitlabs/.homepage lastVisited=file:///home/dt/.aur/bfetch
qtVersion=5.15.2 qtVersion=5.15.2
shortcuts=file:, file:///home/dt shortcuts=file:, file:///home/dt
sidebarWidth=99 sidebarWidth=99

View File

@ -1,5 +1,5 @@
# See this wiki page for more info: # See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info # https://github.com/TheCynicalTeam/bfetch/wiki/Customizing-Info
print_info() { print_info() {
info title info title
info underline info underline
@ -24,7 +24,7 @@ print_info() {
info "Memory" memory info "Memory" memory
# info "GPU Driver" gpu_driver # Linux/macOS only # info "GPU Driver" gpu_driver # Linux/macOS only
# info "CPU Usage" cpu_usage info "CPU Usage" cpu_usage
info "Disk" disk info "Disk" disk
# info "Battery" battery # info "Battery" battery
# info "Song" song # info "Song" song
@ -37,6 +37,16 @@ print_info() {
info cols info cols
} }
# Happy birthday ascii
# Show HAPPY BIRTHDAY ascii art intead of distro's logo
# Default: 'on'
# Values: 'on', 'off'
# Flag: --user_bday
# Note: To input user's birthday (example: 12 June), use this command: bfetch --birthday 12/06
user_bday="on"
# Title # Title
@ -61,7 +71,7 @@ title_fqdn="off"
# Example: # Example:
# on: '4.8.9-1-ARCH' # on: '4.8.9-1-ARCH'
# off: 'Linux 4.8.9-1-ARCH' # off: 'Linux 4.8.9-1-ARCH'
kernel_shorthand="on" kernel_shorthand="off"
# Distro # Distro
@ -101,7 +111,7 @@ os_arch="on"
# on: '2 days, 10 hours, 3 mins' # on: '2 days, 10 hours, 3 mins'
# tiny: '2d 10h 3m' # tiny: '2d 10h 3m'
# off: '2 days, 10 hours, 3 minutes' # off: '2 days, 10 hours, 3 minutes'
uptime_shorthand="on" uptime_shorthand="tiny"
# Memory # Memory
@ -116,7 +126,7 @@ uptime_shorthand="on"
# Example: # Example:
# on: '1801MiB / 7881MiB (22%)' # on: '1801MiB / 7881MiB (22%)'
# off: '1801MiB / 7881MiB' # off: '1801MiB / 7881MiB'
memory_percent="off" memory_percent="on"
# Change memory output unit. # Change memory output unit.
# #
@ -325,7 +335,7 @@ gtk_shorthand="off"
# Example: # Example:
# on: 'Numix [GTK2], Adwaita [GTK3]' # on: 'Numix [GTK2], Adwaita [GTK3]'
# off: 'Adwaita [GTK3]' # off: 'Adwaita [GTK3]'
gtk2="off" gtk2="on"
# Enable/Disable gtk3 Theme / Icons / Font # Enable/Disable gtk3 Theme / Icons / Font
# #
@ -356,6 +366,13 @@ public_ip_host="http://ident.me"
# Flag: --ip_timeout # Flag: --ip_timeout
public_ip_timeout=2 public_ip_timeout=2
# Local IP interface
#
# Default: 'auto' (interface of default route)
# Values: 'auto', 'en0', 'en1'
# Flag: --ip_interface
local_ip_interface=('auto')
# Desktop Environment # Desktop Environment
@ -387,7 +404,7 @@ de_version="on"
# disk_show=('/'): # disk_show=('/'):
# 'Disk (/): 74G / 118G (66%)' # 'Disk (/): 74G / 118G (66%)'
# #
disk_show=('/dev/nvme0n1p3' '/dev/nvme0n1p4') disk_show=('/' '/home')
# Disk subtitle. # Disk subtitle.
# What to append to the Disk subtitle. # What to append to the Disk subtitle.
@ -411,7 +428,7 @@ disk_show=('/dev/nvme0n1p3' '/dev/nvme0n1p4')
# none: 'Disk: 74G / 118G (66%)' # none: 'Disk: 74G / 118G (66%)'
# 'Disk: 74G / 118G (66%)' # 'Disk: 74G / 118G (66%)'
# 'Disk: 74G / 118G (66%)' # 'Disk: 74G / 118G (66%)'
disk_subtitle="mount" disk_subtitle="dir"
# Disk percent. # Disk percent.
# Show/Hide disk percent. # Show/Hide disk percent.
@ -454,8 +471,10 @@ disk_percent="on"
# guayadeque # guayadeque
# io.elementary.music # io.elementary.music
# iTunes # iTunes
# Music
# juk # juk
# lollypop # lollypop
# MellowPlayer
# mocp # mocp
# mopidy # mopidy
# mpd # mpd
@ -551,7 +570,7 @@ underline_enabled="on"
# Default: '-' # Default: '-'
# Values: 'string' # Values: 'string'
# Flag: --underline_char # Flag: --underline_char
underline_char="-" underline_char="~"
# Info Separator # Info Separator
@ -579,10 +598,10 @@ separator=":"
# Example: # Example:
# #
# Display colors 0-7 in the blocks. (8 colors) # Display colors 0-7 in the blocks. (8 colors)
# neofetch --block_range 0 7 # bfetch --block_range 0 7
# #
# Display colors 0-15 in the blocks. (16 colors) # Display colors 0-15 in the blocks. (16 colors)
# neofetch --block_range 0 15 # bfetch --block_range 0 15
block_range=(0 15) block_range=(0 15)
# Toggle color blocks # Toggle color blocks
@ -616,13 +635,12 @@ block_height=1
# begin printing the columns, in case you want to e.g. center them under your # begin printing the columns, in case you want to e.g. center them under your
# text. # text.
# Example: # Example:
# col_offset="auto" - Default behavior of neofetch # col_offset="auto" - Default behavior of bfetch
# col_offset=7 - Leave 7 spaces then print the colors # col_offset=7 - Leave 7 spaces then print the colors
col_offset="auto" col_offset="auto"
# Progress Bars # Progress Bars
# Bar characters # Bar characters
# #
# Default: '-', '=' # Default: '-', '='
@ -630,8 +648,8 @@ col_offset="auto"
# Flag: --bar_char # Flag: --bar_char
# #
# Example: # Example:
# neofetch --bar_char 'elapsed' 'total' # bfetch --bar_char 'elapsed' 'total'
# neofetch --bar_char '-' '=' # bfetch --bar_char '-' '='
bar_char_elapsed="-" bar_char_elapsed="-"
bar_char_total="=" bar_char_total="="
@ -658,8 +676,8 @@ bar_length=15
# Flag: --bar_colors # Flag: --bar_colors
# #
# Example: # Example:
# neofetch --bar_colors 3 4 # bfetch --bar_colors 3 4
# neofetch --bar_colors distro 5 # bfetch --bar_colors distro 5
bar_color_elapsed="distro" bar_color_elapsed="distro"
bar_color_total="distro" bar_color_total="distro"
@ -691,8 +709,10 @@ disk_display="off"
# Image backend. # Image backend.
# #
# Default: 'ascii' # Default: 'ascii'
# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off', # Values: 'ascii', 'caca', 'catimg', 'chafa', 'jp2a', 'iterm2', 'off',
# 'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' # 'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty', 'ueberzug',
# 'viu'
# Flag: --backend # Flag: --backend
image_backend="ascii" image_backend="ascii"
@ -702,7 +722,7 @@ image_backend="ascii"
# #
# Default: 'auto' # Default: 'auto'
# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/' # Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
# 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")' # 'command output (bfetch --ascii "$(fortune | cowsay -W 30)")'
# Flag: --source # Flag: --source
# #
# NOTE: 'auto' will pick the best image source for whatever image backend is used. # NOTE: 'auto' will pick the best image source for whatever image backend is used.
@ -720,34 +740,34 @@ image_source="auto"
# Default: 'auto' # Default: 'auto'
# Values: 'auto', 'distro_name' # Values: 'auto', 'distro_name'
# Flag: --ascii_distro # Flag: --ascii_distro
# NOTE: AIX, Alpine, Anarchy, Android, Antergos, antiX, "AOSC OS", # NOTE: AIX, Hash, Alpine, AlterLinux, Amazon, Anarchy, Android, instantOS,
# "AOSC OS/Retro", Apricity, ArcoLinux, ArchBox, ARCHlabs, # Antergos, antiX, "AOSC OS", "AOSC OS/Retro", Apricity, ArchCraft,
# ArchStrike, XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, # ArcoLinux, ArchBox, ARCHlabs, ArchStrike, XFerience, ArchMerge, Arch,
# Bitrig, BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD, # Artix, Arya, Bedrock, Bitrig, BlackArch, BLAG, BlankOn, BlueLight,
# BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS, # bonsai, BSD, BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS,
# Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, # Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, Condres,
# Condres, Container_Linux, CRUX, Cucumber, Debian, Deepin, # Container_Linux, CRUX, Cucumber, dahlia, Debian, Deepin, DesaOS,
# DesaOS, Devuan, DracOS, DarkOs, DragonFly, Drauger, Elementary, # Devuan, DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary,
# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD, # EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo, # FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo,
# gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, # gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra,
# Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, # Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
# Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite, # KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE,
# LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, # Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, Manjaro, Maui,
# Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib, # Mer, Minix, LinuxMint, Live_Raizo, MX_Linux, Namib, Neptune, NetBSD,
# Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner, # Netrunner, Nitrux, NixOS, Nurunner, NuTyX, OBRevenge, OpenBSD,
# NuTyX, OBRevenge, OpenBSD, openEuler, OpenIndiana, openmamba, # openEuler, OpenIndiana, openmamba, OpenMandriva, OpenStage, OpenWrt,
# OpenMandriva, OpenStage, OpenWrt, osmc, Oracle, OS Elbrus, PacBSD, # osmc, Oracle, OS Elbrus, PacBSD, Parabola, Pardus, Parrot, Parsix,
# Parabola, Pardus, Parrot, Parsix, TrueOS, PCLinuxOS, Peppermint, # TrueOS, PCLinuxOS, Pengwin, Peppermint, popos, Porteus, PostMarketOS,
# popos, Porteus, PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, # Proxmox, Puppy, PureOS, Qubes, Quibian, Radix, Raspbian, Reborn_OS,
# Raspbian, Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, # Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith, Rosa,
# Regata, Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, # sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
# Septor, SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, # SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, SmartOS,
# SmartOS, Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, # Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, t2,
# openSUSE_Leap, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, # openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
# Trisquel, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, Ubuntu-Studio, # Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
# Ubuntu, Venom, Void, Obarun, windows10, Windows7, Xubuntu, Zorin, # Ubuntu-Studio, Ubuntu, Univention, Venom, Void, semc, Obarun,
# and IRIX have ascii logos # windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.
# NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants. # NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants.
# Use '{distro name}_old' to use the old logos. # Use '{distro name}_old' to use the old logos.
# NOTE: Ubuntu has flavor variants. # NOTE: Ubuntu has flavor variants.
@ -786,7 +806,7 @@ ascii_bold="on"
# Image loop # Image loop
# Setting this to on will make neofetch redraw the image constantly until # Setting this to on will make bfetch redraw the image constantly until
# Ctrl+C is pressed. This fixes display issues in some terminal emulators. # Ctrl+C is pressed. This fixes display issues in some terminal emulators.
# #
# Default: 'off' # Default: 'off'
@ -796,9 +816,9 @@ image_loop="off"
# Thumbnail directory # Thumbnail directory
# #
# Default: '~/.cache/thumbnails/neofetch' # Default: '~/.cache/thumbnails/bfetch'
# Values: 'dir' # Values: 'dir'
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch" thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/bfetch"
# Crop mode # Crop mode
# #
@ -807,7 +827,7 @@ thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
# Flag: --crop_mode # Flag: --crop_mode
# #
# See this wiki page to learn about the fit and fill options. # See this wiki page to learn about the fit and fill options.
# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F # https://github.com/TheCynicalTeam/bfetch/wiki/What-is-Waifu-Crop%3F
crop_mode="normal" crop_mode="normal"
# Crop offset # Crop offset
@ -828,6 +848,14 @@ crop_offset="center"
# --size # --size
image_size="auto" image_size="auto"
# Catimg block size.
# Control the resolution of catimg.
#
# Default: '2'
# Values: '1', '2'
# Flags: --catimg_size
catimg_size="2"
# Gap between image and text # Gap between image and text
# #
# Default: '3' # Default: '3'

Binary file not shown.

View File

@ -1,5 +1,5 @@
function fish_greeting function fish_greeting
neofetch bfetch -b 16/06
end end
# Check ports for current user # Check ports for current user

View File

@ -966,15 +966,15 @@ $super_b+minus \
################# active scratchpad ################# ################# active scratchpad #################
####################################################################### #######################################################################
for_window [instance="(?i)dropdown"] floating enable for_window [instance="(?i)dropdown kitty"] floating enable
for_window [instance="(?i)dropdown"] resize set 800 600 for_window [instance="(?i)dropdown kitty"] resize set 800 600
for_window [instance="(?i)dropdown"] move scratchpad for_window [instance="(?i)dropdown kitty"] move scratchpad
$exe $TerminalEmulator --title=dropdown --class=dropdown,dropdown $exe $TerminalEmulator --title="Dropdown Kitty" --name="Dropdown Kitty" --class="Dropdown Kitty"
## Category: Scratchpad; ## Category: Scratchpad;
# Description: Toggle $TerminalEmulator; # Description: Toggle $TerminalEmulator;
$control_b+Return \ $control_b+Return \
[instance="(?i)dropdown"] scratchpad show, move position center [instance="(?i)dropdown kitty"] scratchpad show, move position center
##################################################################################################################### #####################################################################################################################
##################################################################################################################### #####################################################################################################################

View File

@ -8,7 +8,7 @@
<javaInfo xsi:nil="false" vendorUpdate="2019-07-26" autoSelect="true"> <javaInfo xsi:nil="false" vendorUpdate="2019-07-26" autoSelect="true">
<vendor>Oracle Corporation</vendor> <vendor>Oracle Corporation</vendor>
<location>file:///usr/lib/jvm/java-8-openjdk/jre</location> <location>file:///usr/lib/jvm/java-8-openjdk/jre</location>
<version>1.8.0_265</version> <version>1.8.0_275</version>
<features>0</features> <features>0</features>
<requirements>1</requirements> <requirements>1</requirements>
<vendorData>660069006C0065003A002F002F002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0038002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034002F007300650072007600650072002F006C00690062006A0076006D002E0073006F000A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0038002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034002F0063006C00690065006E0074003A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0038002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034002F007300650072007600650072003A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0038002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034002F006E00610074006900760065005F0074006800720065006100640073003A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0038002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034000A00</vendorData> <vendorData>660069006C0065003A002F002F002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0038002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034002F007300650072007600650072002F006C00690062006A0076006D002E0073006F000A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0038002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034002F0063006C00690065006E0074003A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0038002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034002F007300650072007600650072003A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0038002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034002F006E00610074006900760065005F0074006800720065006100640073003A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0038002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034000A00</vendorData>

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,6 @@
auracle auracle
autotiling autotiling
bfetch
bpytop bpytop
bspwm-cheat bspwm-cheat
bumblebee-status bumblebee-status

19
.gtkrc-2.0 Normal file
View File

@ -0,0 +1,19 @@
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/dt/.gtkrc-2.0.mine"
gtk-theme-name="Dracula GTK"
gtk-icon-theme-name="Dracula"
gtk-font-name="SauceCodePro Nerd Font Mono 10"
gtk-cursor-theme-name="xcursor-breeze-snow"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
gtk-xft-rgba="rgb"

19
.gtkrc-2.0.mine Normal file
View File

@ -0,0 +1,19 @@
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/dt/.gtkrc-2.0.mine"
gtk-theme-name="Dracula GTK"
gtk-icon-theme-name="Dracula"
gtk-font-name="SauceCodePro Nerd Font Mono 10"
gtk-cursor-theme-name="xcursor-breeze-snow"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
gtk-xft-rgba="rgb"