1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Ryan Kes
70e86868c0 Installed fountain mode 2020-06-12 11:29:46 +02:00
Ryan Kes
4ccad4da49 Installed fountain mode 2020-06-12 11:29:35 +02:00
Ryan Kes
a56d0e6e74 No longer interested in corona 2020-06-12 11:28:54 +02:00
Ryan Kes
d0f4313203 Adde git flow plugin 2020-06-12 11:28:31 +02:00
4 changed files with 4 additions and 20 deletions

View File

@ -46,21 +46,6 @@ refresh_delay = 70
# default: (blank)
player =
# The command to run when you press key_execute (default e). All instances of
# the following tokens are replaced with the corresponding episode attributes:
# {file} - the episode enclosure, usually a remote mp3 file
# {title} - the episode name
# {description} - the episode description
# {link} - the link to the episode, which is often a blog post
# {pubdate} - the publish date/time of the episode
# {copyright} - the copyright of the episode
# Most of these attributes have spaces, so you will probably want to enclose
# the token with quotations.
# For example, `firefox "{file}"` would open the file in Firefox.
# The client executes the text you enter as a shell command. Use with caution!
# default: (blank)
execute_command =
[feeds]
# Whether to reload/refresh your feeds when the client starts. Depending on how
@ -204,9 +189,6 @@ key_clear = c
# default: n
key_next = n
# Execute a command on the selected episode. See also execute_command.
key_execute = e
# Invert the order of the menu.
# default: i
key_invert = i

View File

@ -12,3 +12,4 @@
(package! nginx-mode)
(package! fish-mode)
(package! salt-mode)
(package! fountain-mode)

View File

@ -55,7 +55,7 @@ inherit = bar/base-laptop
bottom = true
monitor = ${env:MONITOR:eDP1}
modules-right = corona seperator system-usb-udev
modules-right = system-usb-udev
modules-left = mpd player-mpris-tail
[bar/laptop-top]
@ -74,7 +74,7 @@ monitor = ${env:MONITOR:DP-1}
modules-left = bspwm
modules-center = mpd player-mpris-tail
modules-right = corona seperator eth bluetooth seperator volume seperator docker memory cpu temperature seperator system-usb-udev filesystem seperator updates-arch-combined mail reddit github rss seperator weather date
modules-right = eth bluetooth seperator volume seperator docker memory cpu temperature seperator system-usb-udev filesystem seperator updates-arch-combined mail reddit github rss seperator weather date
tray-position = right

View File

@ -22,6 +22,7 @@ zplug "plugins/docker-compose", from:oh-my-zsh
zplug "plugins/extract", from:oh-my-zsh
zplug "plugins/fzf", from:oh-my-zsh
zplug "plugins/git", from:oh-my-zsh
zplug "plugins/git-flow", from:oh-my-zsh
zplug "plugins/gitignore", from:oh-my-zsh
zplug "plugins/pass", from:oh-my-zsh
zplug "plugins/ripgrep", from:oh-my-zsh