Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
f88671cda8 | ||
|
0b2e68e561 | ||
|
016d35fe10 | ||
|
8c6359c940 |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### !!! any images found in this repository are made by others and may be subject to licenses other than the GPL !!!
|
### !!! any images found in this repository are made by others and may be subject to licenses other than the GPL !!!
|
||||||
|
|
||||||
### Screenshots
|
### Screenshots (Blur/Tranceparency is not present anymore in the current version of blueish)
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
68
rc.lua
68
rc.lua
@ -604,22 +604,22 @@ s.mytaglist = awful.widget.taglist {
|
|||||||
-- Add widgets to the wibox
|
-- Add widgets to the wibox
|
||||||
s.mywibox:setup {
|
s.mywibox:setup {
|
||||||
layout = wibox.container.rotate,
|
layout = wibox.container.rotate,
|
||||||
direction = "west",
|
direction = "west",
|
||||||
{
|
|
||||||
layout = wibox.layout.align.vertical,
|
|
||||||
{
|
{
|
||||||
layout = wibox.layout.constraint,
|
layout = wibox.layout.align.vertical,
|
||||||
strategy = "max",
|
{
|
||||||
height = 18,
|
layout = wibox.layout.constraint,
|
||||||
{
|
strategy = "max",
|
||||||
layout = wibox.layout.align.horizontal,
|
height = 18,
|
||||||
|
{
|
||||||
|
layout = wibox.layout.align.horizontal,
|
||||||
{ -- Left widgets
|
{ -- Left widgets
|
||||||
layout = wibox.layout.fixed.horizontal,
|
layout = wibox.layout.fixed.horizontal,
|
||||||
{
|
{
|
||||||
layout = wibox.container.rotate,
|
layout = wibox.container.rotate,
|
||||||
direction = "east",
|
direction = "east",
|
||||||
mylauncher,
|
mylauncher,
|
||||||
},
|
},
|
||||||
s.mytaglist,
|
s.mytaglist,
|
||||||
s.mypromptbox,
|
s.mypromptbox,
|
||||||
},
|
},
|
||||||
@ -630,40 +630,40 @@ s.mytaglist = awful.widget.taglist {
|
|||||||
memwidget,
|
memwidget,
|
||||||
swapwidget,
|
swapwidget,
|
||||||
cpuwidget,
|
cpuwidget,
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
layout = wibox.container.rotate,
|
layout = wibox.container.rotate,
|
||||||
direction = "east",
|
direction = "east",
|
||||||
mykeyboardlayout.widget,
|
mykeyboardlayout.widget,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
layout = wibox.container.rotate,
|
layout = wibox.container.rotate,
|
||||||
direction = "east",
|
direction = "east",
|
||||||
datewidget,
|
datewidget,
|
||||||
},
|
},
|
||||||
layout = wibox.layout.fixed.horizontal,
|
layout = wibox.layout.fixed.horizontal,
|
||||||
spacing = -5,
|
spacing = -5,
|
||||||
},
|
},
|
||||||
s.mylayoutbox,
|
s.mylayoutbox,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
layout = wibox.layout.constraint,
|
layout = wibox.container.constraint,
|
||||||
{
|
{
|
||||||
layout = wibox.layout.flex.horizontal,
|
layout = wibox.layout.flex.horizontal,
|
||||||
{
|
{
|
||||||
layout = wibox.container.rotate,
|
layout = wibox.container.rotate,
|
||||||
direction = "north",
|
direction = "north",
|
||||||
batbox,
|
batbox,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
layout = wibox.container.rotate,
|
layout = wibox.container.rotate,
|
||||||
direction = "south",
|
direction = "south",
|
||||||
batbox,
|
batbox,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end)
|
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 "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 "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
|
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 &
|
#picom --experimental-backends --backend glx &
|
||||||
#xsetroot -cursor_name qogir-manjaro
|
#xsetroot -cursor_name qogir-manjaro
|
||||||
cp ~/.gtkrc-2.0_default ~/.gtkrc-2.0
|
cp ~/.gtkrc-2.0_default ~/.gtkrc-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user