An open API service indexing awesome lists of open source software.

https://github.com/konsbe/i3status-bar

for everyone that loves to go hardcore in linux experience., my docs for i3 read README.md file and also some infos how to get started to customize, <3 have fun! Kali & Ubuntu 20.04, 22.04>
https://github.com/konsbe/i3status-bar

git github i3 i3blocks i3status i3wm i3wm-config linux-distribution linux-shell

Last synced: 6 months ago
JSON representation

for everyone that loves to go hardcore in linux experience., my docs for i3 read README.md file and also some infos how to get started to customize, <3 have fun! Kali & Ubuntu 20.04, 22.04>

Awesome Lists containing this project

README

          

# [i3status-bar](https://github.com/vivien/i3blocks)
for everyone that loves a better view of linux experience. my docs for status bar in i3 and also some infos how to get started to customize and a cheatsheet for terminal commands, <3 have fun! works on Kali & Ubuntu 20.04
#
##### $ sudo apt-get update
##### $ sudo apt-get install i3

switch to i3 mode and go install

```sudo apt-get install vim```

```sudo update-alternatives --config editor``` and set vim as editor

```sudo apt-get install feh```

```sudo apt-get install arandr```

```xprop``` wm_class(string)= _, x

```git clone git@github.com:FortAwesome/Font-Awesome.git``` [github page at realeases](https://github.com/FortAwesome/Font-Awesome) && [cheatSheet](https://fontawesome.com/v4/cheatsheet/)

```unzip Downloads/fontawesome-free-6.1.2-web.zip```

```mkdir ~/.fonts```

```cp fontawesome-free-6.1.2-web/webfonts/fa-brands-400.ttf fontawesome-free-6.1.2-web/webfonts/fa-regular-400.ttf fontawesome-free-6.1.2-web/webfonts/fa-solid-900.ttf fontawesome-free-6.1.2-web/webfonts/fa-v4compatibility.ttf ~/.fonts``` .ttf files (and otfs if any error exist)

```sudo apt-get update -y```

```sudo apt-get install -y gnome-screenshot```

```sudo apt-get install thunar```

```sudo apt-get update && sudo apt-get install compton```

```sudo apt-get install rofi``` and hit ```rofi-theme-selector```

```sudo apt-get install -y i3blocks``` => ```cp /etc/i3blocks.conf ~/.config/i3/i3blocks.conf```

```vim .config/i3/config```, ```vim .config/i3/i3blocks.conf```





Other installations

-----------------------------------------------------------------------

### Oh my zsh

[oh-my-zsh official github page](https://github.com/ohmyzsh/ohmyzsh)

``` sudo apt-get install zsh ```

``` wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh ```

```sh install.sh ``` (more infos: https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)

or```sudo sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"```

##### $ ```exec bash``` || ```exec zsh```

### Highlight format

```git clone https://github.com/zsh-users/zsh-syntax-highlighting.git```

```echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc```

```source ./zsh-syntax-highlighting/zsh-syntax-highlighting.zsh```

bash scripting cheatsheet: https://devhints.io/bash

### nvm node

```curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh -o install_nvm.sh``` update v0.39.1 with @lts version

```bash install_nvm.sh```

```zsh install_nvm.sh```

```export NVM_DIR="$HOME/.nvm"\n [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion```

```source ~/.profile``` this is the ~/.bash_profile directory

```command -v nvm```

```nvm install --lts```

```nvm install node```

### gitui rust
[gitui official github page](https://github.com/extrawurst/gitui)

```curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh```

```source $HOME/.cargo/env```

```rustc --version```

```rustup update```

```sudo apt-get install cargo```

```cargo install gitui```
### thefuck
[official: github page](https://github.com/nvbn/thefuck)

```sudo apt-get update```

```sudo apt-get install python3-dev python3-pip python3-setuptools```

```pip3 install thefuck --user```

```pip install thefuck```

### keepassxc
[official page](https://keepassxc.org/download/#linux)

```sudo apt-get install keepassxc```

### Screen Brightness

```sudo add-apt-repository ppa:apandada1/brightness-controller```

```sudo apt-get update```

```sudo apt-get install brightness-controller```

#### Keyboard brightness

```sudo /etc/acpi/asus-keyboard-backlight.sh down```
```sudo /etc/acpi/asus-keyboard-backlight.sh up```

#### Bluetooth
```sudo apt-get install blueman```

```sudo apt-get install bluez bluez-obexd```

```bluetoothctl```

```power on```

```agent on```

```default-agent```

```scan on```

```pair 00:1D:43:6D:03:26```

```connect 00:1D:43:6D:03:26```

```trust 00:1D:43:6D:03:26```

```scan off```

```exit```

```pulseaudio -k``` to stop deamon if errors```