More minor tweaks
Forgot to commit and now I have no clue what I did
This commit is contained in:
parent
fd0ea9b6f2
commit
8b1fbc1030
@ -50,7 +50,7 @@ font pango:Overpass 10
|
|||||||
# Use in case of NODM/autlogin and .xinitrc -- If we're just starting the system, we need to lock it up.
|
# Use in case of NODM/autlogin and .xinitrc -- If we're just starting the system, we need to lock it up.
|
||||||
exec --no-startup-id "i3lock -c1d2021"
|
exec --no-startup-id "i3lock -c1d2021"
|
||||||
|
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||||
exec --no-startup-id redshift -l 38.627003:-90.199402
|
exec --no-startup-id redshift -l 38.627003:-90.199402
|
||||||
exec_always --no-startup-id compton -bc --config ~/.config/compton.conf
|
exec_always --no-startup-id compton -bc --config ~/.config/compton.conf
|
||||||
exec_always --no-startup-id dunst
|
exec_always --no-startup-id dunst
|
||||||
@ -207,10 +207,10 @@ bindsym $mod+$shift+r restart
|
|||||||
|
|
||||||
# exit i3 (logs you out of your X session)
|
# exit i3 (logs you out of your X session)
|
||||||
#bindsym $mod+$shift+e exec "i3-nagbar -t warning -m 'Really exit i3wm? This will close all running applications and end your X session.' -b 'Exit' 'i3-msg exit'"
|
#bindsym $mod+$shift+e exec "i3-nagbar -t warning -m 'Really exit i3wm? This will close all running applications and end your X session.' -b 'Exit' 'i3-msg exit'"
|
||||||
bindsym $mod+$shift+e exec "i3-salt-logout-dunst"
|
bindsym $mod+$shift+e exec "~/.bin/i3-salt-logout-dunst"
|
||||||
|
|
||||||
# lock the screen
|
# lock the screen
|
||||||
bindsym $sup+l exec "bash i3-salt-lock"
|
bindsym $sup+l exec "~/.bin/i3-salt-lock"
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
@ -67,7 +67,7 @@ tray-padding = 2
|
|||||||
|
|
||||||
modules-left = i3 | xwindow
|
modules-left = i3 | xwindow
|
||||||
modules-center = date
|
modules-center = date
|
||||||
modules-right = wlan-up wlan-down | temperature
|
modules-right = xkeyboard | wlan-up wlan-down | temperature
|
||||||
|
|
||||||
; LOWER
|
; LOWER
|
||||||
;====================
|
;====================
|
||||||
@ -345,6 +345,20 @@ inherit = template/module/bar
|
|||||||
label = BRI
|
label = BRI
|
||||||
bar-fill-foreground = ${template/module/bar.bar-fill-foreground-setting}
|
bar-fill-foreground = ${template/module/bar.bar-fill-foreground-setting}
|
||||||
|
|
||||||
|
[module/xkeyboard]
|
||||||
|
type = internal/xkeyboard
|
||||||
|
format = <label-indicator> <label-layout>
|
||||||
|
|
||||||
|
label-layout = %name%
|
||||||
|
label-layout-padding = 0
|
||||||
|
label-layout-background = ${res/colors.background}
|
||||||
|
label-layout-foreground = ${res/colors.foreground}
|
||||||
|
|
||||||
|
label-indicator = %name%
|
||||||
|
label-indicator-padding = 1
|
||||||
|
label-indicator-background = ${self.label-layout-background}
|
||||||
|
label-indicator-foreground = ${res/colors.accent-blue}
|
||||||
|
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
label = %title%
|
label = %title%
|
||||||
|
Reference in New Issue
Block a user