Updated config
This commit is contained in:
parent
910bb4a930
commit
dea8315917
11 changed files with 45 additions and 25 deletions
|
@ -1,4 +1,4 @@
|
|||
color_theme = "Default"
|
||||
color_theme = "/usr/share/btop/themes/tokyo-night.theme"
|
||||
theme_background = False
|
||||
truecolor = True
|
||||
force_tty = False
|
||||
|
|
|
@ -52,6 +52,7 @@ if command -q apk
|
|||
alias p "apk"
|
||||
alias pi "sudo apk add"
|
||||
alias pr "sudo apk del"
|
||||
alias ps "sudo apk search"
|
||||
alias pu "sudo apk update && sudo apk upgrade"
|
||||
alias pl "apk info"
|
||||
alias po "apk info --who-owns"
|
||||
|
@ -59,14 +60,15 @@ else if command -q pacman
|
|||
alias p "pacman"
|
||||
alias pi "sudo pacman -S"
|
||||
alias pr "sudo pacman -Rs"
|
||||
alias ps "pacman -Ss"
|
||||
alias pu "sudo pacman -Syu"
|
||||
alias pl "pacman -Qq"
|
||||
alias pe "pacman -Qe"
|
||||
alias pc "sudo pacman -Sc"
|
||||
alias paur "pacman -Qm"
|
||||
alias pfiles "pacman -Ql"
|
||||
alias porphan "pacman -Qtdq"
|
||||
alias po "pacman -Qo"
|
||||
alias pe "pacman -Qe"
|
||||
alias pf "pacman -Ql"
|
||||
alias pc "yay -Scc"
|
||||
alias pco "yay -Rs (pacman -Qtdq)"
|
||||
alias paur "pacman -Qm"
|
||||
end
|
||||
|
||||
# Sudo
|
||||
|
@ -100,9 +102,10 @@ alias tl "tmux ls"
|
|||
alias tk "tmux kill-server"
|
||||
|
||||
# ...
|
||||
alias ai "sudo systemctl start ollama && sleep 1 && ollama run gemma3"
|
||||
alias align "column -t -o ' '"
|
||||
alias c "rg --files | xargs fnl --remove"
|
||||
alias cfg "config"
|
||||
alias clean "rg --files | xargs fnl --remove"
|
||||
alias cls "clear"
|
||||
alias debug "blinkenlights"
|
||||
alias disasm "llvm-objdump --disassembler-color=on --x86-asm-syntax=intel -d"
|
||||
|
|
|
@ -27,6 +27,7 @@ SETUVAR fish_color_selection:\x2d\x2dbackground\x3dFFCC66
|
|||
SETUVAR fish_color_status:red
|
||||
SETUVAR fish_color_user:brgreen
|
||||
SETUVAR fish_color_valid_path:\x1d
|
||||
SETUVAR fish_features:test\x2drequire\x2darg
|
||||
SETUVAR fish_key_bindings:fish_default_key_bindings
|
||||
SETUVAR fish_pager_color_background:\x1d
|
||||
SETUVAR fish_pager_color_completion:normal
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
function ls --wraps eza
|
||||
if command -q eza
|
||||
eza --group-directories-first --time-style relative -T -L0 $argv
|
||||
if test -z "$argv"
|
||||
set argv .
|
||||
end
|
||||
|
||||
eza --group-directories-first --time-style relative -T -L1 $argv
|
||||
else
|
||||
command ls $argv
|
||||
end
|
||||
|
|
|
@ -1,13 +1,21 @@
|
|||
# Autostart
|
||||
exec-once = swaybg -i ~/pictures/wallpapers/current
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
exec-once = $statusbar
|
||||
exec-once = ssh-agent -D -a $SSH_AUTH_SOCK
|
||||
exec-once = openrc --user gui
|
||||
# Audio effects
|
||||
exec-once = easyeffects --gapplication-service
|
||||
|
||||
# Disabled
|
||||
#exec-once = /usr/libexec/pipewire-launcher
|
||||
#exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
#exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
#exec-once = waypaper --restore
|
||||
# Clipboard
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
|
||||
# OpenRC user services like pipewire
|
||||
exec-once = openrc --user gui
|
||||
|
||||
# Polkit for authentication
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# SSH agent
|
||||
exec-once = ssh-agent -D -a $SSH_AUTH_SOCK
|
||||
|
||||
# Status bar
|
||||
exec-once = $statusbar
|
||||
|
||||
# Wallpaper
|
||||
exec-once = waypaper --restore
|
||||
#exec-once = swaybg -i ~/pictures/wallpapers/current
|
|
@ -1,6 +1,6 @@
|
|||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
gaps_in = 4
|
||||
gaps_out = 8
|
||||
border_size = 1
|
||||
allow_tearing = true
|
||||
col.active_border = rgb(7f7f7f)
|
||||
|
|
|
@ -3,7 +3,7 @@ $browser = firefox
|
|||
$logout = wlogout
|
||||
$lockscreen = swaylock
|
||||
$menu = fuzzel
|
||||
$screenshot = IMG=~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && grim -g "$(slurp -d)" $IMG && wl-copy < $IMG
|
||||
$screenshot = grim -g "$(slurp -d)" ~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && wl-copy < $IMG
|
||||
$shell = fish
|
||||
$statusbar = waybar
|
||||
$terminal = foot
|
||||
|
|
|
@ -51,4 +51,5 @@
|
|||
"workbench.startupEditor": "none",
|
||||
"workbench.statusBar.visible": false,
|
||||
"workbench.tree.enableStickyScroll": false,
|
||||
"continue.telemetryEnabled": false,
|
||||
}
|
|
@ -6,13 +6,13 @@
|
|||
}
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "doas poweroff",
|
||||
"action" : "poweroff",
|
||||
"text" : "Shutdown",
|
||||
"keybind" : "s"
|
||||
}
|
||||
{
|
||||
"label" : "reboot",
|
||||
"action" : "doas reboot",
|
||||
"action" : "reboot",
|
||||
"text" : "Reboot",
|
||||
"keybind" : "r"
|
||||
}
|
|
@ -36,6 +36,10 @@
|
|||
"light": "KTRZ Monokai",
|
||||
"dark": "KTRZ Monokai"
|
||||
},
|
||||
"title_bar": {
|
||||
"show_sign_in": false,
|
||||
"show_user_picture": false
|
||||
},
|
||||
"toolbar": {
|
||||
"breadcrumbs": false,
|
||||
"quick_actions": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue