I got a little crazy here. a lot of laptop poop
This commit is contained in:
parent
263d10c080
commit
fab3b36dec
47 changed files with 3726 additions and 189 deletions
|
@ -3,21 +3,16 @@
|
|||
|
||||
|
||||
configuration {
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
terminal: "alacritty";
|
||||
sidebar-mode: true;
|
||||
run-command: "fish -c {cmd}";
|
||||
run-list-command: "fish -c functions";
|
||||
display-drun: " ";
|
||||
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>] - {exec}";
|
||||
threads: 0;
|
||||
scroll-method: 0;
|
||||
disable-history: false;
|
||||
fullscreen: false;
|
||||
hide-scrollbar: true;
|
||||
columns: 2;
|
||||
font: "VictorMono Nerd Font 14.0";
|
||||
icon-theme: "Papirus";
|
||||
terminal: "alacritty";
|
||||
sidebar-mode: true;
|
||||
run-command: "bash -c {cmd}";
|
||||
run-list-command: "fish -c functions";
|
||||
display-drun: " ";
|
||||
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>] - {exec}";
|
||||
threads: 0;
|
||||
scroll-method: 0;
|
||||
disable-history: false;
|
||||
}
|
||||
|
||||
* {
|
||||
|
@ -44,7 +39,7 @@ configuration {
|
|||
base0D: #57c7ff;
|
||||
base0E: #ff6ac1;
|
||||
base0F: #b2643c;
|
||||
base00t: #282a36AA;
|
||||
base00t: #282a3655;
|
||||
background-alt: @base02;
|
||||
}
|
||||
|
||||
|
@ -52,7 +47,7 @@ window {
|
|||
background-color: @base00t;
|
||||
text-color: @base05;
|
||||
transparency: "real";
|
||||
border-radius: 0;
|
||||
border-radius: 16px;
|
||||
border: 0px;
|
||||
width: 60%;
|
||||
location: center;
|
||||
|
@ -81,11 +76,11 @@ inputbar {
|
|||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 0px 6px 0px 5px;
|
||||
background-color: @transparent;
|
||||
text-color: @base05;
|
||||
border: 0px;
|
||||
enabled: true;
|
||||
padding: 0px 6px 0px 5px;
|
||||
background-color: @transparent;
|
||||
text-color: @base05;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
entry {
|
||||
|
@ -108,7 +103,7 @@ case-indicator {
|
|||
}
|
||||
|
||||
sidebar {
|
||||
border: 2px 0 0;
|
||||
border: 2px 0 0;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
|
|
|
@ -44,13 +44,14 @@ configuration {
|
|||
base0D: #57c7ff;
|
||||
base0E: #ff6ac1;
|
||||
base0F: #b2643c;
|
||||
base00t: #282a36AA;
|
||||
base00t: #282a3644;
|
||||
background-alt: @base02;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @base00t;
|
||||
text-color: @base05;
|
||||
transparency: "real";
|
||||
border-radius: 0px;
|
||||
border: 0px;
|
||||
width: 60%;
|
||||
|
|
8
rofi/launchers-git/desktop-rbw.rasi
Normal file
8
rofi/launchers-git/desktop-rbw.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
/*-*- mode: css; -*-*/
|
||||
|
||||
|
||||
configuration {
|
||||
font: "VictorMono Nerd Font 14.0";
|
||||
show-icons: false;
|
||||
}
|
||||
@import "/home/chris/.config/rofi/config.rasi"
|
|
@ -1,15 +1,8 @@
|
|||
/*-*- mode: css; -*-*/
|
||||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
configuration {
|
||||
font: "VictorMono Nerd Font 14.0";
|
||||
show-icons: true;
|
||||
}
|
||||
@import "/home/chris/.config/rofi/launchers-git/blurry.rasi"
|
||||
@import "/home/chris/.config/rofi/config.rasi"
|
||||
|
|
8
rofi/launchers-git/laptop-rbw.rasi
Normal file
8
rofi/launchers-git/laptop-rbw.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
/*-*- mode: css; -*-*/
|
||||
|
||||
|
||||
configuration {
|
||||
font: "VictorMono Nerd Font 22.0";
|
||||
show-icons: false;
|
||||
}
|
||||
@import "/home/chris/.config/rofi/config.rasi"
|
|
@ -1,15 +1,8 @@
|
|||
/*-*- mode: css; -*-*/
|
||||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
configuration {
|
||||
font: "VictorMono Nerd Font 28.0";
|
||||
font: "VictorMono Nerd Font 22.0";
|
||||
show-icons: true;
|
||||
}
|
||||
@import "/home/chris/.config/rofi/launchers-git/blurry.rasi"
|
||||
@import "/home/chris/.config/rofi/config.rasi"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ $(hostname) = "syl" ]; then
|
||||
style="desktop"
|
||||
style="laptop"
|
||||
#echo "this is hidpi"
|
||||
else
|
||||
style="desktop"
|
||||
|
|
192
rofi/rofi.rasi
Normal file
192
rofi/rofi.rasi
Normal file
|
@ -0,0 +1,192 @@
|
|||
/*-*- mode: css; -*-*/
|
||||
/** Configured For Applets **/
|
||||
|
||||
|
||||
configuration {
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
terminal: "alacritty";
|
||||
sidebar-mode: true;
|
||||
run-command: "bash -c {cmd}";
|
||||
run-list-command: "fish -c functions";
|
||||
display-drun: " ";
|
||||
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>] - {exec}";
|
||||
threads: 0;
|
||||
scroll-method: 0;
|
||||
disable-history: false;
|
||||
font: "VictorMono Nerd Font 14.0";
|
||||
}
|
||||
|
||||
* {
|
||||
backgrounkd: #12121222;
|
||||
background-color: #00222b33;
|
||||
background-entry: #000000;
|
||||
foreground-selected: #ffffff;
|
||||
urgent: #E91E63;
|
||||
urgent-selected: #E91E63;
|
||||
transparent: #00000000;
|
||||
base00: #282a36;
|
||||
base01: #34353e;
|
||||
base02: #43454f;
|
||||
base03: #78787e;
|
||||
base04: #a5a5a9;
|
||||
base05: #e2e4e5;
|
||||
base06: #eff0eb;
|
||||
base07: #f1f1f0;
|
||||
base08: #ff5c57;
|
||||
base09: #ff9f43;
|
||||
base0A: #f3f99d;
|
||||
base0B: #5af78e;
|
||||
base0C: #9aedfe;
|
||||
base0D: #57c7ff;
|
||||
base0E: #ff6ac1;
|
||||
base0F: #b2643c;
|
||||
base00t: #282a3655;
|
||||
background-alt: @base02;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @base00t;
|
||||
text-color: @base05;
|
||||
transparency: "real";
|
||||
border-radius: 16px;
|
||||
border: 0px;
|
||||
width: 60%;
|
||||
location: center;
|
||||
anchor: center;
|
||||
x-offset: 0;
|
||||
y-offset: 0;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
border-radius: 16;
|
||||
background-color: @transparent;
|
||||
text-color: @base05;
|
||||
transparency: "real";
|
||||
}
|
||||
|
||||
inputbar {
|
||||
background-color: @transparent;
|
||||
text-color: @base05;
|
||||
expand: false;
|
||||
border-radius: 36px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 6px 6px 6px 6px;
|
||||
position: north;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 0px 6px 0px 5px;
|
||||
background-color: @transparent;
|
||||
text-color: @base05;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @transparent;
|
||||
placeholder-color: @base05;
|
||||
text-color: @base05;
|
||||
expand: true;
|
||||
horizontal-align: 0;
|
||||
placeholder: "Search";
|
||||
blink: true;
|
||||
border: 0px;
|
||||
padding: 0px 0px 0px 6px;
|
||||
}
|
||||
|
||||
case-indicator {
|
||||
background-color: @transparent;
|
||||
text-color: @base05;
|
||||
spacing: 0;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
sidebar {
|
||||
border: 2px 0 0;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @base00t;
|
||||
text-color: @transparent;
|
||||
children: [ inputbar, listview, message ];
|
||||
spacing: 5px;
|
||||
padding: 10px 10px 10px 10px;
|
||||
}
|
||||
|
||||
message {
|
||||
border: 0px 0 0;
|
||||
padding: 0px;
|
||||
background-color: @transparent;
|
||||
}
|
||||
|
||||
textbox {
|
||||
highlight: @base0B;
|
||||
text-color: @base0B;
|
||||
background-color: @transparent;
|
||||
padding: 10px 90px 10px 90px;
|
||||
}
|
||||
|
||||
listview {
|
||||
background-color: @transparent;
|
||||
columns: 2;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
lines: 10;
|
||||
scrollbar: false;
|
||||
border: 0px;
|
||||
fixed-height: false;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @transparent;
|
||||
text-color: @base05;
|
||||
orientation: horizontal;
|
||||
border-radius: 55px;
|
||||
padding: 5px 5px 5px 10px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 30px;
|
||||
border: 0px;
|
||||
padding: 0px 0px 0px;
|
||||
}
|
||||
|
||||
element-text {
|
||||
expand: true;
|
||||
background-color: @transparent;
|
||||
text-color: @base05;
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
element normal.urgent,
|
||||
element alternate.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @base08;
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
element normal.active,
|
||||
element alternate.active {
|
||||
background-color: @background-alt;
|
||||
text-color: @base0B;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @background-alt;
|
||||
text-color: @base0A;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @urgent-selected;
|
||||
text-color: @base08;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @background-alt;
|
||||
color: @base0A;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue