修复bspwmrc文件可执行权限;修复xlock脚本的背景图路径;优化网速组件的配色

master
yutent 2023-07-21 01:30:17 +00:00 committed by GitHub
parent 101f3e6d66
commit 509d84cdc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

0
home/config/bspwm/bspwmrc Normal file → Executable file
View File

View File

@ -8,7 +8,7 @@ altforeground = #768bb2
accent = #81a1c1
black = #3b4252
red = #bf616a
red = #fb818d
green = #a3be8c
yellow = #ebcb8b
blue = #81a1c1

View File

@ -5,4 +5,4 @@ interface = enp86s0
interval = 1.0
format-connected = <label-connected>
format-connected-padding = 1
label-connected = "↑%upspeed% ↓%downspeed%"
label-connected = "%{F#fb818d}↑%upspeed%%{F-} %{F#a3be8c}↓%downspeed%%{F-}"

View File

@ -1,6 +1,6 @@
#!/bin/bash
i3lock -n -F -i $HOME/.local/share/boy.png -k -e \
i3lock -n -F -i $HOME/.local/share/xlock.png -k -e \
--radius=128 --ring-width=16 --ring-color=64b5f6 --inside-color=64b5f680 \
--verif-color=48c9b0 --wrong-color=fc7661 \
--layout-size=32 --verif-size=32 --wrong-size=32 --greeter-size=32 \