mirror of
https://github.com/vale981/dotfiles
synced 2025-03-04 17:11:39 -05:00
some updates
This commit is contained in:
parent
168fc08acf
commit
ad60e42a64
5 changed files with 18 additions and 12 deletions
|
@ -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
|
|
@ -1,2 +1,2 @@
|
|||
gtk-theme-name=""
|
||||
gtk-icon-theme-name=""
|
||||
gtk-theme-name="oomox-tmp.S46K0iNp8A"
|
||||
gtk-icon-theme-name="oomox-tmp.S46K0iNp8A"
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue