Update configuration for Rofi, Waybar, Zathura

This commit is contained in:
Alex Palaistras 2022-11-08 00:07:59 +00:00
parent dba97fd935
commit b5d5cebbd6
7 changed files with 64 additions and 11 deletions

View File

@ -6,6 +6,10 @@ EMACS_SOCKET_NAME=main
XDG_CURRENT_DESKTOP=sway
MOZ_ENABLE_WAYLAND=1
# HiDPI adjustments.
QT_SCALE_FACTOR=1.1
QT_FONT_DPI=140
# Application themeing.
GTK_THEME=Materia:dark
QT_QPA_PLATFORMTHEME=gnome

View File

@ -35,7 +35,7 @@
}
element {
border-radius: 5px;
border-radius: 0;
border: 0;
padding: 20px;
spacing: 5px;
@ -102,11 +102,11 @@ element-icon {
window {
background-color: var(background);
border: 10px;
border-radius: 5px;
border-radius: 0;
location: north;
padding: 0;
y-offset: 5%;
width: 30%;
width: 40%;
}
mainbox {
@ -130,16 +130,16 @@ listview {
fixed-height: false;
lines: 10;
padding: 2px 0px 0px;
scrollbar: false;
scrollbar: true;
spacing: 0px;
}
scrollbar {
width: 4px;
padding: 0;
padding: 0 0 0 8px;
handle-width: 8px;
border: 0;
handle-color: var(normal-foreground);
handle-color: #585858;
}
sidebar {

View File

@ -1,3 +1,3 @@
[Default Applications]
application/pdf=emacs.desktop;
application/pdf=org.pwmt.zathura-pdf-poppler.desktop;
x-scheme-handler/mailto=thunderbird.desktop;

View File

@ -32,6 +32,7 @@ set {
# Display output configuration.
output * {
scale 1
subpixel none
}

View File

@ -28,7 +28,7 @@
"on-click": "alacritty -e htop"
},
"custom/mpris": {
"format": "{icon} {}",
"format": "{} {icon}",
"return-type": "json",
"format-icons": {
"playing": "<span color='#585858' size='smaller'>play</span>",
@ -76,7 +76,7 @@
"smooth-scrolling-threshold": 5
},
"sway/window": {
"format": "",
"format": "<span color='#585858' size='smaller'></span>",
"on-click": "rofi -show drun -show-icons",
"icon": false,
"align": 0,

View File

@ -26,9 +26,14 @@ tooltip {
padding-right: 0.2rem;
}
.modules-left button, .modules-right button {
border-radius: 0;
}
.modules-left label, .modules-right label {
border: 0;
padding: 0.4rem 0.5rem;
color: #d8d8d8;
padding: 0 0.2rem;
}
#workspaces button {
@ -53,7 +58,11 @@ tooltip {
color: #ab4642;
}
#mode {
#window {
padding-left: 0.5rem;
}
#mode label {
color: #ab4642;
}

39
.config/zathura/zathurarc Normal file
View File

@ -0,0 +1,39 @@
# Behaviour.
set statusbar-basename true
# Appearance and theme.
set font "Iosevka 20"
set guioptions ""
set default-bg "#2d2d2d"
set default-fg "#282828"
set statusbar-fg "#b8b8b8"
set statusbar-bg "#383838"
set inputbar-bg "#181818"
set inputbar-fg "#f8f8f8"
set notification-bg "#181818"
set notification-fg "#f8f8f8"
set notification-error-bg "#181818"
set notification-error-fg "#ab4642"
set notification-warning-bg "#181818"
set notification-warning-fg "#ab4642"
set highlight-color "#f7ca88"
set highlight-active-color "#7cafc2"
set completion-bg "#282828"
set completion-fg "#7cafc2"
set completion-highlight-fg "#f8f8f8"
set completion-highlight-bg "#7cafc2"
set recolor-lightcolor "#181818"
set recolor-darkcolor "#e8e8e8"
set recolor "false"
set recolor-keephue "false"