Change some more colors
This commit is contained in:
@@ -87,34 +87,34 @@ font:
|
||||
# x: 0
|
||||
# y: 0
|
||||
|
||||
# Colors (Ayu Dark)
|
||||
# Colors (Solarized Dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x0A0E14'
|
||||
foreground: '0xB3B1AD'
|
||||
background: '0x002b36'
|
||||
foreground: '0x839496'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x01060E'
|
||||
red: '0xEA6C73'
|
||||
green: '0x91B362'
|
||||
yellow: '0xF9AF4F'
|
||||
blue: '0x53BDFA'
|
||||
magenta: '0xFAE994'
|
||||
cyan: '0x90E1C6'
|
||||
white: '0xC7C7C7'
|
||||
black: '0x073642'
|
||||
red: '0xdc322f'
|
||||
green: '0x859900'
|
||||
yellow: '0xb58900'
|
||||
blue: '0x268bd2'
|
||||
magenta: '0xd33682'
|
||||
cyan: '0x2aa198'
|
||||
white: '0xeee8d5'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x686868'
|
||||
red: '0xF07178'
|
||||
green: '0xC2D94C'
|
||||
yellow: '0xFFB454'
|
||||
blue: '0x59C2FF'
|
||||
magenta: '0xFFEE99'
|
||||
cyan: '0x95E6CB'
|
||||
white: '0xFFFFFF'
|
||||
black: '0x002b36'
|
||||
red: '0xcb4b16'
|
||||
green: '0x586e75'
|
||||
yellow: '0x657b83'
|
||||
blue: '0x839496'
|
||||
magenta: '0x6c71c4'
|
||||
cyan: '0x93a1a1'
|
||||
white: '0xfdf6e3'
|
||||
|
||||
background_opacity: 0.95
|
||||
|
||||
|
||||
@@ -57,17 +57,18 @@ bindsym $mod+n workspace next
|
||||
bindsym $mod+p workspace prev
|
||||
|
||||
# Rofi and dmenu
|
||||
bindsym $mod+d exec "~/.config/rofi/launchers-git/launcher.sh"
|
||||
bindsym $mod+space exec "~/.config/rofi/launchers-git/launcher.sh"
|
||||
bindsym $mod+space exec rofi -show run
|
||||
|
||||
set $nord0d '#2e3440'
|
||||
set $frost2d '#eceff4'
|
||||
set $greend '#A3BE8C'
|
||||
bindsym $mod+Shift+d exec "dmenu_run -fn 'FiraCode Nerd Font Mono' -nb '#2e3440' -sb '#a3be8c' -nf '#eceff4' -sf '#2e3440'"
|
||||
set $fg '#ffffff'
|
||||
set $bg '#000000'
|
||||
bindsym $mod+d exec "dmenu_run -fn 'FiraCode Nerd Font Mono' -nb $bg -sb $fg -nf $fg -sf $bg"
|
||||
|
||||
# Screenhot
|
||||
bindsym $mod+Shift+p exec "flameshot gui"
|
||||
|
||||
# Filemanager
|
||||
bindsym $mod+e exec nautilus
|
||||
|
||||
# Screen brightness with light
|
||||
bindsym XF86MonBrightnessUp exec light -A 5 # increase
|
||||
bindsym XF86MonBrightnessDown exec light -U 5 # decrease
|
||||
@@ -162,5 +163,5 @@ exec setxkbmap -layout za
|
||||
# Programs
|
||||
exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png
|
||||
exec dunst &
|
||||
exec picom
|
||||
exec picom &
|
||||
exec --no-startup-id ~/.config/polybar/launch.sh laptop &
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhistcnt =4
|
||||
let g:netrw_dirhistcnt =5
|
||||
let g:netrw_dirhist_5='/home/marc/.mutt/user'
|
||||
let g:netrw_dirhist_4='/home/marc/dots/laptop/.config/rofi'
|
||||
let g:netrw_dirhist_3='/home/marc/.config/rofi'
|
||||
let g:netrw_dirhist_2='/home/marc/.config/dunst'
|
||||
|
||||
@@ -2,8 +2,10 @@
|
||||
|
||||
[colors]
|
||||
background = #000000
|
||||
foreground = ${xrdb:color7}
|
||||
foreground-alt = ${xrdb:color8}
|
||||
#foreground = ${xrdb:color7}
|
||||
foreground = #ffffff
|
||||
#foreground-alt = ${xrdb:color8}
|
||||
foreground-alt = #555555
|
||||
urgent = ${xrdb:color1}
|
||||
|
||||
[bar/main]
|
||||
@@ -68,13 +70,13 @@ label-maxlen = 100
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
date = %H:%M - %d.%m.%Y%
|
||||
date = %H:%M - %a %d.%m.%Y%
|
||||
|
||||
[module/backlight]
|
||||
type = internal/backlight
|
||||
#ls -1 /sys/class/backlight
|
||||
card = amdgpu_bl0
|
||||
label = brgt %percentage%%
|
||||
label = lgt %percentage%%
|
||||
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
@@ -97,3 +99,4 @@ interval = 3.0
|
||||
accumulate-stats = true
|
||||
unknown-as-up = true
|
||||
label-connected = %essid%
|
||||
label-disconnected = no wifi
|
||||
|
||||
@@ -1,9 +1,50 @@
|
||||
/** Configured For Applets **/
|
||||
|
||||
configuration {
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 5;
|
||||
yoffset: -50;
|
||||
xoffset: -20;
|
||||
modi: "run,drun,window";
|
||||
width: 20;
|
||||
font: "FiraCode Nerd Font 12";
|
||||
terminal: "alacritty";
|
||||
disable-history: true;
|
||||
sidebar-mode: true;
|
||||
tokenize: true;
|
||||
m: "-5";
|
||||
line-margin: 2;
|
||||
line-padding: 1;
|
||||
separator-style: "none";
|
||||
hide-scrollbar: true;
|
||||
window-format: "{w} {c}";
|
||||
}
|
||||
|
||||
* {
|
||||
bg: #0F1212;
|
||||
fg: #e3e3e3;
|
||||
accent: #131717;
|
||||
background-color: @bg;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
window {
|
||||
padding: 30px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
prompt, entry {
|
||||
text-color: @fg;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
element {
|
||||
border-radius: 2px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @fg;
|
||||
text-color: @bg;
|
||||
}
|
||||
|
||||
button selected {
|
||||
background-color: @fg;
|
||||
text-color: @bg;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
@@ -1,155 +0,0 @@
|
||||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
font: "FiraCode Nerd Font Mono 10";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
display-drun: "";
|
||||
drun-display-format: "{name}";
|
||||
threads: 0;
|
||||
scroll-method: 0;
|
||||
disable-history: false;
|
||||
fullscreen: false;
|
||||
hide-scrollbar: true;
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
* {
|
||||
background: #01060E;
|
||||
background-alt: #01060E;
|
||||
background-ib: #0A0E14;
|
||||
foreground: #fdfdfd;
|
||||
border: #0A0E14;
|
||||
border-sel: #79e6f3;
|
||||
selected: #282a36;
|
||||
urgent: #f37f97;
|
||||
}
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
border: 6px;
|
||||
border-radius: 15px;
|
||||
border-color: @border;
|
||||
height: 1037px;
|
||||
width: 25%;
|
||||
location: west;
|
||||
anchor: west;
|
||||
x-offset: 14px;
|
||||
y-offset: 14px;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 0px 8px 0px 4px;
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
font: "FiraCode Nerd Font Mono 20";
|
||||
}
|
||||
|
||||
|
||||
inputbar {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
expand: false;
|
||||
border: 0px 0px 0px 0px;
|
||||
border-radius: 30px;
|
||||
border-color: @border;
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 2px 2px 2px 2px;
|
||||
position: center;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
placeholder-color: @foreground;
|
||||
expand: true;
|
||||
horizontal-align: 0;
|
||||
padding: 8px 2px 2px 2px;
|
||||
placeholder: "Search Apps";
|
||||
blink: true;
|
||||
}
|
||||
|
||||
case-indicator {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
|
||||
listview {
|
||||
background-color: @background;
|
||||
columns: 2;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 10px;
|
||||
padding: 8px 15px 8px 15px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 0px;
|
||||
margin: 0px 5px 0px 5px;
|
||||
padding: 10px 0px 10px 0px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 64px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
element-text {
|
||||
expand: true;
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
margin: 5px 10px 0px 10px;
|
||||
}
|
||||
|
||||
element normal.urgent,
|
||||
element alternate.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
element normal.active,
|
||||
element alternate.active {
|
||||
background-color: @background-alt;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @selected;
|
||||
text-color: @foreground;
|
||||
border: 0px 0px 2px 0px;
|
||||
border-radius: 4px;
|
||||
border-color: @border-sel;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @background-alt;
|
||||
color: @foreground;
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
## Author : Aditya Shakya (adi1090x)
|
||||
## Mail : adi1090x@gmail.com
|
||||
## Github : @adi1090x
|
||||
## Reddit : @adi1090x
|
||||
|
||||
# Available Styles
|
||||
# >> Styles Below Only Works With "rofi-git(AUR)", Current Version: 1.5.4-76-gca067234
|
||||
#
|
||||
# blurry blurry_full kde_simplemenu kde_krunner launchpad
|
||||
# gnome_do slingshot appdrawer appfolder column
|
||||
# row row_center screen row_dock row_dropdown
|
||||
|
||||
style="appdrawer"
|
||||
|
||||
rofi -no-lazy-grab -show drun -theme launchers-git/"$style".rasi
|
||||
Reference in New Issue
Block a user