Change theme, add startpage
This commit is contained in:
parent
2c0cb2012a
commit
89584e2e9c
6
.bashrc
6
.bashrc
@ -11,10 +11,14 @@
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias ll='ls -l --color=auto'
|
||||
|
||||
alias ncmpcpp='ncmpcpp -b ~/.config/ncmpcpp/bindings'
|
||||
|
||||
alias nv='nvim'
|
||||
alias lv='lvim'
|
||||
|
||||
alias lg='lazygit'
|
||||
|
||||
# --- #
|
||||
# env #
|
||||
@ -28,7 +32,7 @@ export EDITOR="$VISUAL"
|
||||
# ------- #
|
||||
|
||||
# restore color scheme
|
||||
(cat ~/.cache/wal/sequences &)
|
||||
# (cat ~/.cache/wal/sequences &)
|
||||
|
||||
# display system info on startup
|
||||
pfetch
|
||||
|
BIN
.config/firefox/startpages/everforest-dark/images/01.jpg
Normal file
BIN
.config/firefox/startpages/everforest-dark/images/01.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
72
.config/firefox/startpages/everforest-dark/index.html
Normal file
72
.config/firefox/startpages/everforest-dark/index.html
Normal file
@ -0,0 +1,72 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>New Tab</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<script src="https://kit.fontawesome.com/50ca4bca32.js" crossorigin="anonymous"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="image">
|
||||
<img alt="fem" src="images/01.jpg">
|
||||
</div>
|
||||
<nav>
|
||||
<h1>Welcome back!</h1>
|
||||
<ul>
|
||||
<l1 class="title">
|
||||
<i class="fa-solid fa-terminal"></i>
|
||||
utils
|
||||
</l1>
|
||||
<li><a href="https://mail.google.com/">gmail</a></li>
|
||||
<li><a href="https://account.proton.me/login?language=en&product=mail">protonmail</a></li>
|
||||
<li><a href="https://github.com/login">github</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<l3 class="title">
|
||||
<i class="fa-solid fa-rocket"></i>
|
||||
server
|
||||
</l3>
|
||||
<li><a href="http://100.111.0.126:8096">jellyfin</a></li>
|
||||
<li><a href="http://100.111.0.126:2283">immich</a></li>
|
||||
<li><a href="http://100.111.0.126:9191">freshrss</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<l4 class-"title">
|
||||
<i class="fa-solid fa-bars-progress"></i>
|
||||
*arr
|
||||
</l4>
|
||||
<li><a href="http://100.111.0.126:7878">radarr</a></li>
|
||||
<li><a href="http://100.111.0.126:8989">sonarr</a></li>
|
||||
<li><a href="http://100.111.0.126:8686">lidarr</a></li>
|
||||
<li><a href="http://100.111.0.126:7878">bazarr</a></li>
|
||||
<li><a href="http://100.111.0.126:9696">prowlarr</a></li>
|
||||
<li><a href="http://100.111.0.126:6767">bazarr</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<l2 class-"title">
|
||||
<i class="fa-solid fa-circle-down"></i>
|
||||
downloads
|
||||
</l2>
|
||||
<li><a href="http://100.111.0.126:8080">qbittorrent</a></li>
|
||||
<li><a href="http://100.111.0.126:6595">deemix</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<l5 class-"title">
|
||||
<i class="fa-solid fa-server"></i>
|
||||
system
|
||||
</l5>
|
||||
<li><a href="http://100.111.0.126">adguard</a></li>
|
||||
<li><a href="http://100.111.0.126:9999">dozzle</a></li>
|
||||
<li><a href="http://100.111.0.126:8181">scrutiny</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<l6 class="title">
|
||||
<i class="fa-solid fa-book"></i>
|
||||
read
|
||||
</l6>
|
||||
<li><a href="https://annas-archive.org/">anna's archive</a></li>
|
||||
<li><a href="https://libgen.is/">libgen</a></li>
|
||||
<li><a href="https://wikipedia.org/">wikipedia</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
126
.config/firefox/startpages/everforest-dark/style.css
Normal file
126
.config/firefox/startpages/everforest-dark/style.css
Normal file
@ -0,0 +1,126 @@
|
||||
html {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
color: #fdf6e3;
|
||||
background: #2d353b;
|
||||
font-family: 'JetBrainsMonoNL Nerd Font';
|
||||
margin-right: 9em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 660px;
|
||||
width: 440px;
|
||||
margin-right: 2em;
|
||||
margin-left: 2em;
|
||||
border-radius: 12px;
|
||||
border: 1px solid rgba(30, 35, 38, 1.0);
|
||||
box-shadow: 0 4px 8px 0 rgba(30, 35, 38, 0.2), 0 6px 20px 0 rgba(30, 35, 38, 0.19);
|
||||
}
|
||||
|
||||
nav {
|
||||
display: grid;
|
||||
grid-row-gap: 2em;
|
||||
grid-column-gap: 3em;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
min-width: 28em;
|
||||
grid-auto-rows: max-content;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.2em;
|
||||
font-family: JetBrainsMonoNL Nerd Font;
|
||||
color:#fbf1c7;
|
||||
font-weight: 600;
|
||||
grid-column: 1/-1;
|
||||
text-align: center;
|
||||
margin-bottom:0.2em;
|
||||
margin-top:2.4em;
|
||||
}
|
||||
|
||||
ul {
|
||||
font-size: 1.1em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
li {
|
||||
line-height: 1.4em;
|
||||
margin-left: 4.8em;
|
||||
}
|
||||
|
||||
l1:first-child {
|
||||
display: inline-block;
|
||||
color: #e67e80;
|
||||
font-size: 1.5em;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
line-height: 2em;
|
||||
margin-left: 3.2em;
|
||||
}
|
||||
l2:first-child {
|
||||
display: inline-block;
|
||||
color: #a7c080;
|
||||
font-size: 1.5em;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
line-height: 2em;
|
||||
margin-left: 3.2em;
|
||||
}
|
||||
l3:first-child {
|
||||
display: inline-block;
|
||||
color: #dbbc7f;
|
||||
font-size: 1.5em;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
line-height: 2em;
|
||||
margin-left: 3.2em;
|
||||
}
|
||||
l4:first-child {
|
||||
display: inline-block;
|
||||
color: #7fbbb3;
|
||||
font-size: 1.5em;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
line-height: 2em;
|
||||
margin-left: 3.2em;
|
||||
}
|
||||
l5:first-child {
|
||||
display: inline-block;
|
||||
color: #d699b6;
|
||||
font-size: 1.5em;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
line-height: 2em;
|
||||
margin-left: 3.2em;
|
||||
}
|
||||
l6:first-child {
|
||||
display: inline-block;
|
||||
color: #83c092;
|
||||
font-size: 1.5em;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
line-height: 2em;
|
||||
margin-left: 3.2em;
|
||||
}
|
||||
a {
|
||||
color: #e0dcc7;
|
||||
font-size: 1.1em;
|
||||
font-family: JetBrainsMonoNL Nerd Font;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #d3c6aa;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
# vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
include ~/.cache/wal/colors-kitty.conf
|
||||
|
||||
#: Fonts {{{
|
||||
|
||||
#: kitty has very powerful font management. You can configure
|
||||
@ -1099,8 +1097,7 @@ tab_title_max_length 50
|
||||
# inactive_tab_font_style normal
|
||||
|
||||
#: Tab bar colors and styles.
|
||||
|
||||
tab_bar_background #333
|
||||
# tab_bar_background #333
|
||||
|
||||
#: Background color for the tab bar. Defaults to using the terminal
|
||||
#: background color.
|
||||
@ -2453,3 +2450,9 @@ shell_integration enabled
|
||||
#: }}}
|
||||
|
||||
#: }}}
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Everforest Dark Hard
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
@ -137,7 +137,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||
opacity-rule = [
|
||||
"98:class_g = 'kitty' && focused",
|
||||
"90:class_g = 'kitty' && !focused",
|
||||
"95:class_g = 'firefox' && !focused"
|
||||
"98:class_g = 'firefox' && !focused"
|
||||
]
|
||||
|
||||
|
||||
|
57
.config/rofi/config.rasi
Normal file
57
.config/rofi/config.rasi
Normal file
@ -0,0 +1,57 @@
|
||||
/* Dark theme. */
|
||||
// @import "~/.cache/wal/colors-rofi-dark"
|
||||
|
||||
/* Light theme. */
|
||||
// @import "~/.cache/wal/colors-rofi-light"
|
||||
|
||||
@import "squared-everforest"
|
||||
|
||||
* {
|
||||
font: "JetBrainsMonoNL Nerd Font Medium 12";
|
||||
|
||||
/* margin: 0;
|
||||
padding: 0;
|
||||
spacing: 0; */
|
||||
}
|
||||
|
||||
window {
|
||||
/*
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
spacing: 0;
|
||||
location: center;
|
||||
width: 720;
|
||||
|
||||
border: 2px;
|
||||
border-color: @selected-active-background;
|
||||
*/
|
||||
}
|
||||
/*
|
||||
inputbar {
|
||||
spacing: 8px;
|
||||
padding: 8px;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
prompt, entry, element-icon, element-text {
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
listview {
|
||||
padding: 4px 0;
|
||||
lines: 8;
|
||||
columns: 1;
|
||||
|
||||
fixed-height: false;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8px;
|
||||
spacing: 8px;
|
||||
}
|
||||
|
||||
#element.selected.normal {
|
||||
text-color: @background;
|
||||
}
|
||||
*/
|
||||
@theme "/home/april/.config/rofi/themes/squared-everforest.rasi"
|
95
.config/rofi/themes/squared-everforest.rasi
Normal file
95
.config/rofi/themes/squared-everforest.rasi
Normal file
@ -0,0 +1,95 @@
|
||||
/*******************************************************************************
|
||||
* ROFI SQUARED THEME USING THE EVERFOREST PALETTE
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
font: "JetBrainsMonoNL Nerd Font Medium 12";
|
||||
|
||||
bg0: #2B3339;
|
||||
bg1: #323D43;
|
||||
fg0: #D3C6AA;
|
||||
|
||||
accent-color: #A7C080;
|
||||
urgent-color: #DBBC7F;
|
||||
|
||||
background-color: transparent;
|
||||
text-color: @fg0;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
window {
|
||||
location: center;
|
||||
width: 720;
|
||||
|
||||
background-color: @bg0;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
spacing: 8px;
|
||||
padding: 8px;
|
||||
|
||||
background-color: @bg1;
|
||||
}
|
||||
|
||||
prompt, entry, element-icon, element-text {
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: 8px;
|
||||
background-color: @bg1;
|
||||
}
|
||||
|
||||
listview {
|
||||
padding: 4px 0;
|
||||
lines: 8;
|
||||
columns: 1;
|
||||
|
||||
fixed-height: false;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8px;
|
||||
spacing: 8px;
|
||||
}
|
||||
|
||||
element normal normal {
|
||||
text-color: @fg0;
|
||||
}
|
||||
|
||||
element normal urgent {
|
||||
text-color: @urgent-color;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected {
|
||||
text-color: @bg0;
|
||||
}
|
||||
|
||||
element selected normal, element selected active {
|
||||
background-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected urgent {
|
||||
background-color: @urgent-color;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 0.8em;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
2
.xinitrc
2
.xinitrc
@ -7,7 +7,7 @@ exec /home/april/.screenlayout/samsung_aoc.sh
|
||||
xsetroot -cursor_name left_ptr
|
||||
|
||||
# restore color scheme
|
||||
pywal -n -R
|
||||
# pywal -n -R
|
||||
|
||||
# set wallpaper
|
||||
xwallpaper --zoom ~/wallpapers/autumn-river.png
|
||||
|
@ -14,7 +14,13 @@ here are the dotfiles and some of the programs i use for my bspwm setup. wip.
|
||||
- bar: [lemonbar](https://github.com/LemonBoy/bar)
|
||||
- notifications: [dunst](https://github.com/dunst-project/dunst)
|
||||
- fonts: [jetbrains mono](https://github.com/JetBrains/JetBrainsMono)
|
||||
- color scheme: [pywal](https://github.com/dylanaraps/pywal)
|
||||
- color scheme: [everforest](https://github.com/dylanaraps/pywal)
|
||||
- [gtk](https://github.com/Fausto-Korpsvart/Everforest-GTK-Theme)
|
||||
- [icons](https://www.pling.com/p/1695476/)
|
||||
- [rofi](https://github.com/newmanls/rofi-themes-collection)
|
||||
- [neovim](https://github.com/neanias/everforest-nvim)
|
||||
- [firefox](https://addons.mozilla.org/en-US/firefox/addon/everforest_theme/)
|
||||
- [duckduckgo](https://github.com/temefleet/everforest-theme-duckduckgo)
|
||||
|
||||
### ⌨️ terminal
|
||||
- shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user