summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-07-19 20:47:37 +0100
committerubq323 <ubq323@ubq323.website>2023-07-19 20:47:37 +0100
commit926609668e22efdcf6d113a0ed630c51be94febe (patch)
tree798ed7078e4f655d2c4cc9460a44e01d1c285313
parenta31ea3f55105675c7cbacd0c06bae6db9a5e75e7 (diff)
changes
-rw-r--r--.aliases.bashrc3
-rw-r--r--.config/foot/foot.ini9
-rw-r--r--.config/kak/kakrc2
-rw-r--r--.config/sway/config4
-rw-r--r--.ssh/config3
-rwxr-xr-xbin/status.sh2
6 files changed, 14 insertions, 9 deletions
diff --git a/.aliases.bashrc b/.aliases.bashrc
index e1692db..2fd4c22 100644
--- a/.aliases.bashrc
+++ b/.aliases.bashrc
@@ -1,7 +1,7 @@
alias ls='ls --color=auto'
alias grep='grep --color=auto'
-alias ip='ip -color'
+alias ip='ip -color=auto'
alias xqr='xbps-query -R'
alias xqrs='xbps-query -Rs'
@@ -10,6 +10,7 @@ alias kb='kak ~/.bashrc'
alias .b='source ~/.bashrc'
alias l='ls -lah'
+alias la='ls -a'
apwd () {
pwd | sed -e 's!'"$HOME"'!~!'
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini
index 4965b4b..4f9534a 100644
--- a/.config/foot/foot.ini
+++ b/.config/foot/foot.ini
@@ -8,13 +8,14 @@
# title=foot
# locked-title=no
-font=Iosevka Fixed:size=8
+#font=Iosevka Fixed:size=8
+font=CommitMono:size=8
# font=monospace:size=8
# font-bold=<bold variant of regular font>
# font-italic=<italic variant of regular font>
# font-bold-italic=<bold+italic variant of regular font>
# line-height=<font metrics>
-# letter-spacing=0
+letter-spacing=-0.4
# horizontal-letter-offset=0
# vertical-letter-offset=0
# underline-offset=<font metrics>
@@ -164,8 +165,8 @@ bright7=ffffff
# pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none
# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
# pipe-selected=[xargs -r firefox] none
-# show-urls-launch=Control+Shift+u
-# show-urls-copy=none
+show-urls-launch=Control+Shift+u
+show-urls-copy=Control+Shift+o
# show-urls-persistent=none
# prompt-prev=Control+Shift+z
# prompt-next=Control+Shift+x
diff --git a/.config/kak/kakrc b/.config/kak/kakrc
index caa0b7c..c5ab4a7 100644
--- a/.config/kak/kakrc
+++ b/.config/kak/kakrc
@@ -1,4 +1,4 @@
-add-highlighter global/ number-lines -relative
+add-highlighter global/ number-lines
addhl global/ wrap -word
set -add global ui_options terminal_assistant=none
set -add global ui_options terminal_status_on_top=true
diff --git a/.config/sway/config b/.config/sway/config
index 37ce61e..1adb4e9 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -10,7 +10,7 @@ set $menu bemenu-run | xargs swaymsg exec --
# output * bg /home/rebecca/art/img/lagana.png stretch
# output * bg /home/rebecca/med/misc/computer.png stretch
-output * bg /home/rebecca/art/img/euler_computer.png stretch
+output * bg /home/rebecca/med/misc/goo.jpg stretch
input * {
xkb_layout "gb,gb"
@@ -25,6 +25,8 @@ input type:touchpad {
}
+exec pipewire
+exec wireplumber
bindsym $mod+Return exec exec $term
bindsym $mod+Shift+q kill
diff --git a/.ssh/config b/.ssh/config
index 956ee2d..70f066b 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -27,4 +27,5 @@ Host jerver
HostName 192.168.0.11
User rebecca
-
+Host newjerver
+ HostName 192.168.0.16
diff --git a/bin/status.sh b/bin/status.sh
index 35ae205..dd75c41 100755
--- a/bin/status.sh
+++ b/bin/status.sh
@@ -43,7 +43,7 @@ while true; do
fi
block_color "$bat_status $bat_level%" "$color"
- date="$(date +'%a %Y-%m-%d %H:%M:%S')"
+ date="$(date +'%G-W%V-%u %a %Y-%m-%d %H:%M:%S')"
block_basic "$date"