Update shit ig

This commit is contained in:
lemon-sh 2021-12-16 22:14:57 +01:00
parent 8db2995874
commit 4d935d2412
5 changed files with 14 additions and 6 deletions

View File

@ -1,4 +1,4 @@
urxvt*font: xft:Cozette:size=10
urxvt*font: xft:Iosevka:size=12
urxvt*foreground: #cccccc
urxvt*scrollBar: false
urxvt*background: rgba:0000/0000/0000/cccc
@ -7,8 +7,8 @@ URxvt.transparent: true
URxvt.tintColor: white
URxvt.shading: 20
URxvt.internalBorder: 20
URxvt.cursorUnderline: 1
URxvt.blurRadius: 10
#URxvt.letterSpace: -1
URxvt*color0: #3c4c55
URxvt*color1: #df8c8c

View File

@ -7,6 +7,7 @@ set mouse=a
set number
set expandtab
set relativenumber
set autoindent
" plugins
call plug#begin()
@ -21,6 +22,7 @@ Plug 'hrsh7th/cmp-nvim-lsp'
Plug 'saadparwaiz1/cmp_luasnip'
Plug 'L3MON4D3/LuaSnip'
Plug 'neovim/nvim-lspconfig'
Plug 'mattn/emmet-vim'
call plug#end()
" color fix

View File

@ -1,8 +1,6 @@
#!/bin/bash
# TODO: Integrate color schemes
cpu() {
load() {
echo -n "^c#7ec7a2^ ^c#abb2bf^$(grep -o "^[^ ]*" /proc/loadavg)"
}
@ -22,7 +20,11 @@ player() {
echo -n "^c#42f59e^ ^c#abb2bf^$(playerctl metadata | awk '{if ($2 == "xesam:title") {s = ""; for (i = 3; i <= NF; i++) s = s $i " "; print s}}')"
}
temp() {
echo -n "^c#cf366b^ ^c#abb2bf^$(sensors -j | jq '.["coretemp-isa-0000"]["Package id 0"]["temp1_input"]')°C"
}
while true; do
xsetroot -name "^c#cdff59^ $(player) $(root) $(cpu) $(mem) $(clock)"
xsetroot -name "^c#cdff59^ $(player) $(root) $(temp) $(load) $(mem) $(clock)"
sleep 5
done

4
.zshrc
View File

@ -4,8 +4,12 @@ fi
source "/home/lemon/antigen.zsh"
antigen init ~/.antigenrc
bindkey "^[[7~" beginning-of-line
bindkey "^[[8~" end-of-line
bindkey "^[^[[D" backward-word
bindkey "^[^[[C" forward-word
export PATH="$HOME/.local/bin:$PATH"
[ "$(tty)" = "/dev/tty1" ] && startx

BIN
wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 KiB