Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ theme: bring icon theme to lsd #707

Merged
merged 16 commits into from
Oct 10, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🔨 args: allow custom theme for cmd args
  • Loading branch information
zwpaper committed Oct 5, 2022
commit fe2fb32b4d41535b1ad5bdfe811380d53edd2931
2 changes: 0 additions & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ pub fn build() -> App<'static> {
.arg(
Arg::with_name("icon-theme")
.long("icon-theme")
.possible_value("fancy")
.possible_value("unicode")
.default_value("fancy")
.multiple_occurrences(true)
.takes_value(true)
Expand Down