minor tweaks

This commit is contained in:
eneller
2025-04-08 14:14:16 +02:00
parent aa61185828
commit 1fa5c6d319
5 changed files with 4 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ pager:
# Aliases allow you to create nicknames for gh commands # Aliases allow you to create nicknames for gh commands
aliases: aliases:
co: pr checkout co: pr checkout
upload: '!gh-upload' push: '!gh-upload'
clone: repo clone clone: repo clone
social-image: "api graphql -f query='query ($owner: String!, $name: String!) {repository(owner: $owner, name: $name) {openGraphImageUrl} }' -F owner='{owner}' -F name='{repo}' --jq '.data.repository.openGraphImageUrl'" social-image: "api graphql -f query='query ($owner: String!, $name: String!) {repository(owner: $owner, name: $name) {openGraphImageUrl} }' -F owner='{owner}' -F name='{repo}' --jq '.data.repository.openGraphImageUrl'"
# The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport. # The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport.

View File

@@ -147,7 +147,7 @@ exec --no-startup-id pamac-tray
exec --no-startup-id xfce4-power-manager exec --no-startup-id xfce4-power-manager
#exec --no-startup-id volumeicon #exec --no-startup-id volumeicon
exec --no-startup-id start-pulseaudio-x11 exec --no-startup-id start-pulseaudio-x11
exec --no-startup-id pa-applet exec --no-startup-id volumeicon
exec --no-startup-id picom exec --no-startup-id picom
exec --no-startup-id /usr/bin/nextcloud --background exec --no-startup-id /usr/bin/nextcloud --background
bindsym $mod+Ctrl+m exec pavucontrol bindsym $mod+Ctrl+m exec pavucontrol

View File

@@ -20,7 +20,6 @@ order += "disk /"
# order += "disk /home" # order += "disk /home"
order += "wireless _first_" order += "wireless _first_"
order += "ethernet _first_" order += "ethernet _first_"
order += "battery all"
# order += "load" # order += "load"
order += "memory" order += "memory"
order += "tztime local" order += "tztime local"
@@ -44,25 +43,6 @@ ethernet _first_ {
format_down = " no lan " format_down = " no lan "
} }
battery all {
# format = "%status %percentage %remaining %emptytime"
format = " %status %percentage"
format_down = "No battery"
last_full_capacity = true
integer_battery_capacity = true
# status_chr = ""
status_chr = "⚡"
# status_bat = "bat"
# status_bat = "☉"
status_bat = ""
# status_unk = "?"
status_unk = ""
# status_full = ""
status_full = "☻"
low_threshold = 15
threshold_type = time
}
memory { memory {
format = "%used | %available" format = "%used | %available"
threshold_degraded = "1G" threshold_degraded = "1G"

View File

@@ -14,6 +14,7 @@ alias xar="xarchiver"
alias g="git" alias g="git"
alias u="dict" alias u="dict"
alias todo="rg -A 1 -B 1 '(TODO|FIXME|NOTE)'" alias todo="rg -A 1 -B 1 '(TODO|FIXME|NOTE)'"
alias open="xdg-open"
# Add an "alert" alias for long running commands. Use like so: 'sleep 10; alert' # Add an "alert" alias for long running commands. Use like so: 'sleep 10; alert'

View File

@@ -11,6 +11,7 @@
root = "!git-root" root = "!git-root"
ignore = "!git-ignore" ignore = "!git-ignore"
ignore-io = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi" ignore-io = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"
co = "checkout"
[color] [color]
ui = auto ui = auto
[branch] [branch]