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
250
ステータスバーに歌詞を表示させてみた!
i3-blocksとsptlrxを用いて、ステータスバーにspotifyで流している曲の歌詞を表示させる話です。
soukouki
January 22, 2023
Tweet
Share
More Decks by soukouki
See All by soukouki
ゲーム画面をブラウザから見られるサイトを作った話
soukouki
0
11
Simutrans CityView (日本語版)
soukouki
0
94
Simutrans CityView (English)
soukouki
0
40
10分で学ぶ すてきなモナド
soukouki
1
160
Misskey自鯖を建ててみた
soukouki
1
85
1年前の日記を要約するツールをローカルLLM&自作MCPサーバーで作った話
soukouki
0
440
自作Cコンパイラ 8時間の奮闘
soukouki
0
1.8k
定理証明支援系Coq(セキュリティキャンプLT会)
soukouki
1
260
Coqで選択公理を形式化してみた
soukouki
0
490
Other Decks in Programming
See All in Programming
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
360
浮動小数の比較について
kishikawakatsumi
0
380
Rails Girls Tokyo 18th GMO Pepabo Sponsor Talk
yutokyokutyo
0
210
Claude Code、ちょっとした工夫で開発体験が変わる
tigertora7571
0
200
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
410
AIコーディングの理想と現実 2026 | AI Coding: Expectations vs. Reality 2026
tomohisa
0
1.2k
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
220
Windows on Ryzen and I
seosoft
0
200
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
170
手戻りゼロ? Spec Driven Developmentとは@KAG AI week
tmhirai
1
170
AI時代でも変わらない技術コミュニティの力~10年続く“ゆるい”つながりが生み出す価値
n_takehata
2
660
SourceGeneratorのマーカー属性問題について
htkym
0
170
Featured
See All Featured
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
460
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
140
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
140
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.1k
The SEO identity crisis: Don't let AI make you average
varn
0
400
HDC tutorial
michielstock
1
510
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
230
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
190
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
400
KATA
mclloyd
PRO
35
15k
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