Compare commits

...

2 Commits
deblo ... pbp

Author SHA1 Message Date
Jurij Podgoršek 70a503c9c2 Skripta za font 2023-03-09 02:51:47 +01:00
Jurij Podgoršek 214bdbb33d i3status popravek za i3blocks 2023-03-09 00:23:10 +01:00
2 changed files with 11 additions and 4 deletions

View File

@ -23,7 +23,7 @@ order += "wireless _first_"
order += "load"
order += "memory"
order += "volume master"
order += "battery all"
order += "battery pbp"
order += "tztime local"
wireless _first_ {
@ -38,13 +38,15 @@ ethernet _first_ {
format_down = "E: "
}
battery all {
battery pbp {
format = " %status %percentage %remaining "
status_bat = ""
status_chr = ""
status_full = ""
status_unk = "?"
threshold_type = time
integer_battery_capacity = true
path = "/sys/class/power_supply/cw2015-battery/uevent"
}
tztime local {

View File

@ -3,5 +3,10 @@
# Instaliraj vim plug!
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
# Instaliraj spacemacs!
#git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
# Zloudaj font (statusbar, emacs)
mkdir ~/.fonts
curl -fLo ~/.fonts/iosevka.zip https://github.com/be5invis/Iosevka/releases/download/v20.0.0/super-ttc-iosevka-ss01-20.0.0.zip
cd ~/.fonts
unzip iosevka.zip
rm iosevka.zip
fc-cache -f