Clone Mastodon's repository.
# Clone mastodon to ~/live directory
git clone https://github.com/tootsuite/mastodon.git live
# Change directory to ~/live
cd ~/live
configuration { | |
/* modes: "window,drun,run,ssh";*/ | |
/* font: "mono 12";*/ | |
/* location: 0;*/ | |
/* yoffset: 0;*/ | |
/* xoffset: 0;*/ | |
/* fixed-num-lines: true;*/ | |
/* show-icons: false;*/ | |
/* terminal: "rofi-sensible-terminal";*/ | |
/* ssh-client: "ssh";*/ |
/** | |
* rofi -dump-theme output. | |
* Rofi version: 1.7.5+wayland3-dev | |
**/ | |
* { | |
red: rgba ( 220, 50, 47, 100 % ); | |
selected-active-foreground: rgba ( 249, 249, 249, 100 % ); | |
lightfg: rgba ( 88, 104, 117, 100 % ); | |
separatorcolor: rgba ( 29, 31, 33, 100 % ); | |
urgent-foreground: rgba ( 204, 102, 102, 100 % ); |
Specifically from Rakuten TV (live.tv.rakuten.co.jp)
FMI: https://cdm-project.com/How-To/ & https://old.reddit.com/r/Piracy/comments/y30ffr/
# Config for sway | |
# | |
# Read `man 5 sway` for a complete reference. | |
###################################################################### | |
### Variables | |
# | |
# Logo key. Use Mod1 for Alt. | |
set $mod Mod4 |