Merge branch 'workpc'

This commit is contained in:
2021-08-19 21:00:24 -05:00
121 changed files with 4458 additions and 4280 deletions

View File

@@ -24,4 +24,7 @@ exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' &
#exec --no-startup-id synergy &
exec --no-startup-id barrier &
# Powerline font patcher
exec --no-startup-id powerline-daemon -q &
# End autostart configuration

View File

@@ -15,7 +15,7 @@ bindsym $mod+u border none
bindsym $mod+y border pixel 1
bindsym $mod+n border normal
font xft:URWGothic-Book 11
font pango:Source Code Pro for Powerline 11
# reload the configuration file
bindsym $mod+Shift+c reload

View File

@@ -4,42 +4,12 @@ bar {
position top
height 18
tray_padding 0
#mode hide
#workspace_buttons yes
#tray_output DP-0
#separator_symbol "|"
status_command i3blocks -c $i3_path/i3blocks.conf
font pango:FontAwesome5Free, SourceCodeProforPowerline 11
# status_command i3status -c $i3_path/i3status.conf
# status_command bumblebee-status \
# -m \
# disk:root \
# cpu2 \
# memory \
# playerctl \
# title \
# todo \
# ping \
# network_traffic \
# date \
# time \
# -p \
# root.path=/ \
# root.critical="50" \
# cpu2.layout="cpu2.cpuload cpu2.coresload" \
# cpu2.colored=1 \
# cpu2.temp_pattern="temp" \
# todo.file="~/todo.vim" \
# ping.address="1.1.1.1" \
# time.format="%H:%M" \
# date.format="%a, %b %d" \
# -a \
# disk \
# ping \
# -t \
# iceberg-dark-powerline
#
status_command i3blocks -c $i3_path/i3blocks.conf
colors {
background #161821

View File

@@ -3,7 +3,7 @@
# Frequently used programs
bindsym $mod+Return exec --no-startup-id terminator
bindsym $mod+Shift+Return exec --no-startup-id urxvt
bindsym $mod+F2 exec --no-startup-id firefox
bindsym $mod+F2 exec --no-startup-id google-chrome-stable
bindsym $mod+F3 exec --no-startup-id pcmanfm
bindsym $mod+F4 exec --no-startup-id code
bindsym $mod+F6 exec --no-startup-id ~/bin/music_player

View File

@@ -17,7 +17,7 @@ bindsym $mod+u border none
bindsym $mod+y border pixel 1
bindsym $mod+n border normal
font xft:URWGothic-Book 11
font pango:Source Code Pro for Powerline 11
# reload the configuration file
bindsym $mod+Shift+c reload
@@ -197,42 +197,12 @@ bar {
position top
height 18
tray_padding 0
#mode hide
#workspace_buttons yes
#tray_output DP-0
#separator_symbol "|"
status_command i3blocks -c $i3_path/i3blocks.conf
font pango:FontAwesome5Free, SourceCodeProforPowerline 11
# status_command i3status -c $i3_path/i3status.conf
# status_command bumblebee-status \
# -m \
# disk:root \
# cpu2 \
# memory \
# playerctl \
# title \
# todo \
# ping \
# network_traffic \
# date \
# time \
# -p \
# root.path=/ \
# root.critical="50" \
# cpu2.layout="cpu2.cpuload cpu2.coresload" \
# cpu2.colored=1 \
# cpu2.temp_pattern="temp" \
# todo.file="~/todo.vim" \
# ping.address="1.1.1.1" \
# time.format="%H:%M" \
# date.format="%a, %b %d" \
# -a \
# disk \
# ping \
# -t \
# iceberg-dark-powerline
#
status_command i3blocks -c $i3_path/i3blocks.conf
colors {
background #161821
@@ -380,7 +350,7 @@ mode "resize" {
# Frequently used programs
bindsym $mod+Return exec --no-startup-id terminator
bindsym $mod+Shift+Return exec --no-startup-id urxvt
bindsym $mod+F2 exec --no-startup-id firefox
bindsym $mod+F2 exec --no-startup-id google-chrome-stable
bindsym $mod+F3 exec --no-startup-id pcmanfm
bindsym $mod+F4 exec --no-startup-id code
bindsym $mod+F6 exec --no-startup-id ~/bin/music_player
@@ -447,4 +417,7 @@ exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' &
#exec --no-startup-id synergy &
exec --no-startup-id barrier &
# Powerline font patcher
exec --no-startup-id powerline-daemon -q &
# End autostart configuration

View File

@@ -1,39 +0,0 @@
# vim: filetype=yaml
# This is an example configuration file for i3-dstatus.
#
# Make sure you are using a pango font by putting `pango:` before your i3 font
# string to use the markup features
---
general:
generators: [ focused-window, scratchpad, playerctl, clipboard, netifaces, disk, battery, clock ]
separator-block-width: 25
clock:
format: '%h %d <b>%H:%M</b>'
disk:
'/':
prefix: 'custom'
format: '%free'
clipboard:
format: '<span size="small" font="FontAwesome"></span> %text'
focused-window:
truncate-length: 100
netifaces:
enp3s0:
format-up: '%iface: %ip'
format-down: '%iface: <b>down</b>'
scratchpad:
format: 'scratchpad: <b>%classes</b>'
playerctl:
format: '{{artist}} - {{title}}'
check-http:
sites: [ 'http://i3wm.org' ]
interval: 600
format-up: ''
format-down: '<span color="red">%site is down (status: %status, %reason)</span>'
github-repos:
users: [ altdesktop ]
interval: 600
format: '<span color="yellow">★</span>%stars <small>?</small>%issues'
battery:
name: 'BAT0' # defaults to the first battery found
format: '%name %percentage%'