Update polybar config and .gitconfig
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
db7c7418ed
commit
4f606bddb5
5 changed files with 14 additions and 12 deletions
|
@ -60,6 +60,7 @@ LINKED_FILES_HOME=(
|
||||||
SYSTEMD_SERVICES=(
|
SYSTEMD_SERVICES=(
|
||||||
"bumblebeed"
|
"bumblebeed"
|
||||||
"cronie"
|
"cronie"
|
||||||
|
"dbus"
|
||||||
"lightdm"
|
"lightdm"
|
||||||
"wicd"
|
"wicd"
|
||||||
)
|
)
|
||||||
|
|
|
@ -195,8 +195,6 @@ bindsym $mod+$alt+Right move workspace to output right
|
||||||
#######################################
|
#######################################
|
||||||
# Startup applications
|
# Startup applications
|
||||||
#######################################
|
#######################################
|
||||||
#
|
|
||||||
exec wicd-client --tray
|
|
||||||
|
|
||||||
# Merge .Xresources on boot
|
# Merge .Xresources on boot
|
||||||
exec xrdb -merge $HOME/.Xresources
|
exec xrdb -merge $HOME/.Xresources
|
||||||
|
|
|
@ -23,6 +23,7 @@ font-3 = siji:pixelsize=12;3
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-center = xwindow
|
modules-center = xwindow
|
||||||
modules-right = battery volume backlight wlan date
|
modules-right = battery volume backlight wlan date
|
||||||
|
separator = |
|
||||||
|
|
||||||
#wm-restack = i3
|
#wm-restack = i3
|
||||||
|
|
||||||
|
@ -69,15 +70,14 @@ label-urgent-padding = 4
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
label = %title:0:50:...%
|
label = %title:0:50:...%
|
||||||
label-padding = 4
|
|
||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = custom/script
|
||||||
interval = 1.0
|
exec = date +"%F %H:%M:%S"
|
||||||
date = %F
|
format = <label>
|
||||||
time = %H:%M:%S
|
label = %output%
|
||||||
label = %date% %time%
|
interval = 1
|
||||||
format = <label>
|
click-left = xdg-open "https://www.google.com/calendar/render#g"
|
||||||
|
|
||||||
[module/battery]
|
[module/battery]
|
||||||
type = internal/battery
|
type = internal/battery
|
||||||
|
@ -124,7 +124,7 @@ type = internal/network
|
||||||
interface = wlp3s0
|
interface = wlp3s0
|
||||||
interval = 3.0
|
interval = 3.0
|
||||||
|
|
||||||
format-connected = <ramp-signal> <label-connected>
|
format-connected = %{A1:wicd-client -n:}<ramp-signal> <label-connected>%{A}
|
||||||
format-connected-underline = #9f78e1
|
format-connected-underline = #9f78e1
|
||||||
label-connected = %essid%
|
label-connected = %essid%
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
# Display the history of the latest 20 commits
|
# Display the history of the latest 20 commits
|
||||||
l = log --pretty=oneline -n 20 --graph --abbrev-commit
|
l = log --pretty=oneline -n 20 --graph --abbrev-commit
|
||||||
|
|
||||||
|
# Update submodules when pulling
|
||||||
|
pl = !git pull && git submodule update --remote --merge
|
||||||
|
|
||||||
# Shortcut for status
|
# Shortcut for status
|
||||||
s = status
|
s = status
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,6 @@ xset s noblank
|
||||||
setxkbmap -model pc105 -layout ch
|
setxkbmap -model pc105 -layout ch
|
||||||
|
|
||||||
# Start ibus
|
# Start ibus
|
||||||
ibus-daemon -drx
|
#ibus-daemon -drx
|
||||||
|
|
||||||
. "${HOME}/bin/resolution.sh"
|
. "${HOME}/bin/resolution.sh"
|
Loading…
Add table
Add a link
Reference in a new issue