boom
This commit is contained in:
+2
-1
@@ -9,7 +9,8 @@
|
||||
#
|
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
set $mod Mod4
|
||||
# Set mod key (Mod1=<Alt>, Mod4=<Super>)
|
||||
set $mod Mod1
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'material',
|
||||
theme = 'codedark',
|
||||
},
|
||||
sections = {
|
||||
lualine_a = {
|
||||
@@ -19,13 +19,23 @@ require('lualine').setup {
|
||||
{
|
||||
'diff'
|
||||
},
|
||||
{
|
||||
'diagnostics'
|
||||
},
|
||||
},
|
||||
-- lualine_x = {
|
||||
-- },
|
||||
-- lualine_y = {
|
||||
-- },
|
||||
lualine_z = {
|
||||
{
|
||||
'datetime',
|
||||
-- options: default, us, uk, iso, or your own format string ("%H:%M", etc..)
|
||||
style = '%H:%M:%S',
|
||||
},
|
||||
{
|
||||
'filesize'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user