Drop a few configs
This commit is contained in:
parent
639739bbc3
commit
f8f7ee1d45
8 changed files with 0 additions and 615 deletions
|
@ -1,85 +0,0 @@
|
|||
[GLOBAL]
|
||||
<colon> : command
|
||||
o : command --text='open '
|
||||
yy : copy-name
|
||||
ya : copy-name --abspath
|
||||
yA : copy-name --abspath --primary
|
||||
yY : copy-name --primary
|
||||
x : delete %%
|
||||
gi : enter image
|
||||
gl : enter library
|
||||
gm : enter manipulate
|
||||
gt : enter thumbnail
|
||||
f : fullscreen
|
||||
G : goto -1
|
||||
gg : goto 1
|
||||
m : mark %%
|
||||
q : quit
|
||||
. : repeat-command
|
||||
j : scroll down
|
||||
h : scroll left
|
||||
l : scroll right
|
||||
k : scroll up
|
||||
/ : search
|
||||
? : search --reverse
|
||||
N : search-next
|
||||
P : search-prev
|
||||
b : set statusbar.show!
|
||||
tl : toggle library
|
||||
tm : toggle manipulate
|
||||
tt : toggle thumbnail
|
||||
|
||||
[IMAGE]
|
||||
M : center
|
||||
| : flip
|
||||
_ : flip --vertical
|
||||
<end> : goto -1
|
||||
<home> : goto 1
|
||||
<page-down> : next
|
||||
n : next
|
||||
<ctrl>n : next --keep-zoom
|
||||
<space> : play-or-pause
|
||||
<page-up> : prev
|
||||
p : prev
|
||||
<ctrl>p : prev --keep-zoom
|
||||
> : rotate
|
||||
< : rotate --counter-clockwise
|
||||
W : scale --level=1
|
||||
<equal> : scale --level=fit
|
||||
w : scale --level=fit
|
||||
E : scale --level=fit-height
|
||||
e : scale --level=fit-width
|
||||
J : scroll-edge down
|
||||
H : scroll-edge left
|
||||
L : scroll-edge right
|
||||
K : scroll-edge up
|
||||
sl : set slideshow.delay +0.5
|
||||
sh : set slideshow.delay -0.5
|
||||
ss : slideshow
|
||||
+ : zoom in
|
||||
- : zoom out
|
||||
|
||||
[LIBRARY]
|
||||
go : goto 1 --open-selected
|
||||
n : scroll down --open-selected
|
||||
p : scroll up --open-selected
|
||||
L : set library.width +0.05
|
||||
H : set library.width -0.05
|
||||
|
||||
[THUMBNAIL]
|
||||
+ : zoom in
|
||||
- : zoom out
|
||||
|
||||
[COMMAND]
|
||||
<tab> : complete
|
||||
<shift><tab> : complete --inverse
|
||||
<ctrl>p : history next
|
||||
<ctrl>n : history prev
|
||||
<up> : history-substr-search next
|
||||
<down> : history-substr-search prev
|
||||
<escape> : leave-commandline
|
||||
|
||||
[MANIPULATE]
|
||||
<colon> : command
|
||||
f : fullscreen
|
||||
b : set statusbar.show!
|
|
@ -1,93 +0,0 @@
|
|||
; This file is a reference for creating own styles. It will never be read.
|
||||
; To change values, copy this file using a new name and set the style setting
|
||||
; in vimiv.conf to that name.
|
||||
[STYLE]
|
||||
base00 = #ffffff
|
||||
base01 = #e0e0e0
|
||||
base02 = #d6d6d6
|
||||
base03 = #8e908c
|
||||
base04 = #969896
|
||||
base05 = #4d4d4c
|
||||
base06 = #282a2e
|
||||
base07 = #1d1f21
|
||||
base08 = #c82829
|
||||
base09 = #f5871f
|
||||
base0a = #eab700
|
||||
base0b = #718c00
|
||||
base0c = #3e999f
|
||||
base0d = #81a2be
|
||||
base0e = #8959a8
|
||||
base0f = #a3685a
|
||||
font = 10pt Monospace
|
||||
image.bg = #ffffff
|
||||
image.scrollbar.width = 8px
|
||||
image.scrollbar.bg = #ffffff
|
||||
image.scrollbar.fg = #8e908c
|
||||
image.scrollbar.padding = 2px
|
||||
library.font = 10pt Monospace
|
||||
library.fg = #282a2e
|
||||
library.padding = 2px
|
||||
library.directory.fg = #1d1f21
|
||||
library.even.bg = #e0e0e0
|
||||
library.odd.bg = #e0e0e0
|
||||
library.selected.bg = #81a2be
|
||||
library.selected.fg = #1d1f21
|
||||
library.search.highlighted.fg = #e0e0e0
|
||||
library.search.highlighted.bg = #969896
|
||||
library.scrollbar.width = 8px
|
||||
library.scrollbar.bg = #ffffff
|
||||
library.scrollbar.fg = #8e908c
|
||||
library.scrollbar.padding = 2px
|
||||
library.border = 0px solid
|
||||
statusbar.font = 10pt Monospace
|
||||
statusbar.bg = #d6d6d6
|
||||
statusbar.fg = #282a2e
|
||||
statusbar.error = #c82829
|
||||
statusbar.warning = #f5871f
|
||||
statusbar.info = #3e999f
|
||||
statusbar.message_border = 2px solid
|
||||
statusbar.padding = 4
|
||||
thumbnail.font = 10pt Monospace
|
||||
thumbnail.fg = #282a2e
|
||||
thumbnail.bg = #ffffff
|
||||
thumbnail.padding = 20
|
||||
thumbnail.selected.bg = #81a2be
|
||||
thumbnail.search.highlighted.bg = #969896
|
||||
thumbnail.default.bg = #3e999f
|
||||
thumbnail.error.bg = #c82829
|
||||
thumbnail.frame.fg = #282a2e
|
||||
completion.height = 16em
|
||||
completion.fg = #282a2e
|
||||
completion.even.bg = #d6d6d6
|
||||
completion.odd.bg = #d6d6d6
|
||||
completion.selected.fg = #1d1f21
|
||||
completion.selected.bg = #81a2be
|
||||
keyhint.padding = 2px
|
||||
keyhint.border_radius = 10px
|
||||
keyhint.suffix_color = #3e999f
|
||||
manipulate.fg = #282a2e
|
||||
manipulate.focused.fg = #3e999f
|
||||
manipulate.bg = #ffffff
|
||||
manipulate.slider.left = #81a2be
|
||||
manipulate.slider.handle = #969896
|
||||
manipulate.slider.right = #d6d6d6
|
||||
manipulate.image.border = 2px solid
|
||||
manipulate.image.border.color = #3e999f
|
||||
mark.color = #8959a8
|
||||
keybindings.bindings.color = #3e999f
|
||||
keybindings.highlight.color = #8959a8
|
||||
metadata.padding = 2px
|
||||
metadata.border_radius = 10px
|
||||
image.straighten.color = #eab700
|
||||
prompt.font = 10pt Monospace
|
||||
prompt.fg = #282a2e
|
||||
prompt.bg = #d6d6d6
|
||||
prompt.padding = 2px
|
||||
prompt.border_radius = 10px
|
||||
prompt.border = 2px solid
|
||||
prompt.border.color = #3e999f
|
||||
library.selected.bg.unfocus = #8881a2be
|
||||
thumbnail.selected.bg.unfocus = #8881a2be
|
||||
metadata.bg = #AAd6d6d6
|
||||
|
||||
; vim:ft=dosini
|
|
@ -1,31 +0,0 @@
|
|||
; base16-gruvbox-dark-medium
|
||||
;
|
||||
; base16: (https://github.com/chriskempson/base16)
|
||||
;
|
||||
; Scheme: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
|
||||
; Template: Christian Karl <karlch at protonmail dot com>
|
||||
|
||||
[STYLE]
|
||||
; Colors
|
||||
base00 = #282828
|
||||
base01 = #3c3836
|
||||
base02 = #504945
|
||||
base03 = #665c54
|
||||
base04 = #bdae93
|
||||
base05 = #d5c4a1
|
||||
base06 = #ebdbb2
|
||||
base07 = #fbf1c7
|
||||
base08 = #fb4934
|
||||
base09 = #fe8019
|
||||
base0a = #fabd2f
|
||||
base0b = #b8bb26
|
||||
base0c = #8ec07c
|
||||
base0d = #83a598
|
||||
base0e = #d3869b
|
||||
base0f = #d65d0e
|
||||
|
||||
; Additional custom overrides, e.g.
|
||||
; font = 10pt Hack
|
||||
; thumbnail.padding = 32
|
||||
|
||||
; vim:ft=dosini
|
|
@ -1,63 +0,0 @@
|
|||
[GENERAL]
|
||||
monitor_filesystem = True
|
||||
shuffle = False
|
||||
startup_library = True
|
||||
style = default
|
||||
|
||||
[COMMAND]
|
||||
history_limit = 100
|
||||
|
||||
[COMPLETION]
|
||||
fuzzy = False
|
||||
|
||||
[SEARCH]
|
||||
ignore_case = True
|
||||
incremental = True
|
||||
|
||||
[IMAGE]
|
||||
autoplay = True
|
||||
autowrite = ask
|
||||
overzoom = 1.0
|
||||
|
||||
[LIBRARY]
|
||||
width = 0.3
|
||||
show_hidden = False
|
||||
|
||||
[THUMBNAIL]
|
||||
size = 128
|
||||
|
||||
[SLIDESHOW]
|
||||
delay = 2.0
|
||||
indicator = slideshow:
|
||||
|
||||
[STATUSBAR]
|
||||
collapse_home = True
|
||||
show = True
|
||||
message_timeout = 60000
|
||||
mark_indicator = <b>*</b>
|
||||
left = {pwd}
|
||||
left_image = {index}/{total} {basename} [{zoomlevel}]
|
||||
left_thumbnail = {thumbnail-index}/{thumbnail-total} {thumbnail-name}
|
||||
left_manipulate = {basename} {image-size} Modified: {modified} {processing}
|
||||
center_thumbnail = {thumbnail-size}
|
||||
center = {slideshow-indicator} {slideshow-delay} {transformation-info}
|
||||
right = {keys} {mark-count} {mode}
|
||||
right_image = {keys} {mark-indicator} {mark-count} {mode}
|
||||
|
||||
[KEYHINT]
|
||||
delay = 500
|
||||
timeout = 5000
|
||||
|
||||
[TITLE]
|
||||
fallback = vimiv
|
||||
image = vimiv - {basename}
|
||||
|
||||
[METADATA]
|
||||
keys1 = Exif.Image.Make, Exif.Image.Model, Exif.Image.DateTime, Exif.Photo.ExposureTime, Exif.Photo.FNumber, Exif.Photo.IsoSpeedRatings, Exif.Photo.FocalLength, Exif.Photo.LensMake, Exif.Photo.LensModel, Exif.Photo.ExposureBiasValue
|
||||
keys2 = Exif.Photo.ExposureTime, Exif.Photo.FNumber, Exif.Photo.IsoSpeedRatings, Exif.Photo.FocalLength
|
||||
keys3 = Exif.Image.Artist, Exif.Image.Copyright
|
||||
|
||||
[PLUGINS]
|
||||
print = default
|
||||
|
||||
[ALIASES]
|
|
@ -1,121 +0,0 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"height": 28,
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": ["clock#1"],
|
||||
"modules-right": ["mpd", "pulseaudio", "network", "cpu", "memory", "backlight", "battery", "disk#root", "idle_inhibitor", "clock#2", "tray"],
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"format": "{name}"
|
||||
},
|
||||
"sway/window": {
|
||||
"max-length": 100
|
||||
},
|
||||
"sway/mode": {
|
||||
"format": "<span style=\"italic\">{}</span>"
|
||||
},
|
||||
"mpd": {
|
||||
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ ",
|
||||
"format-disconnected": "Disconnected ",
|
||||
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
|
||||
"unknown-tag": "N/A",
|
||||
"interval": 2,
|
||||
"consume-icons": {
|
||||
"on": " "
|
||||
},
|
||||
"random-icons": {
|
||||
"off": "<span color=\"#f53c3c\"></span> ",
|
||||
"on": " "
|
||||
},
|
||||
"repeat-icons": {
|
||||
"on": " "
|
||||
},
|
||||
"single-icons": {
|
||||
"on": "1 "
|
||||
},
|
||||
"state-icons": {
|
||||
"paused": "",
|
||||
"playing": ""
|
||||
},
|
||||
"tooltip-format": "MPD (Connected)",
|
||||
"tooltip-format-disconnected": "MPD (Disconnected)"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"scroll-step": 2,
|
||||
"format": "{icon} {volume}%",
|
||||
"format-bluetooth": "{icon} {volume}%",
|
||||
"format-muted": "",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"handsfree": "",
|
||||
"headset": "",
|
||||
"phone": "",
|
||||
"portable": "",
|
||||
"car": "",
|
||||
"default": ["", "", ""]
|
||||
},
|
||||
"on-click": "pavucontrol"
|
||||
},
|
||||
"network": {
|
||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "Disconnected ⚠",
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
||||
"on-click": "nm-connection-editor"
|
||||
},
|
||||
"backlight": {
|
||||
"format": "{icon} {percent}%",
|
||||
"on-scroll-up": "brightnessctl set +5%",
|
||||
"on-scroll-down": "brightnessctl set 5%-",
|
||||
"format-icons": ["", ""]
|
||||
},
|
||||
"cpu": {
|
||||
"format": " {load}%",
|
||||
"on-click": "alacritty -e htop"
|
||||
},
|
||||
"memory": {
|
||||
"format": " {}%",
|
||||
"on-click": "alacritty -e htop"
|
||||
},
|
||||
"disk#root": {
|
||||
"interval": 30,
|
||||
"format": " {percentage_used}%",
|
||||
"path": "/",
|
||||
"tooltip": true
|
||||
},
|
||||
"battery": {
|
||||
"interval": 10,
|
||||
"states": {
|
||||
"full": 100,
|
||||
"not-full": 99,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": "{capacity}% ",
|
||||
"format-plugged": "{capacity}% ",
|
||||
"format-alt": "{time} {icon}",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
},
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
}
|
||||
},
|
||||
"clock#1": {
|
||||
"interval": 1,
|
||||
"format": "{:%H:%M:%S}"
|
||||
},
|
||||
"clock#2": {
|
||||
"interval": 1,
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"format": "{:%Y-%m-%d}"
|
||||
},
|
||||
"tray": {
|
||||
"spacing": 10
|
||||
},
|
||||
}
|
|
@ -1,154 +0,0 @@
|
|||
/* Colors */
|
||||
@define-color red_color #cc241d;
|
||||
@define-color red2_color #fb4934;
|
||||
@define-color green_color #98971a;
|
||||
@define-color green2_color #d8bb26;
|
||||
@define-color yellow_color #d79921;
|
||||
@define-color yellow2_color #fabd2f;
|
||||
@define-color blue_color #458588;
|
||||
@define-color blue2_color #83a598;
|
||||
@define-color purple_color #b16286;
|
||||
@define-color purple2_color #d3869b;
|
||||
@define-color aqua_color #689d6a;
|
||||
@define-color aqua2_color #8ec07c;
|
||||
@define-color gray_color #a89984;
|
||||
@define-color gray2_color #928374;
|
||||
@define-color orange_color #d65d0e;
|
||||
@define-color orange2_color #fe8019;
|
||||
|
||||
@define-color bg0_color #282828;
|
||||
@define-color bg1_color #3c3836;
|
||||
@define-color bg2_color #504945;
|
||||
@define-color bg3_color #665c54;
|
||||
@define-color bg4_color #7c6f64;
|
||||
@define-color bg0_h_color #1d2021;
|
||||
|
||||
@define-color fg_color #ebdbb2;
|
||||
|
||||
@keyframes blink {
|
||||
to {
|
||||
color: #4c566a;
|
||||
background-color: @fg_color;
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
color: @fg_color;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
padding: 0 0;
|
||||
font-family: SourceCodePro;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
min-height: 0;
|
||||
min-width: 12px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 0px;
|
||||
border-bottom: 2px;
|
||||
color: @fg_color;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
border-color: @blue_color;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
#mode {
|
||||
color: @yellow_color;
|
||||
}
|
||||
|
||||
#clock.1, #clock.2, #battery, #cpu, #memory, #backlight, #network, #pulseaudio, #mode, #custom-redshift, #disk {
|
||||
padding: 0 5px;
|
||||
border-bottom: 2px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
#clock.1 {
|
||||
font-weight: bold;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
#clock.2 {
|
||||
font-weight: bold;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
#backlight {
|
||||
color: @yellow_color;
|
||||
}
|
||||
|
||||
#custom-redshift {
|
||||
color: @orange_color;
|
||||
}
|
||||
|
||||
#custom-redshift.disabled {
|
||||
color: @blue_color;
|
||||
}
|
||||
|
||||
#battery {
|
||||
color: @purple_color;
|
||||
}
|
||||
|
||||
#battery.full {
|
||||
color: @green_color;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
color: @green2_color;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
color: @orange2_color;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
color: @red2_color;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
color: @green_color ;
|
||||
}
|
||||
|
||||
#memory {
|
||||
color: @green_color;
|
||||
}
|
||||
|
||||
#network {
|
||||
color: @aqua2_color;
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
color: @orange2_color;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: @purple2_color;
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
color: @bg0_color;
|
||||
}
|
||||
|
||||
#disk {
|
||||
color: @gray_color
|
||||
}
|
||||
|
||||
#tray {
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
height=600
|
||||
width=400
|
||||
term=alacritty
|
||||
image_size=16
|
||||
insensitive=true
|
||||
allow_images=true
|
||||
allow_markup=true
|
||||
no_actions=true
|
|
@ -1,60 +0,0 @@
|
|||
@define-color red_color #cc241d;
|
||||
@define-color red2_color #fb4934;
|
||||
@define-color green_color #98971a;
|
||||
@define-color green2_color #d8bb26;
|
||||
@define-color yellow_color #d79921;
|
||||
@define-color yellow2_color #fabd2f;
|
||||
@define-color blue_color #458588;
|
||||
@define-color blue2_color #83a598;
|
||||
@define-color purple_color #b16286;
|
||||
@define-color purple2_color #d3869b;
|
||||
@define-color aqua_color #689d6a;
|
||||
@define-color aqua2_color #8ec07c;
|
||||
@define-color gray_color #a89984;
|
||||
@define-color gray2_color #928374;
|
||||
@define-color orange_color #d65d0e;
|
||||
@define-color orange2_color #fe8019;
|
||||
|
||||
@define-color bg0_color #282828;
|
||||
@define-color bg1_color #3c3836;
|
||||
@define-color bg2_color #504945;
|
||||
@define-color bg3_color #665c54;
|
||||
@define-color bg4_color #7c6f64;
|
||||
@define-color bg0_h_color #1d2021;
|
||||
|
||||
@define-color fg_color #ebdbb2;
|
||||
|
||||
window {
|
||||
margin: 2px;
|
||||
border: 2px solid @blue_color;
|
||||
background-color: @blue_color;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 2px;
|
||||
border: 2px solid @bg4_color;
|
||||
background-color: @bg0_color;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 2px;
|
||||
background-color: @bg0_color;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 2px;
|
||||
border: 2px solid @bg0_h_color;
|
||||
background-color: @bg0_h_color;
|
||||
}
|
||||
|
||||
.entry image {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#text {
|
||||
color: @fg_color;
|
||||
}
|
Loading…
Reference in a new issue