Logs on 2021-08-25 (liberachat/#xmonad)
| 01:21:07 | <yuu[m]> | solved, `added <+> namedScratchpadManageHook myScratchpads` |
| 01:21:15 | <yuu[m]> | * solved, added `<+> namedScratchpadManageHook myScratchpads` |
| 02:02:37 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 250 seconds) |
| 02:24:02 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 02:36:27 | × | td_ quits (~td@94.134.91.225) (Ping timeout: 240 seconds) |
| 02:38:35 | → | td_ joins (~td@muedsl-82-207-238-244.citykom.de) |
| 03:53:37 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: leaving) |
| 04:08:52 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 252 seconds) |
| 04:09:59 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 05:38:29 | → | qbt joins (~edun@user/edun) |
| 05:40:18 | × | krishna quits (~krishna@76.14.21.109) (Read error: Connection reset by peer) |
| 07:28:27 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
| 07:35:53 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 08:01:19 | → | cfricke joins (~cfricke@user/cfricke) |
| 08:09:19 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 08:15:49 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds) |
| 08:17:39 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 08:17:39 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 08:17:42 | allbery_b | is now known as geekosaur |
| 08:17:51 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 08:24:40 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
| 08:27:30 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 12:01:04 | × | MrElendig quits (~Urist@archlinux/op/MrElendig) (Quit: selling nuclear weapons secrets to dprk) |
| 12:02:13 | → | MrElendig joins (~Urist@archlinux/op/MrElendig) |
| 12:27:17 | → | silasfox joins (~silasfox@62.159.27.1) |
| 12:30:34 | ← | silasfox parts (~silasfox@62.159.27.1) () |
| 14:42:16 | → | sszark joins (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) |
| 14:43:53 | <vojjvoda[m]> | so, I want to get current workspace's number (not name, number) so I can use it to get per ws color info from array of colors |
| 14:45:10 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 14:45:10 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 14:45:14 | allbery_b | is now known as geekosaur |
| 14:48:13 | <sszark> | where does xmobar source xpm icons from? I put them in `~/.xmonad/xpm` but it doesn't seem to be able to load them. |
| 14:49:09 | <vojjvoda[m]> | you need to |
| 14:49:41 | <vojjvoda[m]> | , iconRoot = "/home/USERNAME/.xmonad/xpm/" -- default: "." |
| 14:51:54 | <vojjvoda[m]> | sszark |
| 14:52:07 | <vojjvoda[m]> | <vojjvoda[m]> "so, I want to get current worksp" <- can anyone help |
| 14:54:32 | <sszark> | ah that makes sense. thank you vojjvoda[m] |
| 14:56:04 | <geekosaur> | windows $ tag . workspace . current -- off the top of my head, may be wrong |
| 14:57:22 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.2) |
| 15:41:57 | → | seschwar joins (~seschwar@user/seschwar) |
| 15:48:01 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 16:07:00 | vojjvoda[m] | uploaded an image: (80KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/VekMDcTmdnBnveYZClsChgPQ/clipboard.png > |
| 16:07:08 | <vojjvoda[m]> | geekosaur |
| 16:07:33 | <vojjvoda[m]> | colorfulWs is an array of strings |
| 16:10:15 | <sszark> | I saw you can make workspaces clickable on xmobar through xmonad. But can you bind arbitary clickable surfaces, like an icon? |
| 16:10:37 | <geekosaur> | yeh, that's not going to work, for windows to work you need to be in X, not in pure code |
| 16:10:58 | × | Forkk quits (forkk@2600:3c00::f03c:91ff:fe84:de4d) (Remote host closed the connection) |
| 16:11:09 | <geekosaur> | and in any case that would give you the workspace name, not an index |
| 16:11:56 | <geekosaur> | you can't recover the index from the stackset, you'd have to search `workspaces conf` to get the index |
| 16:12:06 | → | Forkk joins (forkk@2600:3c00::f03c:91ff:fe84:de4d) |
| 16:12:54 | <geekosaur> | sszark, I'm no expert with xmobar but I think you can wrap any element in an <action> tag |
| 16:13:42 | <geekosaur> | you mnight have to do that configuration in xmobar though, depending on where the icon comes from |
| 16:24:03 | <sszark> | Excellent, I just found that the website has extremely verbose documentation compared to hackage. Thanks! |
| 16:26:25 | <geekosaur> | vojjvoda[m], I think you can't do this at all because you can't change the SWNConfig for each invocation |
| 16:27:48 | → | lazycat joins (~lazycat@user/lazycat) |
| 16:29:12 | <geekosaur> | this would require a variant of ShowWName that took an X SWNConfig that could build an SWNConfig on the fly |
| 16:35:48 | <vojjvoda[m]> | well, thanks for help! |
| 16:36:45 | <vojjvoda[m]> | <sszark> "I saw you can make workspaces..." <- do it like this : <action=st -e doas nmtui> WIFI ICON </action> |
| 16:53:27 | × | sszark quits (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) (Ping timeout: 240 seconds) |
| 16:55:35 | → | sszark joins (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) |
| 17:02:39 | × | Forkk quits (forkk@2600:3c00::f03c:91ff:fe84:de4d) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) |
| 17:41:02 | → | benin0369329 joins (~benin@183.82.178.142) |
| 17:43:23 | × | benin036932 quits (~benin@183.82.178.142) (Ping timeout: 250 seconds) |
| 17:43:23 | benin0369329 | is now known as benin036932 |
| 17:49:27 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 17:54:54 | → | sszark1 joins (~sszark@h-155-4-128-59.na.cust.bahnhof.se) |
| 17:57:53 | × | sszark quits (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) (Ping timeout: 248 seconds) |
| 18:12:13 | ← | dminuoso parts (~dminuoso@user/dminuoso) (WeeChat 3.1) |
| 18:19:01 | → | Forkk joins (~forkk@li926-228.members.linode.com) |
| 18:21:29 | × | liskin quits (~liskin@xmonad/liskin) (Ping timeout: 252 seconds) |
| 19:06:28 | × | sszark1 quits (~sszark@h-155-4-128-59.na.cust.bahnhof.se) (Ping timeout: 252 seconds) |
| 19:08:12 | → | sszark1 joins (~sszark@h-155-4-128-59.na.cust.bahnhof.se) |
| 19:16:22 | × | sszark1 quits (~sszark@h-155-4-128-59.na.cust.bahnhof.se) (Ping timeout: 252 seconds) |
| 19:16:24 | → | M0x604[m] joins (~M0x604mat@2001:470:69fc:105::e21c) |
| 19:18:31 | → | sszark1 joins (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) |
| 19:20:50 | → | sszark2 joins (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) |
| 19:23:39 | × | Forkk quits (~forkk@li926-228.members.linode.com) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) |
| 19:23:40 | × | sszark1 quits (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) (Ping timeout: 240 seconds) |
| 19:41:31 | → | liskin joins (~liskin@xmonad/liskin) |
| 19:42:35 | × | liskin quits (~liskin@xmonad/liskin) (Remote host closed the connection) |
| 19:43:45 | → | liskin joins (~liskin@xmonad/liskin) |
| 19:47:16 | × | liskin quits (~liskin@xmonad/liskin) (Read error: Connection reset by peer) |
| 19:52:01 | → | liskin joins (~liskin@xmonad/liskin) |
| 20:54:31 | <jakefromstatefar> | This weird thing is happening, every time I restart xmonad, it kills all my namedScratchPad windows, any idea why this' happening? |
| 21:21:14 | × | sszark2 quits (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) (Ping timeout: 250 seconds) |
| 21:23:09 | → | sszark2 joins (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) |
| 21:27:18 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 21:29:19 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 21:42:32 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 22:04:47 | × | td_ quits (~td@muedsl-82-207-238-244.citykom.de) (Ping timeout: 240 seconds) |
| 22:23:52 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 22:39:21 | × | sszark2 quits (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) (Ping timeout: 250 seconds) |
| 22:41:27 | → | sszark2 joins (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) |
| 23:16:42 | → | Forkk joins (~forkk@li926-228.members.linode.com) |
| 23:23:13 | × | Forkk quits (~forkk@li926-228.members.linode.com) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) |
| 23:24:32 | → | Forkk joins (~forkk@li926-228.members.linode.com) |
| 23:39:35 | × | sszark2 quits (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) (Ping timeout: 250 seconds) |
| 23:41:45 | → | sszark2 joins (~sszark@h-155-4-128-59.NA.cust.bahnhof.se) |
| 23:54:03 | <electr0n> | whats up |
All times are in UTC on 2021-08-25.