mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-11-01 03:27:26 -05:00
remove fractional scaling
This commit is contained in:
parent
79ec51a13c
commit
4248240e55
|
@ -24,7 +24,7 @@ bold_italic_font auto
|
||||||
#: italic_font Operator Mono Book Italic
|
#: italic_font Operator Mono Book Italic
|
||||||
#: bold_italic_font Operator Mono Medium Italic
|
#: bold_italic_font Operator Mono Medium Italic
|
||||||
|
|
||||||
font_size 11.0
|
font_size 16.0
|
||||||
|
|
||||||
#: Font size (in pts)
|
#: Font size (in pts)
|
||||||
|
|
||||||
|
|
21
sway/config
21
sway/config
|
@ -25,24 +25,9 @@ set $menu j4-dmenu-desktop --dmenu='env BEMENU_BACKEND=wayland bemenu --line-hei
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
output * bg /home/kaan/Pictures/Wallpapers/Sway-no-text.png fill
|
||||||
|
output "eDP-1" {
|
||||||
output DP-1 {
|
scale 1
|
||||||
resolution 2560x1440@74.971Hz
|
|
||||||
position 0,0
|
|
||||||
bg /home/kaan/Pictures/Wallpapers/left.jpg fill
|
|
||||||
}
|
|
||||||
output DP-2 {
|
|
||||||
resolution 2560x1440@144.006Hz
|
|
||||||
position 2560,0
|
|
||||||
adaptive_sync on
|
|
||||||
bg /home/kaan/Pictures/Wallpapers/middle.jpg fill
|
|
||||||
}
|
|
||||||
output DP-3 {
|
|
||||||
resolution 2560x1440@144.006Hz
|
|
||||||
position 5120,0
|
|
||||||
adaptive_sync on
|
|
||||||
bg /home/kaan/Pictures/Wallpapers/right.jpg fill
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Enable XWayland
|
# Enable XWayland
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family: FontAwesome, Fira Code;
|
font-family: FontAwesome, Fira Code;
|
||||||
font-size: 13px;
|
font-size: 20px;
|
||||||
color: rgba(255, 255, 255, 0.8);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ window#waybar.chromium {
|
||||||
} */
|
} */
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 5px;
|
padding: 0 0.5rem;
|
||||||
background-color: #D6882D;
|
background-color: #D6882D;
|
||||||
color: rgba(0,0,0,0.8);
|
color: rgba(0,0,0,0.8);
|
||||||
/* Use box-shadow instead of border so the text isn't offset */
|
/* Use box-shadow instead of border so the text isn't offset */
|
||||||
|
@ -89,7 +89,7 @@ window#waybar.chromium {
|
||||||
#mode,
|
#mode,
|
||||||
#idle_inhibitor,
|
#idle_inhibitor,
|
||||||
#mpd {
|
#mpd {
|
||||||
padding: 0 10px;
|
padding: 0 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window,
|
#window,
|
||||||
|
@ -97,6 +97,11 @@ window#waybar.chromium {
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modules-left > *, .modules-right > * {
|
||||||
|
padding-top: 0.5rem;
|
||||||
|
padding-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* If workspaces is the leftmost module, omit left margin */
|
/* If workspaces is the leftmost module, omit left margin */
|
||||||
.modules-left > widget:first-child > #workspaces {
|
.modules-left > widget:first-child > #workspaces {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
@ -199,7 +204,7 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#keyboard-state > label {
|
#keyboard-state > label {
|
||||||
padding: 0 5px;
|
padding: 0 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#keyboard-state > label.locked {
|
#keyboard-state > label.locked {
|
||||||
|
@ -217,7 +222,7 @@ label:focus {
|
||||||
}
|
}
|
||||||
#language {
|
#language {
|
||||||
background: #9B551E;
|
background: #9B551E;
|
||||||
padding: 0 5px;
|
padding: 0 0.5rem;
|
||||||
min-width: 16px;
|
min-width: 16px;
|
||||||
}
|
}
|
||||||
#temperature {
|
#temperature {
|
||||||
|
|
Loading…
Reference in a new issue