Skip to content

Commit

Permalink
🔨 august update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben-Madelaine committed Aug 28, 2021
1 parent 8085d32 commit e70ff1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ end

-- configuration - edit to your liking
wp_index = 1
wp_timeout = 1200 --240
wp_timeout = 4200 --240
wp_path = "/home/ruben/Pictures/wallpapers/"
wp_filter = function(s) return string.match(s,"%.png$") or string.match(s,"%.jpg$") end
wp_files = scandir(wp_path, wp_filter)
Expand Down
1 change: 1 addition & 0 deletions terminator/config
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
background_type = transparent
cursor_color = "#4e9a06"
cursor_color_fg = False
font = DejaVu Sans Mono for Powerline 14
foreground_color = "#eeeeec"
show_titlebar = False
scroll_on_output = True
Expand Down

0 comments on commit e70ff1a

Please sign in to comment.