From 81e026fbd741a94332ae728ffeea877e690e4c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= Date: Sat, 27 Feb 2021 13:17:00 +0300 Subject: [PATCH] Some morning rice --- README.md | 1 + scripts/dmenu_run_history | 50 + scripts/status-bar/clipboard | 5 + scripts/status-bar/weather | 2 +- suckless/clipmenu/clipmenud | 3 + suckless/dot_surf/bookmarks | 2 + suckless/dot_surf/styles/google.css | 2476 --------------------------- suckless/dwm/keybind.h | 6 +- suckless/dwmblocks/config.h | 3 +- suckless/tabbed/config.h | 4 +- 10 files changed, 69 insertions(+), 2483 deletions(-) create mode 100755 scripts/dmenu_run_history create mode 100755 scripts/status-bar/clipboard delete mode 100644 suckless/dot_surf/styles/google.css diff --git a/README.md b/README.md index 7b3e8d36..86a55b99 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,6 @@ Just run `git clone --recurse-submodules github.com/yigitcolakoglu/dotfiles.git ## TODOs * Improve the go function written in surf +* Add the documentation for all the keybinds * Improve the way indicators look * !!! High priority add an indicator for insert mode diff --git a/scripts/dmenu_run_history b/scripts/dmenu_run_history new file mode 100755 index 00000000..8d436cad --- /dev/null +++ b/scripts/dmenu_run_history @@ -0,0 +1,50 @@ +#!/bin/sh + +cachedir=${XDG_CACHE_HOME:-"$HOME/.cache"} +if [ -d "$cachedir" ]; then + cache=$cachedir/dmenu_run + historyfile=$cachedir/dmenu_history +else # if no xdg dir, fall back to dotfiles in ~ + cache=$HOME/.dmenu_cache + historyfile=$HOME/.dmenu_history +fi + +IFS=: +if stest -dqr -n "$cache" $PATH; then + stest -flx $PATH | sort -u > "$cache" +fi +unset IFS + +awk -v histfile=$historyfile ' + BEGIN { + while( (getline < histfile) > 0 ) { + sub("^[0-9]+\t","") + print + x[$0]=1 + } + } !x[$0]++ ' "$cache" \ + | dmenu "$@" \ + | awk -v histfile=$historyfile ' + BEGIN { + FS=OFS="\t" + while ( (getline < histfile) > 0 ) { + count=$1 + sub("^[0-9]+\t","") + fname=$0 + history[fname]=count + } + close(histfile) + } + + { + history[$0]++ + print + } + + END { + if(!NR) exit + for (f in history) + print history[f],f | "sort -t '\t' -k1rn >" histfile + } + ' \ + | while read cmd; do ${SHELL:-"/bin/sh"} -c "$cmd" & done diff --git a/scripts/status-bar/clipboard b/scripts/status-bar/clipboard new file mode 100755 index 00000000..3798c0fc --- /dev/null +++ b/scripts/status-bar/clipboard @@ -0,0 +1,5 @@ +#!/bin/bash + +clp=$(sselp) + +echo "^c#ebcb8b^ ^d^${clp:0:40}" diff --git a/scripts/status-bar/weather b/scripts/status-bar/weather index aa99a77b..931a0077 100755 --- a/scripts/status-bar/weather +++ b/scripts/status-bar/weather @@ -10,7 +10,7 @@ getforecast() { curl -sf "wttr.in/$LOCATION" > "$weatherreport" || exit 1 ;} # display them with coresponding emojis. showweather() { printf "%s" "$(sed '16q;d' "$weatherreport" | grep -wo "[0-9]*%" | sort -rn | sed "s/^/\^c#81a1c1\^  \^d\^/g;1q" | tr -d '\n')" -sed '13q;d' "$weatherreport" | grep -o "m\\([-+]\\)*[0-9]\\+" | sort -n -t 'm' -k 2n | sed -e 1b -e '$!d' | tr '\n|m' ' ' | awk '{print " ﰕ " $1 "°","^c#ebcb8b^滛 ^d^" $2 "°"}' ;} +sed '13q;d' "$weatherreport" | grep -o "m\\([-+]\\)*[0-9]\\+" | sort -n -t 'm' -k 2n | sed -e 1b -e '$!d' | tr '\n|m' ' ' | awk '{print " ﰕ " $1 "° 滛 " $2 "°"}' ;} case $BLOCK_BUTTON in 1) setsid -f "$TERMINAL" -e less -Srf "$weatherreport" ;; diff --git a/suckless/clipmenu/clipmenud b/suckless/clipmenu/clipmenud index db69d1ab..dc25c2aa 100755 --- a/suckless/clipmenu/clipmenud +++ b/suckless/clipmenu/clipmenud @@ -175,10 +175,12 @@ while true; do fi for selection in "${selections[@]}"; do + echo $selection updated_sel[$selection]=0 data=$(_xsel -o --"$selection"; printf x) data=${data%x} # avoid trailing newlines being stripped + echo $data [[ $data == *[^[:space:]]* ]] || continue [[ $last_data == "$data" ]] && continue @@ -194,6 +196,7 @@ while true; do fi first_line=$(get_first_line "$data") + kill -52 $(pidof dwmblocks) debug "New clipboard entry on $selection selection: \"$first_line\"" cache_file_output="$(date +%s%N) $first_line" diff --git a/suckless/dot_surf/bookmarks b/suckless/dot_surf/bookmarks index 31b42353..4ec72754 100644 --- a/suckless/dot_surf/bookmarks +++ b/suckless/dot_surf/bookmarks @@ -1 +1,3 @@ +portal.tedankara.k12.tr/ +wallabag.yigitcolakoglu.com/ https://app.daily.dev/ diff --git a/suckless/dot_surf/styles/google.css b/suckless/dot_surf/styles/google.css deleted file mode 100644 index 81b20ec5..00000000 --- a/suckless/dot_surf/styles/google.css +++ /dev/null @@ -1,2476 +0,0 @@ -html { - scrollbar-color: #666 #363636; -} - -::-webkit-scrollbar { - width: 15px; -} - -a.gb_4.gb_ag.gbp1.gb_Te.gb_tb { - color: #fff !important; -} - -.gb_na a, .gb_Cc a, .I1HL6b { - color: rgb(62, 166, 255) !important; -} - -.a, cite, cite a:link, cite a:visited, .cite, .cite:link, #nygTcd > i, .bc a:link { - color: #777 !important; -} - -a#gb_71 { - border-color: #333; -} - -.OS8yje { - color: #fff !important; -} - -/* Sports */ -.imso_mh__l-tm-sc, .imso_mh__r-tm-sc, .imso_mh__scr-it.imso_mh__sep.imso-light-font, .imso_mh__lg-st-srs, - .imso_scr_sum__rft-cell.imso_scr_sum__scr-and-sum-cell.imso_scr_sum__scr-summ-narrow-cell, - .imso_scr_sum__nm-cell, .imspo_tps__pnm, .imspo_tps__stat-val, - .imso_scr_sum__rft-cell.imso_scr_sum__scr-and-sum-cell.imso_scr_sum__scr-wide-cell, - .imso_scr_sum__rft-cell.imso_scr_sum__scr-and-sum-cell.imso_scr_sum__summ-wide-cell { - color: rgba(255, 255, 255, 0.87) !important; - -} - -.imso_scr_sum__ttl-cell, .imspo_tps__hc, .imspo_tps__hc, .imspo_tps__pnb, .imso_mh__vs-at-sep, .tuzU3e { - color: rgba(255, 255, 255, 0.54) !important; -} - -.Hr51pb .tb_l:focus, .Hr51pb .tb_l:active { - background-color: black !important; -} - -.ey2qkf.tuzU3e.QI3dEb.K2ENGc.wxNiFd.GsYI2e.CuWfJb.eIMmHd.lq7Dvb, .nGzje, .ey2qkf, .cyFc6e, .Lj9fsd { - background-color: #121212 !important; -} - -.lq7Dvb { - color: rgba(255, 255, 255, 0.54) !important; -} - -.BslMec, .Z3DVab, .u2tuje .iGBaJe, .RawNCe, .jyC4xe { - color: rgba(255, 255, 255, 0.54) !important; -} - -.imspo_mt_football__live-game-status, .YIikAd, .e9fBA, .Pohwl .fbf28d, .S9IdSb .gDo0uc, .S9IdSb .xkW0Cc { - color: rgba(255, 255, 255, 0.87) !important; -} - -.ivCkGf { - background-color: #242424 !important -} - -.iMxPRkPYX3BU-LtgTxMR6OBU, .tb_u.attn, .ABd7Db, #liveresults-sports-immersive__match-fullpage { - background-color: #000 !important; -} - -.tb_h.ie7Asb.Hr51pb.imso-medium-font.TbbqEc.imso-ani.YPgUJe.B27Eaf, .tb_c { - background-color: #121212 !important; -} - -.YPgUJe { - box-shadow: 0px 3px 2px #000 !important; -} - -.imso-hide-overflow.tb_l.GSkImd { - color: white !important; -} - -.nGHNmf, .liveresults-sports-immersive__str-rs-cl, .yOo6xe { - background-color: #121212 !important; -} - -.NWO1Pd, .u2tuje .xjT6He { - color: #ddd !important -} - -.fwXO9b, .liveresults-sports-immersive__str-dc, .imso_mh__ft-mtchc, .imso-hide-overflow { - color: rgba(255, 255, 255, 0.87) !important; -} - -.MVpLge.Jn2ybf { - color: #70757A !important; -} - -.liveresults-sports-immersive__st-hc { - color: rgba(255, 255, 255, 0.54) !important; -} - -.tb_view.We6bVe.r-igjunLUox4L4 { - background-color: #000 !important; -} - -.imspo_mt__dt-t, .imspo_mt__pm-inf, .lr-imso-ss-wdt, .ss-ms-cs { - color: rgba(254, 254, 254, 0.87) !important; -} - -.imspo_mt__lt-t, .j04ED, .imspo_mt__cmd, .SXBRcc, .footer__language-header, .user-notice, .rIKiec { - color: rgba(255, 255, 255, 0.54) !important; -} - -.imspo_mt__cm-s.imspo_mt__ndl-p.imso-medium-font.imspo_mt__match-status, .imspo_mt__lg-st-co, .ellipsisize, .imspo_mt__tt-w, .imspo_mt__sc-spc { - color: #fff !important; -} - -.liveresults-sports-immersive__team-seed-or-rank { - color: rgba(255, 255, 255, 0.56) !important; -} - -.imso-hov, .oajNTd.imso-hide-loading, .GOPbMb, .Lou9Nc, .jTw2d, .yR4jwc, body, .iKjWAf, .sfbgg, .jZWadf { - background-color: #121212 !important; -} - -.imso-hov:hover, .imso-hov:focus, .gb_Qb > .gb_Pb:hover { - background-color: #363636 !important; -} - -.AA8jgb { - color: gray !important; - background: #121212 !important; -} - -/* Mobile */ -.zGVn2e { - border: 1px solid #000 !important; - background: #000 !important; -} - -.TCmnBf { - color: #c6c8ce !important; -} - -.Pg0Rye, .aig-r, .UiY7ub, .CfxQhe { - color: #fff !important; -} - -.yTREwe { - background-color: #000 !important; - color: rgba(255, 255, 255, 0.87) !important; -} - -.card:not(:empty), .mnr-c:not(:empty), .mnr-c.bUNBRd:not(:empty), .VibNM, .mnr-c.bUNBRd:not(:empty) { - background-color: #121212 !important; - /* box-shadow: 0 1px 6px rgba(255, 255, 255, 0.28) !important; */ -} - -#hdtb-sc { - box-shadow: 0px 7px 6px -5px #5C5C5C !important; -} - -.GNJvt { - background-color: #121212 !important; - color: #c0c1c5 !important; -} - -.QgXoL { - color: #d7dae1 !important; -} - -.s75CSd { - color: #c0c0c0 !important; -} - -.lpFMp { - color: rgba(255, 255, 255, 0.87) !important; -} - -.fbar, .zRQJhd, .c93Gbe, .s8GCU { - background: #121212 !important; -} - -/* Track */ -::-webkit-scrollbar-track { - background: #121212; -} - -/* Handle */ -::-webkit-scrollbar-thumb { - background: #505050; -} - -/* Handle on hover */ -::-webkit-scrollbar-thumb:hover { - background: grey; -} - -/* Reviews Modal */ -.lcorif, .review-dialog, .zZoSGe, .gLSAk { - background: #121212 !important; -} - -.oLMvxj8HcwN__highlighted, .ErsxPb:active { - background-color: #363636 !important; -} - -.VUGnzb, .ELcVZ { - color: #777 !important; -} - -#wrl, #wrl:hover, .dkSGpd:hover { - color: #fff !important; -} - -.mobile-scrollable, .footer-tile { - background-color: #121212 !important; -} - -.user-name { - color: rgba(255, 255, 255, 0.87) !important; -} - -.xt8Uw { - color: #fff !important; -} - -.EBe2gf span, .EBe2gf, .GrWnYc, .GrWnYc span { - filter: invert(); -} - -.fTKmHE99XE4__star-xl, .fTKmHE99XE4__star-xl span, .fTKmHE99XE4__star-s, .fTKmHE99XE4__star-s span, .imspo_mt__triangle { - filter: invert(100) !important; -} - -.rating .rating-star-full { - filter: invert(0) !important; -} - -.rating .rating-star { - filter: invert(100) !important; -} - -.fTKmHE99XE4__star, .HWnzvc { - filter: invert(); -} - -.fTKmHE99XE4__star span { - filter: invert(); -} - -.tuHUkb { - color: rgba(255, 255, 255, 0.87) !important; -} - -.iUh30, .PxRLn .pDavDe { - color: #8C8D8D !important; -} - -.NFQFxe.viOShc.LKPcQc.mod { - background-color: #121212 !important; -} - -/*App tray*/ -#hdtbSum, #appbar, .gb_C, .ab_dropdown, .hdtb-mn-o, .hdtb-mn-c, .vk_c, .EHzcec { - background: #121212 !important; -} - -.gb_k:not(.gb_l):hover .gb_t { - background: rgba(72, 72, 72, 0.9) !important; -} - -.gb_k:hover a { - border-color: rgba(72, 72, 72, 0.9) !important; -} - -.vk_cxp, a.gb_z.gb_Ha.gb_g, .gb_fb, ul.LVal7b, ul.gb_H.gb_y, .LVal7b, .gb_H, .gb_F, .gb_E { - background-color: #121212 !important;; -} - -.Rq5Gcb, .Rq5Gcb { - color: #ddd !important; -} - -.tX9u1b:hover { - border-color: #4d4d4d !important; - background-color: #222 !important; -} - -.tX9u1b:hover .Rq5Gcb { - background-color: #222 !important; - color: #ddd !important; -} - -#hdtb, .gb_E, .b2hzT, #fbar, .garHBe, #gb#gb a.gb_c, .k9uN1c { - border-color: #505050 !important; -} - -ul.gb_E.gb_w, ul.gb_E.gb_x, ul.gb_E.gb_L, .EHzcec, .K1u0Zb, .EHzcec.eejsDc { - background-color: #000 !important; -} - -.K1u0Zb, .NQV3m { - color: rgba(255, 255, 255, 0.87); -} - -.NQV3m { - background-color: #000 !important; -} - -.NQV3m:hover { - background-color: #363636 !important; -} - -a.gb_F.gb_9f { - background-color: #0a0a0a !important; - color: #3ea6ff !important; -} - -a.gb_z.gb_oc, a.gb_z.gb_rc, .gb_z.gb_uc { - filter: invert(); -} - -/* .gb_Kf:hover a { - border-color: #333 !important; -} - -.gb_i:hover .gb_o { - background: rgba(0, 0, 0, 0.9) !important; -} */ - -/* Places */ -.yyjhs { - background: #121212 !important; -} - -.ccBEnf, .zkIadb, .wYWDAd { - border-color: #505050 !important; -} - -.czHJJ { - background-color: #121212 !important; - border-color: #505050 !important; - box-shadow: none !important; - /* DO A BETTER BOX SHADOWN */ -} - -.afrOIf { - background-color: #121212 !important; -} - -#rhs .kp-blk { - background-color: #121212 !important; -} - -.Jtu6Td { - color: #f9f9f9 !important; -} - -.ZefCve { - color: #fff !important; -} - -/* Dictionary */ - -.xRxmxc { - color: #fff !important; -} - -.lr_dct_spkr_off { - filter: invert(100) !important; -} - -.lr_dct_spkr_on, .lr_dct_spkr:hover { - filter: invert(100) !important; -} - -.dw-sb-cont .dw-sbi { - color: rgba(255, 255, 255, 0.9) !important; - border-color: #505050 !important; - background: #000 !important; -} - -.dw-sb-cont .dw-sb-btn { - background-color: #000 !important; - border-color: #505050 !important; -} - -.gstl_50 .sbsb_d { - background: #1e1e1e !important; -} - -.gstl_50 .sbdd_b { - border-color: #505050 !important; -} - -.gstl_50 .sbsb_a { - background: #000 !important; -} - -.dw-sb-cont .dw-sbs { - color: #e3e3e3 !important; -} - -/* */ - -.DRolee { - color: rgba(255, 255, 255, 0.87) !important; -} - -.PtFZn { - color: #888 !important; -} - -.w3RMhb .zFsEvf, .O8U6h { - color: #999 !important; -} - -.LfUe1b { - background-color: #121212 !important; -} - -.w3RMhb:hover, .action-menu-item:hover { - background-color: #363636 !important; -} -/* .w3RMhb.rlf__ami { - background-image: url('//ssl.gstatic.com/ui/v1/menu/checkmark2.png') !important; - invert the url -} */ - -.rllt__details, .lqhpac, body { - color: #c6c2c2 !important; -} - -.Y28wmf { - color: #fff !important; -} - -.i8Msie { - filter: invert(100); -} - -.kfn9hb .PaEvOc, .PaEvOc, .Vj16ie, .K1aCfe { - background-color: #121212 !important; -} - -/* .K1aCfe { - border-color: #505050 !important; -} */ - -.kfn9hb .PaEvOc:hover, .PaEvOc:hover, .PaEvOc:focus { - background-color: #363636 !important; -} -.tl-item-selected.PaEvOc { - background-color: #1b1b1b !important; -} - -.OXW6f { - background-color: #000 !important; -} - -.I3RrFc, .zyFr8c { - background-color: #121212 !important; -} - -.zyFr8c { - border-color: #505050 !important; -} - -.k2Oeod.MFTKyf { - background: linear-gradient(270deg,#000 50%,rgba(167, 167, 167, 0.09) 100%) !important; -} - -.BlOseb.MFTKyf { - background: linear-gradient(90deg,#000 50%,rgba(167, 167, 167, 0.09) 100%) !important; -} - -.LSMxkb .sb-unsaved svg, .u4AiEf .sb-unsaved svg { - fill: rgba(255, 255, 255, 0.54) !important; -} - -.Cyt8W, .Cyt8W.Fuybue:visited, .nsQ0Hd, .qUTODd, .I9S6he, .iBfKYb, .vMgyT { - color: rgba(255, 255, 255, 0.87) !important; -} - -.eHZys, .JMxqvd, .wozmme, .ew7hHb, .mHcCyd { - color: rgba(255, 255, 255, 0.54) !important; -} - -a.LwS2ce:link { - color: #fff !important; -} - -.BjJfJf { - color: #fff !important; -} - -.TvP2rc { - filter: invert(100); -} - -.k8RiQ, .k8RiQ.Fuybue:visited { - color: #999 !important; -} - -.CT1Nuf { - background: none !important; -} - -.dbg0pd { - color: #fff !important; -} - -.uMdZh:hover { - background-color: #363636 !important; -} - -#rllhd__fldhc { - background-color: #121212 !important; - border-color: #505050 !important; -} - -.F7IIOc.rlf__open:not(.rlf__applied), .F7IIOc:not(.rlf__applied):hover { - color: #fff !important; -} -.F7IIOc.rlf__open:not(.rlf__applied) .FZaw6b, .F7IIOc:not(.rlf__applied):hover .FZaw6b { - border-color: #fff transparent !important; -} - -.tJgbX9TcS96__sort .tJgbX9TcS96__button-text { - color: rgba(255, 255, 255, 0.89) !important; -} -/* */ - -.JOmIqc { - filter: invert(100); -} - -.YbqTTb, .mslg .ab_button, .mslg .kpgrb { - border-color: #505050 !important; -} - -.ktf { - background-color: #000 !important; - color: #c6c2c2 !important; - border-color: #505050 !important; -} - -.hdtbItm { - background: #121212 !important; -} - -.hdtbItm label:hover, .hdtbItm a:hover, #hdtb-more-mn a:hover, #hdtb .hdtb-mitem a:hover, .hdtb-mn-hd:hover, #hdtb-more:hover, #hdtb-tls:hover { - color: #fff !important; -} - -.hdtb-mn-hd:hover .mn-dwn-arw, #hdtb-more:hover .mn-dwn-arw { - border-color: #fff transparent !important; -} - -.hdtb-mn-o, .hdtb-mn-c { - border-color: #505050 !important; -} - -#hdtb-more-mn a:hover, .hdtbItm.hdtbSel:hover, .hdtbItm a:hover, #cdrlnk:hover { - background-color: #363636 !important; -} - -.BlOseb.eSq3C g-fab, .k2Oeod.eSq3C g-fab, #cdr_opt { - /* background-color: #121212 !important; */ - background-color: #000 !important; -} - -.garHBe, .y8Jpof .LrzXr, .gJBeNe { - color: #c6c2c2 !important; -} - -.z1asCe svg { - color: #fff !important; -} - -.cbphWd { - border-color: #505050 !important; -} - -.yQOdGb { - background-color: #121212 !important; -} - -.y8Jpof:hover { - background: #363636 !important; -} - -.sbhl { - background: #1e1e1e !important; -} - -.gb_h:hover .gb_m { - background: #505050 !important; -} - -.cF4V5c { - background: #121212 !important; - box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.2) !important; -} - -.gb_0 { - background: #363636 !important; - border-color: #505050 !important; -} - -.gb_fb .gb_gb:hover { - color: #222 !important; -} - -.gb_z, .gb_Eb, .IZACzd, .Ndq8Rb, .piVJ4d, .cwUqwd { - color: #fff !important; -} - -div.gb_K { - color: #000 !important; -} - -.gb_ub:hover, .gb_Qb:hover { - background-color: #363636 !important; -} - -.gb_qb:hover { - background-color: #1b1b1b !important; -} - -.h7xSye { - fill: rgba(255, 255, 255, 0.57) !important; - border: rgba(255, 255, 255, 0.57) !important; -} - -.h7xSye:hover { - fill: rgb(255, 255, 255) !important; - border: rgb(255, 255, 255) !important; -} - -.gb_D, .gb_qb, .gb_I { - background-color: #121212 !important; -} - -#gbwa > div:nth-child(1) > a:nth-child(1):hover { - border-color: #333 !important; -} - -.gb_t { - color: rgba(255, 255, 255, 0.87) !important; -} - -.gb_K.gb_bg { - background-color: #000 !important; -} - -.gb_qb:hover { - background: #1b1b1b !important; -} - -.minidiv .sfbg { - box-shadow: 0 1px 10px 0 rgba(255, 255, 255, 0.28); -} - -.gb_Vb { - background-color: #121212; -} - -.gb_yc { - background-color: transparent !important; -} - -/* borders for tables and cards */ -.cv2VAd, .kp-blk, .vk_c, .vk_cxp, #rhs .fIcnad { - border-color: #505050 !important; -} - -#appbar { - background: #121212 !important; -} - -.y, .yp, .yf, .yi, .yl, .ye { - color: #D7D7D7; -} - -.s .st em, .st.s.std em, em { - color: #c6c2c2 !important; -} - -.s, .st { - color: #999 !important; -} - -.rpCHfe { - color: #858b91; -} - -.JolIg, .C9iYEe, .gb_3a .gb_0 { - color: #fff !important; -} - -.kp-blk { - background: #121212 !important; -} - -.w8qArf .fl, a.fl, -#rso>div:nth-child(1)>div>div.kp-blk.c14z5c.Wnoohf.OJXvsb>div>div.ifM9O>div:nth-child(2)>div.SALvLe.farUxc.mJ2Mod>div>div:nth-child(n + 3)>div>div>span.w8qArf>a, -#rhs_block>div>div.kp-blk.knowledge-panel.Wnoohf.OJXvsb>div>div.ifM9O>div:nth-child(2)>div:nth-child(n + 5)>div>div>span.w8qArf>a, -#uid_3 > div.ifM9O > div:nth-child(2) > div:nth-child(4) > div > div > span.w8qArf > a, -#rhs > div:nth-child(3) > div.EyBRub.kp-blk.knowledge-panel.Wnoohf.OJXvsb > div.xpdopen > div.ifM9O > div > div.SALvLe.farUxc.mJ2Mod > div > div:nth-child(n) > div > div > span.w8qArf > a, -#rso > div:nth-child(1) > div > div.EyBRub.kp-blk.c14z5c.Wnoohf.OJXvsb > div.xpdopen > div.ifM9O > div > div.SALvLe.farUxc.mJ2Mod > div > div:nth-child(n) > div > div > span.w8qArf > a, -#rhs_block > div.g.rhsvw.kno-kp.mnr-c.g-blk > div.EyBRub.kp-blk.knowledge-panel.Wnoohf.OJXvsb > div.xpdopen > div.ifM9O > div > div.SALvLe.farUxc.mJ2Mod > div > div:nth-child(n) > div > div > span.w8qArf > a { - color: #006621 !important; -} - -.H73aad { - background-color: black !important; -} - -.H73aad:hover { - background: #242424 !important; -} -/* Compass Icon */ - -.M5mFPb { - content: url("https://image.flaticon.com/icons/svg/149/149975.svg"); - filter: invert(100); -} - -.O0Trmf { - fill: rgba(255, 255, 255, 0.54) !important; -} - -#cwos { - color: #fff !important; -} - -.cwtlwm { - background-color: #000 !important; -} - -#rhs_block>div.g.rhsvw.kno-kp.g-blk.mnr-c>div.kp-blk.knowledge-panel.Wnoohf.OJXvsb>div>div.ifM9O>div:nth-child(2)>div.SALvLe.farUxc.mJ2Mod>div>div>div>div>span.w8qArf a { - color: #006621 !important; -} - -/* Search bar stuff */ - -.gLFyf, .LWyAN, .q8FTm, .JSAgYe, .o44hBf { - color: rgba(255, 255, 255, 0.87) !important; -} - -.Tg7LZd { - background-color: transparent !important; - border: none !important; -} - -.RNNXgb, .sbibod, .nu4bVe, .zthhpf { - background-color: #000 !important; - border: 2px solid #505050 !important; -} - -.RNNXgb:hover, .sbibod:hover, .nu4bVe:hover { - border-color: transparent !important; - box-shadow: 0 1px 6px 0 rgba(255, 255, 255, 0.28); -} - -.emcav .RNNXgb { - border-color: transparent !important; -} - -.MZy1Rb > svg:nth-child(1) { - color: #4285f4 !important; -} - -.aajZCb, .sbibod, .gstl_0.sbib_a, .lV0vqc { - background: #000 !important; - box-shadow: 0 4px 6px 0 rgba(255, 255, 255, 0.28); -} - -input#gs_htif0, input#lst-ib, .sbsb_a { - background: #000 !important; -} - - -.sbsb_d, .Vwmzxb { - background: #1e1e1e !important; -} - - -.sbl1, #lst-ib { - color: #dbdbdb !important; -} - -.mus_tt18 { - color: #aaa !important; -} - -/* MORE text */ -.SW5pqf, span.wR7plc.xXEKkb, .EZRelc, div.BAyyse:nth-child(1) > div:nth-child(1) > span:nth-child(1) > span:nth-child(2), .lr_dct_more_btn, .TYiug, .jMtmC, .SRgN7c .FVbHKd { - color: #20ffe0 !important; -} - -.RJ3lSb { - color: rgba(255, 255, 255, 0.62) !important; -} - -.HF3S5b { - color: rgba(255, 255, 255, 0.26) !important; -} - -.mFI2Qb { - color: rgba(255, 255, 255, 0.87) !important; -} - -.XCKyNd { - cursor: pointer; -} - -/* sharing button */ -.rsir2d { - color: #fff !important; -} - -.ab_button { - background: #121212 !important; -} - -.logo a img { - background: #121212 !important; -} - -.ILfuVd { - color: #dbd3d3 -} - -.vO2mCd { - color: #fff; -} - -.uUgsp { - color: #fff; -} - -.sfbg, #fbar, .f6F9Be { - background-color: #121212 !important; -} - -.Q8LRLc { - color: #fff !important; -} - -.brs .med, #swml-loc, #brs .med { - color: #cecece !important; -} - -#gsr, #gbwa, .Z0LcW, .Ss2Faf, .eJ7tvc, .i29hTd .qLLird { - color: #ededed !important; -} - -.mod, #foot #navcnt .cur, .webanswers-webanswers_table__webanswers-table th, .kno-ecr-pt, .C9iYEe { - color: #fff !important; -} - -.orgdxf { - background: transparent !important; -} - -.vk_bk, #rso > div:nth-child(1) > div > div.kp-blk.Wnoohf.OJXvsb > div > div.ifM9O > div:nth-child(2) > div > div > div > div > span > div > div > div, #uid_0 > div.r-iRDCA7_WGMRc > div > div > div.ellip.vk_h.lxZILe > span, #uid_3 > div.r-ibe8TjOdj4pI > div > div > div.ellip.vk_h.lxZILe > span > span { - color: #fff !important; -} - -.vk_bk.dDoNo.aCAqKc { - color: #aaa !important; -} - -.BTP3Ac { - border-color: #fff transparent !important; -} - -/* times places are open */ -td.SKNSIb, .WgFkxc td { - color: #fff !important -} -/* */ - -/* Quick Translate */ -.tw-lang-selector-wrapper { - border: none !important; -} - -.Xy35sb { - background: #121212 !important; - border-color: #505050 !important; -} - -.tw-menu-btn:not(.tw-menu-btn-disabled):hover .tw-menu-btn-image:first-child { - background-color: #363636 !important; - border-color: transparent !important; -} - -.PiP5T { - border-bottom-color: #121212 !important; -} - -.tw-data-text, #tw-source-text-ta, #tw-target-text > span { - color: #e3e3e3 !important; -} - -.tw-lang-selector-wrapper::after { - color: #e3e3e3 !important; -} - -.gt-is, #tw-target, .fp-w.GL3ftd { - background-color: #121212 !important; -} - -.language_list_languages.language_list_sl_list.tw-ll-top { - background-color: #121212 !important; -} - -.language_list_languages.tw-ll-top::after { - background: linear-gradient(to bottom,rgba(0, 0, 0, 0),rgb(0, 0, 0)) !important; -} - -.language_list_item { - color: rgba(255, 255, 255, 0.87) !important; -} - -.tw-lp-search { - color: rgba(255, 255, 255, 0.87) !important; -} - -option { - color: #e3e3e3; - background: #121212; -} - -.tw-lang-selector-wrapper:hover::after { - border-color: #fff transparent !important -} - -.tw-lang-selector { - color: #e3e3e3 !important; -} - -.tw-lang-selector:hover { - color: #fff !important -} - -/* Translate */ - -.notification-container, .P6w8m { - background-color: black !important; -} - -.gt-is-mobile .gt-is-sg { - color: rgba(255,255,255,0.87) !important; -} - -.gt-is-tr { - color: rgba(0,0,0,0.54) !important; -} - -.ls-wrap .sugg-fade, .SMqeCb, .jTj8gd.XzOhkf .a2Icud, .EO28P, .SL5JTc, .RstnCb { - background: black !important; -} - -.yUUmWd .VfPpkd-jY41G-V67aGc { - color:rgba(255, 255, 255, 0.54) !important; -} - -.S6GkK { - color: #5f6368 !important; -} - -.PxXj2d, .KskmCc { - color: white !important; -} - -.X4DQ0::after { - background: linear-gradient(to right,rgba(0, 0, 0, 0),rgb(0, 0, 0)) !important; -} - -.ordo2:hover { - background-color: #222 !important; -} - -.ordo2.KKjvXb, .rm1UF.UnxENd, .Dwvecf, .ZShpvc, .hgbeOc { - background-color: black !important; -} - -.WFnNle { - background-color: #121212 !important; -} - -.aCQag { - border-top-left-radius: 0 !important; - border-top-right-radius: 0 !important; -} - -.KskmCc { - background-color: black !important; -} - -#sl_list-search-box, #tl_list-search-box { - background-color: black !important; - color: white !important; -} - -.gt-baf-word-clickable, .aia4Ud, .JLqJ4b, .NlvNvf, .VIiyi { - color: white !important; -} - -.Tw0Tv:not(:disabled) { - color: rgba(255, 255, 255, 0.54) !important; -} - -.gt-baf-previous-word-mobile { - color: rgba(255, 255, 255, 0.54) !important; -} - -.gt-baf-previous-word-mobile, .gt-baf-word-selected, .kLhEKe, .ru14E.kF2iof, .rm1UF.UnxENd.dHeVVb { - background-color: black !important; -} - -.JLqJ4b.ChMk0b, .er8xn { - color: white !important; -} - -.NMm5M { - filter: invert(); -} - -.Ubd3wc { - color: #bfbfbf !important; -} - -.gt-lc-mobile .gt-baf-word-clickable:hover { - background-color: #353535 !important; -} - -.gt-lc-mobile .gt-baf-word-selected .gt-baf-word-clickable { - color: white !important; - background-color: black !important; -} - -.gt-baf-back { - color: #777 !important; -} - -.gt-cd-pos-pop { - color: rgba(255, 255, 255, 0.54) !important; -} - -.frame, .gt-lc.gt-lc-mobile .gt-cc-r-i { - background: #121212 !important; -} - -.source-wrap, .source-input, .orig, .tlid-results-container.results-container, .gt-spell-correct-message, .source-footer-wrap.source-or-target-footer { - background-color: #000 !important; -} - -.language_list_sl_list, .language_list_tl_list, .language_list_section, header#gb { - background-color: #121212 !important; -} - -.sl-wrap, .tl-wrap, .swap-wrap, .swap.jfk-button, .swap.jfk-button-disabled, .results-container, .result, .gt-edit, .contribute-target { - background-color: #000 !important; -} - -.goog-inline-block.jfk-button.jfk-button-standard.jfk-button-collapse-right { - color: rgba(255, 255, 255, 0.54) !important; -} - -.language-list-toolbar, .language_list_item_wrapper, .language-list-search-box, .language-list { - background-color: #000 !important; -} - -.ls-right-arrow { - background-color: #000 !important; -} - -.jfk-button-img { - filter: invert(100); -} - -.gt-spell-correct-message { - color: rgba(255, 255, 255, 0.54) -} - -span.tlid-translation.translation, .orig, .language-list-toolbar .language-list-label { - color: rgba(255, 255, 255, 0.87) !important; -} - -.ls-wrap .sl-sugg .goog-inline-block.jfk-button:focus, .ls-wrap .tl-sugg .goog-inline-block.jfk-button:focus, .ls-wrap .sl-more:focus, .ls-wrap .tl-more:focus, .ls-wrap .lang-btn:focus-within, .ls-wrap .swap:focus { - color: #000 !important; -} - -.ft-icon-txt { - color: #fff !important; -} - -.gb_Wa.gb_B.gb_Hc { - background-color: #121212; -} - -.gb_sb, .gb_Ec.gb_Cc.gb_Kc.gb_Hc, .gb_Cc, .history-top-header, .history-container, .info-bar { - background-color: #000; -} - -.displaying-saved-page .phrasebook-page, .phrasebook-container, .phrasebook-top-header, .phrasebook-container .nav-bar { - background-color: #000; -} - -.close-button { - filter: invert(100); -} - -.phrasebook-container .empty-placeholder .placeholder-title { - color: rgba(255, 255, 255, 0.87) !important; -} - -/* */ - -i { - color: #888 !important; -} - -/* SONGS */ -.Eegi6c { - color: rgba(255, 255, 255, 0.87) !important; -} - -.rl_container, .rlc__slider, .rlc__slider-page { - color: #000 !important; -} - -.rlc__slider-page, .rlc__slide, .vsQKGc, .rlc__slider, .rl_container { - background-color: #121212 !important; -} - -.rl_item_base { - background-color: #121212 !important; -} - -.rl_item_base .title, .CAaTrb, .aXUuyd { - color: #c6c2c2 !important; -} - -.rl_center { - border: none !important; -} - -.CNf3nf.wecD1d, .mlo-c { - background-color: #000 !important; -} - -.ErsxPb:hover { - background-color: #484848 !important; -} - -/* links */ -a:link, .u2sJ0e .lA0GG, .xXEKkb, .SDZsVb, .gb_m, -.GtMhHe, .nRfCwb, .ubF8Rd, .w, .RJn8N.xXEKkb.ellip, -.wUrVib, .L4FTLe .F3hKE, .FoAEQ, -#rhs_block>div>div.kp-blk.knowledge-panel.Wnoohf.OJXvsb>div>div.ifM9O>div:nth-child(2)>div.SALvLe.farUxc.mJ2Mod>div>div:nth-child(1)>div>div>div>div>span>span.piXPB>span { - color: #3ea6ff !important; -} - -.gb_m:hover, #tw-gtlink:visited { - color: #3ea6ff !important; -} - -a:hover, .u2sJ0e .lA0GG:hover, .w:hover { - color: #9ed0fc !important; -} - -.phYMDf.jBgGLd { - color: #3ea6ff !important; -} - - -/* Currency */ -.R9zNe, .uWmgv { - background-color: #121212 !important; - color: #b3b3b3 !important; -} - -.Hg3mWc, .Hg3mWc:focus, .yvg0ob span, span#knowledge-currency__tgt-currency, span#knowledge-currency__tgt-amount { - background-color: #121212 !important; - color: #fff !important; -} - -input#knowledge-currency__src-input:focus, select#knowledge-currency__src-selector, select#knowledge-currency__tgt-selector { - color: #70757A !important; -} - -.qUjgX { - color: #fff; -} - -.fw-ch-sel .KWk7r.qUjgX { - background-color: #000 !important; -} - -.gx4n6c { - background: #121212 !important; - color: #fff !important; -} -/* */ - -.hsbst { - color: rgba(255, 255, 255, 0.54) !important; -} - -.hs-opt-location-tip-container { - color: rgba(255, 255, 255, 0.87) !important; -} - - -#hdtb .hdtb-mitem a { - color: #777 !important; -} - -#hdtb .hdtb-mitem a:hover { - color: #fff !important; -} - -a:visited { - color: rgb(201, 69, 201) !important; -} - -#hdtb-tls:hover { - color: #222 !important; -} - -/* Temperature */ -.wob_ds { - /* background-color: #363636; */ - background-color: #1b1b1b !important; - border: 1px solid #505050 !important; -} - -/* Movies */ -.H1ccWd { - color: #999 !important; -} - -.kappbar { - background: #121212 !important; -} - -.klbar { - border-color: #fff !important; -} - -.kltat, .klfact { - color: #fff !important; -} - -.klitem:hover .kltat, .klitem:hover .klfact { - color: #000 !important; -} - -.lx_ctl .ksb.ab_button, .kxctl-dd { - color: #999 !important; -} - -a.ksb.ab_button.kxctl-b:hover { - color: #3ea6ff !important; -} - -/* Internet Speed Test */ -.p83fR { - color: rgba(255, 255, 255, 0.87) !important; -} - -.B7A8m { - color: rgba(255, 255, 255, 0.87) !important; -} - -/* Stocks */ -span.vk_bk, .vk_bk { - color: #818181 !important -} - -.f196ee { - background-color: #121212 !important; -} - -.vk_bk { - color: #818181 !important -} - -.OiIFo, .knFDje, .qFiidc, .TgMHGc, .CVIh4c, .iyjjgb { - color: rgba(255, 237, 237, 0.62) !important; -} - -.NprOob, .JgXcPd { - color: rgba(255, 255, 255, 0.87) !important; -} - -.fw-price-nc.IsqQVc { - color: rgba(255, 255, 255, 0.54) !important; -} - -#akp_uid_12 > div > div > div > div > div > div.kp-blk.knowledge-panel.Wnoohf.OJXvsb > div > div.ifM9O > div:nth-child(n) > div.SALvLe > div > div.EfDVh.mod > div > div > span.w8qArf > a { - color: #fff !important; -} - -.OZ8wsd { - color: rgba(255, 255, 255, 0.54) !important; -} - -.gXgTfd, .DubFFd { - color: rgba(255, 255, 255, 0.87) !important; -} - -.sSf5xf { - color: #999 !important; -} - -.FjdPod, .gb_w .gb_x, a.gb_x.gb_Ub { - filter: invert(100); -} - -.KMdzJ { - color: rgba(255, 255, 255, 0.87); -} - -.dUFb4e { - color: rgba(255, 255, 255, 0.87) !important; -} - -#Wprf1b { - color: #888 !important; -} - -.URjEMe { - color: #006621 !important; -} - -/* Timer and Stopwatch */ - -#act-timer-section > div > div.act-tim-txt-cnt.iszkqz1c0Nzc-WwEdn1QsoX8 > div, #act-timer-section > div > div.act-tim-txt-cnt.i_ZPbOyDivaQ-WwEdn1QsoX8.act-tim-focus > div { - background-color: #121212 !important; - color: #aaa !important; -} - -#act-timer-section > div > div.act-tim-txt-cnt > div { - background-color: #121212 !important; - color: #aaa !important; -} - -#act-stopwatch-section > div > div.act-tim-txt-cnt.iQvA9GGLfakc-S_QbIiwEYcI > div, #act-stopwatch-section > div > div.act-tim-txt-cnt > div { - background-color: #121212 !important; - color: #aaa !important; -} - -span.act-inactive-stopwatch-icon, span.act-inactive-timer-icon, img.act-icon-dark-gray { - filter: invert(100); -} - -.cdr_dlg, .act-flush-card.act-tim-cnt, .gb_Ta.gb_Fg.gb_i.gb_Eg.gb_Hg.gb_Dg.gb_Zf { - background-color: #121212 !important; -} - -.cdr_dlg .goog-date-picker { - background-color: #5555 !important; -} - -.cdr_highl { - background-color: transparent !important; -} - -#cdr_cont > div.cdr_dlg > div.cdr_ttl { - color: #aaa !important; -} - -.cdr_mml { - color: #999 !important; -} - -.cdr_cls { - filter: invert(100); -} - -.cdr_dlg .goog-date-picker-btn { - color: #fff !important; -} - -#rhs_block > div > div.kp-blk.knowledge-panel.Wnoohf.OJXvsb > div > div.ifM9O > div:nth-child(2) > div.NFQFxe.viOShc.LKPcQc.mod > div > div > stats-table > div > table > tbody > tr:nth-child(n) > td:nth-child(n) > div { - color: #fff !important; -} - -.qzEoUe { - color: #9a9a9a !important; -} - -.OgPVad { - color: #aaa !important; -} - -.rplink, .rplink:visited { - background-color: #000 !important; -} - -.U85Sqf { - color: #fff !important; -} - -.mus_tt17 { - color: #afafaf !important; -} - -.QXzCSe, .SvKTZc { - color: rgba(255, 255, 255, 0.87) !important; -} - -.MaH2Hf, .tw-bilingual-pos { - color: rgba(255, 255, 255, 0.54) !important; -} - -.dDoNo { - color: #aaa !important; -} - -.Mw2I7 { - border-color: #6f6f6f !important; - background-color: #000 !important; - color: #f9f9f9 !important; -} - -.vhWGrd div { - color: #d2d2d2 !important; -} - -a.scCTtb div { - color: #dcd2d2 !important; -} - -.mVDMnf { - color: #dadada !important; -} - -.nJGrxf.FnqxG { - color: rgba(255, 255, 255, 0.65) !important; -} - -#isr_chc g-left-button, #isr_chc g-right-button { - background-color: #000000c9 !important; -} - -.BlOseb.MFTKyf .KkkQv, .k2Oeod.MFTKyf .S2C1T { - filter: invert(); -} - -.BlOseb.SkGIjd .KkkQv, .k2Oeod.SkGIjd .S2C1T { - filter: invert(100); -} - -.lhewOe { - color: rgba(255, 255, 255, 0.87) !important; -} - -.xIEc0d, .fQZckf { - color: rgba(255, 255, 255, 0.87) !important; -} - -.dDoNo.vk_bk { - color: #aaa !important; -} - -/* Weather value */ -span.wob_t { - color: #878787 !important -} - -#wob_d > div > div:nth-child(2) > div > div.vk_bk.wob-unit > a:nth-child(n + 2) > span { - color: #3ea6ff !important -} - -.cUezCb { - background-color: #121212 !important; -} - -/* IP address */ -.lyLwlc { - color: rgba(255, 255, 255, 0.87) !important; -} - -.MUxGbd.v0nnCb.lyLwlc.aLF0Z { - color: rgba(255, 255, 255, 0.54) !important; -} - -.F9PbJd { - background-color: #000 !important; - border-color: #505050 !important; -} - -/* TIC TAC TOE */ -.dLXLrf .byDAwb, .qLf5y { - border-color: rgba(255, 255, 255, 0.54) transparent !important; -} - -.tsp-lbb, .tsp-lbb .tsp-led { - background-color: #121212 !important; -} - -.tsp-lbb .tsp-led { - border-color: #505050 !important -} - -.tsp-wi { - border-right: 6px solid #fff !important; -} - -.tsp-hbd:hover { - background-color: #222 !important; -} - -.tsp-db { - color: #fff !important; - -} -/* */ -.gb_I { - background-color: #000 !important; -} - -.gb_r { - color: rgba(255, 255, 255, 0.87) !important; -} - -.gb_J { - background: #121212 !important; -} - -/* .gb_i:not(.gb_j):hover .gb_r { - background: rgba(40, 40, 40, 0.9) !important; -} */ - -.gb_4.gb_cg.gbp1.gb_We.gb_tb { - color: #fff !important; -} - -.gb_jb.gb_kb, .gb_5b, .u9sbk.W2lMue { - color: #ededed !important; -} - -.gb_Ob:hover { - background: #000 !important; -} - -.gb_Mb { - background: #111111 !important; -} - -.desktop-title-content { - color: #818181 !important; -} - -.e10twf.T4OwTb { - color: #888; -} - -#viewport { - background-color: #121212 !important; -} - -.Gkoz3, .hXOZRb, .iJgezc, .xewRye, .RVclrc { - color: #fff !important; -} - -.RgPMmd { - color: rgba(255, 255, 255, 0.54) !important; -} - -.UbEfxe, .vNzVR, .YbRs3e, .oaJYtf, .AO0Reb { - background-color: #121212 !important; -} - -.Xt9Uyd, .JQTVie .slvok { - color: rgba(255, 255, 255, 0.54) !important; -} - -.gws-horizon-textlists__ed-sm { - background-color: #2f2f2f !important; -} - -.UIaQzd, .FTUoSb, .w5mjWe, .UIaQzd, .JQTVie .EeCMQe, .UIaQzd { - color: rgba(255, 255, 255, 0.87) !important; -} - -.gb_P { - color: #000 !important; -} - -.Q7Oxbd { - color: #fff !important; -} - -.gQsNRd { - color: #666 !important; -} - -.TsZoG, .Pe15xe, .sh-sr__shop-result-header, ._-c-, ._-dX, ._-jD { - color: #777 !important; -} - -.SLjOId, .Qnaule { - color: #ddd !important -} - -/* Pilot -> Shopping */ -.VEbNnc { - color: #777 !important; -} - -.G9CET, .sh-dr__prs { - background-color: #121212 !important; -} - -.KQRYIb { - background-color: #121212 !important; - color: #777 !important; -} - -._-gG, .kHxwFf { - color: #ddd !important; -} - -.sh-rso__header { - background-color: #121212 !important; - color: #ddd !important; - border-color: #777 !important -} - -.sg-m__selected { - border-color: #999 !important -} - -.sh-mv__media { - background-color: #121212 !important -} - -.sg-m__zoom-fab { - background-color: #000 !important; -} - -.sh-rso__content { - background-color: #121212 !important; -} - -/* Sponsered tag */ -#topstuff .sh-sp__pswtr { - background-color: #121212 !important -} - -.VQN8fd a, .VQN8fd h4 { - color: #1a73e8 !important; -} - -.gt-lc.gt-lc-mobile .gt-cd { - background-color: #000 !important; -} - -.gt-def-row, .gt-lc.gt-lc-mobile .gt-ex-text, q, .gt-card-ttl-txt { - color: #777 !important; -} - -.gt-lc.gt-lc-mobile .gt-def-num { - color: rgba(255, 255, 255, 0.38) !important; -} - -.MjS0Lc.nHGuld, .cv2VAd { - background: #000 !important; -} - -.gb_fb.gb_gb { - color: #fff !important; - background-color: #1b1b1b !important; -} - -.gb_Ib, .gb_Ob { - background: #121212 !important; - border-color: #000 !important; -} - -.gb_Kb:hover, .gb_wb:hover { - background-color: #282828 !important; -} - -.gb_1b { - color: #fff !important; -} - -.gb_l .gb_ob { - color: #aaa !important; -} - -.gb_yb.gb_yb { - background-color: #121212 !important; -} - -.gb_yb:hover { - background-color: #000 !important; -} - -.gb_wb.gb_wb { - background-color: #121212 !important; -} - -.gb_ub.gb_ub { - border-color: #000 !important; -} - -.gb_Fb:hover { - background-color: #363636 !important; -} - -.PDvun, .ersBRc { - color: rgba(255, 255, 255, 0.54) !important; -} - -.jPHPSe, .t49rJb, .Mz7Vzb { - color: rgba(255, 255, 255, 0.87) !important; -} - -.BP43u { - color: rgba(255, 255, 255, 0.62) !important; -} - -.kiX1K { - background-color: #000 !important; -} - -.rMISHc { - color: rgba(255, 255, 255, 0.54) !important; -} - -.kP0mfb.Ss2Faf.zbA8Me.qLYAZd { - color: #fff !important; -} -/* #gsr, #gbwa, .Z0LcW, .Ss2Faf, .eJ7tvc, .i29hTd .qLLird { - color: #fff !important; -} */ - -/* sign in */ -.gb_4.gb_5.gb_ce.gb_Wc { - color: #fff !important; -} - -.gb_l .gb_3b { - color: gray !important; -} - -.gb_Bb:hover { - background-color: #0f0f0f !important; -} - -.gb_l .gb_hb { - color: #fff !important; -} - -a.gb_1.gb_2.gb_de.gb_pb { - color: #fff !important; -} - -.hrmSI { - color: #fff !important; -} - -.BTPx6e { - color: #999 !important; -} - -.hmHBZd:hover { - color: #343434 !important; -} - -.j4Tqqd { - color: rgba(255, 255, 255, 0.54) !important; -} - -.d2IDkc, .viupMc { - color: #919191 !important; -} - -/* Spotify Founders */ -div.rlc__slider-page:nth-child(n) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(n) > div:nth-child(n), -div.rlc__slider-page:nth-child(n) > div:nth-child(n) > div:nth-child(1) > a:nth-child(1) -{ - background-color: #000 !important; -} - -/* Job stuff */ -.NOiGgb .sb-unsaved svg, .SGdgT .sb-unsaved svg { - fill: rgba(255, 255, 255, 0.54) !important; -} - -.eZUcuf { - background-color: white !important; - border-radius: 20%; -} - -.bD1FPe, .ZBwwL { - background-color: black; -} - -.lR4X6c { - border-color: #363636 !important; -} - -.iFjolb.hide-focus-ring.gws-plugins-horizon-jobs__li-ed, .uLAgob { - background-color: #121212 !important; -} - -.GbaVB, .GbaVB:not(.tl-pp-on) { - border-color: #363636 !important; - color: lightgray !important; - background-color: black !important; -} - -.WGYX8:hover { - background: #222 !important; - border-color: #222 !important; - color: #dfdfdf !important; -} - -.WGYX8[selected] { - background: #222 !important; - border-color: grey !important; -} - -.cS4btb { - color: rgba(255, 255, 255, 0.54) !important; -} - -.cS4btb.view, .cS4btb:hover { - color: #4285f4 !important; -} - -.iFjolb:focus, .tl-item-selected { - background-color: #222 !important; -} - -.gNzyzf.z1asCe.hMXgu svg { - color: red !important -} - -.z1asCe.GYDk8c svg, .z1asCe.xrfZdf svg { - color: #3f7ee6 !important; -} - -.PCPu9c { - color: white; -} - -.jolnDe { - background-color: #121212; -} - -.YgLbBe, .sssrNe, .qySoyb { - color: rgba(255, 255, 255, 0.87) !important; -} - -.tPhRLe, .tPhRLe span { - filter: invert(); -} - -.XVmsDd { - color: #c8c8c8 !important; -} - -.C4e63e, .tJ9zfc, .sb-saved-label, .sb-unsaved-label, .VpOZqb { - color: rgba(255, 255, 255, 0.54) !important; -} - -.F3hKEb { - color: #3ea6ff !important; -} - -a.gYVSnb, div.gYVSnb span { - color: rgba(255, 255, 255, 0.38) !important; -} - -.kfn9hb .iFjolb { - background-color: #121212 !important; -} - -.kfn9hb .iFjolb:hover { - background-color: #363636 !important; -} - -.n1Mpqb { - color: rgba(255, 255, 255, 0.54) !important; -} - -/* Profile picture jobs */ -.gb_lb.gb_lb, .gb_zb.gb_zb, .gb_Ab.gb_Ab { - background-color: inherit !important; - border-color: #505050 !important; -} - -.gb_sb.gb_sb { - background-color: #121212 !important; - color: white !important; -} - -.gb_6b, .Ywxp6b { - color: #ddd; -} - -.gb_l .gb_ob, .gb_pb:hover { - background: black !important; -} - -.gb_Jb.gb_Jb { - background-color: black !important; -} - -.gb_xb.gb_xb { - border-color: #505050 !important; -} - -.gb_Jb:hover { - background-color: #363636 !important; -} - -.gb_Sb > .gb_Rb:hover, .gb_Sb > .gb_Rb:focus, .gb_Sb > .gb_Rb:hover:focus { - background-color: #242424 !important; -} - -.WpKAof:hover { - background-color: #242424 !important; -} - -.gb_sb:hover, .gb_lb:hover, .gb_zb:hover { - background-color: #363636 !important; -} - -/* Finance */ -.PyJv1b, .KYeOtb.M51USb { - color: rgba(255,255,255,.87) !important; -} - -.wx62f { - color: rgba(255, 255, 255, 0.54) !important; -} - -.uch-xa-tl { - background-color: #121212 !important; - color: #fff !important; -} - -.FRH7Ye.gsrt { - color: #fff !important; -} - -.LlMFmd { - color: #777 !important; -} - -.wfbQZb { - color: rgba(255, 255, 255, 0.62) !important; -} - -.JwgTNb { - color: #20ffe0 !important; -} - -.mMbopd { - background-color: #121212 !important; -} - -.iF8z4d td, .ckQqBf, .kyITtb, .j7FfMb, .IsqQVc.irGj7Ss8GHqg-zJFzKq8ukm8 { - color: rgba(255, 255, 255, 0.87) !important; -} - -.bm7Wje:hover { - background-color: #343434 !important; -} - -.tsp-ftlg { - color: rgba(255, 255, 255, 0.54) !important; -} - -.tsp-ftdg { - color: rgba(255, 255, 255, 0.87) !important; -} - -.torspo_vbdy__expander { - background-color: #121212 !important; -} - -.YUvqE.CNf3nf.LhCR5d { - background-color: #000 !important; -} - -.jjITlf { - background-color: #121212 !important; -} - -.Ih5nK { - color: #777 !important; -} - -.S7TGef { - color: rgba(255, 255, 255, 0.87) !important; -} - -.mtnwac { - color: #4285f4 !important; -} - -.wuQ4Ob { - color: rgba(255, 255, 255, 0.54) !important; -} - -.LbNDAb { - color: #4285F3 !important; -} - -.gb_C .gb_D { - background-position: 0 1500px !important; -} - -/* Google Scholar */ -/* #gs_bdy_ccl */ -#gs_top { - background-color: #121212 !important; -} - -.gs_in_cb label, .gs_in_cb .gs_lbl, .gs_in_ra label { - color: #888 !important; -} - -/* Health Sidebar */ -.K9xsvf.lYo97.kno-fb-ctx, .CTannb.gsrt, .S1C7Re, .V7ewqe, .BWsxhd { - color: #fff !important; -} - -.ZEwWe .H3pCR b, .zu8hme, .Q0ttOe { - color: rgba(255, 255, 255, 0.87) !important; -} - -.ZEwWe .H3pCR, .HtP7nb { - color: rgba(255, 255, 255, 0.54) !important; -} - -.SHEkIb { - color: #717171 !important; -} - -.Lu0opc.k2Oeod.SkGIjd.tHT0l, .Lu0opc.BlOseb.SkGIjd.tHT0l { - background-color: #000 !important; -} - -.KqnMib { - color: rgba(255, 255, 255, 0.87) !important; -} - -/* Q&A on Google */ -.TC8kpb { - color: #fff; -} - -.cYjWmf, .R6g0Cd { - fill: rgba(255, 255, 255, 0.38) !important; -} - -.cYjWmf:hover, .R6g0Cd:hover { - fill: rgba(255, 255, 255, 0.8) !important; -} - -/* Google Images */ - -.RScZKc { - color: rgba(255, 255, 255, 0.87) !important; -} - -.W8wzH { - color: #a6a6a6 !important; -} - -.WGvvNb, .egyy1d, .hAvHce { - color: #ccc !important; -} - -.AltF6 { - background: #121212 !important; - border-color: #000 !important; -} - -.Wa30od, .WCTwsc.tl-pp-on, .WCTwsc, .WCTwsc:not(.tl-pp-on) { - background: black !important; - color: #ccc !important; -} - -.WCTwsc:hover { - background: #1c1c1c !important; - color: white !important; -} - -.WCTwsc.sel { - background: #1c1c1c !important; - color: white !important; -} - -.oy67gf, .KOKYBe { - background-color: #121212 !important; -} - -.KOKYBe { - border-color:#121212 !important; - box-shadow: -16px 1px 16px 1px #000 !important; -} - -.KYeOtb.hide-focus-ring.rWAMad.M4n04 { - color: rgba(255, 255, 255, 0.54) !important; -} - -.KYeOtb.hide-focus-ring.rWAMad.M4n04:hover { - color: #9ed0fc !important; -} - -.EPVc0, .B2bknd, .KSKpHe { - color: #ccc !important; -} - -.fxgdke { - color: #5f6368 !important; -} - -.D0HoIc, .qcTKEe { - background-color: #121212 !important; -} - -.ooPrBf { - border-color: #121212 !important; -} - -.r9PaP, .H1KrKd { - color: rgba(255, 255, 255, 0.54) !important; -} - -.AFyU { - color: #777 !important; -} - -.wjgLQd { - color: #999 !important; -} - -.wqg8ad { - color: #70757a !important; -} - -.fbPs3b { - color: #777 !important; -} - -.Ix6LGe { - box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.2) !important; - background: #000 !important; -} - -.Hm7Qac:hover { - background-color: #363636 !important; -} - -.GMjygd { - filter: invert(); -} - -.PNyWAd { - color: #898e93 !important; -} - -.XD1Bsc, .XD1Bsc:hover { - background-color: #000 !important; - border-color: #787575 !important; - box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.1) !important; -} - -.igM9Le { - color: #9e9e9e !important; - filter: invert(); -} - -.rreh .BbbuR { - color: #777 !important; -} - -.ChlgHf .HnYYW { - color: rgba(255, 255, 255, 0.87) !important; -} - -.CMMlMe, .yeRnY, .GQXXO, .JXRj4e, .NOK5hf, .c0L1fd { - color: #eee !important; -} - -.hb8SAc { - color: #dfdfdf !important; -} - -.vRHqb { - color: rgba(255, 255, 255, 0.54) !important; -} - -.Eogop .xuoMNd { - background-color: #000 !important; -} - -.GHDvEf, .GHDvEf:hover, .GHDvEf.selected, .GHDvEf.selected:hover { - background-color: #121212 !important; -} - -/* Nutrition */ - -.HIf9ae, .AYBNrd, .JuE4Vc { - background-color: #121212 !important; -} -/* */ - -/* COVID-19 */ -.I8qdje, .HpGiq, .wGXdv { - color: black !important; -} - -.m7B03 { - color: #c85c5c !important; -} - -.amyZLb, .HnYYW.mfMhoc, .Uw4age, .INGOOb, .WUjVSb, .AupITe, .HRfe0e { - color: #aaa !important; -} - -/* Buttons */ -.jhp input[type="submit"], .sbdd_a input, .gbqfba { - background-image: linear-gradient(top, #000, #000) !important; - background-image: -moz-linear-gradient(top, #000, #000) !important; - background-color: #000 !important; - border: #aaa !important; -} - -.tfB0Bf input[type="submit"], .gbqfba { - color: #777 !important; -} - -.tfB0Bf input[type="submit"]:hover { - color: #aaa !important; -} - -#SIvCob { - color: white !important; -} - -.JheGif { - color: #3ea6ff !important; -} - -.WF4CUc, .o5GQac img { - color: rgb(192, 208, 219) !important; -} - -a:hover .JheGif, a:visited:hover .JheGif { - text-decoration: underline; -} - -a .zTpPx { - color: #fff !important; -} - -.QV3IV { - color: #777 !important; -} - -.wrsf { - color: #000 !important; -} - -.gb_4.gb_5.gb_re.gb_6c { - color: white !important; -} - -.v3jTId, .Cy9gW, .XxrEYe, .cJzOGc, .ep3ODe .V2Zq0e, .esuhec, .PVsnzc, .fUflyc, .jleFbf { - color: #cacbcc !important; -} - -.VJwspe { - color: rgba(255, 255, 255, 0.54) !important; -} - -.k8XOCe { - background-color: black !important; -} - -#foot .AaVjTc .YyVfkd { - color: rgba(255, 255, 255, 0.87) !important; -} - -.BfIAp { - fill: rgba(255, 255, 255, 0.38) !important; -} - -.BfIAp:hover { - fill: rgba(255, 255, 255, 0.54) !important; - border: 1px solid rgba(255, 255 ,255 ,.54) !important; -} - -.zCubwf { - color: #c4c4c4 !important; -} - -.ayRjaf { - color: #a4a4a4 !important; -} - -.pMhGee.Co68jc.j0vryd { - color: white !important; -} - -.bKLZtb, .yNBDrc { - color: rgba(255, 255, 255, 0.87) !important; -} - -.Pj4BN { - background-color: black !important; -} - -.xo4F1c, .gspHze { - color: rgba(255, 255, 255, 0.54) !important -} - -.aCOpRe { - color: grey !important; -} - -.f3LoEf { - color: grey !important; -} - -.gb_l .gb_qb, .tKfMXd, .eLpAgf { - color: #aaa !important; -} - -/* People also search for search symbol */ -.aXBZVd { - background-color: #121212 !important; - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,.54)' d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") !important; -} - -.GmE3X { - color: #eee !important; -} - -.iJddsb { - fill: #aaa !important; -} - -.I6TXqe { - background: #121212 !important; -} - -.ep3ODe .lgJJud { - background-color: #121212 !important; -} - -.MXl0lf { - background-color: black !important; -} - -.MXl0lf:hover { - background-color: #111111 !important; -} - -.MGqjK { - background-color: #121212 !important; -} - -.kKVYgd { -color: #3ea6ff !important; -} - -.qpmo9c, .BcZE6d, .xVXTVe, .EHQHR { - color: #aaa !important; -} - -.c07z9 { - color: #ccc !important; -} -.I12kpe.W63P1e.hide-focus-ring, .I12kpe.Uz0SZd.hide-focus-ring { - filter: invert() -} - -.labDHc, .P1j5kb, .SnLWtb, .rDMtnd { - color: #dfdfdf !important; -} - -.u2sJ0e.AvEv1e, .WCKaKb { - background-color: black !important; -} - -.AvEv1e { - border: 1px solid rgba(255, 255, 255, 0.12) !important; -} - -.BT8SYd { - color: #dfdfdf !important; -} - -.WGYX8 { - background: black !important; - color: #dfdfdf !important; -} - -.dVcUje, .TVJLWe { - color: #dfdfdf !important; -} - -.az0qG, .Ee0wSe, .o8x72c, .wrsf { - color: #fff !important; -} - -.IGEbUc { - filter: invert(); -} - -.fQ02Rb.eDzgme { - color: #dfdfdf !important; -} - -.or5xAf.mfMhoc, .zTTIC, #VKBLnf { - color: #aaa !important; -} - -.ITNV1 { - background-color: rgba(255, 255, 255, 0.26) !important; -} - -.rBrJud { - box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14),0 3px 1px -2px rgba(255, 255, 255, 0.2),0 1px 5px 0 rgba(255, 255, 255, 0.12) !important; -} - -.mfMhoc, .gb_rb { - color: #dfdfdf !important; -} - -.gb_4b { - color: #fff !important; -} - -.ZFAGbf { - filter: invert(); -} - -.RvYhPd, .yg51vc, .Xeztj, .Nxb87 { - background-color: #121212 !important; -} - -.footerInner { - border-color: black !important; - background-color: #121212 !important; -} - -.TcXXXb { - color: rgba(255, 255, 255, 0.54) !important; -} - -.a9v0ne { - color: #aaa !important; -} diff --git a/suckless/dwm/keybind.h b/suckless/dwm/keybind.h index fb53afb2..d9f1a8f5 100644 --- a/suckless/dwm/keybind.h +++ b/suckless/dwm/keybind.h @@ -11,7 +11,7 @@ /* helper for spawning shell commands in the pre dwm-5.0 fashion */ #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } static char dmenumon[2] = "0"; -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-z", "1900", "-x", "10", "-y", "10"}; +static const char *dmenucmd[] = { "/home/yigit/.scripts/dmenu_run_history", "-m", dmenumon, "-z", "1900", "-x", "10", "-y", "10"}; static const char *termcmd[] = { "/usr/local/bin/st", NULL }; static const char *upvol[] = { "/home/yigit/.scripts/pacontrol.sh", "up", NULL }; static const char *downvol[] = { "/home/yigit/.scripts/pacontrol.sh", "down", NULL }; @@ -73,9 +73,9 @@ static Key keys[] = { { MODKEY|Mod1Mask, XK_f, setlayout, {.v = &layouts[1]} }, /*Spiral*/ { MODKEY|Mod1Mask, XK_g, setlayout, {.v = &layouts[2]} }, /*Grid*/ { MODKEY|Mod1Mask, XK_c, setlayout, {.v = &layouts[3]} }, /*center*/ - { MODKEY|Mod1Mask, XK_d, setlayout, {.v = &layouts[4]} }, /*monocle*/ + { MODKEY|Mod1Mask, XK_space, setlayout, {.v = &layouts[4]} }, /*Center floating*/ { MODKEY|Mod1Mask, XK_m, setlayout, {.v = &layouts[5]} }, /*monocle*/ - { MODKEY|Mod1Mask, XK_m, setlayout, {.v = &layouts[6]} }, /*Deck*/ + { MODKEY|Mod1Mask, XK_d, setlayout, {.v = &layouts[6]} }, /*Deck*/ { MODKEY|ShiftMask, XK_space, togglefloating, {0} }, /* [>float<] */ { MODKEY, XK_f, togglefullscreen, {0} }, /*[>Fullscreen<] */ { MODKEY|Mod1Mask, XK_comma, cyclelayout, {.i = -1 } }, /*Ciclar layouts*/ diff --git a/suckless/dwmblocks/config.h b/suckless/dwmblocks/config.h index 75de6c36..d26055b3 100644 --- a/suckless/dwmblocks/config.h +++ b/suckless/dwmblocks/config.h @@ -3,13 +3,14 @@ static Block blocks[] = { + { "", PATH("clipboard"), 30, 18}, { "", PATH("cpu-temp"), 30, 17}, { "", PATH("weather"), 60, 16}, { "", PATH("arch"), 120, 15}, { "", PATH("volume"), 120, 14}, { "", PATH("network"), 120, 13}, { "", PATH("battery"), 60, 12}, - { "", PATH("time"), 30, 11}, +// { "", PATH("time"), 30, 11}, }; //Sets delimiter between status commands. NULL character ('\0') means no delimiter. diff --git a/suckless/tabbed/config.h b/suckless/tabbed/config.h index d70f3fd9..54b9c9c3 100644 --- a/suckless/tabbed/config.h +++ b/suckless/tabbed/config.h @@ -4,8 +4,8 @@ static const char font[] = "CaskaydiaCove Nerd Font Mono:size=10"; static const char* normbgcolor = "#0f111a"; static const char* normfgcolor = "#e5e9f0"; -static const char* selbgcolor = "#4c566a"; -static const char* selfgcolor = "#0f111a"; +static const char* selbgcolor = "#e5e9f0"; +static const char* selfgcolor = "#00010a"; static const char* urgbgcolor = "#bf616a"; static const char* urgfgcolor = "#0f111a"; static const char before[] = "<";