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
200
ステータスバーに歌詞を表示させてみた!
i3-blocksとsptlrxを用いて、ステータスバーにspotifyで流している曲の歌詞を表示させる話です。
soukouki
January 22, 2023
Tweet
Share
More Decks by soukouki
See All by soukouki
1年前の日記を要約するツールをローカルLLM&自作MCPサーバーで作った話
soukouki
0
83
自作Cコンパイラ 8時間の奮闘
soukouki
0
1.4k
定理証明支援系Coq(セキュリティキャンプLT会)
soukouki
1
180
Coqで選択公理を形式化してみた
soukouki
0
370
「プログラミング」と「数学」の関係 〜カリー・ハワード同系対応と定理証明支援系Coq〜
soukouki
1
250
型クラスと依存型のカルパッチョ、代数的構造を添えて
soukouki
2
560
Coqのコントリビューターになった話
soukouki
0
200
次に流行る※プログラミング言語「Lean」
soukouki
3
2k
証明しながらプログラミング! - タクティックによるCoqプログラミング
soukouki
0
320
Other Decks in Programming
See All in Programming
技術同人誌をMCP Serverにしてみた
74th
0
270
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
420
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
560
童醫院敏捷轉型的實踐經驗
cclai999
0
180
Java on Azure で LangGraph!
kohei3110
0
170
ドメインモデリングにおける抽象の役割、tagless-finalによるDSL構築、そして型安全な最適化
knih
11
2k
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
130
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
260
ニーリーにおけるプロダクトエンジニア
nealle
0
100
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
1
660
Cline指示通りに動かない? AI小説エージェントで学ぶ指示書の書き方と自動アップデートの仕組み
kamomeashizawa
1
570
Enterprise Web App. Development (2): Version Control Tool Training Ver. 5.1
knakagawa
1
120
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
33
5.9k
GraphQLとの向き合い方2022年版
quramy
47
14k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
790
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Building Applications with DynamoDB
mza
95
6.5k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
700
Raft: Consensus for Rubyists
vanstee
140
7k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
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