diff --git a/README.md b/README.md index 46c815b..4b7cf3f 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ Tired of having the best feeling DE with the worst defaults? This app is for you - [Tray Icons Reloaded](https://github.com/MartinPL/Tray-Icons-Reloaded) - [Tiling Assistant](https://github.com/Leleat/Tiling-Assistant) - _With sensible defaults_ -- [Font Rendering](https://wiki.manjaro.org/index.php/Improve_Font_Rendering) - - Additionally, I recommend installing `ttf-ms-fonts`, `ttf-tahoma`, `ttf-vista-fonts` +- [Other things I do with my Arch Setup](https://gist.github.com/Whimfoome/e033dd6bf4fc155e9ccfbdd60ef1b9a2) ## You need @@ -32,4 +31,5 @@ Tired of having the best feeling DE with the worst defaults? This app is for you - Restart OS ## Credits -- Thank god [this script by cyfrost](https://github.com/cyfrost/install-gnome-extensions) exists, I found out how to build the download link for extensions properly :) \ No newline at end of file +- Thanks [this script by cyfrost](https://github.com/cyfrost/install-gnome-extensions) exists, I found out how to build the download link for extensions properly :) +- Icon App from [Reversal Icon Theme](https://github.com/yeyushengfan258/Reversal-icon-theme), exact name - gnome-panel-launcher \ No newline at end of file diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..fe9d8de Binary files /dev/null and b/icon.png differ diff --git a/src/extension_download/configure.rs b/src/extension_download/configure.rs index 7c5eb5c..f34ab5e 100644 --- a/src/extension_download/configure.rs +++ b/src/extension_download/configure.rs @@ -57,14 +57,6 @@ pub fn apply_dash_to_dock() { .arg("4") .spawn() .expect("Failed"); - - // Lock Taskbar - Command::new("dconf") - .arg("write") - .arg("/org/gnome/shell/extensions/dash-to-panel/taskbar-locked") - .arg("true") - .spawn() - .expect("Failed"); } pub fn apply_arc_menu() {