From 235ac83631e267245fd953e2b9e712933dd8e437 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 20 Jun 2018 13:56:59 -0700 Subject: [PATCH 1/5] [rofi] Set DPI --- dotfiles/config/rofi/config | 1 + dotfiles/config/rofi/white.rasi | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dotfiles/config/rofi/config b/dotfiles/config/rofi/config index 440e972f..07a587a2 100644 --- a/dotfiles/config/rofi/config +++ b/dotfiles/config/rofi/config @@ -3,3 +3,4 @@ rofi.sidebar-mode: false rofi.theme: sidestyle.rasi rofi.drun-icon-theme: Papirus rofi.show-icons: true +rofi.dpi: 100 diff --git a/dotfiles/config/rofi/white.rasi b/dotfiles/config/rofi/white.rasi index 8d27c898..e5c172a6 100644 --- a/dotfiles/config/rofi/white.rasi +++ b/dotfiles/config/rofi/white.rasi @@ -13,7 +13,7 @@ * theme (for an unified experience) */ fc-color: #45373c; bg-color: #e9e9e9; - fc-color-trans: #45373c; + fc-color-trans: #45373c; bg-color-trans: #e9e9e9; font: "Open Sans 11"; @@ -41,8 +41,8 @@ } /* Dummy container */ -#dummy { - expand: true; +#dummy { + expand: true; } /* ================================================= */ From 2a31ab528008af7ea4c56432ef04e14ae19abe3c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 20 Jun 2018 13:57:13 -0700 Subject: [PATCH 2/5] [Linux] Use pkill from env in taffybar service --- dotfiles/config/systemd/user/taffybar.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/systemd/user/taffybar.service b/dotfiles/config/systemd/user/taffybar.service index 756d35d1..c5f19a4c 100644 --- a/dotfiles/config/systemd/user/taffybar.service +++ b/dotfiles/config/systemd/user/taffybar.service @@ -4,7 +4,7 @@ Description=taffybar [Service] Type=simple ExecStart=/usr/bin/env taffybar -ExecStop=/usr/bin/pkill taffybar +ExecStop=/usr/bin/env pkill taffybar Restart=always RestartSec=3 From cea66e503fe1e34732998ed8d3bf93e5ebd466b7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 20 Jun 2018 13:57:42 -0700 Subject: [PATCH 3/5] [Linux] Increase git-sync synchronization interval --- dotfiles/lib/bin/git_sync_directory.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/bin/git_sync_directory.sh b/dotfiles/lib/bin/git_sync_directory.sh index 088a8a3d..9175747f 100755 --- a/dotfiles/lib/bin/git_sync_directory.sh +++ b/dotfiles/lib/bin/git_sync_directory.sh @@ -5,7 +5,7 @@ cd "$1" counter=0 while true; do - changedFile=$(inotifywait ./ -r -e modify,move,create,delete --format "%w%f" --exclude '\.git' -t 20 2>/dev/null) + changedFile=$(inotifywait ./ -r -e modify,move,create,delete --format "%w%f" --exclude '\.git' -t 60 2>/dev/null) if [ -z "$changedFile" ] then counter=$((counter+1)) From b1ed4e2537166140cad41f26adb71fd1049ad244 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 20 Jun 2018 14:00:56 -0700 Subject: [PATCH 4/5] [taffybar] Bump versions of gtk-sni-tray status-notifier-item --- dotfiles/config/taffybar/stack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/taffybar/stack.yaml b/dotfiles/config/taffybar/stack.yaml index d0355036..13d8a620 100644 --- a/dotfiles/config/taffybar/stack.yaml +++ b/dotfiles/config/taffybar/stack.yaml @@ -33,7 +33,7 @@ extra-deps: - gi-pango-1.0.16 - gi-xlib-2.0.2 - gio-0.13.4.1 -- gtk-sni-tray-0.1.3.1 +- gtk-sni-tray-0.1.3.2 - gtk-strut-0.1.2.1 - gtk-traymanager-1.0.1 - gtk3-0.14.9 @@ -42,7 +42,7 @@ extra-deps: - libxml-sax-0.7.5 - rate-limit-1.1.1 - spool-0.1 -- status-notifier-item-0.2.2.0 +- status-notifier-item-0.2.2.1 - time-units-1.0.0 - xml-helpers-1.0.0 resolver: lts-11.7 From bd70769af76603f58fe26188d138f3eee6289638 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 20 Jun 2018 14:08:03 -0700 Subject: [PATCH 5/5] [NixOS] Add powertop --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index a43b3e2c..314ecdad 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -191,6 +191,7 @@ in neofetch pass plasma-workspace + powertop python-with-my-packages qt5.qttools rcm