Update all dotfiles

This commit is contained in:
2025-05-22 17:56:05 -05:00
parent 0280a88a7b
commit 4bb042584b
1651 changed files with 60533 additions and 2672 deletions

View File

@ -0,0 +1 @@
$(cat ~/.config/ml4w/settings/browser.sh) --new-window https://chat.gibbyb.com

View File

@ -0,0 +1 @@
50x30

View File

@ -0,0 +1 @@
firefox

View File

@ -0,0 +1 @@
gnome-calculator

View File

@ -0,0 +1 @@
Documents/Configs/hyprland/desktop

View File

@ -0,0 +1 @@
top-center

View File

@ -0,0 +1 @@
nvim

View File

@ -0,0 +1 @@
nautilus

View File

@ -0,0 +1,8 @@
# Preload Wallpapers
preload = WALLPAPER
# Set Wallpapers
wallpaper = ,WALLPAPER
# Disable Splash
splash = false

View File

@ -0,0 +1 @@
hyprshade_filter="blue-light-filter-50"

View File

@ -0,0 +1 @@
ags toggle sidebar

View File

@ -0,0 +1 @@
$(cat ~/.config/ml4w/settings/terminal.sh) --class dotfiles-floating -e nmtui

View File

@ -0,0 +1 @@
fedora

View File

@ -0,0 +1,4 @@
# Installation of Printer Drivers
# Please add your drivers to the package list
# Example:
# yay -S brother-hll2360dw-lpr-bin brother-hll2360dw-cups-bin brother-mfc-l3770cdw brscan-skey brscan4 skanpage

View File

@ -0,0 +1 @@
* { border-radius: 2em; }

View File

@ -0,0 +1 @@
* { border-width: 3px; }

View File

@ -0,0 +1 @@
configuration { font: "Fira Sans 11"; }

View File

@ -0,0 +1 @@
NAME="screenshot_$(date +%d%m%Y_%H%M%S).jpg"

View File

@ -0,0 +1 @@
screenshot_folder="$HOME/Pictures"

View File

@ -0,0 +1,132 @@
[General]
# Set to your screen resolution for better results
width=1680
height=1050
backgroundColour="black"
wallpaper="backgrounds/CURRENTWALLPAPER"
# Whether to scale the image to fit on the screen, might leave some blank spaces
# will scale and crop the wallpaper if left false
fitWallpaper=false
# Main font
fontFamily="Noto Sans"
# Set to a patched NerdFont if some icons don't display properly
# or leave empty to use the main font family
iconFont=""
# Set this if fonts are the wrong size for your resolution
fontSize=14
# Whether to show icons inside menus
iconsInMenus=true
# [Colour_Palette]
# The main colour for text and icons
primaryColour="white"
# The background colour of popup panels
popupsBackgroundColour="white"
# Used for the text and icons inside popup panels
popupsForegroundColour="black"
# Colour used for selected and focused items
accentColour="#a7d9ea"
# [Greeting_Screen]
# Set true to be taken directly to the login screen
skipToLogin=false
# Supports Markdown formatting, leave empty to not display any text
greeting="Welcome back!"
# Adjusts the font size for the greeting message, clock and date
fontSizeMultiplier=2
# For help with date and time formatting see https://doc.qt.io/qt-5/qml-qtqml-date.html#format-strings
clockFormat="HH:mm"
dateFormat="dddd, dd MMMM"
# Set this in case the date isn't in your system locale or you wish to use a different one
locale=""
# Styles the clock font
# Set to 'outline' for alternate style
clockStyle=fill
# Anchor the clock to a side or corner of the screen, horizontal position is susceptible to layout mirroring
# Syntax: vertical | horizontal
# possible vertical values: top - center - bottom
# and horizontal: left - center - right
dateTimePosition="bottom right"
# Defines how far away the date and time are from the edges of the screen
dateTimePadding=55
# Defines the behaviour of the sliding transition from greeting to login form
# Set to +/- x or y
transitionDirection="x"
# [Login_Screen]
# The maximum radius allowed is 16 per loop
blurRadius=10
blurRecursiveLoops=5
# Used to dim the background
darkenWallpaper=0.3
# Purely cosmetic, has no effect on login credentials
capitaliseUsername=false
# 'mask' - hides your password by replacing the characters with something else
# 'off' - also hides the length of your password by disabling echoing
passwordEchoStyle=mask
allowEmptyPassword=false
# Set false to hide the selected session's name next to the menu icon
displaySession=true
# [Translations]
# SDDM may not have translations for every element, or you might want to change some text to something else
# setting these will override the text constants
virtualKeyboard=""
poweroff=""
reboot=""
suspend=""
hibernate=""
password=""
username=""
loginFailed=""
# [Accessibility]
# Set false to set all transition durations to 0
enableAnimations=true
# 'auto' - activates mirroring based on the system locale
# 'false' - never mirror layout
# 'true' - always mirrors
mirrorLayout=auto
# Whether the on-screen keyboard should be activated by default
# It can always be de/activated through the  accessibility panel
virtualKeyboardStartActive=false
# Normally the on-screen keyboard only shows up when text fields are focused
# Set this true to have the keyboard always be visible once activated
# This will render the hide button on the keyboard non-functional
forceKeyboardVisible=false

View File

@ -0,0 +1 @@
$(cat ~/.config/ml4w/settings/terminal.sh) --class dotfiles-floating -e pacseek

View File

@ -0,0 +1 @@
$(cat ~/.config/ml4w/settings/terminal.sh) --class dotfiles-floating -e htop

View File

@ -0,0 +1 @@
kitty

View File

@ -0,0 +1 @@
hyprpaper

View File

@ -0,0 +1,2 @@
# Enter the path to the folder that includes your wallpapers
wallpaper_folder=$HOME/wallpaper

View File

@ -0,0 +1,45 @@
{
"custom/quicklink1": {
"format": "",
"on-click": "chromium",
"tooltip-format": "Open Chromium"
},
"custom/quicklink2": {
"format": "",
"on-click": "~/.config/ml4w/settings/browser.sh",
"tooltip-format": "Open Firefox"
},
"custom/quicklink3": {
"format": "",
"on-click": "~/.config/ml4w/settings/filemanager.sh",
"tooltip-format": "Open filemanager"
},
"custom/quicklink4": {
"format": "",
"on-click": "betterbird",
"tooltip-format": "Open Betterbird"
},
"custom/quicklink5": {
"format": "",
"on-click": "~/.config/ml4w/settings/calculator.sh",
"tooltip-format": "Open calculator"
},
"custom/quicklink6": {
"format": "",
"on-click": "~/.config/ml4w/settings/emojipicker.sh",
"tooltip-format": "Open emoji picker"
},
"custom/quicklinkempty": {
},
"group/quicklinks": {
"orientation": "horizontal",
"modules": [
"custom/quicklink2",
"custom/quicklink3",
/*
"custom/quicklink4",
*/
"custom/quicklinkempty"
]
}
}

View File

@ -0,0 +1 @@
/ml4w;/ml4w/colored

View File

@ -0,0 +1 @@
America/Chicago