Initial commit for Arch
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
# startup {{{ #
|
||||
set $browser "google-chrome"
|
||||
set $browser "chromium"
|
||||
set $def_term "urxvt"
|
||||
# set $runelite "java -jar ~/Downloads/RuneLite.jar"
|
||||
set $swex "sudo ~/Downloads/swex.appimage"
|
||||
exec redshift -O 2000
|
||||
# random bg
|
||||
exec wal -i "$HOME/Pictures/Backgrounds/dim"
|
||||
# exec wal -i "$HOME/Pictures/Backgrounds/dim"
|
||||
exec wal -i "~/Pictures/van.png"
|
||||
exec imwheel
|
||||
exec xmodmap ~/.Xmodmap
|
||||
exec xrdb ~/.Xresources
|
||||
exec --no-startup-id start-pulseaudio-x11
|
||||
exec --no-startup-id i3-msg 'workspace $ws2; exec $def_term'
|
||||
exec --no-startup-id i3-msg 'workspace $ws3; exec $browser'
|
||||
@@ -275,20 +278,10 @@ bindsym control+shift+0 gaps inner all set 0;gaps outer all set 0
|
||||
# finds out, if available)
|
||||
set $sb_font Hack NF Bold
|
||||
bar {
|
||||
font pango:$sb_font 20
|
||||
font pango:$sb_font 27
|
||||
tray_output none
|
||||
status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf
|
||||
output HDMI-0
|
||||
wheel_up_cmd nop
|
||||
wheel_down_cmd nop
|
||||
}
|
||||
|
||||
bar {
|
||||
output $samsung
|
||||
status_command i3blocks -c ~/.config/sam-i3blocks/sam-i3blocks.conf
|
||||
tray_output none
|
||||
font pango:$sb_font 23
|
||||
# font pango:monospace 22, FontAwesome 22
|
||||
output eDP1
|
||||
wheel_up_cmd nop
|
||||
wheel_down_cmd nop
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ W_name=$(nmcli d | grep "$W_inter" | awk '{print $4}')
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
|
||||
echo $QUALITY% "$W_name" # full text
|
||||
# echo $QUALITY% "$W_name" # full text
|
||||
echo $QUALITY% # short text
|
||||
|
||||
# color
|
||||
|
||||
@@ -34,13 +34,23 @@ markup=pango
|
||||
# }}} Global properties #
|
||||
|
||||
[time]
|
||||
label=
|
||||
command=date '+%H:%M.%a-%m-%d'
|
||||
interval=30
|
||||
color=#cccccc
|
||||
|
||||
[wifi]
|
||||
label=
|
||||
instance=wlp3s0
|
||||
interval=10
|
||||
|
||||
[battery]
|
||||
label=
|
||||
interval=10
|
||||
|
||||
# unbold this?
|
||||
[load_average]
|
||||
label=
|
||||
label=
|
||||
interval=5
|
||||
color=#990000
|
||||
|
||||
@@ -53,12 +63,8 @@ label=
|
||||
min_width=CPU: 100.00%
|
||||
color=#adeaea
|
||||
|
||||
# [wifi]
|
||||
# label=
|
||||
# instance=wlp4s0
|
||||
# interval=10
|
||||
|
||||
[name]
|
||||
label=
|
||||
color=#cc5490
|
||||
interval=6000
|
||||
|
||||
|
||||
@@ -16,13 +16,13 @@ print_info() {
|
||||
info "Terminal Font" term_font
|
||||
info "WM" wm
|
||||
info "WM Theme" wm_theme
|
||||
info "Theme" theme
|
||||
# info "Theme" theme
|
||||
# info "Icons" icons
|
||||
info "CPU" cpu
|
||||
# info "CPU Usage" cpu_usage
|
||||
info "GPU" gpu
|
||||
# info "GPU" gpu
|
||||
info "Memory" memory
|
||||
info "Resolution" resolution
|
||||
# info "Resolution" resolution
|
||||
# info "Uptime" uptime
|
||||
info "Install Date" install_date
|
||||
info "Song" song
|
||||
|
||||
Reference in New Issue
Block a user