Created
June 9, 2019 21:21
-
-
Save chrissound/9d3c616751048e20e3b9ade9c79152ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| readlink $(which taffybar) | |
| /nix/store/sgvdjwiw9xr2d0f3i5r8pfsdxpc6gzrr-taffybar-with-packages-8.6.4/bin/taffybar | |
| chris@nixos ● ~/ | |
| ll /home/chris/.config/taffybar/ | |
| "/home/chris/.config/taffybar/": No such file or directory (os error 2) | |
| ✘ chris@nixos ● ~/ | |
| taffybar | |
| Error: | |
| /home/chris/.config/taffybar/taffybar.hs:5:1: error: | |
| Could not find module ‘System.Taffybar’ | |
| Use -v to see a list of the files searched for. | |
| | | |
| 5 | import System.Taffybar | |
| | ^^^^^^^^^^^^^^^^^^^^^^ | |
| /home/chris/.config/taffybar/taffybar.hs:6:1: error: | |
| Could not find module ‘System.Taffybar.Hooks’ | |
| Use -v to see a list of the files searched for. | |
| | | |
| 6 | import System.Taffybar.Hooks | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| /home/chris/.config/taffybar/taffybar.hs:7:1: error: | |
| Could not find module ‘System.Taffybar.Information.CPU’ | |
| Use -v to see a list of the files searched for. | |
| | | |
| 7 | import System.Taffybar.Information.CPU | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| /home/chris/.config/taffybar/taffybar.hs:8:1: error: | |
| Could not find module ‘System.Taffybar.Information.Memory’ | |
| Use -v to see a list of the files searched for. | |
| | | |
| 8 | import System.Taffybar.Information.Memory | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| /home/chris/.config/taffybar/taffybar.hs:9:1: error: | |
| Could not find module ‘System.Taffybar.SimpleConfig’ | |
| Use -v to see a list of the files searched for. | |
| | | |
| 9 | import System.Taffybar.SimpleConfig | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| /home/chris/.config/taffybar/taffybar.hs:10:1: error: | |
| Could not find module ‘System.Taffybar.Widget’ | |
| Use -v to see a list of the files searched for. | |
| | | |
| 10 | import System.Taffybar.Widget | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| /home/chris/.config/taffybar/taffybar.hs:11:1: error: | |
| Could not find module ‘System.Taffybar.Widget.Generic.PollingGraph’ | |
| Use -v to see a list of the files searched for. | |
| | | |
| 11 | import System.Taffybar.Widget.Generic.PollingGraph | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| /home/chris/.config/taffybar/taffybar.hs:12:1: error: | |
| Could not find module ‘System.Taffybar.Widget.Generic.PollingLabel’ | |
| Use -v to see a list of the files searched for. | |
| | | |
| 12 | import System.Taffybar.Widget.Generic.PollingLabel | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| /home/chris/.config/taffybar/taffybar.hs:13:1: error: | |
| Could not find module ‘System.Taffybar.Widget.Util’ | |
| Use -v to see a list of the files searched for. | |
| | | |
| 13 | import System.Taffybar.Widget.Util | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| /home/chris/.config/taffybar/taffybar.hs:14:1: error: | |
| Could not find module ‘System.Taffybar.Widget.Workspaces’ | |
| Use -v to see a list of the files searched for. | |
| | | |
| 14 | import System.Taffybar.Widget.Workspaces | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment