Home freenode/#xmonad: Logs Calendar

Logs: freenode/#xmonad

←Prev  Next→
Page 1 .. 346 347 348 349 350 351 352 353 354 355 356 .. 397
39,606 events total
2021-05-02 10:37:09 <charpointer> xmonad-git
2021-05-02 10:37:11 <charpointer> the contrib
2021-05-02 10:37:13 <charpointer> and xmobar
2021-05-02 10:37:13 <mc47> xmonad-contrib
2021-05-02 10:37:21 <charpointer> ok
2021-05-02 10:37:44 <mc47> it will generate the docs as html so you can browse them in your brwoser
2021-05-02 10:37:46 <mc47> browser*
2021-05-02 10:37:48 <charpointer> ok
2021-05-02 10:37:55 <mc47> you'll find a link when it's done
2021-05-02 10:39:58 × ADG1089 quits (~aditya@223.226.237.158) (Quit: Konversation terminated!)
2021-05-02 10:39:58 × charpointer quits (~char@cpc160245-nrth4-2-0-cust907.8-4.cable.virginm.net) (Read error: Connection reset by peer)
2021-05-02 10:40:09 charpointer joins (~char@cpc160245-nrth4-2-0-cust907.8-4.cable.virginm.net)
2021-05-02 10:40:17 <charpointer> mc47 so that crashed my pc....
2021-05-02 10:40:22 <charpointer> and literally hanged it completely
2021-05-02 10:40:48 <charpointer> i couldnt even access a tty
2021-05-02 10:40:53 <charpointer> are the docs avaialble online??
2021-05-02 10:40:53 <mc47> euuh what? sorry about that
2021-05-02 10:40:57 <mc47> what happened exactly?
2021-05-02 10:41:01 <mc47> unfortunately, no
2021-05-02 10:41:03 <charpointer> yeah i have no idea
2021-05-02 10:41:09 <charpointer> well im not building them
2021-05-02 10:41:18 <charpointer> literally made me force shutdown my pc
2021-05-02 10:41:19 <mc47> you could go to the file and read them from the sources
2021-05-02 10:41:28 <charpointer> yeah thats a hard pass from me
2021-05-02 10:41:38 <charpointer> i can *barely* read haskell code
2021-05-02 10:42:19 <mc47> gimme a sec
2021-05-02 10:42:26 <charpointer> ok
2021-05-02 10:44:25 mc47[m] posted a file: (333KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/tNLzXafrXBNhvfqgpBiiEujs/XMonad.Hooks.StatusBar.pdf >
2021-05-02 10:44:48 <mc47> well there you go, can you try and follow the documentation?
2021-05-02 10:45:58 <charpointer> ok
2021-05-02 10:46:02 <charpointer> ill give it a try thanks
2021-05-02 10:48:15 <charpointer> mc47, how do i do multiple status bars w/ this?
2021-05-02 10:48:44 <mc47> did you get it working with one? :)
2021-05-02 10:49:01 <charpointer> lemme try
2021-05-02 10:49:29 <mc47> and there's literally a whole section called "Multiple Status Bars"
2021-05-02 10:49:59 <charpointer> o sorry ididnt see that
2021-05-02 10:50:34 <mc47> if you want to do this the right way, I'd do the following
2021-05-02 10:50:58 <mc47> get statusBarPipe working. This does what you have now, but better
2021-05-02 10:51:10 <mc47> then you have to try getting statusBarProp to work
2021-05-02 10:51:26 <mc47> once you do it, you can follow the multiple status bars section pretty easily
2021-05-02 10:51:33 <mc47> and that you'll be good to go
2021-05-02 10:51:43 <mc47> oh, the pdf is missing one part that was recently added
2021-05-02 10:52:44 <oogeek> I guess the missing part is my part, haha
2021-05-02 10:53:13 <mc47> exactly, I haven't updated my master branch
2021-05-02 10:53:30 <oogeek> I am testing the new StatusBar from your branch, I need more time testing.
2021-05-02 10:54:22 <mc47> take your time, it's not like I'll find time right away to go over your feedback :p
2021-05-02 10:54:31 mc47[m] posted a file: (335KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/BqVVhABRUamryEFVygPvQUhz/XMonad.Hooks.StatusBar.pdf >
2021-05-02 10:55:27 <charpointer> mc47 it works w/ one bar but still displays the double workspace thing
2021-05-02 10:55:52 <charpointer> eg 0_0, 1_1, 1_2, etc
2021-05-02 10:56:00 <mc47> that's a start
2021-05-02 10:56:03 <mc47> show me your config
2021-05-02 10:59:30 <charpointer> i get this
2021-05-02 10:59:33 <charpointer> xmobar: /home/char/config/xmobar/xmobar_left: openFile: does not exist (No such file or directory)
2021-05-02 10:59:41 <charpointer> it clearly exists..
2021-05-02 10:59:51 <charpointer> wait
2021-05-02 10:59:54 <charpointer> i typed without a .
2021-05-02 11:00:03 <mc47> pretty sure ot doesn't :)
2021-05-02 11:00:10 <mc47> s/ot/it
2021-05-02 11:00:19 <charpointer> ok so i have two bars but
2021-05-02 11:00:21 <charpointer> same isue
2021-05-02 11:00:27 <charpointer> theyre just duplicates
2021-05-02 11:00:55 <charpointer> ill post my hs file
2021-05-02 11:00:56 <charpointer> one sec
2021-05-02 11:01:52 <charpointer> https://paste.tomsmeding.com/dOuByT43
2021-05-02 11:02:22 <charpointer> mc47 this is my entire thing
2021-05-02 11:03:40 <mc47> so, it's working as expected, since you're not calling marshallPP
2021-05-02 11:03:44 <mc47> can you do a screenshot?
2021-05-02 11:03:47 <charpointer> hmm, how do i do that
2021-05-02 11:03:54 <charpointer> idk how i would upload a screenshot but
2021-05-02 11:03:55 <charpointer> it looks like
2021-05-02 11:04:09 <charpointer> 0_1 1_1 0_2 1_2 0_3 1_3 0_4 etc
2021-05-02 11:04:16 <charpointer> on both monitors
2021-05-02 11:04:22 <mc47> leftSB = statusBarPropTo "_XMONAD_LOG_1" "xmobar -x 0 ~/.config/xmobar/xmobar_left" (pure . marshallPP 0 $ myXmobarPP)
2021-05-02 11:04:35 <mc47> rightSB = statusBarPropTo "_XMONAD_LOG_2" "xmobar -x 1 ~/.config/xmobar/xmobar_right" (pure . marshallPP 1 $ myXmobarPP)
2021-05-02 11:04:38 <mc47> Try that
2021-05-02 11:05:19 <charpointer> holy shit it worked
2021-05-02 11:05:32 <mc47> of course it did :)
2021-05-02 11:05:46 <charpointer> could u explain what marshallPP does?
2021-05-02 11:06:03 × mohab quits (~mohab@156.223.200.10) (Read error: Connection reset by peer)
2021-05-02 11:06:15 mohab joins (~mohab@156.223.200.10)
2021-05-02 11:06:38 <mc47> tbh, I have no idea
2021-05-02 11:07:06 <mc47> it probably changes ppOrder or sth so it filters out the workspaces that are not needed
2021-05-02 11:07:25 <mc47> I just read the docs for IndependentScreens
2021-05-02 11:07:51 <mc47> "This turns a naive pretty-printer into one that is aware of the independent screens. That is, you can write your pretty printer to behave the way you want on virtual workspaces; this function will convert that pretty-printer into one that first filters out physical workspaces on other screens, then converts all the physical workspaces on this screen to their virtual names.
2021-05-02 11:07:52 <mc47> "
2021-05-02 11:07:54 <oogeek> Let me explain, it do two things, one is rename "1_1" to "1", the other is sort workspaces by order
2021-05-02 11:08:04 <oogeek> Since I have a PR on IndependentScreens
2021-05-02 11:08:18 <oogeek> s/order/some order/
2021-05-02 11:08:26 <oogeek> :)
2021-05-02 11:10:00 <charpointer> ahh ok
2021-05-02 11:10:09 <charpointer> so its used w/ multi monitors
2021-05-02 11:10:13 <charpointer> to not display 1_1 or whatever
2021-05-02 11:21:47 geekosaur joins (930099da@rrcs-147-0-153-218.central.biz.rr.com)
2021-05-02 11:27:46 × charpointer quits (~char@cpc160245-nrth4-2-0-cust907.8-4.cable.virginm.net) (Remote host closed the connection)
2021-05-02 11:37:45 <oogeek> mc47: typo: barSpawner _ = memtpy -- nothing on the rest of the screens
2021-05-02 11:37:52 <oogeek> should be mempty
2021-05-02 11:44:31 × oogeek quits (~szz_@138.199.23.129) (Quit: Lost terminal)
2021-05-02 12:53:43 × davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer)
2021-05-02 12:54:30 davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net)
2021-05-02 12:58:30 <mc47> Right! Thanks
←Prev  Next→
Page 1 .. 346 347 348 349 350 351 352 353 354 355 356 .. 397

All times are in UTC.