File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ // Copyright 2025 Elaine Cubit
2+ //
3+ // This file is part of polybar-mpris-watcher-rs.
4+ //
5+ // polybar-mpris-watcher-rs is free software: you can redistribute it and/or
6+ // modify it under the terms of the GNU General Public License as published by
7+ // the Free Software Foundation, either version 3 of the License, or (at your
8+ // option) any later version.
9+ //
10+ // polybar-mpris-watcher-rs is distributed in the hope that it will be useful,
11+ // but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12+ // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13+ // more details.
14+ //
15+ // You should have received a copy of the GNU General Public License along with
16+ // this program. If not, see <https://www.gnu.org/licenses/>.
17+
118use clap:: {
219 ValueEnum ,
320 Parser ,
Original file line number Diff line number Diff line change 1+ // Copyright 2025 Elaine Cubit
2+ //
3+ // This file is part of polybar-mpris-watcher-rs.
4+ //
5+ // polybar-mpris-watcher-rs is free software: you can redistribute it and/or
6+ // modify it under the terms of the GNU General Public License as published by
7+ // the Free Software Foundation, either version 3 of the License, or (at your
8+ // option) any later version.
9+ //
10+ // polybar-mpris-watcher-rs is distributed in the hope that it will be useful,
11+ // but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12+ // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13+ // more details.
14+ //
15+ // You should have received a copy of the GNU General Public License along with
16+ // this program. If not, see <https://www.gnu.org/licenses/>.
17+
118use crate :: args:: Operation ;
219use mpris:: {
320 PlayerFinder
You can’t perform that action at this time.
0 commit comments