Skip to content

Commit

Permalink
some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BL-CZY committed Sep 2, 2024
1 parent 246d18e commit 12185ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

cargo build --release
sudo cp target/release/dvvidget /usr/bin/dvvidget
sudo mkdir -p /usr/share/dvvidget/
sudo cp src/style.css /usr/share/dvvidget/style.css
2 changes: 1 addition & 1 deletion src/daemon/renderer/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use toml::{map::Map, Table, Value};

use super::window::WindowDescriptor;

pub const DEFAULT_CSS_PATH: &str = "/home/tpl/projects/dvvidget/src/daemon/renderer/style.css";
pub const DEFAULT_CSS_PATH: &str = "/usr/share/dvvidget/style.css";
pub const DEFAULT_VOL_CMD: VolCmdProvider = VolCmdProvider::Wpctl;

#[derive(Clone)]
Expand Down
File renamed without changes.

0 comments on commit 12185ce

Please sign in to comment.