Some minor changes
This commit is contained in:
parent
12e84a93f0
commit
5655d8a8db
4 changed files with 13 additions and 12 deletions
|
@ -3,7 +3,7 @@ gtk-application-prefer-dark-theme=1
|
||||||
gtk-theme-name=Nordic
|
gtk-theme-name=Nordic
|
||||||
gtk-icon-theme-name=NordArc-Icons
|
gtk-icon-theme-name=NordArc-Icons
|
||||||
gtk-font-name=Sans 10
|
gtk-font-name=Sans 10
|
||||||
gtk-cursor-theme-name=ComixCursors-White
|
gtk-cursor-theme-name=ComixCursors-Opaque-White
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=0
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
|
|
@ -63,7 +63,7 @@ set $modalWidth 1280
|
||||||
set $modalHeight 800
|
set $modalHeight 800
|
||||||
|
|
||||||
# Screens definitions
|
# 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
|
### Gnome settings
|
||||||
|
@ -73,11 +73,11 @@ set $gnome-schema org.gnome.desktop.interface
|
||||||
exec_always {
|
exec_always {
|
||||||
gsettings set $gnome-schema gtk-theme 'Nordic'
|
gsettings set $gnome-schema gtk-theme 'Nordic'
|
||||||
gsettings set $gnome-schema icon-theme 'NordArc-Icons'
|
gsettings set $gnome-schema icon-theme 'NordArc-Icons'
|
||||||
gsettings set $gnome-schema cursor-theme 'ComixCursors-White'
|
gsettings set $gnome-schema cursor-theme 'ComixCursors-Opaque-White'
|
||||||
gsettings set $gnome-schema font-name 'DejaVu Sans Mono 9'
|
gsettings set $gnome-schema font-name 'Source Code Pro for Powerline 9'
|
||||||
gsettings set $gnome-schema monospace-font-name 'DejaVu Sans Mono 9'
|
gsettings set $gnome-schema monospace-font-name 'Source Code Pro for Powerline 9'
|
||||||
gsettings set $gnome-schema document-font-name 'DejaVu Sans Mono 9'
|
gsettings set $gnome-schema document-font-name 'Source Code Pro for Powerline 9'
|
||||||
gsettings set org.gnome.desktop.wm.preferences titlebar-font 'DejaVu Sans Mono 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.wm.preferences button-layout ''
|
||||||
gsettings set org.gnome.desktop.default-applications.terminal exec $term
|
gsettings set org.gnome.desktop.default-applications.terminal exec $term
|
||||||
gsettings set org.gnome.desktop.default-applications.terminal exec-arg ''
|
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 XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
bindsym --locked XF86AudioLowerVolume 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 --locked XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
bindsym XF86AudioPlay exec ~/Bin/music.sh PlayPause
|
bindsym XF86AudioPlay exec ~/Bin/mpc.sh PlayPause
|
||||||
bindsym XF86AudioPrev exec ~/Bin/music.sh Previous
|
bindsym XF86AudioPrev exec mpc prev
|
||||||
bindsym XF86AudioNext exec ~/Bin/music.sh Next
|
bindsym XF86AudioNext exec mpc next
|
||||||
bindsym $mod+shift+p exec "$term -t 'Pulse Mixer' -e pulsemixer"
|
bindsym $mod+shift+p exec "$term -t 'Pulse Mixer' -e pulsemixer"
|
||||||
bindsym $mod+shift+m exec "$term -t 'Music Player Client' -e ncmpcpp"
|
bindsym $mod+shift+m exec "$term -t 'Music Player Client' -e ncmpcpp"
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,8 @@ allow_bold = true
|
||||||
bold_is_bright = true
|
bold_is_bright = true
|
||||||
clickable_url = true
|
clickable_url = true
|
||||||
cursor_shape = block
|
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]
|
[colors]
|
||||||
cursor = #d8dee9
|
cursor = #d8dee9
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
* {
|
* {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-family: "Roboto", "Font Awesome 5 Free";
|
font-family: "Font Awesome 5 Free";
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|
Loading…
Reference in a new issue