1
0
Fork 0

Unas giladas que me habian quedado desactualizadas

This commit is contained in:
deadguy 2022-06-22 20:24:10 -03:00
parent c66ff9f72b
commit b0a2238344
Signed by: dgy
GPG Key ID: 37CA55B52CF63730
10 changed files with 170 additions and 40 deletions

View File

@ -2,4 +2,3 @@
--italic-text=always
--style="numbers,changes,header"
--color=always
--terminal-width=120

View File

@ -1,7 +1,7 @@
[global]
font = System Charcoal 12
markup = full
format = "%s %b"
format = " %s %b"
sort = yes
indicate_hidden = no
alignment = left
@ -9,13 +9,12 @@
show_age_threshold = -1
word_wrap = no
ignore_newline = yes
width = (0, 1920)
width = 1920
origin = top-left
offset = 0x0
notification_limit = 1
title = Dunst
class = Dunst
shrink = yes
idle_threshold = 120
follow = mouse
stack_duplicates = true

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl
# CLI Pipe Viewer 0.2.0 - configuration file
# CLI Pipe Viewer 0.2.1 - configuration file
our $CONFIG = {
api_host => "auto",
@ -44,6 +44,7 @@ our $CONFIG = {
debug => 0,
download_and_play => 0,
download_with_wget => 0,
download_with_ytdl => 1,
downloads_dir => "$ENV{HOME}/vid",
env_proxy => 1,
fat32safe => 0,
@ -63,7 +64,7 @@ our $CONFIG = {
ignored_projections => [],
interactive => 1,
keep_original_video => 0,
local_playlist_limit => -1,
local_playlist_limit => 0,
maxResults => 30,
merge_into_mkv => 1,
merge_into_mkv_args => "-loglevel warning -c:s srt -c:v copy -c:a copy -disposition:s forced",
@ -75,7 +76,7 @@ our $CONFIG = {
prefer_m4a => 0,
prefer_mp4 => 0,
region => undef,
remove_played_file => 0,
remove_played_file => 1,
resolution => "best",
show_video_info => 1,
skip_if_exists => 1,
@ -109,18 +110,17 @@ our $CONFIG = {
},
},
videoCaption => undef,
videoDefinition => undef,
videoDefinition => "high",
videoDimension => undef,
videoDuration => undef,
videoLicense => undef,
watch_history => 1,
watch_history => 0,
watched_file => "/tmp/pipe-viewer/watched.txt",
wget_cmd => "wget",
youtube_users_file => "$ENV{HOME}/.config/pipe-viewer/users.txt",
youtube_video_url => "https://www.youtube-nocookie.com/watch?v=%s",
ytdl => 1,
ytdl_cmd => "/bin/youtube-dl",
ytdlp_cmd => "/bin/yt-dlp",
ytdl_cmd => "/bin/yt-dlp",
ytdlp_comments => 0,
ytdlp_max_comments => 10,
ytdlp_max_replies => 3,

View File

@ -1,10 +1,9 @@
* {
trans: rgba ( 8, 8, 8, 0 %);
trans: rgba ( 8, 8, 8, 0 %);
background: #080808;
foreground: #b3b1ad;
selected: #faa030;
highlight: #EBCB8B;
urgent: #e53714;
on: #A3BE8C;
off: #BF616A;
selected: #faa030;
urgent: #e53714;
on: #A3BE8C;
off: #BF616A;
}

View File

@ -6,4 +6,4 @@ configuration {
icon-theme: "haiku";
m: "-1";
}
@theme "menoo"
@theme "mehnu"

View File

@ -10,24 +10,24 @@ configuration {
* {
font: "System Charcoal 11.5";
background-color: @trans;
background-color: @background;
}
window {
width: 68%;
width: 100%;
height: 0px;
anchor: northwest;
location: northwest;
padding: 0px 5px 0px 0px;
transparency: "real";
// transparency: "real";
children: [ horibox ];
background-color: @trans;
background-color: @background;
}
prompt {
spacing: 0;
border: 0;
background-color: @selected;
background-color: @selected;
text-color: @background;
padding: 2px 10px;
}
@ -37,14 +37,14 @@ entry {
width: 10em;
text-color: @foreground;
padding: 2px 5px;
background-color: @trans;
background-color: @background;
}
inputbar {
spacing: 0px;
text-color: @foreground;
border: 0px;
background-color: @trans;
background-color: @background;
}
horibox {
@ -52,26 +52,27 @@ horibox {
children: [ prompt, entry, listview ];
border: 0px;
spacing: 6px;
background-color: @trans;
background-color: @background;
}
listview {
spacing: 5px;
scrollbar: false;
layout: horizontal;
background-color: @trans;
background-color: @background;
}
element-text, element-icon {
background-color: inherit;
text-color: inherit;
highlight: underline italic;
}
element {
padding: 3px 5px;
}
element normal.normal {
background-color: @trans;
background-color: @background;
text-color: @foreground;
}
element normal.urgent {
@ -79,7 +80,7 @@ element normal.urgent {
text-color: @off;
}
element normal.active {
background-color: @trans;
background-color: @background;
text-color: @on;
}
element selected.normal {
@ -95,7 +96,7 @@ element selected.active {
text-color: @selected;
}
element alternate.normal {
background-color: @trans;
background-color: @background;
text-color: @foreground;
}
element alternate.urgent {
@ -103,7 +104,7 @@ element alternate.urgent {
text-color: @foreground;
}
element alternate.active {
background-color: @trans;
background-color: @background;
text-color: @foreground;
}

132
rofi/mehnu.rasi Normal file
View File

@ -0,0 +1,132 @@
configuration {
window-format: "[{w}] {c}: {t}";
click-to-exit: true;
display-window: "";
}
@import "colors.rasi"
* {
font: "System Charcoal 11.5";
background-color: @background;
}
window {
width: 100%;
height: 0px;
anchor: northwest;
location: northwest;
padding: 0px 5px 0px 0px;
children: [ horibox ];
background-color: @background;
}
prompt {
spacing: 0;
border: 0;
background-color: @selected;
text-color: @background;
padding: 2px 10px;
margin: 0px 1px 5px 1px;
}
entry {
background-color: @trans;
text-color: @foreground;
expand: false;
padding: 10px;
margin: 10px 0px;
}
inputbar {
spacing: 0;
background-color: @trans;
text-color: @foreground;
expand: false;
margin: 0px;
padding: 0px;
children: [ prompt, textbox-prompt-colon ];
}
listview {
background-color: @background;
columns: 1;
spacing: 5px;
fixed-height: false;
scrollbar: false;
cycle: true;
dynamic: true;
layout: vertical;
}
horibox {
orientation: horizontal;
children: [ inputbar, listview ];
border: 0px;
spacing: 6px;
background-color: @background;
}
listview {
spacing: 5px;
scrollbar: false;
layout: horizontal;
background-color: @background;
}
element-text, element-icon {
background-color: inherit;
text-color: inherit;
highlight: underline italic;
}
element {
padding: 3px 5px;
}
element normal.normal {
background-color: @background;
text-color: @foreground;
}
element normal.urgent {
background-color: @background;
text-color: @off;
}
element normal.active {
background-color: @background;
text-color: @on;
}
element selected.normal {
background-color: @selected;
text-color: @background;
}
element selected.urgent {
background-color: @background;
text-color: @off;
}
element selected.active {
background-color: @background;
text-color: @selected;
}
element alternate.normal {
background-color: @background;
text-color: @foreground;
}
element alternate.urgent {
background-color: @background;
text-color: @foreground;
}
element alternate.active {
background-color: @background;
text-color: @foreground;
}
message {
border: 0px;
border-color: @selected;
padding: 1px;
}
textbox {
text-color: @foreground;
}

View File

@ -1,5 +1,5 @@
configuration {
window-format: "[{w}] ··· {c} ··· {t}";
window-format: "[{w}] {c}: {t}";
click-to-exit: true;
display-window: "";
}

View File

@ -3,19 +3,19 @@ super + {_,shift} + w
bspc node -{c,k}
super + {_,shift} + f
bspc node -t {$(bspc query -N -n -n .tiled >/dev/null && echo floating || echo tiled),fullscreen}
bspc node -t {$(bspc query -N -n -n .tiled >/dev/null && echo floating || echo tiled),fullscreen}
super + {_,shift,ctrl,alt} + {h,j,k,l}
{bspc node -f,mover,agrandar,bspc node -p} {west,south,north,east}
super + {1-9,0}
bspc desktop -f {1-9,10}
bspc desktop -f {1-9,10}
super + shift + {1-9,0}
bspc node -d {1-9,10}
super + ctrl + {1-9,0}
id=$(bspc query -N -n); bspc node -d {1-9,10}; bspc node -f ${id}
id=$(bspc query -N -n); bspc node -d {1-9,10}; bspc node -f ${id}
super + {equal, plus, minus}
bspc node -l {normal, above, below}
@ -36,11 +36,11 @@ super + {_,shift} + y
super + space
rofi -show drun -theme lnch
super + {shift + b,b,q,s,n,p,r,d}
{firefox -no-remote -P streams,$BROWSER,powermenu,rofi -show window,escribir,postear,ref,leer}
super + {shift + b, alt + b,b,q,s,n,p,r,d}
{firefox -no-remote -P streams,firefox -no-remote -P crap,$BROWSER,powermenu,rofi -show window,escribir,postear,ref,leer}
super + {_,shift} + g
{grabar,corte}
{grabar,corte}
super + {z,x,v,a,t}
$TERMINAL {_,--class=flota,--class=flota -e pulsemixer,--class=flota -e alsamixer,-e qdm}

View File

@ -45,9 +45,9 @@ set -g status-left '#[fg=colour248]#{s|/home/corpse|~|:?pane_cu
set -g status-left-length 140
set -g status-justify right
set -g status-right ''
set -g window-status-separator ' '
set -g window-status-separator ''
set -g window-status-current-style bg=default,fg=colour3
set -g window-status-activity-style bg=default,fg=colour7
set -g window-status-activity-style bg=default,fg=colour14
set -g window-status-format '[#I]'
set -g window-status-current-format '-#I-'