Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Final touches
Browse files Browse the repository at this point in the history
Maybe in the future, I'll implement CLI menu
  • Loading branch information
Whimfoome committed Sep 6, 2021
1 parent 4845950 commit 0c8cc52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 :)
- 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
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions src/extension_download/configure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 0c8cc52

Please sign in to comment.