mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
i3: force LC_ALL=fi_FI.utf8 for i3status
This commit is contained in:
parent
c91b1b97a9
commit
b644e10586
@ -13,6 +13,8 @@
|
|||||||
# Flatpaks expected: org.gajim.Gajim org.gajim.Gajim.Plugin.omemo
|
# Flatpaks expected: org.gajim.Gajim org.gajim.Gajim.Plugin.omemo
|
||||||
# de.haeckerfelix.gradio com.wire.WireDesktop org.signal.Signal
|
# de.haeckerfelix.gradio com.wire.WireDesktop org.signal.Signal
|
||||||
#
|
#
|
||||||
|
# i3status command below expects locale fi_FI.utf8
|
||||||
|
#
|
||||||
# Debian theming: lxappearance gtk-chtheme qt4-qtconfig qt5ct
|
# Debian theming: lxappearance gtk-chtheme qt4-qtconfig qt5ct
|
||||||
# https://askubuntu.com/a/600946
|
# https://askubuntu.com/a/600946
|
||||||
#
|
#
|
||||||
@ -207,9 +209,9 @@ mode "resize" {
|
|||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available) CHANGEME
|
||||||
bar {
|
bar {
|
||||||
status_command i3status
|
status_command LC_ALL=fi_FI.utf8 i3status
|
||||||
# Solarized Dark copied from https://github.com/tobiaszwaszak/i3wm/blob/master/config
|
# Solarized Dark copied from https://github.com/tobiaszwaszak/i3wm/blob/master/config
|
||||||
colors {
|
colors {
|
||||||
background #002b36
|
background #002b36
|
||||||
|
Loading…
Reference in New Issue
Block a user