i3: switch terminal to alacritty, add second clock
This commit is contained in:
parent
67b24fb663
commit
bfbdb70f4c
2 changed files with 6 additions and 4 deletions
|
@ -5,8 +5,8 @@ font pango:DB Office Regular 8
|
|||
|
||||
floating_modifier $mod
|
||||
|
||||
bindsym $mod+Return exec kitty
|
||||
bindsym $mod+Shift+Return exec kitty --class terminal-floating -e python
|
||||
bindsym $mod+Return exec alacritty
|
||||
bindsym $mod+Shift+Return exec alacritty --class terminal-floating -e python
|
||||
|
||||
bindsym $mod+Shift+x kill
|
||||
|
||||
|
|
|
@ -36,7 +36,9 @@ status.register("shell",
|
|||
on_rightclick="xset s off")
|
||||
|
||||
status.register("clock",
|
||||
format="%a, %Y-%m-%d %H:%M:%S (W%V)",)
|
||||
format=("%a, %Y-%m-%d %H:%M:%S (W%V)", "Europe/Berlin"))
|
||||
status.register("clock",
|
||||
format=("%Y-%m-%d %H:%M:%S UTC", "UTC"))
|
||||
|
||||
status.register("battery",
|
||||
battery_ident="BAT0",
|
||||
|
@ -112,7 +114,7 @@ status.register("network",
|
|||
detect_active=True,
|
||||
freq_divisor=1000000000,
|
||||
divisor=1024,
|
||||
on_leftclick="kitty --class terminal-floating -e sudo wifi-menu",
|
||||
on_leftclick="alacritty --class terminal-floating -e sudo wifi-menu",
|
||||
hints={"markup":"pango"})
|
||||
|
||||
#status.register("mpd",
|
||||
|
|
Loading…
Reference in a new issue