Browse Source

Add pywal integration

Frans Bergman 6 years ago
parent
commit
42e5b2bd74
3 changed files with 12 additions and 12 deletions
  1. 2 1
      .config/i3/config
  2. 9 10
      .config/polybar/config
  3. 1 1
      .config/rofi/config

+ 2 - 1
.config/i3/config

@@ -153,11 +153,12 @@ bindsym Mod1+u       resize grow height 10 px or 10 ppt
 bindsym Mod1+i       resize shrink height 10 px or 10 ppt
 bindsym Mod1+o       resize grow width 10 px or 10 ppt
 
+exec --no-startup-id wal -Rn
 exec_always --no-startup-id ~/.config/polybar/launch.sh
 
 exec --no-startup-id setxkbmap -layout se
 exec --no-startup-id compton
-exec_always --no-startup-id ~/.scripts/set_background.sh
+exec_always --no-startup-id ~/.fehbg
 exec --no-startup-id pulseeffects --gapplication-service
 exec discord-canary
 exec redshift-gtk

+ 9 - 10
.config/polybar/config

@@ -8,15 +8,15 @@
 ;=====================================================
 
 [colors]
-;background = ${xrdb:color0:#222}
-background = #22000000
-background-alt = #22444444
-;foreground = ${xrdb:color7:#222}
-foreground = #dfdfdf
-foreground-alt = #555
-primary = #0087AF 
-secondary = #363a43
-alert = #bd2c40
+background = ${xrdb:background:#222}
+foreground = ${xrdb:foreground:#222}
+
+background-alt = ${xrdb:background:#222}
+foreground-alt = ${xrdb:foreground:#222}
+
+primary = ${xrdb:color1:#222}
+secondary = ${xrdb:color2:#222}
+alert = ${xrdb:color3:#222}
 
 [bar/dp2]
 monitor = ${env:MONITOR:DP-2}
@@ -52,7 +52,6 @@ modules-right = xbacklight volume xkeyboard filesystem memory cpu wlan eth batte
 
 tray-position = right
 tray-padding = 2
-tray-transparent = true
 tray-background = ${colors.background}
 
 ;wm-restack = bspwm

+ 1 - 1
.config/rofi/config

@@ -1 +1 @@
-rofi.theme: /usr/share/rofi/themes/Arc-Dark.rasi
+rofi.theme: ~/.cache/wal/colors-rofi-dark.rasi