diff --git a/config/gtk-3.0/settings.ini b/config/gtk-3.0/settings.ini index c4d25e8..aa988b9 100644 --- a/config/gtk-3.0/settings.ini +++ b/config/gtk-3.0/settings.ini @@ -3,7 +3,7 @@ gtk-application-prefer-dark-theme=1 gtk-theme-name=Nordic gtk-icon-theme-name=NordArc-Icons gtk-font-name=Sans 10 -gtk-cursor-theme-name=ComixCursors-White +gtk-cursor-theme-name=ComixCursors-Opaque-White gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR diff --git a/config/sway/config b/config/sway/config index c501b78..83cf6ef 100644 --- a/config/sway/config +++ b/config/sway/config @@ -63,7 +63,7 @@ set $modalWidth 1280 set $modalHeight 800 # Screens definitions -output $display1 resolution 2560x1080@75Hz position 0,0 adaptive_sync on +output $display1 resolution 3440x1440@100Hz position 0,0 adaptive_sync on ### Gnome settings @@ -73,11 +73,11 @@ set $gnome-schema org.gnome.desktop.interface exec_always { gsettings set $gnome-schema gtk-theme 'Nordic' gsettings set $gnome-schema icon-theme 'NordArc-Icons' - gsettings set $gnome-schema cursor-theme 'ComixCursors-White' - gsettings set $gnome-schema font-name 'DejaVu Sans Mono 9' - gsettings set $gnome-schema monospace-font-name 'DejaVu Sans Mono 9' - gsettings set $gnome-schema document-font-name 'DejaVu Sans Mono 9' - gsettings set org.gnome.desktop.wm.preferences titlebar-font 'DejaVu Sans Mono 9' + gsettings set $gnome-schema cursor-theme 'ComixCursors-Opaque-White' + gsettings set $gnome-schema font-name 'Source Code Pro for Powerline 9' + gsettings set $gnome-schema monospace-font-name 'Source Code Pro for Powerline 9' + gsettings set $gnome-schema document-font-name 'Source Code Pro for Powerline 9' + gsettings set org.gnome.desktop.wm.preferences titlebar-font 'Source Code Pro for Powerline 9' gsettings set org.gnome.desktop.wm.preferences button-layout '' gsettings set org.gnome.desktop.default-applications.terminal exec $term gsettings set org.gnome.desktop.default-applications.terminal exec-arg '' @@ -168,9 +168,9 @@ bindsym $mod+n exec "/home/dbroqua/Softwares/Zettlr" bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% bindsym --locked XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle -bindsym XF86AudioPlay exec ~/Bin/music.sh PlayPause -bindsym XF86AudioPrev exec ~/Bin/music.sh Previous -bindsym XF86AudioNext exec ~/Bin/music.sh Next +bindsym XF86AudioPlay exec ~/Bin/mpc.sh PlayPause +bindsym XF86AudioPrev exec mpc prev +bindsym XF86AudioNext exec mpc next bindsym $mod+shift+p exec "$term -t 'Pulse Mixer' -e pulsemixer" bindsym $mod+shift+m exec "$term -t 'Music Player Client' -e ncmpcpp" diff --git a/config/termite/config b/config/termite/config index 13c7666..39781dc 100644 --- a/config/termite/config +++ b/config/termite/config @@ -10,7 +10,8 @@ allow_bold = true bold_is_bright = true clickable_url = true cursor_shape = block -font = Droid Sans Mono Slashed for Powerline 9 +#font = Droid Sans Mono Slashed for Powerline 9 +font = Source Code Pro for Powerline 10 [colors] cursor = #d8dee9 diff --git a/config/waybar/style.css b/config/waybar/style.css index 3601453..f56bf5a 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -1,6 +1,6 @@ * { font-size: 11px; - font-family: "Roboto", "Font Awesome 5 Free"; + font-family: "Font Awesome 5 Free"; } window#waybar {