Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ステータスバーに歌詞を表示させてみた!
Search
soukouki
January 22, 2023
Programming
0
100
ステータスバーに歌詞を表示させてみた!
i3-blocksとsptlrxを用いて、ステータスバーにspotifyで流している曲の歌詞を表示させる話です。
soukouki
January 22, 2023
Tweet
Share
More Decks by soukouki
See All by soukouki
自作Cコンパイラ 8時間の奮闘
soukouki
0
910
定理証明支援系Coq(セキュリティキャンプLT会)
soukouki
1
120
Coqで選択公理を形式化してみた
soukouki
0
170
「プログラミング」と「数学」の関係 〜カリー・ハワード同系対応と定理証明支援系Coq〜
soukouki
1
77
型クラスと依存型のカルパッチョ、代数的構造を添えて
soukouki
2
460
Coqのコントリビューターになった話
soukouki
0
140
次に流行る※プログラミング言語「Lean」
soukouki
2
1.3k
証明しながらプログラミング! - タクティックによるCoqプログラミング
soukouki
0
210
帰納型とパターンマッチングの紹介
soukouki
0
120
Other Decks in Programming
See All in Programming
Pydantic x Database API:turu-pyの開発
yassun7010
1
490
コードレビューと私の過去と未来
jxmtst
0
180
Flutterアプリを生成AIで生成する勘所
rizumita
0
250
DevFest Android in Korea 2024 - 안드로이드의 문단속 : 앱을 지키는 암호화 이야기
mdb1217
1
110
C#および.NETに対する誤解をひも解く
ymd65536
0
230
ACES Meet におけるリリース作業改善の取り組み
fukucheee
0
120
複数プロダクトの技術改善・クラウド移行に向き合うチームのフレキシブルなペア・モブプログラミングの実践 / Flexible Pair Programming And Mob Programming
honyanya
0
160
WEBアプリケーションにおけるAWS Lambdaを用いた大規模な非同期処理の実践
delhi09
PRO
7
3.9k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
6
230
色んなオートローダーを覗き見る #phpcon_okinawa
o0h
PRO
5
370
Go製CLIツールGatling Commanderによる負荷試験実施の自動化
okmtz
3
660
ビット演算の話 / Let's play with bit operations
kaityo256
PRO
4
170
Featured
See All Featured
Design by the Numbers
sachag
278
19k
Done Done
chrislema
181
16k
How GitHub (no longer) Works
holman
311
140k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
158
15k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
Clear Off the Table
cherdarchuk
91
320k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
504
140k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
29
1.7k
Building Your Own Lightsaber
phodgson
102
6k
The Invisible Customer
myddelton
119
13k
Why You Should Never Use an ORM
jnunemaker
PRO
53
9k
The Invisible Side of Design
smashingmag
297
50k
Transcript
ステータスバーに歌詞を表示してみた! sptlrxとi3blocksを組み合わせたステータスバーの活用 Zli 大LT 2023-01-22 sou7 / soukouki 1
sou7といいます 学部2年です GDSC(Google Developer Student Community) Aizu Lead Coq触ったりしてます Factorio初クリアしました
Twitter : @sou7___ Github : @soukouki . やぁ > 2
突然ですが、みなさん作業中に聞いている曲の歌詞が見たくなることはありません か? 3
あ、この曲好きなんだよなー! => 歌詞を追いながら聞きたいなぁ! => でも作業中にウィンドウを切り替えると元の作業ができなくなる・・・ ...... ステータスバーとかに歌詞を表示できたら良いのになぁ!! 4
やりかた 1. i3-blocks と sptlrx をインストールします sptlrx はAURからのインストールになるので、pacmanではなくyayでインスト ールします。 2.
~/.config/i3/config に以下のように追記します bar { status_command i3blocks } (その他たくさんの設定があるので、好みに応じていじってください) 5
3. ~/.config/i3blocks/config に以下のように追記します [sptlrx] command=sptlrx pipe interval=persist (長さが変わるので、ステータスバーの一番左側 = configファイルの先頭に追記すると
良いです) 4. sptlrxの初期設定をします 6
出来上がり 色々設定を足した今の状態がこちらです 7
その他 参考にしたサイト等 「i3blocksの設定」 https://qiita.com/atsuya0/items/f4f2e34560afd22e48a3 8