Made things bigger for my higher resolution monitor

This commit is contained in:
lkarch 2024-01-31 15:20:25 -05:00
parent 2ab2e15691
commit d431b4ebe8
3 changed files with 14 additions and 13 deletions

View File

@ -18,7 +18,7 @@ bottom = false
fixed-center = true fixed-center = true
width = 100% width = 100%
height = 30 height = 60
offset-x = 0 offset-x = 0
offset-y = 0 offset-y = 0
@ -40,8 +40,8 @@ padding-right = 1
module-margin-left = 0 module-margin-left = 0
module-margin-right = 0 module-margin-right = 0
font-0 = "JetBrainsMono:style=Regular:size=9;2" font-0 = "JetBrainsMono:style=Regular:size=16;3"
font-1 = "Material Design Icons Desktop:size=13;3" font-1 = "Material Design Icons Desktop:size=26;6"
modules-left = sep date sep modules-left = sep date sep
modules-center = bspwm modules-center = bspwm
@ -65,7 +65,7 @@ bottom = true
fixed-center = true fixed-center = true
width = 100% width = 100%
height = 30 height = 60
offset-x = 0 offset-x = 0
offset-y = 0 offset-y = 0
@ -87,8 +87,8 @@ padding-right = 1
module-margin-left = 0 module-margin-left = 0
module-margin-right = 0 module-margin-right = 0
font-0 = "JetBrainsMono:style=Regular:size=9;3" font-0 = "JetBrainsMono:style=Regular:size=16;3"
font-1 = "Material Design Icons Desktop:size=13;4" font-1 = "Material Design Icons Desktop:size=26;6"
modules-left = title modules-left = title
modules-center = mpd_control sep mpd modules-center = mpd_control sep mpd
@ -113,4 +113,4 @@ compositing-overline = over
compositing-underline = over compositing-underline = over
compositing-border = over compositing-border = over
pseudo-transparency = true pseudo-transparency = true

View File

@ -16,7 +16,7 @@ configuration {
//----- Global Properties -----// //----- Global Properties -----//
* { * {
font: "Terminess Nerd Font Mono Bold 10"; font: "JetBrainsMono Nerd Font Mono Bold 14";
background: #1f2329; background: #1f2329;
background-alt: #1f2329E0; background-alt: #1f2329E0;
foreground: #b8bfe5; foreground: #b8bfe5;
@ -32,7 +32,8 @@ window {
border: 2px; border: 2px;
border-color: #465b80; border-color: #465b80;
fullscreen: false; fullscreen: false;
width: 550px; width: 650px;
height: 350px;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
@ -72,7 +73,7 @@ inputbar {
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
font: "JetBrainsMono Nerd Font Bold 9"; font: "JetBrainsMono Nerd Font Bold 14";
str: ""; str: "";
padding: 12px 19px 0 15px; padding: 12px 19px 0 15px;
border-radius: 8px; border-radius: 8px;
@ -133,7 +134,7 @@ element selected.normal {
element-icon { element-icon {
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
size: 24px; size: 36px;
cursor: inherit; cursor: inherit;
} }
element-text { element-text {

View File

@ -4,7 +4,7 @@ configuration {
modi: "drun"; modi: "drun";
show-icons: true; show-icons: true;
drun-display-format: "{name}"; drun-display-format: "{name}";
font: "JetBrainsMono NF Bold 11"; font: "JetBrainsMono NF Bold 15";
//hover-select: true; //hover-select: true;
//me-select-entry: ""; //me-select-entry: "";
@ -102,4 +102,4 @@ element-text {
cursor: inherit; cursor: inherit;
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
} }