-
## Проблема
Как известно, ассеты тем отдаются по адресам вроде ``/themepack/midnight/0.0.2.9/resource/radio.png``, где версия зависит от файла theme.yml. Очевидно, что версионирование в адресах сущ…
-
On my .tmux.conf:
```
set -g @plugin 'jimeh/tmux-themepack'
set -g @themepack 'powerline/block/green'
```
![image](https://user-images.githubusercontent.com/24435787/107841634-34e95f00-6d9…
-
I use the theme:
```
set -g @plugin 'jimeh/tmux-themepack'
set -g @themepack 'powerline/block/cyan'
set -g @themepack-status-left-area-left-prefix '#{?client_prefix,#[reverse]^Z#[noreverse] ,}'
`…
-
The readme states that we can use the syntax:
`set -g @plugin 'git@github.com/user/plugin'`
This does not work for me. For example, I have in my config file:
`set -g @plugin 'git@github.com/bssb/tm…
-
Думаю, для непрограммистов которые просто хотят содержать свой инстанс овк будет крайне полезно
TAB-q updated
1 month ago
-
```shell
$ source .tmux-themepack/powerline/default/cyan.tmuxtheme
.tmux-themepack/powerline/default/cyan.tmuxtheme:set:12: no such option: q
```
-
问题复现:
1. 为了实现切换 dark/light 模式,参考官网文档增加如下自定义 .dumi/theme/layout
```tsx
import React from 'react'
import Layout from 'dumi-theme-default/es/layout'
import { ConfigProvider, CLOUD_THEME_PACK } from…
-
In my `tmux.conf` I have
```
source-file '/Users/crstnbr/.tmux-themepack/powerline/default/cyan.tmuxtheme'
```
What I get when starting `tmux`:
```
/Users/crstnbr/.tmux-themepack/powerline/d…
-
Hi,
I try to use this plugin with tmux but auto-save, auto restore or the timer inside the powerline bar never show.
The other plugin work great and tmux-resurrect work great to but i can't use th…
-
I just installed this plugin. I saw the [screencast](https://vimeo.com/101867689) and it looks very fast. However, on my machine it takes around `1 second` to find a match. Not sure what did I do wron…