add: fontawesome font (encrypted due to copyright)
This commit is contained in:
parent
a2779b7e33
commit
9c0dfb866e
6 changed files with 6 additions and 4 deletions
|
@ -5,7 +5,7 @@ sxhkd &
|
|||
host_name=$(hostname)
|
||||
if [[ $host_name == "portalo" ]]; then
|
||||
bspc monitor HDMI-1 -d web terminal 3 4 5 6 game
|
||||
bspc monitor DVI-D-1 -d 8 voip messenger
|
||||
bspc monitor DVI-D-1 -d side-view voip messenger
|
||||
|
||||
bspc desktop ^7 --layout monocle
|
||||
bspc desktop ^9 --layout monocle
|
||||
|
@ -16,7 +16,7 @@ else
|
|||
bspc monitor primary -d web terminal 3 4 5 6 7 8 9 10
|
||||
fi
|
||||
|
||||
bspc desktop ^1 --layout monocle
|
||||
bspc desktop web --layout monocle
|
||||
|
||||
bspc config border_width 1
|
||||
bspc config window_gap 10
|
||||
|
@ -28,6 +28,7 @@ bspc config gapless_monocle true
|
|||
bspc config focus_follows_pointer true
|
||||
|
||||
bspc rule -a 'firefox' desktop='web'
|
||||
bspc rule -a 'firefox:Toolkit' desktop='side-view' state='fullscreen'
|
||||
bspc rule -a 'TeamSpeak 3' desktop='voip'
|
||||
bspc rule -a 'discord' desktop='voip'
|
||||
bspc rule -a 'Evolution' desktop='messenger'
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
modules-left = bspwm i3
|
||||
modules-center = mpd
|
||||
modules-right = pulseaudio memory cpu eth temperature date powermenu
|
||||
modules-right = memory cpu eth temperature date powermenu
|
||||
|
||||
eth-interface = enp0s31f6
|
||||
|
||||
|
@ -146,6 +146,7 @@
|
|||
ws-icon-2 = voip;
|
||||
ws-icon-3 = messenger;
|
||||
ws-icon-4 = game;
|
||||
ws-icon-5 = side-view;
|
||||
ws-icon-default =
|
||||
|
||||
; Separator in between workspaces
|
||||
|
|
BIN
.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf.gpg
Normal file
BIN
.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf.gpg
Normal file
Binary file not shown.
BIN
.local/share/fonts/Font Awesome 5 Pro-Light-300.otf.gpg
Normal file
BIN
.local/share/fonts/Font Awesome 5 Pro-Light-300.otf.gpg
Normal file
Binary file not shown.
BIN
.local/share/fonts/Font Awesome 5 Pro-Regular-400.otf.gpg
Normal file
BIN
.local/share/fonts/Font Awesome 5 Pro-Regular-400.otf.gpg
Normal file
Binary file not shown.
BIN
.local/share/fonts/Font Awesome 5 Pro-Solid-900.otf.gpg
Normal file
BIN
.local/share/fonts/Font Awesome 5 Pro-Solid-900.otf.gpg
Normal file
Binary file not shown.
Loading…
Reference in a new issue