mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-24 00:55:06 +03:00
Merge branch 'main' of https://github.com/ivabus/ivabus-dotfiles
This commit is contained in:
commit
b9cf95ec65
7 changed files with 14 additions and 11 deletions
|
@ -7,4 +7,3 @@ export MOZ_DBUS_REMOTE=1
|
|||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
export XDG_CURRENT_DESKTOP=Unity
|
||||
export HOMEBREW_NO_ENV_HINTS=false
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
|
@ -22,7 +22,7 @@ font:
|
|||
italic:
|
||||
family: JetBrains Mono
|
||||
style: SemiBold Italic
|
||||
size: 8.0
|
||||
size: 11.0
|
||||
|
||||
cursor:
|
||||
shape: Block
|
||||
|
|
|
@ -3,7 +3,7 @@ color_scheme_path=/home/ivabus/.config/qt5ct/colors/Catppuccin-Macchiato.conf
|
|||
custom_palette=true
|
||||
icon_theme=Mint-Y-Dark
|
||||
standard_dialogs=default
|
||||
style=Lightly
|
||||
style=gtk2
|
||||
|
||||
[Fonts]
|
||||
fixed=@Variant(\0\0\0@\0\0\0\x12\0N\0o\0t\0o\0 \0S\0\x61\0n\0s@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||
|
@ -28,7 +28,7 @@ wheel_scroll_lines=3
|
|||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0N\0\0\0\xc8\0\0\x2\xe3\0\0\x2\xd8\0\0\0N\0\0\0\xc8\0\0\x2\xe3\0\0\x2\xd8\0\0\0\0\0\0\0\0\x6\xaa\0\0\0N\0\0\0\xc8\0\0\x2\xe3\0\0\x2\xd8)
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\x46\0\0\x3\xef\0\0\0\0\0\0\0\0\0\0\x2\xde\0\0\x3Y\0\0\0\0\x2\0\0\0\x6\xaa\0\0\0\0\0\0\0\0\0\0\x3\x46\0\0\x3\xef)
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\am\0\0\x3\xf5\0\0\0\0\0\0\0\0\0\0\x2\xde\0\0\x3Y\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\am\0\0\x3\xf5)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
|
|
|
@ -5,10 +5,10 @@ set $up k
|
|||
set $right l
|
||||
set $term alacritty
|
||||
for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 ppt 60 ppt
|
||||
set $menu exec $term --option window.opacity=1 --class=launcher -e env zsh -c "source ~/.profile && /usr/bin/sway-launcher-desktop"
|
||||
set $menu exec $term --option window.opacity=1 --class=launcher -e env zsh -c "source ~/.profile && sway-launcher-desktop"
|
||||
set $filemgr nemo
|
||||
|
||||
output * bg ~/Pictures/bg/sonoma.jpg fill
|
||||
output * bg ~/Pictures/bg/sonoma.jpeg fill
|
||||
|
||||
input type:keyboard {
|
||||
xkb_layout us,ru
|
||||
|
@ -33,7 +33,7 @@ default_border pixel 1
|
|||
gaps inner 8
|
||||
font "JetBrains Mono" 9
|
||||
|
||||
output * scale 2
|
||||
# output * scale 2
|
||||
|
||||
include ~/.config/sway/themes/catppuccin-macchiato
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@ seat seat0 xcursor_theme "Catppuccin-Macchiato-Dark-Cursors"
|
|||
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
exec_always {
|
||||
gsettings set $gnome-schema gtk-theme 'Catppuccin-Macchiato-Standard-Blue-Dark'
|
||||
gsettings set $gnome-schema icon-theme 'Mint-Y-Dark'
|
||||
gsettings set $gnome-schema gtk-theme 'Catppuccin-Macchiato-Standard-Blue-dark'
|
||||
gsettings set $gnome-schema icon-theme 'Mint-Y-Blue'
|
||||
gsettings set $gnome-schema cursor-theme 'Catppuccin-Macchiato-Dark-Cursors'
|
||||
gsettings set $gnome-schema font-name 'Ubuntu 9'
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"height": 32,
|
||||
"height": 48,
|
||||
"position": "top",
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": [],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@import "macchiato.css";
|
||||
* {
|
||||
font-family: "JetBrains Mono", "Noto Sans";
|
||||
font-size: 6pt;
|
||||
font-size: 9pt;
|
||||
border: none;
|
||||
font-weight: 400;
|
||||
padding: 1px 1px;
|
||||
|
@ -16,6 +16,9 @@ window#waybar {
|
|||
margin-top: 8px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
color: @red;
|
||||
|
@ -38,6 +41,7 @@ button:hover {
|
|||
.modules-left {
|
||||
padding-left: 4px;
|
||||
border-radius: 8px;
|
||||
color: @text;
|
||||
}
|
||||
.modules-right {
|
||||
transition: none;
|
||||
|
|
Loading…
Reference in a new issue