mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Compare commits
4 Commits
9eeb2f7389
...
70e86868c0
Author | SHA1 | Date | |
---|---|---|---|
|
70e86868c0 | ||
|
4ccad4da49 | ||
|
a56d0e6e74 | ||
|
d0f4313203 |
@ -46,21 +46,6 @@ refresh_delay = 70
|
|||||||
# default: (blank)
|
# default: (blank)
|
||||||
player =
|
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]
|
[feeds]
|
||||||
# Whether to reload/refresh your feeds when the client starts. Depending on how
|
# Whether to reload/refresh your feeds when the client starts. Depending on how
|
||||||
@ -204,9 +189,6 @@ key_clear = c
|
|||||||
# default: n
|
# default: n
|
||||||
key_next = n
|
key_next = n
|
||||||
|
|
||||||
# Execute a command on the selected episode. See also execute_command.
|
|
||||||
key_execute = e
|
|
||||||
|
|
||||||
# Invert the order of the menu.
|
# Invert the order of the menu.
|
||||||
# default: i
|
# default: i
|
||||||
key_invert = i
|
key_invert = i
|
||||||
|
@ -12,3 +12,4 @@
|
|||||||
(package! nginx-mode)
|
(package! nginx-mode)
|
||||||
(package! fish-mode)
|
(package! fish-mode)
|
||||||
(package! salt-mode)
|
(package! salt-mode)
|
||||||
|
(package! fountain-mode)
|
||||||
|
@ -55,7 +55,7 @@ inherit = bar/base-laptop
|
|||||||
bottom = true
|
bottom = true
|
||||||
monitor = ${env:MONITOR:eDP1}
|
monitor = ${env:MONITOR:eDP1}
|
||||||
|
|
||||||
modules-right = corona seperator system-usb-udev
|
modules-right = system-usb-udev
|
||||||
modules-left = mpd player-mpris-tail
|
modules-left = mpd player-mpris-tail
|
||||||
|
|
||||||
[bar/laptop-top]
|
[bar/laptop-top]
|
||||||
@ -74,7 +74,7 @@ monitor = ${env:MONITOR:DP-1}
|
|||||||
|
|
||||||
modules-left = bspwm
|
modules-left = bspwm
|
||||||
modules-center = mpd player-mpris-tail
|
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
|
tray-position = right
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@ zplug "plugins/docker-compose", from:oh-my-zsh
|
|||||||
zplug "plugins/extract", from:oh-my-zsh
|
zplug "plugins/extract", from:oh-my-zsh
|
||||||
zplug "plugins/fzf", from:oh-my-zsh
|
zplug "plugins/fzf", from:oh-my-zsh
|
||||||
zplug "plugins/git", 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/gitignore", from:oh-my-zsh
|
||||||
zplug "plugins/pass", from:oh-my-zsh
|
zplug "plugins/pass", from:oh-my-zsh
|
||||||
zplug "plugins/ripgrep", from:oh-my-zsh
|
zplug "plugins/ripgrep", from:oh-my-zsh
|
||||||
|
Loading…
Reference in New Issue
Block a user