mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 14:23:32 +01:00
fix: updated icons & spacing in i3blocks
This commit is contained in:
parent
8cc0c54799
commit
55fb2af9ba
@ -1,3 +1,16 @@
|
||||
{
|
||||
"segments": ["virtual_env", "ssh", "cwd", "git", "jobs", "root"]
|
||||
"segments": [
|
||||
"virtual_env",
|
||||
"ssh",
|
||||
"cwd",
|
||||
"git",
|
||||
"jobs",
|
||||
"root"
|
||||
],
|
||||
"cwd": {
|
||||
"max_depth": 5
|
||||
},
|
||||
"vcs": {
|
||||
"show_symbol": "true"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,6 @@ include /usr/share/nano/css.nanorc
|
||||
include /usr/share/nano/default.nanorc
|
||||
include /usr/share/nano/elisp.nanorc
|
||||
include /usr/share/nano/email.nanorc
|
||||
include /usr/share/nano/extra
|
||||
include /usr/share/nano/go.nanorc
|
||||
include /usr/share/nano/groff.nanorc
|
||||
include /usr/share/nano/guile.nanorc
|
||||
|
12
i3/config
12
i3/config
@ -25,17 +25,17 @@ set $statusLineColour #d1d4e0
|
||||
set $urgentTextColour #ef5350
|
||||
set $indicatorColour #fcc09e
|
||||
|
||||
set $workspace1 "1: "
|
||||
set $workspace1 "1: "
|
||||
set $workspace2 "2: "
|
||||
set $workspace3 "3: "
|
||||
set $workspace4 "4: "
|
||||
set $workspace5 "5: "
|
||||
set $workspace6 "6: "
|
||||
set $workspace7 "7: "
|
||||
set $workspace4 "4: "
|
||||
set $workspace5 "5: "
|
||||
set $workspace6 "6: "
|
||||
set $workspace7 "7: "
|
||||
set $workspace8 "8: "
|
||||
set $workspace9 "9: "
|
||||
set $workspace10 "10: "
|
||||
set $workspace11 "11: "
|
||||
set $workspace11 "11: "
|
||||
set $workspace12 "12: "
|
||||
set $workspace13 "13: "
|
||||
|
||||
|
@ -59,7 +59,7 @@ color=#999999
|
||||
|
||||
# Updates
|
||||
[updates]
|
||||
label=
|
||||
label=
|
||||
command=pacman -Qu | wc -l
|
||||
interval=60
|
||||
separator=true
|
||||
@ -78,7 +78,7 @@ separator=true
|
||||
|
||||
# ping
|
||||
[ping]
|
||||
label=
|
||||
label=
|
||||
command=ping -c 2 8.8.8.8 | tail -1 | awk '{print $4}' | cut -d '/' -f 2 | cut -f1 -d"."
|
||||
interval=60
|
||||
separator=true
|
||||
|
Loading…
Reference in New Issue
Block a user