set icon to Papirus-Dark

This commit is contained in:
Simon Rieger 2023-05-02 16:19:03 +02:00
parent f0f0faf75d
commit 0e15e26350
5 changed files with 17 additions and 13 deletions

View file

@ -2,8 +2,8 @@
font=Hack:weight=bold:size=14
# dpi-aware=auto
# prompt=>
icon-theme=Arc
icons-enabled=false
icon-theme=Papirus-Dark
icons-enabled=true
# fields=filename,name,generic
# password-character=*
# fuzzy=yes
@ -12,15 +12,15 @@ icons-enabled=false
terminal=wezterm start
# launch-prefix=<not set>
# lines=15
width=50
lines=25
width=80
# horizontal-pad=40
# vertical-pad=8
# inner-pad=0
# image-size-ratio=0.5
# line-height=<use font metrics>
line-height=15
# letter-spacing=0
layer = overlay

View file

@ -2,7 +2,7 @@
# Created by lxqt-config-appearance (DO NOT EDIT!)
[Settings]
gtk-theme-name = Arc-Dark
gtk-icon-theme-name = Arc
gtk-icon-theme-name = Papirus-Dark
# GTK3 ignores bold or italic attributes.
gtk-font-name = Cantarell 12
gtk-menu-images = 1

View file

@ -1,13 +1,13 @@
[Appearance]
color_scheme_path=~/.config/qt5ct/colors/arc-dark.conf
color_scheme_path=/home/simono41/.config/qt5ct/colors/arc-dark.conf
custom_palette=true
icon_theme=Arc
icon_theme=ePapirus-Dark
standard_dialogs=default
style=Fusion
[Fonts]
fixed=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
general=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
fixed="Cantarell,12,-1,5,50,0,0,0,0,0"
general="Cantarell,12,-1,5,50,0,0,0,0,0"
[Interface]
activate_item_on_single_click=1
@ -28,7 +28,7 @@ wheel_scroll_lines=3
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\x8d\0\0\0\xf6\0\0\x3\xf\0\0\x2\xe8\0\0\0\x8d\0\0\0\xf6\0\0\x3\xf\0\0\x2\xe8\0\0\0\0\0\0\0\0\a\x80\0\0\0\x8d\0\0\0\xf6\0\0\x3\xf\0\0\x2\xe8)
[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\xa9\0\0\x4\0\0\0\0\0\0\0\0\0\0\0\x2\xf0\0\0\x2t\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\xa9\0\0\x4\0)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\xa9\0\0\x3\xff\0\0\0\0\0\0\0\0\0\0\x2\xf0\0\0\x2t\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\xa9\0\0\x3\xff)
[Troubleshooting]
force_raster_widgets=1

View file

@ -68,6 +68,7 @@ bindsym $mod+Shift+q kill
# Menu
#bindsym $mod+d exec rofi -show run -lines 3 -bw 1 -font "Cantarell 18" -opacity "75"
bindsym $mod+d exec fuzzel
bindsym $mod+Shift+d exec clipman pick --tool=CUSTOM --tool-args="fuzzel -d"
#bindsym $mod+d exec wofi --show run --width 900 --height 200
#bindsym $mod+d exec rofi -show run -lines 3 -eh 2 -width 100 -padding 800 -opacity "85" -bw 0 -bc "$bg-color" -bg "$bg-color" -fg "$text-color" -hlbg "$bg-color" -hlfg "#9575cd" -font "System San Francisco Display 18"
@ -288,7 +289,7 @@ output eDP-1 pos 0 0 res 1920x1080
exec_always {
gsettings set org.gnome.desktop.interface cursor-theme capitaine-cursors
gsettings set org.gnome.desktop.interface gtk-theme Arc-Dark
gsettings set org.gnome.desktop.interface icon-theme Arc
gsettings set org.gnome.desktop.interface icon-theme Papirus-Dark
gsettings set org.gnome.desktop.wm.preferences theme "Arc-Dark"
}
@ -538,6 +539,9 @@ exec --no-startup-id /usr/bin/lxqt-policykit-agent
# starting Steam
#exec --no-startup-id sleep 30 && steam-native
# Clipboard Manager
exec wl-paste -t text --watch clipman store
exec swayidle -w \
timeout 300 'swaylock -f' \
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \

View file

@ -1,7 +1,7 @@
# Created by lxqt-config-appearance (DO NOT EDIT!)
gtk-theme-name = "Arc-Dark"
gtk-icon-theme-name = "Arc"
gtk-icon-theme-name = "Papirus-Dark"
gtk-font-name = "Cantarell 12"
gtk-button-images = 1
gtk-menu-images = 1