asdf
This commit is contained in:
parent
7bd34cb611
commit
532b2e6e8b
@ -13,8 +13,7 @@ tiling_drag modifier
|
|||||||
#exec base
|
#exec base
|
||||||
bindsym $mod+Return exec kitty
|
bindsym $mod+Return exec kitty
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
bindsym $mod+d exec --no-startup-id ~/.config/rofi/retro_launcher.sh
|
bindsym $mod+d exec --no-startup-id rofi -show drun -p "╔═[ SELECT PROGRAM ]═╗"
|
||||||
bindsym $mod+p exec "eww open powermenu"
|
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+j focus left
|
bindsym $mod+j focus left
|
||||||
|
|||||||
22
i3/i3lock-color
Normal file
22
i3/i3lock-color
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
i3lock \
|
||||||
|
--inside-color=1f2430ff \
|
||||||
|
--ring-color=73d0ffff \
|
||||||
|
--line-color=00000000 \
|
||||||
|
--separator-color=00000000 \
|
||||||
|
--verif-color=b8cc52ff \
|
||||||
|
--wrong-color=ff3333ff \
|
||||||
|
--time-color=e6e1cfff \
|
||||||
|
--date-color=95e6cbff \
|
||||||
|
--layout-color=95e6cbff \
|
||||||
|
--keyhl-color=ffc44cff \
|
||||||
|
--bshl-color=ff3333ff \
|
||||||
|
--insidever-color=1f2430ff \
|
||||||
|
--insidewrong-color=1f2430ff \
|
||||||
|
--ringver-color=b8cc52ff \
|
||||||
|
--ringwrong-color=ff3333ff \
|
||||||
|
--indicator \
|
||||||
|
--radius=100 \
|
||||||
|
--time-font="Iosevka SS14" \
|
||||||
|
--date-font="Iosevka SS14" \
|
||||||
|
--time-size=24 \
|
||||||
|
--date-size=14
|
||||||
46
polybar/config
Normal file
46
polybar/config
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
[colors]
|
||||||
|
background = #0f1419
|
||||||
|
foreground = #e6e1cf
|
||||||
|
primary = #73d0ff
|
||||||
|
secondary = #b8cc52
|
||||||
|
alert = #ff3333
|
||||||
|
highlight = #ffb454
|
||||||
|
|
||||||
|
[bar/ayu]
|
||||||
|
background = ${colors.background}
|
||||||
|
foreground = ${colors.foreground}
|
||||||
|
font-0 = "Iosevka SS14:size=12;2"
|
||||||
|
modules-left = i3
|
||||||
|
modules-center = clock
|
||||||
|
modules-right = battery network volume
|
||||||
|
separator = " | "
|
||||||
|
fixed-center = true
|
||||||
|
|
||||||
|
[module/clock]
|
||||||
|
type = internal/date
|
||||||
|
date = %a %d %b
|
||||||
|
time = %H:%M
|
||||||
|
format-prefix =
|
||||||
|
format-underline = ${colors.primary}
|
||||||
|
|
||||||
|
[module/network]
|
||||||
|
type = internal/network
|
||||||
|
interface = wlan0
|
||||||
|
format-connected = %essid%
|
||||||
|
format-disconnected = 睊
|
||||||
|
format-underline = ${colors.secondary}
|
||||||
|
|
||||||
|
[module/battery]
|
||||||
|
type = internal/battery
|
||||||
|
battery = BAT0
|
||||||
|
adapter = AC
|
||||||
|
format-charging = %percentage%%
|
||||||
|
format-discharging = %percentage%%
|
||||||
|
format-full = %percentage%%
|
||||||
|
format-underline = ${colors.secondary}
|
||||||
|
|
||||||
|
[module/volume]
|
||||||
|
type = internal/volume
|
||||||
|
format-volume = 墳 %percentage%%
|
||||||
|
format-muted = 婢 muted
|
||||||
|
format-underline = ${colors.primary}
|
||||||
@ -1,162 +0,0 @@
|
|||||||
/* global settings and color variables */
|
|
||||||
* {
|
|
||||||
blue: #73d0ff;
|
|
||||||
darkblue: #B48EAD;
|
|
||||||
cyan: #95e6cb;
|
|
||||||
lightcyan: #B48EAD;
|
|
||||||
green: #bae67e;
|
|
||||||
red: #ff3333;
|
|
||||||
|
|
||||||
dark1: #0a0e14;
|
|
||||||
dark2: #1f2430;
|
|
||||||
dark3: #b3b1ad;
|
|
||||||
dark4: #b3b1ad;
|
|
||||||
|
|
||||||
light1: #e6e1cf;
|
|
||||||
|
|
||||||
background-color: @dark1;
|
|
||||||
border-color: @dark2;
|
|
||||||
text-color: @dark3;
|
|
||||||
dark-text-color: @dark4;
|
|
||||||
main-color: @blue;
|
|
||||||
highlight: @light1;
|
|
||||||
urgent-color: @red;
|
|
||||||
selected-color: @lightcyan;
|
|
||||||
}
|
|
||||||
|
|
||||||
window {
|
|
||||||
background-color: @background-color;
|
|
||||||
width: 33%;
|
|
||||||
padding: 10px;
|
|
||||||
fullscreen: false;
|
|
||||||
border: 2px;
|
|
||||||
border-radius: 0px;
|
|
||||||
border-color: @border-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
mainbox {
|
|
||||||
background-color: @background-color;
|
|
||||||
spacing:0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
message {
|
|
||||||
padding: 6px 10px;
|
|
||||||
background-color: @background-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
textbox {
|
|
||||||
text-color: @text-color;
|
|
||||||
background-color:@background-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
listview {
|
|
||||||
fixed-height: true;
|
|
||||||
dynamic: true;
|
|
||||||
scrollbar: false;
|
|
||||||
spacing: 0px;
|
|
||||||
padding: 1px 0px 0px 0px;
|
|
||||||
margin: 0px 0px 1px 0px;
|
|
||||||
background: @background-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
element {
|
|
||||||
padding: 4px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
element normal.normal {
|
|
||||||
padding: 0px 15px;
|
|
||||||
background-color: @background-color;
|
|
||||||
text-color: @dark-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
element normal.urgent {
|
|
||||||
background-color: @background-color;
|
|
||||||
text-color: @urgent-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
element normal.active {
|
|
||||||
background-color: @background-color;
|
|
||||||
text-color: @main-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
element selected.normal {
|
|
||||||
background-color: @border-color;
|
|
||||||
text-color: @selected-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
element selected.urgent {
|
|
||||||
background-color: @urgent-color;
|
|
||||||
text-color: @background-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
element selected.active {
|
|
||||||
background-color: @border-color;
|
|
||||||
text-color: @green;
|
|
||||||
}
|
|
||||||
|
|
||||||
element alternate.normal {
|
|
||||||
background-color: @background-color;
|
|
||||||
text-color: @dark-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
element alternate.urgent {
|
|
||||||
background-color: @background-color;
|
|
||||||
text-color: @urgent-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
element alternate.active {
|
|
||||||
background-color: @background-color;
|
|
||||||
text-color: @main-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
scrollbar {
|
|
||||||
background-color: @background-color;
|
|
||||||
handle-color: @background-color;
|
|
||||||
handle-width: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
mode-switcher {
|
|
||||||
background-color: @background-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
|
||||||
background-color: @background-color;
|
|
||||||
text-color: @text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
button selected {
|
|
||||||
text-color: @main-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
inputbar {
|
|
||||||
background-color: @background-color;
|
|
||||||
spacing: 0px;
|
|
||||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
|
||||||
}
|
|
||||||
|
|
||||||
prompt {
|
|
||||||
padding:0px 10px;
|
|
||||||
background-color: @background-color;
|
|
||||||
text-color: @highlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
entry {
|
|
||||||
padding:0px 6px;
|
|
||||||
background-color:@background-color;
|
|
||||||
text-color:@light1;
|
|
||||||
}
|
|
||||||
|
|
||||||
case-indicator {
|
|
||||||
padding:6px 10px;
|
|
||||||
text-color:@main-color;
|
|
||||||
background-color:@background-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
#textbox-prompt-colon {
|
|
||||||
padding:0px 0px;
|
|
||||||
expand: false;
|
|
||||||
str: ":";
|
|
||||||
margin: 0px 0.3em 0em 0em ;
|
|
||||||
text-color: @highlight;
|
|
||||||
background-color:@background-color;
|
|
||||||
}
|
|
||||||
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
//@theme "~/.config/rofi/ayu-retro.rasi"
|
@theme "ayu-retro"
|
||||||
|
|
||||||
configuration {
|
configuration {
|
||||||
font: "Iosevka SS14 12";
|
font: "Iosevka SS14 12";
|
||||||
|
|||||||
@ -1,15 +1,14 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
options="Shutdown\nReboot\nLock\nLogout\nCancel"
|
options="Lock\nLogout\nShutdown\nReboot\nCancel"
|
||||||
chosen=$(echo -e "$options" | rofi -dmenu \
|
chosen=$(echo -e "$options" | rofi -dmenu \
|
||||||
-theme ~/.config/rofi/ayu-retro.rasi \
|
|
||||||
-p "╔═[ POWER MENU ]═╗" \
|
-p "╔═[ POWER MENU ]═╗" \
|
||||||
-lines 5)
|
-lines 5)
|
||||||
|
|
||||||
case "$chosen" in
|
case "$chosen" in
|
||||||
*Shutdown) systemctl poweroff ;;
|
|
||||||
*Reboot) systemctl reboot ;;
|
|
||||||
*Lock) i3lock -c 000000 ;;
|
*Lock) i3lock -c 000000 ;;
|
||||||
*Logout) i3-msg exit ;;
|
*Logout) i3-msg exit ;;
|
||||||
|
*Shutdown) systemctl poweroff ;;
|
||||||
|
*Reboot) systemctl reboot ;;
|
||||||
*Cancel) exit 0 ;;
|
*Cancel) exit 0 ;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@ -16,4 +16,4 @@ kitty --class BootSplash -e bash -c "
|
|||||||
tput sgr0
|
tput sgr0
|
||||||
" &
|
" &
|
||||||
sleep 1
|
sleep 1
|
||||||
rofi -show drun -theme ~/.config/rofi/ayu-retro.rasi -p "╔═[ SELECT PROGRAM ]═╗"
|
rofi -show drun -p "╔═[ SELECT PROGRAM ]═╗"
|
||||||
|
|||||||
@ -1,110 +1,118 @@
|
|||||||
/**
|
/**
|
||||||
* ROFI Color theme
|
* ROFI Color theme
|
||||||
* User: Qball
|
* User: Fatmeat
|
||||||
* Copyright: Dave Davenport
|
* Copyright: SleepeeSoftware
|
||||||
*/
|
*/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
text-color: #ffeedd;
|
text-color: #e6e1cf;
|
||||||
background-color: rgba(0,0,0,0);
|
background-color: rgba(0,0,0,0);
|
||||||
dark: #1c1c1c;
|
|
||||||
// Black
|
dark: #0f1419;
|
||||||
black: #3d352a;
|
black: #1f2430;
|
||||||
lightblack: #554444;
|
lightblack: #3a3f4b;
|
||||||
//
|
|
||||||
// Red
|
red: #ff3333;
|
||||||
red: #cd5c5c;
|
lightred: #ff5050;
|
||||||
lightred: #cc5533;
|
|
||||||
//
|
green: #b8cc52;
|
||||||
// Green
|
lightgreen: #c2d94c;
|
||||||
green: #86af80;
|
|
||||||
lightgreen: #88cc22;
|
yellow: #ffc44c;
|
||||||
//
|
lightyellow: #ffb454;
|
||||||
// Yellow
|
|
||||||
yellow: #e8ae5b;
|
blue: #59c2ff;
|
||||||
lightyellow: #ffa75d;
|
lightblue: #73d0ff;
|
||||||
//
|
|
||||||
// Blue
|
magenta: #d4bfff;
|
||||||
blue: #6495ed;
|
lightmagenta: #c792ea;
|
||||||
lightblue: #87ceeb;
|
|
||||||
//
|
cyan: #95e6cb;
|
||||||
// Magenta
|
lightcyan: #aad6ff;
|
||||||
magenta: #deb887;
|
|
||||||
lightmagenta: #996600;
|
white: #e6e1cf;
|
||||||
//
|
lightwhite: #ffffff;
|
||||||
// Cyan
|
|
||||||
cyan: #b0c4de;
|
highlight: bold #ffffff;
|
||||||
lightcyan: #b0c4de;
|
|
||||||
//
|
|
||||||
// White
|
|
||||||
white: #bbaa99;
|
|
||||||
lightwhite: #ddccbb;
|
|
||||||
//
|
|
||||||
// Bold, Italic, Underline
|
|
||||||
highlight: bold #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
height: 100%;
|
height: 10em;
|
||||||
width: 30em;
|
width: 30em;
|
||||||
location: west;
|
location: north;
|
||||||
anchor: west;
|
anchor: north;
|
||||||
border: 0px 2px 0px 0px;
|
border: 0px 2px 0px 0px;
|
||||||
text-color: @lightwhite;
|
text-color: ;
|
||||||
}
|
}
|
||||||
|
|
||||||
mode-switcher {
|
mode-switcher {
|
||||||
border: 2px 0px 0px 0px;
|
border: 2px 0px 0px 0px;
|
||||||
background-color: @lightblack;
|
background-color: @lightblack;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button selected {
|
button selected {
|
||||||
border-color: @lightgreen;
|
border-color: @lightgreen;
|
||||||
text-color: @lightgreen;
|
text-color: @lightgreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
inputbar {
|
inputbar {
|
||||||
background-color: @lightblack;
|
background-color: @lightblack;
|
||||||
text-color: @lightgreen;
|
text-color: @lightgreen;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border: 0px 0px 2px 0px;
|
border: 0px 0px 2px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
expand: true;
|
expand: true;
|
||||||
background-color: #1c1c1cee;
|
background-color: #1c1c1cee;
|
||||||
spacing: 1em;
|
spacing: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
padding: 0em 0.4em 0em 1em;
|
padding: 0em 0.4em 0em 1em;
|
||||||
dynamic: false;
|
dynamic: false;
|
||||||
lines: 0;
|
lines: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
element-text {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected normal {
|
element selected normal {
|
||||||
background-color: @blue;
|
background-color: @blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal active {
|
element normal active {
|
||||||
text-color: @lightblue;
|
text-color: @lightblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal urgent {
|
element normal urgent {
|
||||||
text-color: @lightred;
|
text-color: @lightred;
|
||||||
}
|
}
|
||||||
|
|
||||||
element alternate normal {
|
element alternate normal {
|
||||||
}
|
}
|
||||||
|
|
||||||
element alternate active {
|
element alternate active {
|
||||||
text-color: @lightblue;
|
text-color: @lightblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
element alternate urgent {
|
element alternate urgent {
|
||||||
text-color: @lightred;
|
text-color: @lightred;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected active {
|
element selected active {
|
||||||
background-color: @lightblue;
|
background-color: @lightblue;
|
||||||
text-color: @dark;
|
text-color: @dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected urgent {
|
element selected urgent {
|
||||||
background-color: @lightred;
|
background-color: @lightred;
|
||||||
text-color: @dark;
|
text-color: @dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
error-message {
|
error-message {
|
||||||
expand: true;
|
expand: true;
|
||||||
background-color: red;
|
background-color: red;
|
||||||
Loading…
x
Reference in New Issue
Block a user