You are not logged in.
My new "too much time to waste" theme Midnight 1982
Awesome git-master + shape_part2 branch, fonts from "cool-retro-term". I had to implement dithering into Awesome. I am sure it will be useful
Last edited by Elv13 (2016-01-26 06:19:16)
All my code: https://github.com/Elv13
Offline
All my code: https://github.com/Elv13
Offline
So here's mine after some initial customizing... looks good, and functions as expected. Screen and short explanation.
Awesome WM Screen
Here a short explanation of my own added widgets:
My own widgets
NOTE
This is a virtual machine. Not my actual notebook. That's at home.
-- read the rules and only post thumbnails https://bbs.archlinux.org/viewtopic.php?id=61754 [jwr] --
-- Edit: Got it... will only post links from here on out.
Last edited by marcus-s (2016-02-14 10:41:05)
Paper! Snow! A GHOST!
--
PGP key | Arch notes
Offline
Some newer ones
http://imgur.com/a/thZiW
All my code: https://github.com/Elv13
Offline
Offline
So here's mine after some initial customizing... looks good, and functions as expected. Screen and short explanation.
Awesome WM ScreenHere a short explanation of my own added widgets:
My own widgetsNOTE
This is a virtual machine. Not my actual notebook. That's at home.-- read the rules and only post thumbnails https://bbs.archlinux.org/viewtopic.php?id=61754 [jwr] --
-- Edit: Got it... will only post links from here on out.
wheres that RC.lua at i need to check out those widgets theyre uber schway
Offline
I uploaded all the suite: http://dl.dropbox.com/u/19370627/awesome-suite.tar
will you ever be uploading your files again? im trying to recreate everything
Offline
TheImmortalPhoenix wrote:I uploaded all the suite: http://dl.dropbox.com/u/19370627/awesome-suite.tar
will you ever be uploading your files again? im trying to recreate everything
check out my github
Offline
Offline
Updated to 4.0
Was it seamless ?
Offline
For everybody with nice (and non standard) Awesome 4.0 screenshots, please post them to
https://github.com/awesomeWM/awesome/issues/1395
Again, no default config with a different wallpaper and colors please.
All my code: https://github.com/Elv13
Offline
Offline
My AwesomeWm.
Offline
https://github.com/vgavro/dotfiles/tree … g/awesome/
Last edited by vgavro (2017-10-25 18:45:42)
Offline
Hi all, this is my current config. But I'm a new awesome user, I've two-three questions :-D
Can I choose on which workspace open one application?
Can I add polybar on awesome?
Offline
Can I choose on which workspace open one application?
Yes you can:
eg. rc.lua to start Firefox on first workspace and leafpad in seventh workspace (both on same monitor/display)
-- {{{ Rules
awful.rules.rules = {
// ...
{ rule = { class = "Firefox" },
properties = { tag = tags[1]} },
{ rule = { class = "Leafpad" },
properties = { tag = tags[7] } },
// ...
}
also you can start apps on different monitors: firefox on first workspace on first monitor and leafpad on seventh workspace on second monitor, etc.
-- {{{ Rules
awful.rules.rules = {
// ...
{ rule = { class = "Firefox" },
properties = { tag = tags[1][1] } },
{ rule = { class = "Leafpad" },
properties = { tag = tags[2][7] } },
// ...
}
As for polybar I think you can start it as a second bar on bottom just like you would start a conky instance.
UNIX is user-friendly. It's just very selective about who is friends are.
Offline
So I just got a nice gaming laptop and wanted a really sexy new system on top of it. I have used awesomewm for years but never had anything this on point. Really loving this so far and welcome input for improvements. This is indeed my nicest set up yet and deserving of the new machine.
-- Dell G5 5587 --
intel i7 hex core / Nvidia 1050TI
Cofounder and admin @ https://nixheads.co.uk
https://github.com/lunacorn
Offline
Anyone know how can I get rid of task bar icons, such as the VLC icon in the pic?
Comment wibox.widget.systray() in wibar:setup table definition?
Last edited by Kirill Bugaev (2019-02-14 08:27:56)
Offline
bedtime wrote:Anyone know how can I get rid of task bar icons, such as the VLC icon in the pic?
Comment wibox.widget.systray() in wibar:setup table definition?
Thank you for the suggestion, though that didn't work for me. The tasklist and icons are still there; however, my Awesome wm is a dated verson and doesn't have a wibar:setup; it has a s.mywibox:setup. Perhaps it works in the newer versions?
I was easily able to get rid of the icon in the application window that is located to the left of the title, as can be seen in the pics, but not the taskbar icons.
Offline
Thank you for the suggestion, though that didn't work for me. The tasklist and icons are still there; however, my Awesome wm is a dated verson and doesn't have a wibar:setup; it has a s.mywibox:setup. Perhaps it works in the newer versions?
I was easily able to get rid of the icon in the application window that is located to the left of the title, as can be seen in the pics, but not the taskbar icons.
I thought it is not the taskbar (tasklist) icons, but the system tray. System tray appears on wibox (top bar in you case) when it is listed in setup table of wibox (s.mywibox:setup in your case). Strange that it still appears in spite of you switched it off. Maybe I am wrong and it is another tasklist with disabled application titles. If so you can find it in the same setup table and switch off too.
P.S. You can name wibox as you want and awesome version doesn't matter. I just have named it wibar in my lua config. Your name is s.mywibox and it is attached to screen apparently.
Last edited by Kirill Bugaev (2019-02-14 16:01:07)
Offline
This is not a support thread.
Offline
I shared screenshots of my Awesome WM desktop on my github: https://github.com/Relz/awesome-wm-theme
Offline