Update polybar config and .gitconfig

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-17 01:31:19 +01:00
parent db7c7418ed
commit 4f606bddb5
5 changed files with 14 additions and 12 deletions

View file

@ -60,6 +60,7 @@ LINKED_FILES_HOME=(
SYSTEMD_SERVICES=(
"bumblebeed"
"cronie"
"dbus"
"lightdm"
"wicd"
)

View file

@ -195,8 +195,6 @@ bindsym $mod+$alt+Right move workspace to output right
#######################################
# Startup applications
#######################################
#
exec wicd-client --tray
# Merge .Xresources on boot
exec xrdb -merge $HOME/.Xresources

View file

@ -23,6 +23,7 @@ font-3 = siji:pixelsize=12;3
modules-left = i3
modules-center = xwindow
modules-right = battery volume backlight wlan date
separator = |
#wm-restack = i3
@ -69,15 +70,14 @@ label-urgent-padding = 4
[module/xwindow]
type = internal/xwindow
label = %title:0:50:...%
label-padding = 4
[module/date]
type = internal/date
interval = 1.0
date = %F
time = %H:%M:%S
label =  %date% %time%
format = <label>
type = custom/script
exec = date +"%F %H:%M:%S"
format =  <label>
label = %output%
interval = 1
click-left = xdg-open "https://www.google.com/calendar/render#g"
[module/battery]
type = internal/battery
@ -124,7 +124,7 @@ type = internal/network
interface = wlp3s0
interval = 3.0
format-connected = <ramp-signal> <label-connected>
format-connected = %{A1:wicd-client -n:}<ramp-signal> <label-connected>%{A}
format-connected-underline = #9f78e1
label-connected = %essid%

View file

@ -6,6 +6,9 @@
# Display the history of the latest 20 commits
l = log --pretty=oneline -n 20 --graph --abbrev-commit
# Update submodules when pulling
pl = !git pull && git submodule update --remote --merge
# Shortcut for status
s = status

View file

@ -20,6 +20,6 @@ xset s noblank
setxkbmap -model pc105 -layout ch
# Start ibus
ibus-daemon -drx
#ibus-daemon -drx
. "${HOME}/bin/resolution.sh"