Updated
This commit is contained in:
parent
9ae2c4e514
commit
31884b6759
9 changed files with 67 additions and 17 deletions
|
|
@ -41,11 +41,21 @@
|
|||
# # which is explained in the docs for that config option.
|
||||
# # Just for example:
|
||||
# resize-overlay-duration = 4s 200ms
|
||||
#
|
||||
theme = material
|
||||
font-family = JetBrains Mono Regular
|
||||
#font-famiily-bold = JetBrains Mono Font Bold
|
||||
#font-family-italic = JetBrains Mono Font Regular
|
||||
#font-family-bold-italic = JetBrains Mono Font Bold
|
||||
font-size = 10.0
|
||||
|
||||
theme = patrick
|
||||
|
||||
font-family = JetBrains Mono
|
||||
font-family-bold = JetBrains Mono Bold
|
||||
font-family-italic = JetBrains Mono
|
||||
font-family-bold-italic = JetBrains Mono Bold
|
||||
|
||||
#font-feature = -liga
|
||||
#font-thicken = false
|
||||
#font-thicken-strength = 127
|
||||
font-style = SemiBold
|
||||
|
||||
font-size = 10
|
||||
background-opacity = 0.9
|
||||
|
||||
#keybind = ctrl+c=copy_to_clipboard
|
||||
#keybind = ctrl+shift+v=paste_from_clipboard
|
||||
|
|
|
|||
|
|
@ -15,8 +15,10 @@ palette = 13=#957bbd
|
|||
palette = 14=#3d96e2
|
||||
palette = 15=#b9b9b9
|
||||
|
||||
background = #212324
|
||||
foreground = #b9b9b9
|
||||
#background = #212324
|
||||
#foreground = #b9b9b9
|
||||
background = #050a30
|
||||
foreground = #7ec8e3
|
||||
cursor-color = #bbbbbb
|
||||
selection-background = #2f3333
|
||||
selection-foreground = #212324
|
||||
|
|
|
|||
|
|
@ -11,12 +11,15 @@ $HYPRSCRIPTS = ~/.config/hypr/scripts
|
|||
$terminal = kitty
|
||||
$browser = zen-browser
|
||||
$filemanager = thunar
|
||||
$calculator = qalculate-gtk
|
||||
$email = betterbird
|
||||
|
||||
# Applications
|
||||
bind = $mainMod, RETURN, exec, $terminal
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod SHIFT, RETURN, exec, $filemanager
|
||||
bind = $mainMod, C, exec, [floating] ~/.config/ml4w/settings/calculator.sh # Open the calculator
|
||||
bind = $mainMod, C, exec, [floating] $calculator
|
||||
bind = $mainMod SHIFT, E, exec, $email
|
||||
|
||||
# Custom
|
||||
bind = $mainMod, M, exec, marktext
|
||||
|
|
|
|||
|
|
@ -23,4 +23,6 @@ windowrule = move 69.5% 4%, title:^(Picture-in-Picture)$
|
|||
windowrule = idleinhibit fullscreen,class:([window]) # Available modes: none, always, focus, fullscreen
|
||||
|
||||
# Custom
|
||||
windowrule = opacity 0.85 0.5 ignorealpha 1, class:^(thunar)$
|
||||
windowrulev2 = opacity 0.85 0.5 ignorealpha 1, class:^(thunar)$
|
||||
windowrulev2 = opacity 1, class:^(mpv)$
|
||||
windowrulev2 = plugin:invertwindow, class:(org.kde.dolphin)
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ general {
|
|||
|
||||
background {
|
||||
monitor =
|
||||
path = $HOME/.config/ml4w/cache/blurred_wallpaper.png # only png supported for now
|
||||
path = $HOME/dotfiles/.config/hypr/wallpapers/endeavouros.png # only png supported for now
|
||||
}
|
||||
|
||||
input-field {
|
||||
|
|
@ -80,7 +80,7 @@ label {
|
|||
|
||||
image {
|
||||
monitor =
|
||||
path = $HOME/.config/ml4w/cache/square_wallpaper.png
|
||||
path = $HOME/.config/ml4w/cache/ocbologo2.png
|
||||
size = 280 # lesser side if not 1:1 ratio
|
||||
rounding = 40 # negative values mean circle
|
||||
border_size = 4
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
return {recents={[1]="/home/patrick/Downloads",[2]="/run/media/patrick/PATRICK/Fonts/Montserrat/woff2",[3]="/run/media/patrick/PATRICK",[4]="/home/patrick",[5]="/home/patrick/Nextcloud"}, window={[1]=930,[2]=1009,[3]=0,[4]=0,["n"]=4}, window_mode="maximized", previous_find={[1]="tray",[2]="runCommand",[3]="encrypt",[4]="sass",[5]="_ownername"}, previous_replace={}}
|
||||
return {recents={[1]="/home/patrick/Downloads",[2]="/run/media/patrick/PATRICK/Fonts/Montserrat/woff2",[3]="/run/media/patrick/PATRICK",[4]="/home/patrick",[5]="/home/patrick/Nextcloud"}, window={[1]=1886,[2]=492,[3]=0,[4]=0,["n"]=4}, window_mode="maximized", previous_find={[1]="host",[2]="tray",[3]="runCommand",[4]="encrypt",[5]="sass",[6]="_ownername"}, previous_replace={}}
|
||||
|
|
|
|||
1
.config/lite-xl/ws/Downloads-1
Normal file
1
.config/lite-xl/ws/Downloads-1
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { path = "/home/patrick/Downloads", documents = {["type"]="leaf",["views"]={[1]={["type"]="view",["scroll"]={["to"]={["y"]=0,["x"]=0},["x"]=0,["y"]=0},["module"]="core.emptyview",["active"]=true}},["active_view"]=1}, directories = {} }
|
||||
20
.wezterm.lua
Normal file
20
.wezterm.lua
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
-- Pull in the wezterm API
|
||||
local wezterm = require 'wezterm'
|
||||
|
||||
-- This will hold the configuration.
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
-- This is where you actually apply your config choices.
|
||||
|
||||
-- For example, changing the initial geometry for new windows:
|
||||
config.initial_cols = 120
|
||||
config.initial_rows = 28
|
||||
|
||||
-- or, changing the font size and color scheme.
|
||||
config.font_size = 10
|
||||
-- config.color_scheme = 'AdventureTime'
|
||||
|
||||
config.enable_wayland = true
|
||||
|
||||
-- Finally, return the configuration to wezterm:
|
||||
return config
|
||||
18
.zshrc
18
.zshrc
|
|
@ -124,10 +124,18 @@ alias lsa="lsd -la"
|
|||
alias lt="lsd --tree -l"
|
||||
alias lta="lsd --tree -la"
|
||||
|
||||
alias fi="sudo flatpak install"
|
||||
alias fr="sudo flatpak remove"
|
||||
alias fu="sudo flatpak update"
|
||||
alias fi="flatpak install"
|
||||
alias fr="flatpak remove"
|
||||
alias fu="flatpak update"
|
||||
alias fl="flatpak list"
|
||||
alias fru="flatpak remove --user"
|
||||
|
||||
alias se="sudoedit"
|
||||
alias nv="sudo nvim"
|
||||
alias syss="systemctl status"
|
||||
alias syse="sudo systemctl enable --now"
|
||||
alias sysr="sudo systemctl restart"
|
||||
alias sysl="systemctl list-units --type=service --state=running"
|
||||
|
||||
# Void
|
||||
# alias rb="sudo reboot"
|
||||
|
|
@ -137,4 +145,8 @@ alias se="sudoedit"
|
|||
# Arch
|
||||
alias rb="reboot"
|
||||
alias sd="shutdown now"
|
||||
alias sdt="shutdown 20:00"
|
||||
|
||||
|
||||
# FVM
|
||||
export PATH="/home/patrick/.fvm_flutter/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue