mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update i3, polybar, emacs, qtile, zsh & sctipts
This commit is contained in:
parent
8822c65b4f
commit
102aa36798
15 changed files with 152 additions and 140 deletions
|
|
@ -11,6 +11,7 @@ alert = #FF6C6B
|
|||
[bar/i3bar]
|
||||
width = 100%
|
||||
height = 24
|
||||
bottom = true
|
||||
fixed-center = true
|
||||
wm-restack = i3
|
||||
background = ${colors.background}
|
||||
|
|
@ -20,7 +21,7 @@ module-margin-right = 1
|
|||
font-0 = Iosevka Nerd Font:style=Medium:size=8;3
|
||||
font-1 = FontAwesome5Free:style=Solid:size=7.5;2.5
|
||||
font-2 = Weather Icons:size=7;2
|
||||
modules-left = i3 pacman-up
|
||||
modules-left = i3 menu pacman-up window-name
|
||||
modules-right = keyboard pulseaudio backlight wifi-signal time date
|
||||
tray-position = right
|
||||
|
||||
|
|
@ -104,6 +105,10 @@ type = custom/script
|
|||
exec = ~/.config/polybar/scripts/updates-pacman-aur.sh
|
||||
interval = 60
|
||||
|
||||
[module/window-name]
|
||||
type = internal/xwindow
|
||||
label-maxlen = 100
|
||||
|
||||
[module/keyboard]
|
||||
type = internal/xkeyboard
|
||||
format-prefix = ""
|
||||
|
|
@ -112,6 +117,22 @@ blacklist-0 = num lock
|
|||
blacklist-1 = scroll lock
|
||||
blacklist-2= caps lock
|
||||
|
||||
[module/menu]
|
||||
type = custom/menu
|
||||
format = <label-toggle> <menu>
|
||||
format-padding = 1
|
||||
format-spacing = 2
|
||||
label-open =
|
||||
label-close =
|
||||
menu-0-0 =
|
||||
menu-0-0-exec = thunar
|
||||
menu-0-1 =
|
||||
menu-0-1-exec = firefox
|
||||
menu-0-2 =
|
||||
menu-0-2-exec = alacritty
|
||||
menu-0-3 =
|
||||
menu-0-3-exec = emacs
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
interval = 600
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue