fixed some formatting
This commit is contained in:
parent
a0badc0449
commit
8c6359c940
68
rc.lua
68
rc.lua
@ -604,22 +604,22 @@ s.mytaglist = awful.widget.taglist {
|
||||
-- Add widgets to the wibox
|
||||
s.mywibox:setup {
|
||||
layout = wibox.container.rotate,
|
||||
direction = "west",
|
||||
{
|
||||
layout = wibox.layout.align.vertical,
|
||||
direction = "west",
|
||||
{
|
||||
layout = wibox.layout.constraint,
|
||||
strategy = "max",
|
||||
height = 18,
|
||||
{
|
||||
layout = wibox.layout.align.horizontal,
|
||||
layout = wibox.layout.align.vertical,
|
||||
{
|
||||
layout = wibox.layout.constraint,
|
||||
strategy = "max",
|
||||
height = 18,
|
||||
{
|
||||
layout = wibox.layout.align.horizontal,
|
||||
{ -- Left widgets
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
{
|
||||
layout = wibox.container.rotate,
|
||||
direction = "east",
|
||||
mylauncher,
|
||||
},
|
||||
{
|
||||
layout = wibox.container.rotate,
|
||||
direction = "east",
|
||||
mylauncher,
|
||||
},
|
||||
s.mytaglist,
|
||||
s.mypromptbox,
|
||||
},
|
||||
@ -630,40 +630,40 @@ s.mytaglist = awful.widget.taglist {
|
||||
memwidget,
|
||||
swapwidget,
|
||||
cpuwidget,
|
||||
{
|
||||
{
|
||||
{
|
||||
{
|
||||
layout = wibox.container.rotate,
|
||||
direction = "east",
|
||||
mykeyboardlayout.widget,
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
layout = wibox.container.rotate,
|
||||
direction = "east",
|
||||
direction = "east",
|
||||
datewidget,
|
||||
},
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
spacing = -5,
|
||||
},
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
spacing = -5,
|
||||
},
|
||||
s.mylayoutbox,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
layout = wibox.layout.constraint,
|
||||
{
|
||||
layout = wibox.layout.flex.horizontal,
|
||||
},
|
||||
{
|
||||
layout = wibox.container.constraint,
|
||||
{
|
||||
layout = wibox.layout.flex.horizontal,
|
||||
{
|
||||
layout = wibox.container.rotate,
|
||||
direction = "north",
|
||||
batbox,
|
||||
},
|
||||
{
|
||||
direction = "north",
|
||||
batbox,
|
||||
},
|
||||
{
|
||||
layout = wibox.container.rotate,
|
||||
direction = "south",
|
||||
direction = "south",
|
||||
batbox,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
end)
|
||||
|
@ -4,7 +4,7 @@ xinput --set-prop "SYNA7DB5:01 06CB:CD41 Touchpad" $(xinput list-props $(xinput
|
||||
xinput --set-prop "SYNA7DB5:01 06CB:CD41 Touchpad" $(xinput list-props $(xinput list | grep 'Touchpad' | cut -f 2 | cut -d'=' -f 2) | grep "Tapping Enabled (" | cut -d'(' -f 2 | cut -d')' -f 1) 1
|
||||
xinput --set-prop "SYNA7DB5:01 06CB:CD41 Touchpad" $(xinput list-props $(xinput list | grep 'Touchpad' | cut -f 2 | cut -d'=' -f 2) | grep "Natural Scrolling Enabled (" | cut -d'(' -f 2 | cut -d')' -f 1) 1
|
||||
xinput --set-prop "SYNA7DB5:01 06CB:CD41 Touchpad" $(xinput list-props $(xinput list | grep 'Touchpad' | cut -f 2 | cut -d'=' -f 2) | grep "Middle Emulation Enabled (" | cut -d'(' -f 2 | cut -d')' -f 1) 1
|
||||
python ~/data/projects/startup/presence.py &
|
||||
#python ~/data/projects/startup/presence.py &
|
||||
#picom --experimental-backends --backend glx &
|
||||
#xsetroot -cursor_name qogir-manjaro
|
||||
cp ~/.gtkrc-2.0_default ~/.gtkrc-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user