diff --git a/.tmp/gtk/settings.ini b/.tmp/gtk/settings.ini index dfab095..5d4acff 100644 --- a/.tmp/gtk/settings.ini +++ b/.tmp/gtk/settings.ini @@ -1,6 +1,6 @@ [Settings] gtk-application-prefer-dark-theme = false -gtk-theme-name = +gtk-theme-name = oomox-tmp.S46K0iNp8A gtk-fallback-icon-theme = gnome -gtk-icon-theme-name = +gtk-icon-theme-name = oomox-tmp.S46K0iNp8A gtk-font-name = Source Code Pro 8 \ No newline at end of file diff --git a/.tmp/home/.gtkrc-2.0 b/.tmp/home/.gtkrc-2.0 index 72bdd32..e30ecba 100644 --- a/.tmp/home/.gtkrc-2.0 +++ b/.tmp/home/.gtkrc-2.0 @@ -1,2 +1,2 @@ -gtk-theme-name="" -gtk-icon-theme-name="" +gtk-theme-name="oomox-tmp.S46K0iNp8A" +gtk-icon-theme-name="oomox-tmp.S46K0iNp8A" diff --git a/.tmp/yabar/yabar.conf b/.tmp/yabar/yabar.conf index 445b900..9439a51 100644 --- a/.tmp/yabar/yabar.conf +++ b/.tmp/yabar/yabar.conf @@ -13,16 +13,22 @@ topbar:{ overline-size: 2; slack-size: 4; #border-size: 2; - monitor: "HDMI-0"; # get names from `xrandr` + monitor: "HDMI-0"; # get names from `xrandr` + ya_ws: { + exec: "YABAR_WORKSPACE"; + align: "left"; + fixed-size: 40; + background-color-rgb:0x93a1a1; + #internal-option1: "        "; + } ya_i3: { - exec: "YABAR_I3_DESKTOPS"; + exec: "/home/hiro/Documents/Projects/i3test/test.o"; underline-color-rgb: 0x93a1a1; - align: "left"; - fixed-size: 40; + align: "left"; + pango-markup: true; + background-color-rgb:0x93a1a1; type: "persist"; - background-color-rgb:0x93a1a1; - internal-option1: "         "; } ya_title: { exec: "YABAR_TITLE"; diff --git a/home/.emacs b/home/.emacs index 959c57d..a8227bb 100644 --- a/home/.emacs +++ b/home/.emacs @@ -54,7 +54,7 @@ ("8db4b03b9ae654d4a57804286eb3e332725c84d7cdab38463cb6b97d5762ad26" "065efdd71e6d1502877fd5621b984cded01717930639ded0e569e1724d058af8" default))) '(package-selected-packages (quote - (multiple-cursors swiper ivy xresources-theme powerline)))) + (json-mode multiple-cursors swiper ivy xresources-theme powerline)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/install.sh b/install.sh index b2d0ad4..3b11421 100644 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ function main { printHeading "Creating Color Themes." grey "This might take a while..." setColors $SCHEME - #generateGtk + generateGtk # Install Home files printHeading "Installing Home Directory files."