Logs: freenode/#xmonad
| 2021-01-01 20:06:30 | <mc47> | And basically just made makeStatusBar take that as an argument instead |
| 2021-01-01 20:07:04 | <mc47> | the "nice" thing is that now, there's a nice direct way of combining status bars :-) |
| 2021-01-01 20:07:12 | <mc47> | Here's the code I'm currently using |
| 2021-01-01 20:07:13 | <mc47> | https://github.com/TheMC47/dotfiles/blob/master/.xmonad/src/Config.hs#L358 |
| 2021-01-01 20:07:49 | <mc47> | I like the fact that I can write `combineStatusBars [xmobarTop, xmobarBottom] conf` instead of doing all the plumbing manually |
| 2021-01-01 20:18:13 | × | cwrbs quits (~jy@141.98.102.227) (Ping timeout: 246 seconds) |
| 2021-01-01 20:19:58 | → | bendo_ joins (~bendo@130.61.122.121) |
| 2021-01-01 20:23:26 | × | bendo quits (~bendo@130.61.122.121) (Ping timeout: 264 seconds) |
| 2021-01-01 20:24:23 | bendo_ | is now known as bendo |
| 2021-01-01 20:31:53 | → | cwrbs joins (~jy@178.162.209.171) |
| 2021-01-01 20:39:38 | × | Shiranai quits (beed0d74@gateway/web/cgi-irc/kiwiirc.com/ip.190.237.13.116) (Quit: Connection closed) |
| 2021-01-01 20:41:54 | → | al3x27 joins (~plovs@85.254.75.157) |
| 2021-01-01 20:43:13 | → | byorgey joins (~byorgey@155.138.238.211) |
| 2021-01-01 20:46:37 | × | cwrbs quits (~jy@178.162.209.171) (Ping timeout: 260 seconds) |
| 2021-01-01 21:00:33 | × | mc47 quits (~yecinem@89.246.239.190) (Remote host closed the connection) |
| 2021-01-01 21:13:50 | × | al3x27 quits (~plovs@85.254.75.157) (Quit: WeeChat 3.0) |
| 2021-01-01 21:26:57 | × | geekosaur quits (ae68c070@cpe-174-104-192-112.neo.res.rr.com) (Remote host closed the connection) |
| 2021-01-01 21:27:24 | × | ddellacosta quits (dd@gateway/vpn/mullvad/ddellacosta) (Quit: WeeChat 2.8) |
| 2021-01-01 21:27:34 | → | ddellacosta joins (dd@gateway/vpn/mullvad/ddellacosta) |
| 2021-01-01 21:28:58 | × | ddellacosta quits (dd@gateway/vpn/mullvad/ddellacosta) (Client Quit) |
| 2021-01-01 21:29:07 | → | ddellacosta joins (dd@gateway/vpn/mullvad/ddellacosta) |
| 2021-01-01 21:33:38 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 264 seconds) |
| 2021-01-01 21:52:57 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-01-01 21:57:06 | → | FrostyX joins (~jkadlcik@78.80.183.78) |
| 2021-01-01 22:07:13 | → | dmwit joins (~dmwit@pool-108-18-106-204.washdc.fios.verizon.net) |
| 2021-01-01 22:42:24 | → | naom joins (~dingo@srvnet-01-080.ikbnet.co.at) |
| 2021-01-01 22:42:38 | × | ddellacosta quits (dd@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 256 seconds) |
| 2021-01-01 22:43:58 | <Liskni_si> | ?tell everythingTaken please try https://github.com/xmonad/xmonad-contrib/pull/440 |
| 2021-01-01 22:43:58 | <lambdabot> | Consider it noted. |
| 2021-01-01 22:46:23 | <Liskni_si> | I wonder if there's a thing that goes through the list of open github issues and shows stats of thumbs-up and comments |
| 2021-01-01 22:46:58 | <Liskni_si> | maybe not worth the haslle for the 60 issues that we have |
| 2021-01-01 22:47:49 | <Liskni_si> | but it might make maintenance easier |
| 2021-01-01 22:47:51 | <Liskni_si> | or something |
| 2021-01-01 22:51:35 | → | ddellacosta joins (dd@gateway/vpn/mullvad/ddellacosta) |
| 2021-01-01 23:13:13 | × | andytoshi quits (~apoelstra@unaffiliated/andytoshi) (Quit: leaving) |
| 2021-01-01 23:24:45 | × | thoros quits (~thoros@194-96-55-156.hdsl.highway.telekom.at) (Ping timeout: 240 seconds) |
| 2021-01-01 23:27:36 | × | ddellacosta quits (dd@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 240 seconds) |
| 2021-01-01 23:54:12 | × | naom quits (~dingo@srvnet-01-080.ikbnet.co.at) (Quit: Lost terminal) |
| 2021-01-01 23:55:05 | → | et09 joins (~et09@unaffiliated/endolphin) |
| 2021-01-01 23:56:39 | <et09> | i was playing with sway for a while |
| 2021-01-01 23:56:52 | <et09> | i noticed there's a couple interesting things which are hard to replicate |
| 2021-01-01 23:57:13 | <et09> | one of them is that you can resize a window in tile mode using right click |
| 2021-01-01 23:59:19 | <et09> | the other i guess is that you kind of have this abstraction of a 'container' which can contain 1 or more actual windows |
| 2021-01-01 23:59:39 | <et09> | so for instance you could have a layout with one big window on top and two or three on the bottom |
| 2021-01-01 23:59:52 | <et09> | or two floating windows locked together |
| 2021-01-02 00:00:15 | <et09> | custom layout would let you do the first one i suppose |
| 2021-01-02 00:25:05 | × | notis quits (~notis@45.134.22.65) (Ping timeout: 265 seconds) |
| 2021-01-02 00:54:55 | → | joznia joins (~user@2600:1700:7412:90::d) |
| 2021-01-02 01:24:45 | × | ElKowar quits (~ElKowar@p3e9d26c7.dip0.t-ipconnect.de) (Quit: ElKowar) |
| 2021-01-02 01:28:14 | × | seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq) |
| 2021-01-02 02:15:20 | → | ADG1089_ joins (~adg1089@27.63.37.2) |
| 2021-01-02 02:15:21 | × | ADG1089_ quits (~adg1089@27.63.37.2) (Read error: Connection reset by peer) |
| 2021-01-02 02:15:38 | → | ADG1089_ joins (~adg1089@223.235.213.117) |
| 2021-01-02 02:15:51 | × | ADG1089_ quits (~adg1089@223.235.213.117) (Read error: Connection reset by peer) |
| 2021-01-02 02:16:10 | → | ADG1089_ joins (~adg1089@223.235.213.117) |
| 2021-01-02 02:18:06 | × | remediable quits (~sid320609@103.154.98.31) (Remote host closed the connection) |
| 2021-01-02 02:26:37 | × | kelnoky quits (~shao@ip1f1222c4.dynamic.kabel-deutschland.de) (Quit: WeeChat 3.0) |
| 2021-01-02 02:31:50 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 264 seconds) |
| 2021-01-02 02:37:55 | <coldpress> | Liskni_si: surely someone made something like that already? |
| 2021-01-02 02:40:02 | → | eblip joins (~eblip@unaffiliated/eblip) |
| 2021-01-02 02:40:41 | → | abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-01-02 02:41:55 | → | growpotk- joins (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
| 2021-01-02 02:55:27 | × | growpotk- quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Ping timeout: 256 seconds) |
| 2021-01-02 03:22:14 | × | ADG1089_ quits (~adg1089@223.235.213.117) (Ping timeout: 256 seconds) |
| 2021-01-02 03:36:23 | × | hexo quits (~hexo@gateway/tor-sasl/hexo) (Ping timeout: 240 seconds) |
| 2021-01-02 03:38:05 | → | ADG1089_ joins (~adg1089@27.63.37.2) |
| 2021-01-02 03:38:05 | × | ADG1089_ quits (~adg1089@27.63.37.2) (Read error: Connection reset by peer) |
| 2021-01-02 03:38:16 | → | hexo joins (~hexo@gateway/tor-sasl/hexo) |
| 2021-01-02 03:38:28 | → | ADG1089_ joins (~adg1089@183.83.47.21) |
| 2021-01-02 03:42:49 | × | schweby quits (~quassel@lxqflm.schwe.by) (Quit: Das ist möglich, also tun wir es. Später.) |
| 2021-01-02 03:44:45 | → | schweby joins (~quassel@lxqflm.schwe.by) |
| 2021-01-02 03:48:43 | × | ADG1089_ quits (~adg1089@183.83.47.21) (Ping timeout: 256 seconds) |
| 2021-01-02 03:51:17 | × | theDon quits (~td@muedsl-82-207-238-228.citykom.de) (Ping timeout: 260 seconds) |
| 2021-01-02 03:53:08 | → | theDon joins (~td@muedsl-82-207-238-216.citykom.de) |
| 2021-01-02 03:54:10 | → | ADG1089_ joins (~adg1089@27.63.37.2) |
| 2021-01-02 04:18:48 | → | everythingTaken joins (~everythin@gateway/tor-sasl/everythingtaken) |
| 2021-01-02 04:23:23 | × | everythingTaken quits (~everythin@gateway/tor-sasl/everythingtaken) (Client Quit) |
| 2021-01-02 04:24:17 | → | everythingTaken joins (~everythin@gateway/tor-sasl/everythingtaken) |
| 2021-01-02 04:44:47 | × | Hash quits (~Hash@unaffiliated/hash) (Quit: WeeChat 3.0) |
| 2021-01-02 04:53:00 | × | everythingTaken quits (~everythin@gateway/tor-sasl/everythingtaken) (Quit: everythingTaken) |
| 2021-01-02 05:15:00 | × | joznia quits (~user@2600:1700:7412:90::d) (Remote host closed the connection) |
| 2021-01-02 05:15:48 | → | fortuneteller2k joins (~fortunete@49.148.214.29) |
| 2021-01-02 05:19:05 | × | rekahsoft quits (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds) |
| 2021-01-02 05:19:13 | × | fortuneteller2k quits (~fortunete@49.148.214.29) (Client Quit) |
| 2021-01-02 05:28:33 | × | ADG1089_ quits (~adg1089@27.63.37.2) (Read error: Connection reset by peer) |
| 2021-01-02 05:28:54 | → | ADG1089_ joins (~adg1089@223.235.213.117) |
| 2021-01-02 05:36:37 | → | fortuneteller2k joins (~fortunete@49.148.214.29) |
| 2021-01-02 05:38:41 | × | fortuneteller2k quits (~fortunete@49.148.214.29) (Remote host closed the connection) |
| 2021-01-02 05:41:27 | → | Hash joins (~Hash@unaffiliated/hash) |
| 2021-01-02 06:19:56 | × | eblip quits (~eblip@unaffiliated/eblip) (Quit: WeeChat 2.3) |
| 2021-01-02 06:24:38 | → | palo1 joins (~weechat@c-base/crew/palo) |
| 2021-01-02 06:26:01 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Read error: Connection reset by peer) |
| 2021-01-02 06:28:04 | × | palo quits (~weechat@c-base/crew/palo) (Ping timeout: 265 seconds) |
| 2021-01-02 06:28:04 | palo1 | is now known as palo |
| 2021-01-02 06:49:28 | × | et09 quits (~et09@unaffiliated/endolphin) (Ping timeout: 256 seconds) |
| 2021-01-02 07:29:40 | × | growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-01-02 07:45:25 | × | ADG1089_ quits (~adg1089@223.235.213.117) (Ping timeout: 240 seconds) |
| 2021-01-02 07:53:02 | → | eblip joins (~eblip@unaffiliated/eblip) |
| 2021-01-02 07:57:29 | → | thoros joins (~thoros@194-96-55-156.hdsl.highway.telekom.at) |
| 2021-01-02 08:02:26 | → | everythingTaken joins (~everythin@gateway/tor-sasl/everythingtaken) |
All times are in UTC.