commit d4f031cc279fd98e820cb1e2ea68056beee8ed11 Author: Daryl Ronningen Date: Mon Dec 27 21:04:49 2021 -0800 initial commit diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..887c2c2 --- /dev/null +++ b/.Xresources @@ -0,0 +1,73 @@ +URxvt*scrollBar: false +URxvt*scrollTtyOutput: false +URxvt*scrollWithBuffer: true +URxvt*scrollTtyKeypress: true + +URxvt*cursorUnderline: true +URxvt*cursorBlink: true + +URxvt*font: xft:MesloLGS NF:size=10 +URxvt*boldFolt: xft:MesloLGS NF:size=10 +URxvt*italicFont: xft:MesloLGS NF:size=10 +URxvt*boldItalicFont: xft:MesloLGS NF:size=10 +URxvt.letterSpace: 0 + +URxvt.perl-ext-common: default,clipboard,matcher,tabbed,fullscreen,resize-font + +URxvt.clipboard.autocopy: false +URxvt.keysym.Shift-Control-C: perl:clipboard:copy +URxvt.keysym.Shift-Control-V: perl:clipboard:paste + +URxvt.iso14755: false +URxvt.iso14755_52: false + +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 +URxvt.matcher.rend.0: Uline Bold fg5 + +URxvt.tabbed.tabbar-fg: 2 +URxvt.tabbed.tabbar-bg: 0 +URxvt.tabbed.tab-fg: 3 +URxvt.tabbed.tab-bg: 0 + +URxvt.keysym.F11: perl.fullscreen.switch + +#define nord0 #2E3440 +#define nord1 #3B4252 +#define nord2 #434C5E +#define nord3 #4C566A +#define nord4 #D8DEE9 +#define nord5 #E5E9F0 +#define nord6 #ECEFF4 +#define nord7 #8FBCBB +#define nord8 #88C0D0 +#define nord9 #81A1C1 +#define nord10 #5E81AC +#define nord11 #BF616A +#define nord12 #D08770 +#define nord13 #EBCB8B +#define nord14 #A3BE8C +#define nord15 #B48EAD + +*.foreground: nord4 +*.background: nord0 +*.cursorColor: nord4 +*fading: 35 +*fadeColor: nord3 + +*.color0: nord1 +*.color1: nord11 +*.color2: nord14 +*.color3: nord13 +*.color4: nord9 +*.color5: nord15 +*.color6: nord8 +*.color7: nord5 +*.color8: nord3 +*.color9: nord11 +*.color10: nord14 +*.color11: nord13 +*.color12: nord9 +*.color13: nord15 +*.color14: nord7 +*.color15: nord6 diff --git a/.config/bpytop/bpytop.conf b/.config/bpytop/bpytop.conf new file mode 100644 index 0000000..ba38bb7 --- /dev/null +++ b/.config/bpytop/bpytop.conf @@ -0,0 +1,153 @@ +#? Config file for bpytop v. 1.0.67 + +#* Color theme, looks for a .theme file in "/usr/[local/]share/bpytop/themes" and "~/.config/bpytop/themes", "Default" for builtin default theme. +#* Prefix name by a plus sign (+) for a theme located in user themes folder, i.e. color_theme="+monokai" +color_theme="Default" + +#* If the theme set background should be shown, set to False if you want terminal background transparency +theme_background=True + +#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false. +truecolor=True + +#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. +shown_boxes="cpu mem net proc" + +#* Update time in milliseconds, increases automatically if set below internal loops processing time, recommended 2000 ms or above for better sample times for graphs. +update_ms=1000 + +#* Processes update multiplier, sets how often the process list is updated as a multiplier of "update_ms". +#* Set to 2 or higher to greatly decrease bpytop cpu usage. (Only integers) +proc_update_mult=2 + +#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive", +#* "cpu lazy" updates top process over time, "cpu responsive" updates top process directly. +proc_sorting="memory" + +#* Reverse sorting order, True or False. +proc_reversed=False + +#* Show processes as a tree +proc_tree=False + +#* Which depth the tree view should auto collapse processes at +tree_depth=3 + +#* Use the cpu graph colors in the process list. +proc_colors=True + +#* Use a darkening gradient in the process list. +proc_gradient=True + +#* If process cpu usage should be of the core it's running on or usage of the total available cpu power. +proc_per_core=False + +#* Show process memory as bytes instead of percent +proc_mem_bytes=True + +#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available, see: +#* https://psutil.readthedocs.io/en/latest/#psutil.cpu_times for attributes available on specific platforms. +#* Select from a list of detected attributes from the options menu +cpu_graph_upper="total" + +#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available, see: +#* https://psutil.readthedocs.io/en/latest/#psutil.cpu_times for attributes available on specific platforms. +#* Select from a list of detected attributes from the options menu +cpu_graph_lower="total" + +#* Toggles if the lower CPU graph should be inverted. +cpu_invert_lower=True + +#* Set to True to completely disable the lower CPU graph. +cpu_single_graph=False + +#* Shows the system uptime in the CPU box. +show_uptime=True + +#* Check cpu temperature, needs "osx-cpu-temp" on MacOS X. +check_temp=True + +#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors. +cpu_sensor=Auto + +#* Show temperatures for cpu cores also if check_temp is True and sensors has been found +show_coretemp=True + +#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine" +temp_scale="celsius" + +#* Show CPU frequency, can cause slowdowns on certain systems with some versions of psutil +show_cpu_freq=True + +#* Draw a clock at top of screen, formatting according to strftime, empty string to disable. +draw_clock="%X" + +#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort. +background_update=True + +#* Custom cpu model name, empty string to disable. +custom_cpu_name="" + +#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with a comma ",". +#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot, /home/user" +disks_filter="" + +#* Show graphs instead of meters for memory values. +mem_graphs=True + +#* If swap memory should be shown in memory box. +show_swap=True + +#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk. +swap_disk=True + +#* If mem box should be split to also show disks info. +show_disks=True + +#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar. +only_physical=True + +#* Read disks list from /etc/fstab. This also disables only_physical. +use_fstab=False + +#* Toggles if io stats should be shown in regular disk usage view +show_io_stat=True + +#* Toggles io mode for disks, showing only big graphs for disk read/write speeds. +io_mode=False + +#* Set to True to show combined read/write io graphs in io mode. +io_graph_combined=False + +#* Set the top speed for the io graphs in MiB/s (10 by default), use format "device:speed" separate disks with a comma ",". +#* Example: "/dev/sda:100, /dev/sdb:20" +io_graph_speeds="" + +#* Set fixed values for network graphs, default "10M" = 10 Mibibytes, possible units "K", "M", "G", append with "bit" for bits instead of bytes, i.e "100mbit" +net_download="10M" +net_upload="10M" + +#* Start in network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest. +net_auto=True + +#* Sync the scaling for download and upload to whichever currently has the highest scale +net_sync=False + +#* If the network graphs color gradient should scale to bandwidth usage or auto scale, bandwidth usage is based on "net_download" and "net_upload" values +net_color_fixed=False + +#* Starts with the Network Interface specified here. +net_iface="" + +#* Show battery stats in top right if battery is present +show_battery=True + +#* Show init screen at startup, the init screen is purely cosmetical +show_init=False + +#* Enable check for new version from github.com/aristocratos/bpytop at start. +update_check=True + +#* Set loglevel for "~/.config/bpytop/error.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". +#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. +log_level=WARNING diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc new file mode 100755 index 0000000..9dd6363 --- /dev/null +++ b/.config/bspwm/bspwmrc @@ -0,0 +1,29 @@ +#! /bin/sh + +# Autostart +xrandr --display 0 144 & +xrandr --display 1 60 & +pgrep -x dunst > /dev/null || dunst -conf $HOME/.config/dunst/dunstrc & +sxhkd & +xrdb $HOME/.Xresources +$HOME/.config/polybar/launch.sh & +pgrep -x polkit-gnome-au > /dev/null || /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & +#pgrep -x glava > /dev/null || glava --desktop & +feh --bg-fill --randomize $HOME/backgrounds/* /usr/share/backgrounds/* & +pgrep -x nm-applet > /dev/null || nm-applet & +pgrep -x pasystray > /dev/null || pasystray & +pgrep -x xscreensaver > /dev/null || xscreensaver -no-splash & +pgrep -x picom > /dev/null || picom --config $HOME/.config/picom/picom.conf & +pgrep -x wmname > /dev/null || wmname LG3D & + +# Set workspaces +bspc monitor DP-2 1 2 3 4 5 +bspc monitor HDMI-0 6 7 8 9 0 + +# BSPWM config +bspc config border_width 1 +bspc config window_gap 12 +bspc config split_ratio 0.50 +bspc config borderless_monocle true +bspc config gapless_monocle true + diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf new file mode 100644 index 0000000..341e802 --- /dev/null +++ b/.config/btop/btop.conf @@ -0,0 +1,194 @@ +#? Config file for btop v. 1.1.2 + +#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. +#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" +color_theme = "Default" + +#* If the theme set background should be shown, set to False if you want terminal background transparency. +theme_background = True + +#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false. +truecolor = True + +#* Set to true to force tty mode regardless if a real tty has been detected or not. +#* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols. +force_tty = False + +#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets. +#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positons, G=graph symbol to use for box. +#* Use withespace " " as seprator between different presets. +#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty" +presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty" + +#* Set to True to enable "h,j,k,l" keys for directional control in lists. +#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift. +vim_keys = True + +#* Rounded corners on boxes, is ignored if TTY mode is ON. +rounded_corners = True + +#* Default symbols to use for graph creation, "braille", "block" or "tty". +#* "braille" offers the highest resolution but might not be included in all fonts. +#* "block" has half the resolution of braille but uses more common characters. +#* "tty" uses only 3 different symbols but will work with most fonts and should work in a real TTY. +#* Note that "tty" only has half the horizontal resolution of the other two, so will show a shorter historical view. +graph_symbol = "braille" + +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". +graph_symbol_cpu = "default" + +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". +graph_symbol_mem = "default" + +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". +graph_symbol_net = "default" + +# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". +graph_symbol_proc = "default" + +#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. +shown_boxes = "cpu mem net proc" + +#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. +update_ms = 1000 + +#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive", +#* "cpu lazy" sorts top process over time (easier to follow), "cpu responsive" updates top process directly. +proc_sorting = "cpu lazy" + +#* Reverse sorting order, True or False. +proc_reversed = False + +#* Show processes as a tree. +proc_tree = True + +#* Use the cpu graph colors in the process list. +proc_colors = True + +#* Use a darkening gradient in the process list. +proc_gradient = True + +#* If process cpu usage should be of the core it's running on or usage of the total available cpu power. +proc_per_core = True + +#* Show process memory as bytes instead of percent. +proc_mem_bytes = True + +#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate) +proc_info_smaps = False + +#* Show proc box on left side of screen instead of right. +proc_left = False + +#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. +#* Select from a list of detected attributes from the options menu. +cpu_graph_upper = "total" + +#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available. +#* Select from a list of detected attributes from the options menu. +cpu_graph_lower = "idle" + +#* Toggles if the lower CPU graph should be inverted. +cpu_invert_lower = True + +#* Set to True to completely disable the lower CPU graph. +cpu_single_graph = False + +#* Show cpu box at bottom of screen instead of top. +cpu_bottom = False + +#* Shows the system uptime in the CPU box. +show_uptime = True + +#* Show cpu temperature. +check_temp = True + +#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors. +cpu_sensor = "Auto" + +#* Show temperatures for cpu cores also if check_temp is True and sensors has been found. +show_coretemp = True + +#* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core. +#* Use lm-sensors or similar to see which cores are reporting temperatures on your machine. +#* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries. +#* Example: "4:0 5:1 6:3" +cpu_core_map = "" + +#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine". +temp_scale = "celsius" + +#* Show CPU frequency. +show_cpu_freq = True + +#* Draw a clock at top of screen, formatting according to strftime, empty string to disable. +#* Special formatting: /host = hostname | /user = username | /uptime = system uptime +clock_format = "%X" + +#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort. +background_update = True + +#* Custom cpu model name, empty string to disable. +custom_cpu_name = "" + +#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ". +#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user". +disks_filter = "" + +#* Show graphs instead of meters for memory values. +mem_graphs = True + +#* Show mem box below net box instead of above. +mem_below_net = False + +#* If swap memory should be shown in memory box. +show_swap = True + +#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk. +swap_disk = True + +#* If mem box should be split to also show disks info. +show_disks = True + +#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar. +only_physical = True + +#* Read disks list from /etc/fstab. This also disables only_physical. +use_fstab = True + +#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view. +show_io_stat = True + +#* Toggles io mode for disks, showing big graphs for disk read/write speeds. +io_mode = False + +#* Set to True to show combined read/write io graphs in io mode. +io_graph_combined = False + +#* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ". +#* Example: "/mnt/media:100 /:20 /boot:1". +io_graph_speeds = "" + +#* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False. +net_download = 100 + +net_upload = 100 + +#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest. +net_auto = True + +#* Sync the auto scaling for download and upload to whichever currently has the highest scale. +net_sync = False + +#* Starts with the Network Interface specified here. +net_iface = "" + +#* Show battery stats in top right if battery is present. +show_battery = True + +#* Which battery to use if multiple are present. "Auto" for auto detection. +selected_battery = "Auto" + +#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". +#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. +log_level = "DEBUG" \ No newline at end of file diff --git a/.config/cava/config b/.config/cava/config new file mode 100755 index 0000000..c97bdea --- /dev/null +++ b/.config/cava/config @@ -0,0 +1,164 @@ +## Configuration file for CAVA. Default values are commented out. Use either ';' or '#' for commenting. + + +[general] + +# Smoothing mode. Can be 'normal', 'scientific' or 'waves'. DEPRECATED as of 0.6.0 +; mode = normal + +# Accepts only non-negative values. +; framerate = 60 + +# 'autosens' will attempt to decrease sensitivity if the bars peak. 1 = on, 0 = off +# new as of 0.6.0 autosens of low values (dynamic range) +# 'overshoot' allows bars to overshoot (in % of terminal height) without initiating autosens. DEPRECATED as of 0.6.0 +; autosens = 1 +; overshoot = 20 + +# Manual sensitivity in %. Autosens must be turned off for this to take effect. +# 200 means double height. Accepts only non-negative values. +; sensitivity = 100 + +# The number of bars (0-200). 0 sets it to auto (fill up console). +# Bars' width and space between bars in number of characters. +bars = 0 +bar_width = 0 +bar_spacing = 0 + + +# Lower and higher cutoff frequencies for lowest and highest bars +# the bandwidth of the visualizer. +# Note: there is a minimum total bandwidth of 43Mhz x number of bars. +# Cava will automatically increase the higher cutoff if a too low band is specified. +; lower_cutoff_freq = 50 +; higher_cutoff_freq = 10000 + + +# Seconds with no input before cava goes to sleep mode. Cava will not perform FFT or drawing and +# only check for input once per second. Cava will wake up once input is detected. 0 = disable. +; sleep_timer = 0 + + +[input] + +# Audio capturing method. Possible methods are: 'pulse', 'alsa', 'fifo', 'sndio' or 'shmem' +# Defaults to 'pulse', 'alsa' or 'fifo', in that order, dependent on what support cava was built with. +# +# All input methods uses the same config variable 'source' +# to define where it should get the audio. +# +# For pulseaudio 'source' will be the source. Default: 'auto', which uses the monitor source of the default sink +# (all pulseaudio sinks(outputs) have 'monitor' sources(inputs) associated with them). +# +# For alsa 'source' will be the capture device. +# For fifo 'source' will be the path to fifo-file. +# For shmem 'source' will be /squeezelite-AA:BB:CC:DD:EE:FF where 'AA:BB:CC:DD:EE:FF' will be squeezelite's MAC address +; method = pulse +; source = auto + +; method = alsa +; source = hw:Loopback,1 + +; method = fifo +; source = /tmp/mpd.fifo +; sample_rate = 44100 +; sample_bits = 16 + +; method = shmem +; source = /squeezelite-AA:BB:CC:DD:EE:FF + +; method = portaudio +; source = auto + + +[output] + +# Output method. Can be 'ncurses', 'noncurses' or 'raw'. +# 'noncurses' uses a custom framebuffer technique and draws only changes +# from frame to frame. 'ncurses' is default if supported +# +# 'raw' is an 8 or 16 bit (configurable via the 'bit_format' option) data +# stream of the bar heights that can be used to send to other applications. +# 'raw' defaults to 200 bars, which can be adjusted in the 'bars' option above. +; method = ncurses + +# Visual channels. Can be 'stereo' or 'mono'. +# 'stereo' mirrors both channels with low frequencies in center. +# 'mono' outputs left to right lowest to highest frequencies. +# 'mono_option' set mono to either take input from 'left', 'right' or 'average'. +; channels = stereo +; mono_option = average + +# Raw output target. A fifo will be created if target does not exist. +; raw_target = /dev/stdout + +# Raw data format. Can be 'binary' or 'ascii'. +; data_format = binary + +# Binary bit format, can be '8bit' (0-255) or '16bit' (0-65530). +; bit_format = 16bit + +# Ascii max value. In 'ascii' mode range will run from 0 to value specified here +; ascii_max_range = 1000 + +# Ascii delimiters. In ascii format each bar and frame is separated by a delimiters. +# Use decimal value in ascii table (i.e. 59 = ';' and 10 = '\n' (line feed)). +; bar_delimiter = 59 +; frame_delimiter = 10 + + + +[color] + +# Colors can be one of seven predefined: black, blue, cyan, green, magenta, red, white, yellow. +# Or defined by hex code '#xxxxxx' (hex code must be within ''). User defined colors requires +# ncurses output method and a terminal that can change color definitions such as Gnome-terminal or rxvt. +# if supported, ncurses mode will be forced on if user defined colors are used. +# default is to keep current terminal color +; background = default +; foreground = default + +# Gradient mode, only hex defined colors (and thereby ncurses mode) are supported, +# background must also be defined in hex or remain commented out. 1 = on, 0 = off. +# You can define as many as 8 different colors. They range from bottom to top of screen +gradient = 1 +gradient_count = 7 +gradient_color_1 = '#8B00FF' +gradient_color_2 = '#2E2B5F' +gradient_color_3 = '#0000FF' +gradient_color_4 = '#00FF00' +gradient_color_5 = '#FFFF00' +gradient_color_6 = '#FF7F00' +gradient_color_7 = '#FF0000' + + + +[smoothing] + +# Percentage value for integral smoothing. Takes values from 0 - 100. +# Higher values means smoother, but less precise. 0 to disable. +; integral = 77 + +# Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable. +; monstercat = 1 +; waves = 1 + +# Set gravity percentage for "drop off". Higher values means bars will drop faster. +# Accepts only non-negative values. 50 means half gravity, 200 means double. Set to 0 to disable "drop off". +; gravity = 100 + + +# In bar height, bars that would have been lower that this will not be drawn. +; ignore = 0 + + +[eq] + +# This one is tricky. You can have as much keys as you want. +# Remember to uncomment more then one key! More keys = more precision. +# Look at readme.md on github for further explanations and examples. +; 1 = 1 # bass +; 2 = 1 +; 3 = 1 # midtone +; 4 = 1 +; 5 = 1 # treble diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..2087e5f --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,436 @@ +# See dunst(5) for all configuration options + +[global] + ### Display ### + + # Which monitor should the notifications be displayed on. + monitor = 0 + + # Display notification on focused monitor. Possible modes are: + # mouse: follow mouse pointer + # keyboard: follow window with keyboard focus + # none: don't follow anything + # + # "keyboard" needs a window manager that exports the + # _NET_ACTIVE_WINDOW property. + # This should be the case for almost all modern window managers. + # + # If this option is set to mouse or keyboard, the monitor option + # will be ignored. + follow = mouse + + ### Geometry ### + + # dynamic width from 0 to 300 + # width = (0, 300) + # constant width of 300 + width = 300 + + # The maximum height of a single notification, excluding the frame. + height = 300 + + # Position the notification in the top right corner + origin = top-right + + # Offset from the origin + offset = 10x50 + + # Scale factor. It is auto-detected if value is 0. + scale = 0 + + # Maximum number of notification (0 means no limit) + notification_limit = 0 + + ### Progress bar ### + + # Turn on the progess bar. It appears when a progress hint is passed with + # for example dunstify -h int:value:12 + progress_bar = true + + # Set the progress bar height. This includes the frame, so make sure + # it's at least twice as big as the frame width. + progress_bar_height = 10 + + # Set the frame width of the progress bar + progress_bar_frame_width = 1 + + # Set the minimum width for the progress bar + progress_bar_min_width = 150 + + # Set the maximum width for the progress bar + progress_bar_max_width = 300 + + + # Show how many messages are currently hidden (because of + # notification_limit). + indicate_hidden = yes + + # The transparency of the window. Range: [0; 100]. + # This option will only work if a compositing window manager is + # present (e.g. xcompmgr, compiz, etc.). (X11 only) + transparency = 0 + + # Draw a line of "separator_height" pixel height between two + # notifications. + # Set to 0 to disable. + separator_height = 2 + + # Padding between text and separator. + padding = 8 + + # Horizontal padding. + horizontal_padding = 8 + + # Padding between text and icon. + text_icon_padding = 0 + + # Defines width in pixels of frame around the notification window. + # Set to 0 to disable. + frame_width = 3 + + # Defines color of the frame around the notification window. + frame_color = "#3b4252" + + # Define a color for the separator. + # possible values are: + # * auto: dunst tries to find a color fitting to the background; + # * foreground: use the same color as the foreground; + # * frame: use the same color as the frame; + # * anything else will be interpreted as a X color. + separator_color = "#4c566a" + + # Sort messages by urgency. + sort = yes + + # Don't remove messages, if the user is idle (no mouse or keyboard input) + # for longer than idle_threshold seconds. + # Set to 0 to disable. + # A client can set the 'transient' hint to bypass this. See the rules + # section for how to disable this if necessary + # idle_threshold = 120 + + ### Text ### + + font = FiraCode Nerd Font Mono 12 + + # The spacing between lines. If the height is smaller than the + # font height, it will get raised to the font height. + line_height = 0 + + # Possible values are: + # full: Allow a small subset of html markup in notifications: + # bold + # italic + # strikethrough + # underline + # + # For a complete reference see + # . + # + # strip: This setting is provided for compatibility with some broken + # clients that send markup even though it's not enabled on the + # server. Dunst will try to strip the markup but the parsing is + # simplistic so using this option outside of matching rules for + # specific applications *IS GREATLY DISCOURAGED*. + # + # no: Disable markup parsing, incoming notifications will be treated as + # plain text. Dunst will not advertise that it has the body-markup + # capability if this is set as a global setting. + # + # It's important to note that markup inside the format option will be parsed + # regardless of what this is set to. + markup = full + + # The format of the message. Possible variables are: + # %a appname + # %s summary + # %b body + # %i iconname (including its path) + # %I iconname (without its path) + # %p progress value if set ([ 0%] to [100%]) or nothing + # %n progress value if set without any extra characters + # %% Literal % + # Markup is allowed + format = "%s\n%b" + + # Alignment of message text. + # Possible values are "left", "center" and "right". + alignment = left + + # Vertical alignment of message text and icon. + # Possible values are "top", "center" and "bottom". + vertical_alignment = center + + # Show age of message if message is older than show_age_threshold + # seconds. + # Set to -1 to disable. + show_age_threshold = 60 + + # Specify where to make an ellipsis in long lines. + # Possible values are "start", "middle" and "end". + ellipsize = middle + + # Ignore newlines '\n' in notifications. + ignore_newline = no + + # Stack together notifications with the same content + stack_duplicates = true + + # Hide the count of stacked notifications with the same content + hide_duplicate_count = false + + # Display indicators for URLs (U) and actions (A). + show_indicators = yes + + ### Icons ### + + # Align icons left/right/off + icon_position = left + + # Scale small icons up to this size, set to 0 to disable. Helpful + # for e.g. small files or high-dpi screens. In case of conflict, + # max_icon_size takes precedence over this. + min_icon_size = 0 + + # Scale larger icons down to this size, set to 0 to disable + max_icon_size = 32 + + # Paths to default icons. + icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + + ### History ### + + # Should a notification popped up from history be sticky or timeout + # as if it would normally do. + sticky_history = yes + + # Maximum amount of notifications kept in history + history_length = 20 + + ### Misc/Advanced ### + + # dmenu path. + dmenu = /usr/bin/dmenu -p dunst: + + # Browser for opening urls in context menu. + browser = /usr/bin/xdg-open + + # Always run rule-defined scripts, even if the notification is suppressed + always_run_script = true + + # Define the title of the windows spawned by dunst + title = Dunst + + # Define the class of the windows spawned by dunst + class = Dunst + + # Define the corner radius of the notification window + # in pixel size. If the radius is 0, you have no rounded + # corners. + # The radius will be automatically lowered if it exceeds half of the + # notification height to avoid clipping text and/or icons. + corner_radius = 0 + + # Ignore the dbus closeNotification message. + # Useful to enforce the timeout set by dunst configuration. Without this + # parameter, an application may close the notification sent before the + # user defined timeout. + ignore_dbusclose = false + + ### Wayland ### + # These settings are Wayland-specific. They have no effect when using X11 + + # Uncomment this if you want to let notications appear under fullscreen + # applications (default: overlay) + # layer = top + + # Set this to true to use X11 output on Wayland. + force_xwayland = false + + ### Legacy + + # Use the Xinerama extension instead of RandR for multi-monitor support. + # This setting is provided for compatibility with older nVidia drivers that + # do not support RandR and using it on systems that support RandR is highly + # discouraged. + # + # By enabling this setting dunst will not be able to detect when a monitor + # is connected or disconnected which might break follow mode if the screen + # layout changes. + force_xinerama = false + + ### mouse + + # Defines list of actions for each mouse event + # Possible values are: + # * none: Don't do anything. + # * do_action: Invoke the action determined by the action_name rule. If there is no + # such action, open the context menu. + # * open_url: If the notification has exactly one url, open it. If there are multiple + # ones, open the context menu. + # * close_current: Close current notification. + # * close_all: Close all notifications. + # * context: Open context menu for the notification. + # * context_all: Open context menu for all notifications. + # These values can be strung together for each mouse event, and + # will be executed in sequence. + mouse_left_click = close_current + mouse_middle_click = do_action, close_current + mouse_right_click = close_all + +# Experimental features that may or may not work correctly. Do not expect them +# to have a consistent behaviour across releases. +[experimental] + # Calculate the dpi to use on a per-monitor basis. + # If this setting is enabled the Xft.dpi value will be ignored and instead + # dunst will attempt to calculate an appropriate dpi value for each monitor + # using the resolution and physical size. This might be useful in setups + # where there are multiple screens with very different dpi values. + per_monitor_dpi = false + + +[urgency_low] + # IMPORTANT: colors have to be defined in quotation marks. + # Otherwise the "#" and following would be interpreted as a comment. + background = "#222222" + foreground = "#888888" + timeout = 10 + # Icon for notifications with low urgency, uncomment to enable + #new_icon = /path/to/icon + +[urgency_normal] + background = "#285577" + foreground = "#ffffff" + timeout = 10 + # Icon for notifications with normal urgency, uncomment to enable + #new_icon = /path/to/icon + +[urgency_critical] + background = "#900000" + foreground = "#ffffff" + frame_color = "#ff0000" + timeout = 0 + # Icon for notifications with critical urgency, uncomment to enable + #new_icon = /path/to/icon + +# Every section that isn't one of the above is interpreted as a rules to +# override settings for certain messages. +# +# Messages can be matched by +# appname (discouraged, see desktop_entry) +# body +# category +# desktop_entry +# icon +# match_transient +# msg_urgency +# stack_tag +# summary +# +# and you can override the +# background +# foreground +# format +# frame_color +# fullscreen +# new_icon +# set_stack_tag +# set_transient +# set_category +# timeout +# urgency +# skip_display +# history_ignore +# action_name +# word_wrap +# ellipsize +# alignment +# +# Shell-like globbing will get expanded. +# +# Instead of the appname filter, it's recommended to use the desktop_entry filter. +# GLib based applications export their desktop-entry name. In comparison to the appname, +# the desktop-entry won't get localized. +# +# SCRIPTING +# You can specify a script that gets run when the rule matches by +# setting the "script" option. +# The script will be called as follows: +# script appname summary body icon urgency +# where urgency can be "LOW", "NORMAL" or "CRITICAL". +# +# NOTE: It might be helpful to run dunst -print in a terminal in order +# to find fitting options for rules. + +# Disable the transient hint so that idle_threshold cannot be bypassed from the +# client +#[transient_disable] +# match_transient = yes +# set_transient = no +# +# Make the handling of transient notifications more strict by making them not +# be placed in history. +#[transient_history_ignore] +# match_transient = yes +# history_ignore = yes + +# fullscreen values +# show: show the notifications, regardless if there is a fullscreen window opened +# delay: displays the new notification, if there is no fullscreen window active +# If the notification is already drawn, it won't get undrawn. +# pushback: same as delay, but when switching into fullscreen, the notification will get +# withdrawn from screen again and will get delayed like a new notification +#[fullscreen_delay_everything] +# fullscreen = delay +#[fullscreen_show_critical] +# msg_urgency = critical +# fullscreen = show + +#[espeak] +# summary = "*" +# script = dunst_espeak.sh + +#[script-test] +# summary = "*script*" +# script = dunst_test.sh + +#[ignore] +# # This notification will not be displayed +# summary = "foobar" +# skip_display = true + +#[history-ignore] +# # This notification will not be saved in history +# summary = "foobar" +# history_ignore = yes + +#[skip-display] +# # This notification will not be displayed, but will be included in the history +# summary = "foobar" +# skip_display = yes + +#[signed_on] +# appname = Pidgin +# summary = "*signed on*" +# urgency = low +# +#[signed_off] +# appname = Pidgin +# summary = *signed off* +# urgency = low +# +#[says] +# appname = Pidgin +# summary = *says* +# urgency = critical +# +#[twitter] +# appname = Pidgin +# summary = *twitter.com* +# urgency = normal +# +#[stack-volumes] +# appname = "some_volume_notifiers" +# set_stack_tag = "volume" +# +# vim: ft=cfg diff --git a/.config/glava/bars b/.config/glava/bars new file mode 120000 index 0000000..09377e3 --- /dev/null +++ b/.config/glava/bars @@ -0,0 +1 @@ +/etc/xdg/glava//bars \ No newline at end of file diff --git a/.config/glava/bars.glsl b/.config/glava/bars.glsl new file mode 100755 index 0000000..5f6bf94 --- /dev/null +++ b/.config/glava/bars.glsl @@ -0,0 +1,33 @@ + +/* Center line thickness (pixels) */ +#define C_LINE 1 +/* Width (in pixels) of each bar */ +#define BAR_WIDTH 4 +/* Width (in pixels) of each bar gap */ +#define BAR_GAP 2 +/* Outline color */ +#define BAR_OUTLINE #262626 +/* Outline width (in pixels, set to 0 to disable outline drawing) */ +#define BAR_OUTLINE_WIDTH 0 +/* Amplify magnitude of the results each bar displays */ +#define AMPLIFY 300 +/* Whether the current settings use the alpha channel; + enabling this is required for alpha to function + correctly on X11 with `"native"` transparency. */ +#define USE_ALPHA 0 +/* How strong the gradient changes */ +#define GRADIENT_POWER 60 +/* Bar color changes with height */ +/* define GRADIENT (d / GRADIENT_POWER + 1) */ +/* Bar color */ +#define COLOR mix(#882222, #2233FF, clamp(d / 100, 0, 1)) +/* Direction that the bars are facing, 0 for inward, 1 for outward */ +#define DIRECTION 0 +/* Whether to switch left/right audio buffers */ +#define INVERT 0 +/* Whether to flip the output vertically */ +#define FLIP 0 +/* Whether to mirror output along `Y = X`, causing output to render on the left side of the window */ +/* Use with `FLIP 1` to render on the right side */ +#define MIRROR_YX 0 + diff --git a/.config/glava/circle b/.config/glava/circle new file mode 120000 index 0000000..f53c651 --- /dev/null +++ b/.config/glava/circle @@ -0,0 +1 @@ +/etc/xdg/glava//circle \ No newline at end of file diff --git a/.config/glava/circle.glsl b/.config/glava/circle.glsl new file mode 100755 index 0000000..83b8ad3 --- /dev/null +++ b/.config/glava/circle.glsl @@ -0,0 +1,24 @@ +/* center radius (pixels) */ +#define C_RADIUS 128 +/* center line thickness (pixels) */ +#define C_LINE 1.5 +/* outline color */ +#define OUTLINE #333333 +/* Amplify magnitude of the results each bar displays */ +#define AMPLIFY 150 +/* Angle (in radians) for how much to rotate the visualizer */ +#define ROTATE (PI / 2) +/* Whether to switch left/right audio buffers */ +#define INVERT 0 +/* Whether to fill in the space between the line and inner circle */ +#define C_FILL 0 +/* Whether to apply a post-processing image smoothing effect + 1 to enable, 0 to disable. Only works with `xroot` transparency, + and improves performance if disabled. */ +#define C_SMOOTH 1 + +/* Gravity step, overrude frin `smooth_parameters.glsl` */ +#request setgravitystep 6.0 + +/* Smoothing factor, override from `smooth_parameters.glsl` */ +#request setsmoothfactor 0.01 diff --git a/.config/glava/env_KWin.glsl b/.config/glava/env_KWin.glsl new file mode 100755 index 0000000..aa168ba --- /dev/null +++ b/.config/glava/env_KWin.glsl @@ -0,0 +1,8 @@ +#request setdecorated false +#request setxwintype "normal" +#request addxwinstate "below" +#request addxwinstate "skip_taskbar" +#request addxwinstate "skip_pager" +#request addxwinstate "pinned" +#request setclickthrough true + diff --git a/.config/glava/env_Openbox.glsl b/.config/glava/env_Openbox.glsl new file mode 100755 index 0000000..c95c616 --- /dev/null +++ b/.config/glava/env_Openbox.glsl @@ -0,0 +1,2 @@ +#request setxwintype "desktop" +#request addxwinstate "pinned" diff --git a/.config/glava/env_Xfwm4.glsl b/.config/glava/env_Xfwm4.glsl new file mode 100755 index 0000000..1c20359 --- /dev/null +++ b/.config/glava/env_Xfwm4.glsl @@ -0,0 +1,3 @@ +#request setxwintype "desktop" +#request addxwinstate "pinned" +#request addxwinstate "below" diff --git a/.config/glava/env_awesome.glsl b/.config/glava/env_awesome.glsl new file mode 100755 index 0000000..7f2bba3 --- /dev/null +++ b/.config/glava/env_awesome.glsl @@ -0,0 +1 @@ +#request setxwintype "!-" diff --git a/.config/glava/env_default.glsl b/.config/glava/env_default.glsl new file mode 100755 index 0000000..90336cc --- /dev/null +++ b/.config/glava/env_default.glsl @@ -0,0 +1 @@ +#request setxwintype "desktop" diff --git a/.config/glava/env_i3.glsl b/.config/glava/env_i3.glsl new file mode 100755 index 0000000..7f2bba3 --- /dev/null +++ b/.config/glava/env_i3.glsl @@ -0,0 +1 @@ +#request setxwintype "!-" diff --git a/.config/glava/graph b/.config/glava/graph new file mode 120000 index 0000000..2ad2983 --- /dev/null +++ b/.config/glava/graph @@ -0,0 +1 @@ +/etc/xdg/glava//graph \ No newline at end of file diff --git a/.config/glava/graph.glsl b/.config/glava/graph.glsl new file mode 100755 index 0000000..546d8d4 --- /dev/null +++ b/.config/glava/graph.glsl @@ -0,0 +1,31 @@ + +/* Vertical scale, larger values will amplify output */ +#define VSCALE 300 +/* Rendering direction, either -1 (outwards) or 1 (inwards). */ +#define DIRECTION 1 + +/* Color gradient scale, (optionally) used in `COLOR` macro */ +#define GRADIENT_SCALE 75 +/* Color definition. By default this is a gradient formed by mixing two colors. + `pos` represents the pixel position relative to the visualizer baseline. */ +#define COLOR mix(#802A2A, #4F4F92, clamp(pos / GRADIENT_SCALE, 0, 1)) +/* 1 to draw outline, 0 to disable */ +#define DRAW_OUTLINE 0 +/* 1 to draw edge highlight, 0 to disable */ +#define DRAW_HIGHLIGHT 1 +/* Whether to anti-alias the border of the graph, creating a smoother curve. + This may have a small impact on performance. + Note: requires `xroot` or `none` opacity to be set */ +#define ANTI_ALIAS 0 +/* outline color */ +#define OUTLINE #262626 +/* 1 to join the two channels together in the middle, 0 to clamp both down to zero */ +#define JOIN_CHANNELS 0 +/* 1 to invert (vertically), 0 otherwise */ +#define INVERT 0 + +/* Gravity step, overrude from `smooth_parameters.glsl` */ +#request setgravitystep 2.4 + +/* Smoothing factor, override from `smooth_parameters.glsl` */ +#request setsmoothfactor 0.015 diff --git a/.config/glava/radial b/.config/glava/radial new file mode 120000 index 0000000..04fe5e4 --- /dev/null +++ b/.config/glava/radial @@ -0,0 +1 @@ +/etc/xdg/glava//radial \ No newline at end of file diff --git a/.config/glava/radial.glsl b/.config/glava/radial.glsl new file mode 100755 index 0000000..4689be6 --- /dev/null +++ b/.config/glava/radial.glsl @@ -0,0 +1,39 @@ + +/* center radius (pixels) */ +#define C_RADIUS 128 +/* center line thickness (pixels) */ +#define C_LINE 2 +/* outline color */ +#define OUTLINE #333333 +/* number of bars (use even values for best results) */ +#define NBARS 180 +/* width (in pixels) of each bar*/ +#define BAR_WIDTH 3.5 +/* outline color */ +#define BAR_OUTLINE OUTLINE +/* outline width (in pixels, set to 0 to disable outline drawing) */ +#define BAR_OUTLINE_WIDTH 0 +/* Amplify magnitude of the results each bar displays */ +#define AMPLIFY 300 +/* Bar color */ +#define COLOR (#cc3333 * ((d / 40) + 1)) +/* Angle (in radians) for how much to rotate the visualizer */ +#define ROTATE (PI / 2) +/* Whether to switch left/right audio buffers */ +#define INVERT 0 +/* Aliasing factors. Higher values mean more defined and jagged lines. + Note: aliasing does not have a notable impact on performance, but requires + `xroot` transparency to be enabled since it relies on alpha blending with + the background. */ +#define BAR_ALIAS_FACTOR 1.2 +#define C_ALIAS_FACTOR 1.8 +/* Offset (Y) of the visualization */ +#define CENTER_OFFSET_Y 0 +/* Offset (X) of the visualization */ +#define CENTER_OFFSET_X 0 + +/* Gravity step, override from `smooth_parameters.glsl` */ +#request setgravitystep 5.0 + +/* Smoothing factor, override from `smooth_parameters.glsl` */ +#request setsmoothfactor 0.02 diff --git a/.config/glava/rc.glsl b/.config/glava/rc.glsl new file mode 100755 index 0000000..fc2b9fe --- /dev/null +++ b/.config/glava/rc.glsl @@ -0,0 +1,227 @@ + +/* The module to use. A module is a set of shaders used to produce + the visualizer. The structure for a module is the following: + + module_name [directory] + 1.frag [file: fragment shader], + 2.frag [file: fragment shader], + ... + + Shaders are loaded in numerical order, starting at '1.frag', + continuing indefinitely. The results of each shader (except + for the final pass) is given to the next shader in the list + as a 2D sampler. + + See documentation for more details. */ +#request mod bars + +/* Window hints */ +#request setfloating false +#request setdecorated true +#request setfocused false +#request setmaximized false + +/* Set window background opacity mode. Possible values are: + + "native" - True transparency provided by the compositor. Can + reduce performance on some systems, depending on + the compositor used. + + "xroot" - Maintain a copy of the root window's pixmap + (usually the desktop background) to provide a + pseudo-transparent effect. Useful when no compositor + is available or native transparency isn't nessecary. + Has very little performance impact. + + "none" - Disable window opacity completely. */ +#request setopacity "native" + +/* Whether to mirror left and right audio input channels from PulseAudio.*/ +#request setmirror false + +/* OpenGL context and GLSL shader versions, do not change unless + you *absolutely* know what you are doing. */ +#request setversion 3 3 +#request setshaderversion 330 + +/* Window title */ +#request settitle "GLava" + +/* Window geometry (x, y, width, height) */ +#request setgeometry 0 0 3840 1080 + +/* Window background color (RGB format). + Does not work with `setopacity "xroot"` */ +#request setbg 00000000 + +/* (X11 only) EWMH Window type. Possible values are: + + "desktop", "dock", "toolbar", "menu", + "utility", "splash", "dialog", "normal" + + This will set _NET_WM_WINDOW_TYPE to _NET_WM_WINDOW_TYPE_(TYPE), + where (TYPE) is the one of the window types listed (after being + converted to uppercase). + + Alternatively, you can set this value to "!", which will cause + the window to be unmanaged. If this is set, then `addxwinstate` + will do nothing, but you can use "!+" and "!-" to stack on top + or below other windows. +*/ +#request setxwintype "normal" + +/* (X11 only) EWMH Window state atoms (multiple can be specified). + Possible values are: + + "modal", "sticky", "maximized_vert", "maximized_horz", + "shaded", "skip_taskbar", "skip_pager", "hidden", "fullscreen", + "above", "below", "demands_attention", "focused", "pinned" + + This will add _NET_WM_STATE_(TYPE) atoms to _NET_WM_STATE, + where (TYPE) is one of the window states listed (after being + converted to uppercase). + + The lines below (commented out by default) are of relevance + if you are trying to get GLava to behave as a desktop widget + and your WM is not correctly responding to the "desktop" value + for `setxwintype`. +*/ +// #request addxwinstate "sticky" +// #request addxwinstate "skip_taskbar" +// #request addxwinstate "skip_pager" +// #request addxwinstate "above" +// #request addxwinstate "pinned" + +/* (X11 only) Use the XShape extension to support clicking through + the GLava window. Useful when you want to interact with other + desktop windows (icons, menus, desktop shells). Enabled by + default when GLava itself is a desktop window. */ +#request setclickthrough false + +/* Audio source + + When the "pulseaudio" backend is set, this can be a number or + a name of an audio sink or device to record from. Set to "auto" + to use the default output device. + + When the "fifo" backend is set, "auto" is interpreted as + "/tmp/mpd.fifo". Otherwise, a valid path should be provided. */ +#request setsource "auto" + +/* Buffer swap interval (vsync), set to '0' to prevent + waiting for refresh, '1' (or more) to wait for the specified + amount of frames. */ +#request setswap 1 + +/* Linear interpolation for audio data frames. Drastically + improves smoothness with configurations that yield low UPS + (`setsamplerate` and `setsamplesize`), or monitors that have + high refresh rates. + + This feature itself, however, will effect performance as it + will have to interpolate data every frame on the CPU. It will + automatically (and temporarily) disable itself if the update + rate is close to, or higher than the framerate: + + if (update_rate / frame_rate > 0.9) disable_interpolation; + + This will delay data output by one update frame, so it can + desync audio with visual effects on low UPS configs. */ +#request setinterpolate true + +/* Frame limiter, set to the frames per second (FPS) desired or + simply set to zero (or lower) to disable the frame limiter. */ +#request setframerate 60 + +/* Suspends rendering if a fullscreen window is focused while + GLava is still visible (ie. on another monitor). This prevents + rendering from interfering with other graphically intensive + tasks. + + If GLava is minimized or completely obscured, it will not + render regardless of this option. */ +#request setfullscreencheck false + +/* Enable/disable printing framerate every second. 'FPS' stands + for 'Frames Per Second', and 'UPS' stands for 'Updates Per + Second'. Updates are performed when new data is submitted + by pulseaudio, and require transformations to be re-applied + (thus being a good measure of how much work your CPU has to + perform over time) */ +#request setprintframes true + +/* PulseAudio sample buffer size. Lower values result in more + frequent audio updates (also depends on sampling rate), but + will also require all transformations to be applied much + more frequently (CPU intensive). + + High (>2048, with 22050 Hz) values will decrease accuracy + (as some signals can be missed by transformations like FFT) + + The following settings (@22050 Hz) produce the listed rates: + + Sample UPS Description + - 2048 -> 43.0 (low accuracy, cheap), use with < 60 FPS + - 1024 -> 86.1 (high accuracy, expensive), use with >= 60 FPS + - 512 -> 172.3 (extreme accuracy, very expensive), use only + for graphing accurate spectrum data with + custom modules. + + If the framerate drops below the update rate, the update rate + will be locked to the framerate (to prevent wasting CPU time). + This behaviour means you can use a 1024 sample size on a 60Hz + monitor with vsync enabled to get 60FPS and 60UPS. + + For high refresh rate monitors (120+ Hz), it's recommended to + also stick with the 1024 sample size and use interpolation to + smooth the data, as accuracy beyond this setting is mostly + meaningless for visual purposes. +*/ +#request setsamplesize 1024 + +/* Audio buffer size to be used for processing and shaders. + Increasing this value can have the effect of adding 'gravity' + to FFT output, as the audio signal will remain in the buffer + longer. + + This value has a _massive_ effect on FFT performance and + quality for some modules. */ +#request setbufsize 4096 + +/* PulseAudio sample rate. Lower values can add 'gravity' to + FFT output, but can also reduce accuracy. Most hardware + samples at 44100Hz. + + Lower sample rates also can make output more choppy, when + not using interpolation. It's generally OK to leave this + value unless you have a strange PulseAudio configuration. + + This option does nothing when using the "fifo" audio + backend. Instead, an ideal rate should be be configured + in the application generating the output. */ +#request setsamplerate 22050 + +/* ** DEPRECATED ** + Force window geometry (locking the window in place), useful + for some pesky WMs that try to reposition the window when + embedding in the desktop. + + This routinely sends X11 events and should be avoided. */ +#request setforcegeometry false + +/* ** DEPRECATED ** + Force window to be raised (focused in some WMs), useful for + WMs that have their own stacking order for desktop windows. + + This routinely sends X11 events and should be avoided. */ +#request setforceraised false + +/* ** DEPRECATED ** + Scale down the audio buffer before any operations are + performed on the data. Higher values are faster. + + This value can affect the output of various transformations, + since it applies (crude) averaging to the data when shrinking + the buffer. It is reccommended to use `setsamplerate` and + `setsamplesize` to improve performance or accuracy instead. */ +#request setbufscale 1 diff --git a/.config/glava/smooth_parameters.glsl b/.config/glava/smooth_parameters.glsl new file mode 100755 index 0000000..bfea307 --- /dev/null +++ b/.config/glava/smooth_parameters.glsl @@ -0,0 +1,78 @@ + +/* Settings for smoothing functions and transformations commonly + used to display FFT output. + + IMPORTANT: THESE VALUES CAN BE OVERRIDDEN IN MODULE CONFIG + FILES, IF CHANGING VALUES HERE DOES NOT WORK, CHECK + TO MAKE SURE THEY ARE NOT BEING SET ELSEWHERE. +*/ + +/* The type of formula to use for weighting values when smoothing. + Possible values: + + - circular heavily rounded points + - sinusoidal rounded at both low and high weighted values + like a sine wave + - linear not rounded at all; linear distance + */ +#define ROUND_FORMULA sinusoidal + +/* The sampling mode for processing raw FFT input: + + - average averages all the inputs in the sample range for + a given point. Produces smooth output, but peaks + are not well represented + - maximum obtains the best value from the closest peak in + the sample range. Very accurate peaks, but + output is jagged and sporadic. + - hybrid uses the results from both `average` and `maximum` + with the weight provided in `SAMPLE_HYBRID_WEIGHT` */ +#define SAMPLE_MODE average +/* Weight should be provided in the range (0, 1). Higher values favour + averaged results. `hybrid` mode only. */ +#define SAMPLE_HYBRID_WEIGHT 0.65 + +/* Factor used to scale frequencies. Lower values allows lower + frequencies to occupy more space. */ +#define SAMPLE_SCALE 8 + +/* The frequency range to sample. 1.0 would be the entire FFT output, + and lower values reduce the displayed frequencies in a log-like + scale. */ +#define SAMPLE_RANGE 0.9 + +/* Factor for how to scale higher frequencies. Used in a linear equation + which is multiplied by the result of the fft transformation. */ +#request setfftscale 10.2 + +/* Cutoff for the bass end of the audio data when scaling frequencies. + Higher values cause more of the bass frequencies to be skipped when + scaling. */ +#request setfftcutoff 0.3 + +/* How many frames to queue and run through the average function. + Increasing this value will create latency between the audio and the + animation, but will make for much smoother results. */ +#request setavgframes 6 + +/* Whether to window frames ran through the average function (new & old + frames are weighted less). This massively helps smoothing out + spontaneous values in the animation. */ +#request setavgwindow true + +/* Gravity step, higher values means faster drops. The step is applied + in a rate independant method like so: + + val -= (gravitystep) * (seconds per update) */ +#request setgravitystep 4.2 + +/* Smoothing factor. Larger values mean more smoothing in the output, + however high values can be expensive to compute. Values are in + normalized width: [0.0, 1.0) */ +#request setsmoothfactor 0.025 + +/* Whether to use a separate pass for audio data while smoothing. On + most hardware, this will improve performance, but involves doing a + separate render step for each audio texture and will add some driver + (CPU) overhead. */ +#request setsmoothpass true diff --git a/.config/glava/util b/.config/glava/util new file mode 120000 index 0000000..3cbab73 --- /dev/null +++ b/.config/glava/util @@ -0,0 +1 @@ +/etc/xdg/glava//util \ No newline at end of file diff --git a/.config/glava/wave b/.config/glava/wave new file mode 120000 index 0000000..3cba0de --- /dev/null +++ b/.config/glava/wave @@ -0,0 +1 @@ +/etc/xdg/glava//wave \ No newline at end of file diff --git a/.config/glava/wave.glsl b/.config/glava/wave.glsl new file mode 100755 index 0000000..6a59fbe --- /dev/null +++ b/.config/glava/wave.glsl @@ -0,0 +1,14 @@ +/* min (vertical) line thickness */ +#define MIN_THICKNESS 1 + +/* max (vertical) line thickness */ +#define MAX_THICKNESS 6 + +/* base color to use, distance from center will multiply the RGB components */ +#define BASE_COLOR vec4(0.7, 0.2, 0.45, 1) + +/* amplitude */ +#define AMPLIFY 500 + +/* outline color */ +#define OUTLINE vec4(0.15, 0.15, 0.15, 1) diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini new file mode 100644 index 0000000..433cb0e --- /dev/null +++ b/.config/gtk-3.0/settings.ini @@ -0,0 +1,15 @@ +[Settings] +gtk-theme-name=Nordic +gtk-icon-theme-name=Nordic-Darker +gtk-font-name=FiraCode Nerd Font Mono 11 +gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintmedium diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf new file mode 100644 index 0000000..27aa607 --- /dev/null +++ b/.config/neofetch/config.conf @@ -0,0 +1,859 @@ +# See this wiki page for more info: +# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info +print_info() { + info title + info underline + + info "OS" distro + info "Host" model + info "Kernel" kernel + info "Uptime" uptime + info "Packages" packages + info "Shell" shell + info "Resolution" resolution + info "DE" de + info "WM" wm + info "WM Theme" wm_theme + info "Theme" theme + info "Icons" icons + info "Terminal" term + info "Terminal Font" term_font + info "CPU" cpu + info "GPU" gpu + info "Memory" memory + info "GPU Driver" gpu_driver # Linux/macOS only + info "CPU Usage" cpu_usage + info "Disk" disk + info "Font" font + info "Song" song + [[ "$player" ]] && prin "Music Player" "$player" + info "Locale" locale # This only works on glibc systems. + + info cols +} + +# Title + + +# Hide/Show Fully qualified domain name. +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --title_fqdn +title_fqdn="off" + + +# Kernel + + +# Shorten the output of the kernel function. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --kernel_shorthand +# Supports: Everything except *BSDs (except PacBSD and PC-BSD) +# +# Example: +# on: '4.8.9-1-ARCH' +# off: 'Linux 4.8.9-1-ARCH' +kernel_shorthand="off" + + +# Distro + + +# Shorten the output of the distro function +# +# Default: 'off' +# Values: 'on', 'tiny', 'off' +# Flag: --distro_shorthand +# Supports: Everything except Windows and Haiku +distro_shorthand="off" + +# Show/Hide OS Architecture. +# Show 'x86_64', 'x86' and etc in 'Distro:' output. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --os_arch +# +# Example: +# on: 'Arch Linux x86_64' +# off: 'Arch Linux' +os_arch="on" + + +# Uptime + + +# Shorten the output of the uptime function +# +# Default: 'on' +# Values: 'on', 'tiny', 'off' +# Flag: --uptime_shorthand +# +# Example: +# on: '2 days, 10 hours, 3 mins' +# tiny: '2d 10h 3m' +# off: '2 days, 10 hours, 3 minutes' +uptime_shorthand="off" + + +# Memory + + +# Show memory pecentage in output. +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --memory_percent +# +# Example: +# on: '1801MiB / 7881MiB (22%)' +# off: '1801MiB / 7881MiB' +memory_percent="on" + +# Change memory output unit. +# +# Default: 'mib' +# Values: 'kib', 'mib', 'gib' +# Flag: --memory_unit +# +# Example: +# kib '1020928KiB / 7117824KiB' +# mib '1042MiB / 6951MiB' +# gib: ' 0.98GiB / 6.79GiB' +memory_unit="gib" + + +# Packages + + +# Show/Hide Package Manager names. +# +# Default: 'tiny' +# Values: 'on', 'tiny' 'off' +# Flag: --package_managers +# +# Example: +# on: '998 (pacman), 8 (flatpak), 4 (snap)' +# tiny: '908 (pacman, flatpak, snap)' +# off: '908' +package_managers="on" + + +# Shell + + +# Show the path to $SHELL +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --shell_path +# +# Example: +# on: '/bin/bash' +# off: 'bash' +shell_path="on" + +# Show $SHELL version +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --shell_version +# +# Example: +# on: 'bash 4.4.5' +# off: 'bash' +shell_version="on" + + +# CPU + + +# CPU speed type +# +# Default: 'bios_limit' +# Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'. +# Flag: --speed_type +# Supports: Linux with 'cpufreq' +# NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value. +speed_type="bios_limit" + +# CPU speed shorthand +# +# Default: 'off' +# Values: 'on', 'off'. +# Flag: --speed_shorthand +# NOTE: This flag is not supported in systems with CPU speed less than 1 GHz +# +# Example: +# on: 'i7-6500U (4) @ 3.1GHz' +# off: 'i7-6500U (4) @ 3.100GHz' +speed_shorthand="off" + +# Enable/Disable CPU brand in output. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --cpu_brand +# +# Example: +# on: 'Intel i7-6500U' +# off: 'i7-6500U (4)' +cpu_brand="on" + +# CPU Speed +# Hide/Show CPU speed. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --cpu_speed +# +# Example: +# on: 'Intel i7-6500U (4) @ 3.1GHz' +# off: 'Intel i7-6500U (4)' +cpu_speed="on" + +# CPU Cores +# Display CPU cores in output +# +# Default: 'logical' +# Values: 'logical', 'physical', 'off' +# Flag: --cpu_cores +# Support: 'physical' doesn't work on BSD. +# +# Example: +# logical: 'Intel i7-6500U (4) @ 3.1GHz' (All virtual cores) +# physical: 'Intel i7-6500U (2) @ 3.1GHz' (All physical cores) +# off: 'Intel i7-6500U @ 3.1GHz' +cpu_cores="logical" + +# CPU Temperature +# Hide/Show CPU temperature. +# Note the temperature is added to the regular CPU function. +# +# Default: 'off' +# Values: 'C', 'F', 'off' +# Flag: --cpu_temp +# Supports: Linux, BSD +# NOTE: For FreeBSD and NetBSD-based systems, you'll need to enable +# coretemp kernel module. This only supports newer Intel processors. +# +# Example: +# C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]' +# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]' +# off: 'Intel i7-6500U (4) @ 3.1GHz' +cpu_temp="on" + + +# GPU + + +# Enable/Disable GPU Brand +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --gpu_brand +# +# Example: +# on: 'AMD HD 7950' +# off: 'HD 7950' +gpu_brand="on" + +# Which GPU to display +# +# Default: 'all' +# Values: 'all', 'dedicated', 'integrated' +# Flag: --gpu_type +# Supports: Linux +# +# Example: +# all: +# GPU1: AMD HD 7950 +# GPU2: Intel Integrated Graphics +# +# dedicated: +# GPU1: AMD HD 7950 +# +# integrated: +# GPU1: Intel Integrated Graphics +gpu_type="all" + + +# Resolution + + +# Display refresh rate next to each monitor +# Default: 'off' +# Values: 'on', 'off' +# Flag: --refresh_rate +# Supports: Doesn't work on Windows. +# +# Example: +# on: '1920x1080 @ 60Hz' +# off: '1920x1080' +refresh_rate="on" + + +# Gtk Theme / Icons / Font + + +# Shorten output of GTK Theme / Icons / Font +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --gtk_shorthand +# +# Example: +# on: 'Numix, Adwaita' +# off: 'Numix [GTK2], Adwaita [GTK3]' +gtk_shorthand="off" + + +# Enable/Disable gtk2 Theme / Icons / Font +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --gtk2 +# +# Example: +# on: 'Numix [GTK2], Adwaita [GTK3]' +# off: 'Adwaita [GTK3]' +gtk2="on" + +# Enable/Disable gtk3 Theme / Icons / Font +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --gtk3 +# +# Example: +# on: 'Numix [GTK2], Adwaita [GTK3]' +# off: 'Numix [GTK2]' +gtk3="on" + + +# IP Address + + +# Website to ping for the public IP +# +# Default: 'http://ident.me' +# Values: 'url' +# Flag: --ip_host +public_ip_host="http://ident.me" + +# Public IP timeout. +# +# Default: '2' +# Values: 'int' +# Flag: --ip_timeout +public_ip_timeout=2 + + +# Desktop Environment + + +# Show Desktop Environment version +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --de_version +de_version="on" + + +# Disk + + +# Which disks to display. +# The values can be any /dev/sdXX, mount point or directory. +# NOTE: By default we only show the disk info for '/'. +# +# Default: '/' +# Values: '/', '/dev/sdXX', '/path/to/drive'. +# Flag: --disk_show +# +# Example: +# disk_show=('/' '/dev/sdb1'): +# 'Disk (/): 74G / 118G (66%)' +# 'Disk (/mnt/Videos): 823G / 893G (93%)' +# +# disk_show=('/'): +# 'Disk (/): 74G / 118G (66%)' +# +disk_show=('/') + +# Disk subtitle. +# What to append to the Disk subtitle. +# +# Default: 'mount' +# Values: 'mount', 'name', 'dir', 'none' +# Flag: --disk_subtitle +# +# Example: +# name: 'Disk (/dev/sda1): 74G / 118G (66%)' +# 'Disk (/dev/sdb2): 74G / 118G (66%)' +# +# mount: 'Disk (/): 74G / 118G (66%)' +# 'Disk (/mnt/Local Disk): 74G / 118G (66%)' +# 'Disk (/mnt/Videos): 74G / 118G (66%)' +# +# dir: 'Disk (/): 74G / 118G (66%)' +# 'Disk (Local Disk): 74G / 118G (66%)' +# 'Disk (Videos): 74G / 118G (66%)' +# +# none: 'Disk: 74G / 118G (66%)' +# 'Disk: 74G / 118G (66%)' +# 'Disk: 74G / 118G (66%)' +disk_subtitle="mount" + +# Disk percent. +# Show/Hide disk percent. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --disk_percent +# +# Example: +# on: 'Disk (/): 74G / 118G (66%)' +# off: 'Disk (/): 74G / 118G' +disk_percent="on" + + +# Song + + +# Manually specify a music player. +# +# Default: 'auto' +# Values: 'auto', 'player-name' +# Flag: --music_player +# +# Available values for 'player-name': +# +# amarok +# audacious +# banshee +# bluemindo +# clementine +# cmus +# deadbeef +# deepin-music +# dragon +# elisa +# exaile +# gnome-music +# gmusicbrowser +# gogglesmm +# guayadeque +# io.elementary.music +# iTunes +# juk +# lollypop +# mocp +# mopidy +# mpd +# muine +# netease-cloud-music +# olivia +# playerctl +# pogo +# pragha +# qmmp +# quodlibet +# rhythmbox +# sayonara +# smplayer +# spotify +# strawberry +# tauonmb +# tomahawk +# vlc +# xmms2d +# xnoise +# yarock +music_player="auto" + +# Format to display song information. +# +# Default: '%artist% - %album% - %title%' +# Values: '%artist%', '%album%', '%title%' +# Flag: --song_format +# +# Example: +# default: 'Song: Jet - Get Born - Sgt Major' +song_format="%artist% - %album% - %title%" + +# Print the Artist, Album and Title on separate lines +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --song_shorthand +# +# Example: +# on: 'Artist: The Fratellis' +# 'Album: Costello Music' +# 'Song: Chelsea Dagger' +# +# off: 'Song: The Fratellis - Costello Music - Chelsea Dagger' +song_shorthand="off" + +# 'mpc' arguments (specify a host, password etc). +# +# Default: '' +# Example: mpc_args=(-h HOST -P PASSWORD) +mpc_args=() + + +# Text Colors + + +# Text Colors +# +# Default: 'distro' +# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' +# Flag: --colors +# +# Each number represents a different part of the text in +# this order: 'title', '@', 'underline', 'subtitle', 'colon', 'info' +# +# Example: +# colors=(distro) - Text is colored based on Distro colors. +# colors=(4 6 1 8 8 6) - Text is colored in the order above. +colors=(distro) + + +# Text Options + + +# Toggle bold text +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --bold +bold="on" + +# Enable/Disable Underline +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --underline +underline_enabled="on" + +# Underline character +# +# Default: '-' +# Values: 'string' +# Flag: --underline_char +underline_char="-" + + +# Info Separator +# Replace the default separator with the specified string. +# +# Default: ':' +# Flag: --separator +# +# Example: +# separator="->": 'Shell-> bash' +# separator=" =": 'WM = dwm' +separator=":" + + +# Color Blocks + + +# Color block range +# The range of colors to print. +# +# Default: '0', '15' +# Values: 'num' +# Flag: --block_range +# +# Example: +# +# Display colors 0-7 in the blocks. (8 colors) +# neofetch --block_range 0 7 +# +# Display colors 0-15 in the blocks. (16 colors) +# neofetch --block_range 0 15 +block_range=(0 15) + +# Toggle color blocks +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --color_blocks +color_blocks="on" + +# Color block width in spaces +# +# Default: '3' +# Values: 'num' +# Flag: --block_width +block_width=3 + +# Color block height in lines +# +# Default: '1' +# Values: 'num' +# Flag: --block_height +block_height=1 + +# Color Alignment +# +# Default: 'auto' +# Values: 'auto', 'num' +# Flag: --col_offset +# +# Number specifies how far from the left side of the terminal (in spaces) to +# begin printing the columns, in case you want to e.g. center them under your +# text. +# Example: +# col_offset="auto" - Default behavior of neofetch +# col_offset=7 - Leave 7 spaces then print the colors +col_offset="auto" + +# Progress Bars + + +# Bar characters +# +# Default: '-', '=' +# Values: 'string', 'string' +# Flag: --bar_char +# +# Example: +# neofetch --bar_char 'elapsed' 'total' +# neofetch --bar_char '-' '=' +bar_char_elapsed="-" +bar_char_total="=" + +# Toggle Bar border +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --bar_border +bar_border="on" + +# Progress bar length in spaces +# Number of chars long to make the progress bars. +# +# Default: '15' +# Values: 'num' +# Flag: --bar_length +bar_length=15 + +# Progress bar colors +# When set to distro, uses your distro's logo colors. +# +# Default: 'distro', 'distro' +# Values: 'distro', 'num' +# Flag: --bar_colors +# +# Example: +# neofetch --bar_colors 3 4 +# neofetch --bar_colors distro 5 +bar_color_elapsed="distro" +bar_color_total="distro" + + +# Info display +# Display a bar with the info. +# +# Default: 'off' +# Values: 'bar', 'infobar', 'barinfo', 'off' +# Flags: --cpu_display +# --memory_display +# --battery_display +# --disk_display +# +# Example: +# bar: '[---=======]' +# infobar: 'info [---=======]' +# barinfo: '[---=======] info' +# off: 'info' +cpu_display="off" +memory_display="off" +battery_display="off" +disk_display="off" + + +# Backend Settings + + +# Image backend. +# +# Default: 'ascii' +# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off', +# 'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' +# Flag: --backend +image_backend="ascii" + +# Image Source +# +# Which image or ascii file to display. +# +# Default: 'auto' +# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/' +# 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")' +# Flag: --source +# +# NOTE: 'auto' will pick the best image source for whatever image backend is used. +# In ascii mode, distro ascii art will be used and in an image mode, your +# wallpaper will be used. +image_source="auto" + + +# Ascii Options + + +# Ascii distro +# Which distro's ascii art to display. +# +# Default: 'auto' +# Values: 'auto', 'distro_name' +# Flag: --ascii_distro +# NOTE: AIX, Alpine, Anarchy, Android, Antergos, antiX, "AOSC OS", +# "AOSC OS/Retro", Apricity, ArcoLinux, ArchBox, ARCHlabs, +# ArchStrike, XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, +# Bitrig, BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD, +# BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS, +# Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, +# Condres, Container_Linux, CRUX, Cucumber, Debian, Deepin, +# DesaOS, Devuan, DracOS, DarkOs, DragonFly, Drauger, Elementary, +# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD, +# FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo, +# gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, +# Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, +# Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite, +# LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, +# Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib, +# Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner, +# NuTyX, OBRevenge, OpenBSD, openEuler, OpenIndiana, openmamba, +# OpenMandriva, OpenStage, OpenWrt, osmc, Oracle, OS Elbrus, PacBSD, +# Parabola, Pardus, Parrot, Parsix, TrueOS, PCLinuxOS, Peppermint, +# popos, Porteus, PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, +# Raspbian, Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, +# Regata, Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, +# Septor, SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, +# SmartOS, Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, +# openSUSE_Leap, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, +# Trisquel, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, Ubuntu-Studio, +# Ubuntu, Venom, Void, Obarun, windows10, Windows7, Xubuntu, Zorin, +# and IRIX have ascii logos +# NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants. +# Use '{distro name}_old' to use the old logos. +# NOTE: Ubuntu has flavor variants. +# Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME, +# Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors. +# NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu, +# CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android, +# Antrix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola, +# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS, +# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, +# postmarketOS, and Void have a smaller logo variant. +# Use '{distro name}_small' to use the small variants. +ascii_distro="auto" + +# Ascii Colors +# +# Default: 'distro' +# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' +# Flag: --ascii_colors +# +# Example: +# ascii_colors=(distro) - Ascii is colored based on Distro colors. +# ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. +ascii_colors=(distro) + +# Bold ascii logo +# Whether or not to bold the ascii logo. +# +# Default: 'on' +# Values: 'on', 'off' +# Flag: --ascii_bold +ascii_bold="on" + + +# Image Options + + +# Image loop +# Setting this to on will make neofetch redraw the image constantly until +# Ctrl+C is pressed. This fixes display issues in some terminal emulators. +# +# Default: 'off' +# Values: 'on', 'off' +# Flag: --loop +image_loop="off" + +# Thumbnail directory +# +# Default: '~/.cache/thumbnails/neofetch' +# Values: 'dir' +thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch" + +# Crop mode +# +# Default: 'normal' +# Values: 'normal', 'fit', 'fill' +# Flag: --crop_mode +# +# See this wiki page to learn about the fit and fill options. +# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F +crop_mode="normal" + +# Crop offset +# Note: Only affects 'normal' crop mode. +# +# Default: 'center' +# Values: 'northwest', 'north', 'northeast', 'west', 'center' +# 'east', 'southwest', 'south', 'southeast' +# Flag: --crop_offset +crop_offset="center" + +# Image size +# The image is half the terminal width by default. +# +# Default: 'auto' +# Values: 'auto', '00px', '00%', 'none' +# Flags: --image_size +# --size +image_size="auto" + +# Gap between image and text +# +# Default: '3' +# Values: 'num', '-num' +# Flag: --gap +gap=3 + +# Image offsets +# Only works with the w3m backend. +# +# Default: '0' +# Values: 'px' +# Flags: --xoffset +# --yoffset +yoffset=0 +xoffset=0 + +# Image background color +# Only works with the w3m backend. +# +# Default: '' +# Values: 'color', 'blue' +# Flag: --bg_color +background_color= + + +# Misc Options + +# Stdout mode +# Turn off all colors and disables image backend (ASCII/Image). +# Useful for piping into another command. +# Default: 'off' +# Values: 'on', 'off' +stdout="off" diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json new file mode 100644 index 0000000..a7cf24c --- /dev/null +++ b/.config/nvim/coc-settings.json @@ -0,0 +1,39 @@ +{ + "codeLens.enable": true, + "languageserver": { + "vimls": { + "command": "vim-language-server", + "args": ["--stdio"], + "initializationOptions": { + "isNeovim": true, + "iskeyword": "@,48-57,_,192-255,-#", + "vimruntime": "", + "runtimepath": "", + "diagnostic": { + "enable": true + }, + "indexes": { + "runtimepath": true, + "gap": 100, + "count": 3, + "projectRootPatterns" : ["strange-root-pattern", ".git", "autoload", "plugin"] + }, + "suggest": { + "fromVimruntime": true, + "fromRuntimepath": false + } + }, + "filetypes": [ "vim" ] + }, + "sql": { + "command": "sql-language-server", + "args" : ["up", "--method", "stdio"], + "filetypes": ["sql", "mysql"] + }, + "graphql": { + "command": "graphql-lsp", + "args": ["server", "-m", "stream"], + "filetypes": ["typescript", "typescriptreact", "graphql"] + } + } +} diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim new file mode 100644 index 0000000..ae9461e --- /dev/null +++ b/.config/nvim/init.vim @@ -0,0 +1,129 @@ +set exrc +set relativenumber +set nu +set hidden +set tabstop=2 softtabstop=2 +set shiftwidth=2 +set noexpandtab +set smartindent +set noerrorbells +set nowrap +set noswapfile +set nobackup +set undodir=~/.vim/undodir +set undofile +set incsearch +set termguicolors +set scrolloff=8 +set noshowmode +set colorcolumn=120 +set signcolumn=yes +set cmdheight=2 +set updatetime=50 +set shortmess+=c +set encoding=UTF-8 +set mouse+=a +set list lcs=tab:>- +set guicursor= +set showtabline=2 +set nohlsearch +set nobomb +set fileformat=unix + +call plug#begin('~/.vim/plugged') + +" NeoVim TreeSitter +Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} + +" NERDTree +Plug 'preservim/nerdtree' +Plug 'Xuyuanp/nerdtree-git-plugin' +Plug 'ryanoasis/vim-devicons' +Plug 'tiagofumo/vim-nerdtree-syntax-highlight' + +Plug 'kyazdani42/nvim-web-devicons' + +" NeoVim Line +Plug 'vim-airline/vim-airline' +Plug 'vim-airline/vim-airline-themes' + +" GitOps +Plug 'tpope/vim-fugitive' +Plug 'APZelos/blamer.nvim' + +Plug 'jiangmiao/auto-pairs' +Plug 'mbbill/undotree' +Plug 'preservim/tagbar' +Plug 'neoclide/coc.nvim', {'branch': 'release' } +Plug 'tpope/vim-surround' +Plug 'tpope/vim-commentary' +Plug 'ntpeters/vim-better-whitespace' + +" Telescope +Plug 'nvim-lua/popup.nvim' +Plug 'nvim-lua/plenary.nvim' +Plug 'nvim-telescope/telescope.nvim' + +Plug 'mattn/emmet-vim' +Plug 'editorconfig/editorconfig-vim' +Plug 'tpope/vim-eunuch' + +" ColorScheme +Plug 'shaunsingh/nord.nvim' + +call plug#end() + +let mapleader = " " +let NERDTreeShowHidden = 1 +let g:better_whitespace_enabled = 1 +let g:airline_powerline_fonts = 1 +let g:airline#extensions#tabline#enabled = 1 +let g:blamer_enabled = 1 +let g:coc_sources_disable_map = { 'cs': ['cs-2', 'cs-3'] } + +source ~/.config/nvim/lua/treesitter.lua + +colorscheme nord + +nnoremap n :NERDTreeFocus +nnoremap :NERDTree +nnoremap :NERDTreeToggle +nnoremap :NERDTreeFind + +nnoremap :BufferPin + +nnoremap :UndotreeToggle + +nnoremap ;f :Telescope find_files +nnoremap ;r :Telescope live_grep +nnoremap \\ :Telescope buffers +nnoremap ;; :Telescope help_tags + +inoremap coc#refresh() +nmap gd (coc-definition) +nmap gy (coc-type-definition) +nmap gi (coc-implementation) +nmap gr (coc-references) +nnoremap gh :call show_documentation() +nnoremap cr :CocRestart + +function! s:show_documentation() + if &filetype == 'vim' + execute 'h '.expand('') + else + call CocAction('doHover') + endif +endfunction + +function TrimSpaces() range + let oldhlsearch=ShowSpaces(1) + execute a:firstline.",".a:lastline."substitute ///gec" + let &hlsearch=oldhlsearch +endfunction + +augroup RELMS + autocmd! + autocmd BufWritePre * :%s/\s\+$//e + autocmd BufWinEnter * if getcmdwintype() == '' | silent NERDTreeMirror | endif + autocmd BufEnter * if winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() | quit | endif +augroup END diff --git a/.config/nvim/lua/treesitter.lua b/.config/nvim/lua/treesitter.lua new file mode 100644 index 0000000..218f51b --- /dev/null +++ b/.config/nvim/lua/treesitter.lua @@ -0,0 +1,5 @@ +require'nvim-treesitter.configs'.setup { + highlight = { + enable = true, + }, +} diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 0000000..2c39f9a --- /dev/null +++ b/.config/picom/picom.conf @@ -0,0 +1,364 @@ +################################# +# Corners # +################################# +# requires: https://github.com/sdhand/compton +corner-radius = 15.0; +rounded-corners-exclude = [ + "class_g = 'Polybar'" +]; +round-borders = 1; +round-borders-exclude = [ + "class_g = 'Polybar'" +]; + +# Specify a list of border width rules, in the format `PIXELS:PATTERN`, +# Note we don't make any guarantee about possible conflicts with the +# border_width set by the window manager. +# +# example: +# round-borders-rule = [ "2:class_g = 'URxvt'" ]; +# +round-borders-rule = []; + +################################# +# Shadows # +################################# + + +# Enabled client-side shadows on windows. Note desktop windows +# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow, +# unless explicitly requested using the wintypes option. +shadow = true; + +# The blur radius for shadows, in pixels. (defaults to 12) +shadow-radius = 12; + +# The opacity of shadows. (0.0 - 1.0, defaults to 0.75) +shadow-opacity = 0.75; + +# The left offset for shadows, in pixels. (defaults to -15) +shadow-offset-x = -15; + +# The top offset for shadows, in pixels. (defaults to -15) +shadow-offset-y = -15; + +# Red color value of shadow (0.0 - 1.0, defaults to 0). +shadow-red = 0; + +# Green color value of shadow (0.0 - 1.0, defaults to 0). +shadow-green = 0; + +# Blue color value of shadow (0.0 - 1.0, defaults to 0). +shadow-blue = 0; + +# Hex string color value of shadow (#000000 - #FFFFFF, defaults to #000000). This option will override options set shadow-(red/green/blue) +shadow-color = "#000000"; + +# Specify a list of conditions of windows that should have no shadow. +# +# examples: +# shadow-exclude = "n:e:Notification"; +shadow-exclude = []; + +# Specify a X geometry that describes the region in which shadow should not +# be painted in, such as a dock window region. Use +# shadow-exclude-reg = "x10+0+0" +# for example, if the 10 pixels on the bottom of the screen should not have shadows painted on. +shadow-exclude-reg = ""; + +# Crop shadow of a window fully on a particular Xinerama screen to the screen. +xinerama-shadow-crop = false; + + +################################# +# Fading # +################################# + + +# Fade windows in/out when opening/closing and when opacity changes, +# unless no-fading-openclose is used. +fading = true; + +# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028) +fade-in-step = 0.028; + +# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03) +fade-out-step = 0.028; + +# The time between steps in fade step, in milliseconds. (> 0, defaults to 10) +fade-delta = 5; + +# Specify a list of conditions of windows that should not be faded. +# don't need this, we disable fading for all normal windows with wintypes: {} +fade-exclude = []; + +# Do not fade on window open/close. +no-fading-openclose = false; + +# Do not fade destroyed ARGB windows with WM frame. Workaround of bugs in Openbox, Fluxbox, etc. +no-fading-destroyed-argb = false; + + +################################# +# Transparency / Opacity # +################################# + + +# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) +inactive-opacity = 0.8; + +# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) +frame-opacity = 0.7; + +# Let inactive opacity set by -i override the '_NET_WM_OPACITY' values of windows. +# inactive-opacity-override = true +inactive-opacity-override = false; + +# Default opacity for active windows. (0.0 - 1.0, defaults to 1.0) +active-opacity = 1.0; + +# Dim inactive windows. (0.0 - 1.0, defaults to 0.0) +inactive-dim = 0.5; + +# Specify a list of conditions of windows that should always be considered focused. +focus-exclude = []; + +# Use fixed inactive dim value, instead of adjusting according to window opacity. +#inactive-dim-fixed = 1.0 + +# Specify a list of opacity rules, in the format `PERCENT:PATTERN`, +# like `50:name *= "Firefox"`. picom-trans is recommended over this. +# Note we don't make any guarantee about possible conflicts with other +# programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows. +# example: +# opacity-rule = [ "80:class_g = 'URxvt'" ]; +opacity-rule = []; + + +################################# +# Background-Blurring # +################################# + + +# Parameters for background blurring, see the *BLUR* section for more information. +# blur-method = +# blur-size = 12 +# +# blur-deviation = false +# +# blur-strength = 5 + +# Blur background of semi-transparent / ARGB windows. +# Bad in performance, with driver-dependent behavior. +# The name of the switch may change without prior notifications. +blur-background = true; + +# Blur background of windows when the window frame is not opaque. +# Implies: +# blur-background +# Bad in performance, with driver-dependent behavior. The name may change. +blur-background-frame = false; + + +# Use fixed blur strength rather than adjusting according to window opacity. +# blur-background-fixed = false; + + +# Specify the blur convolution kernel, with the following format: +# example: +# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"; +blur-kern = "3x3box"; + + +blur: { + # requires: https://github.com/ibhagwan/picom + method = "kawase"; + strength = 7; + deviation = 1.0; + kernel = "11x11gaussian"; + background = true; + background-frame = true; + background-fixed = true; + kern = "3x3box"; +} + +# Exclude conditions for background blur. +blur-background-exclude = []; + +################################# +# General Settings # +################################# + +# Daemonize process. Fork to background after initialization. Causes issues with certain (badly-written) drivers. +daemon = false; + +# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. +# `xrender` is the default one. +experimental-backends = true; +backend = "glx"; + +# Enable/disable VSync. +vsync = true; + +# Enable remote control via D-Bus. See the *D-BUS API* section below for more details. +dbus = false; + +# Try to detect WM windows (a non-override-redirect window with no +# child that has 'WM_STATE') and mark them as active. +mark-wmwin-focused = true; + +# Mark override-redirect windows that doesn't have a child window with 'WM_STATE' focused. +mark-ovredir-focused = true; + +# Try to detect windows with rounded corners and don't consider them +# shaped windows. The accuracy is not very high, unfortunately. +detect-rounded-corners = true; + +# Detect '_NET_WM_OPACITY' on client windows, useful for window managers +# not passing '_NET_WM_OPACITY' of client windows to frame windows. +detect-client-opacity = true; + +# Specify refresh rate of the screen. If not specified or 0, picom will +# try detecting this with X RandR extension. +refresh-rate = 0; + +# Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window, +# rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy, +# provided that the WM supports it. +use-ewmh-active-win = true; + +# Unredirect all windows if a full-screen opaque window is detected, +# to maximize performance for full-screen windows. Known to cause flickering +# when redirecting/unredirecting windows. +unredir-if-possible = false; + +# Delay before unredirecting the window, in milliseconds. Defaults to 0. +unredir-if-possible-delay = 0; + +# Conditions of windows that shouldn't be considered full-screen for unredirecting screen. +unredir-if-possible-exclude = []; + +# Use 'WM_TRANSIENT_FOR' to group windows, and consider windows +# in the same group focused at the same time. +detect-transient = true; + +# Use 'WM_CLIENT_LEADER' to group windows, and consider windows in the same +# group focused at the same time. 'WM_TRANSIENT_FOR' has higher priority if +# detect-transient is enabled, too. +detect-client-leader = true; + +# Resize damaged region by a specific number of pixels. +# A positive value enlarges it while a negative one shrinks it. +# If the value is positive, those additional pixels will not be actually painted +# to screen, only used in blur calculation, and such. (Due to technical limitations, +# with use-damage, those pixels will still be incorrectly painted to screen.) +# Primarily used to fix the line corruption issues of blur, +# in which case you should use the blur radius value here +# (e.g. with a 3x3 kernel, you should use `--resize-damage 1`, +# with a 5x5 one you use `--resize-damage 2`, and so on). +# May or may not work with *--glx-no-stencil*. Shrinking doesn't function correctly. +# +# resize-damage = 1 + +# Specify a list of conditions of windows that should be painted with inverted color. +# Resource-hogging, and is not well tested. +# +# invert-color-include = [] + +# GLX backend: Avoid using stencil buffer, useful if you don't have a stencil buffer. +# Might cause incorrect opacity when rendering transparent content (but never +# practically happened) and may not work with blur-background. +# My tests show a 15% performance boost. Recommended. +glx-no-stencil = true; + +# GLX backend: Avoid rebinding pixmap on window damage. +# Probably could improve performance on rapid window content changes, +# but is known to break things on some drivers (LLVMpipe, xf86-video-intel, etc.). +# Recommended if it works. +glx-no-rebind-pixmap = true; + +# Disable the use of damage information. +# This cause the whole screen to be redrawn everytime, instead of the part of the screen +# has actually changed. Potentially degrades the performance, but might fix some artifacts. +# The opposing option is use-damage +use-damage = true; + +# Use X Sync fence to sync clients' draw calls, to make sure all draw +# calls are finished before picom starts drawing. Needed on nvidia-drivers +# with GLX backend for some users. +xrender-sync-fence = true; + +# GLX backend: Use specified GLSL fragment shader for rendering window contents. +# See `compton-default-fshader-win.glsl` and `compton-fake-transparency-fshader-win.glsl` +# in the source tree for examples. +# glx-fshader-win = "" + +# Force all windows to be painted with blending. Useful if you +# have a glx-fshader-win that could turn opaque pixels transparent. +force-win-blend = false + +# Do not use EWMH to detect fullscreen windows. +# Reverts to checking if a window is fullscreen based only on its size and coordinates. +no-ewmh-fullscreen = false + +# Dimming bright windows so their brightness doesn't exceed this set value. +# Brightness of a window is estimated by averaging all pixels in the window, +# so this could comes with a performance hit. +# Setting this to 1.0 disables this behaviour. Requires --use-damage to be disabled. (default: 1.0) +max-brightness = 1.0 + +# Make transparent windows clip other windows like non-transparent windows do, +# instead of blending on top of them. +transparent-clipping = false + +# Set the log level. Possible values are: +# "trace", "debug", "info", "warn", "error" +# in increasing level of importance. Case doesn't matter. +# If using the "TRACE" log level, it's better to log into a file +# using *--log-file*, since it can generate a huge stream of logs. +log-level = "info"; + +# Set the log file. +# If *--log-file* is never specified, logs will be written to stderr. +# Otherwise, logs will to written to the given file, though some of the early +# logs might still be written to the stderr. +# When setting this option from the config file, it is recommended to use an absolute path. +# log-file = "/path/to/your/log/file" + +# Show all X errors (for debugging) +show-all-xerrors = false + +# Write process ID to a file. +# write-pid-path = "/path/to/your/log/file" + +# Window type settings +# +# 'WINDOW_TYPE' is one of the 15 window types defined in EWMH standard: +# "unknown", "desktop", "dock", "toolbar", "menu", "utility", +# "splash", "dialog", "normal", "dropdown_menu", "popup_menu", +# "tooltip", "notification", "combo", and "dnd". +# +# Following per window-type options are available: :: +# +# fade, shadow::: +# Controls window-type-specific shadow and fade settings. +# +# opacity::: +# Controls default opacity of the window type. +# +# focus::: +# Controls whether the window of this type is to be always considered focused. +# (By default, all window types except "normal" and "dialog" has this on.) +# +# full-shadow::: +# Controls whether shadow is drawn under the parts of the window that you +# normally won't be able to see. Useful when the window has parts of it +# transparent, and you want shadows in those areas. +# +# redir-ignore::: +# Controls whether this type of windows should cause screen to become +# redirected again after been unredirected. If you have unredir-if-possible +# set, and doesn't want certain window to cause unnecessary screen redirection, +# you can set this to `true`. +# +wintypes: {}; diff --git a/.config/polybar/config b/.config/polybar/config new file mode 100644 index 0000000..637af8b --- /dev/null +++ b/.config/polybar/config @@ -0,0 +1,229 @@ +[bar/display1] +monitor = ${env:MONITOR:DP-2} + +fixed-center = false + +width = 100% +height = 20 + +background = ${colors.background} +foreground = ${colors.foreground} + +font-0 = PowerlineSymbols:size=14;4 +font-1 = Font Awesome 5 Free Solid:pixelsize=12;2 +font-2 = FiraCode Nerd Font Mono:pixelsize=10;2 + +modules-left = bspwm RightArrow RightStripe RightArrow +modules-center = xwindow +modules-right = LeftArrow3 LeftStripe LeftArrow3 pulseaudio LeftArrow1 filesystem LeftArrow2 cpu LeftArrow1 memory LeftArrow2 date + +tray-position = right +tray-padding = 1 +tray-background = ${colors.cyan} + +cursor-click = pointer +cursor-scroll = ns-resize + + +[bar/display2] +monitor = ${env:MONITOR:HDMI-0} + +fixed-center = false + +width = 100% +height = 20 + +background = ${colors.background} +foreground = ${colors.foreground} + +font-0 = PowerlineSymbols:size=14;4 +font-1 = Font Awesome 5 Free Solid:pixelsize=12;2 +font-2 = FiraCode Nerd Font Mono:pixelsize=10;2 + +modules-left = bspwm RightArrow RightStripe RightArrow +modules-center = xwindow +modules-right = LeftArrow3 LeftStripe LeftArrow3 pulseaudio LeftArrow1 filesystem LeftArrow2 cpu LeftArrow1 memory LeftArrow2 date + +tray-position = right +tray-padding = 1 +tray-background = ${colors.cyan} + +cursor-click = pointer +cursor-scroll = ns-resize + + +[colors] +background = ${xrdb:background} +foreground = ${xrdb:foreground} +foreground-alt = #555 +text = #161821 +green = ${xrdb:color2} +blue = ${xrdb:color4} +red = ${xrdb:color1} +yellow = ${xrdb:color3} +cyan = ${xrdb:color6} + + +[global/wm] +margin-top = 5 +margin-bottom = 5 + + +[module/bspwm] +type = internal/bspwm + +format = + +label-focused = %index% +label-focused-foreground = ${colors.text} +label-focused-background = ${colors.yellow} +label-focused-padding = 1 + +label-occupied = %index% +label-occupied-foreground = ${colors.text} +label-occupied-background = ${colors.green} +label-occupied-padding = 1 + +label-urgent = %index%! +label-urgent-foreground = ${colors.text} +label-urgent-background = ${colors.blue} +label-urgent-padding = 1 + +label-empty = %index% +label-empty-foreground = ${colors.text} +label-empty-background = ${colors.red} +label-empty-padding = 1 + + +[module/cpu] +type = internal/cpu + +interval = 2 + +format-background = ${colors.cyan} + +label =  CPU: %percentage%% +label-foreground = ${colors.text} + + +[module/date] +type = internal/date + +interval = 1 + +date = +date-alt = " %d %B %Y" + +time = %a %r +time-alt = " %A %r" + +format-background = ${colors.cyan} + +label =  %date% %time% +label-foreground = ${colors.text} + + +[module/filesystem] +type = internal/fs + +internal = 30 + +mount-0 = / + +format-mounted-background = ${colors.red} + +label-mounted =  %mountpoint%: %used%/%total% (%fsname%) +label-mounted-foreground = ${colors.text} + + +[module/memory] +type = internal/memory + +interval = 2 + +format-background = ${colors.red} + +label =  RAM: %percentage_used%% +label-foreground = ${colors.text} + + +[module/pulseaudio] +type = internal/pulseaudio + +bar-volume-width = 10 +bar-volume-foreground-0 = #55aa55 +bar-volume-foreground-1 = #55aa55 +bar-volume-foreground-2 = #55aa55 +bar-volume-foreground-3 = #55aa55 +bar-volume-foreground-4 = #55aa55 +bar-volume-foreground-5 = #f5a70a +bar-volume-foreground-6 = #ff5555 +bar-volume-gradient = true +bar-volume-indicator = | +bar-volume-indicator-font = 2 +bar-volume-fill = ─ +bar-volume-fill-font = 2 +bar-volume-empty = ─ +bar-volume-empty-font = 2 +bar-volume-empty-foreground = ${colors.foreground-alt} + +format-volume = " " +format-volume-background = ${colors.cyan} + +format-muted-background = ${colors.cyan} + +label-volume =  VOL: %percentage%% +label-volume-foreground = ${colors.text} + +label-muted =  Muted +label-muted-foreground = ${colors.text} + + +[module/xwindow] +type = internal/xwindow +label = %title:0:80:...% + + +[module/LeftArrow1] +type = custom/text +content = "" +content-foreground = ${colors.red} +content-background = ${colors.cyan} + + +[module/LeftArrow2] +type = custom/text +content = "" +content-foreground = ${colors.cyan} +content-background = ${colors.red} + +[module/LeftArrow3] +type = custom/text +content = "" +content-foreground = ${colors.cyan} +content-background = ${colors.background} + + +[module/LeftStripe] +type = custom/text +content = "" +content-foreground = ${colors.background} +content-background = ${colors.cyan} + + +[module/RightArrow] +type = custom/text +content = "" +content-foreground = ${colors.red} +content-background = ${colors.background} + + +[module/RightStripe] +type = custom/text +content = "" +content-foreground = ${colors.background} +content-background = ${colors.red} + + +[settings] +screenchange-reload = true diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh new file mode 100755 index 0000000..21a7aad --- /dev/null +++ b/.config/polybar/launch.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +killall -q polybar +killall -q "" +polybar display1 2>&1 | tee -a /tmp/polybar.log & disown +polybar display2 2>&1 | tee -a /tmp/polybar.log & disown +echo "Polybar launched..." diff --git a/.config/qt5ct/qt5ct.conf b/.config/qt5ct/qt5ct.conf new file mode 100644 index 0000000..1f3f23a --- /dev/null +++ b/.config/qt5ct/qt5ct.conf @@ -0,0 +1,32 @@ +[Appearance] +color_scheme_path=/usr/share/qt5ct/colors/airy.conf +custom_palette=false +icon_theme=Nordic-Darker +standard_dialogs=default +style=gtk2 + +[Fonts] +fixed=@Variant(\0\0\0@\0\0\0.\0\x46\0i\0r\0\x61\0\x43\0o\0\x64\0\x65\0 \0N\0\x65\0r\0\x64\0 \0\x46\0o\0n\0t\0 \0M\0o\0n\0o@\"\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) +general=@Variant(\0\0\0@\0\0\0.\0\x46\0i\0r\0\x61\0\x43\0o\0\x64\0\x65\0 \0N\0\x65\0r\0\x64\0 \0\x46\0o\0n\0t\0 \0M\0o\0n\0o@\"\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) + +[Interface] +activate_item_on_single_click=0 +buttonbox_layout=0 +cursor_flash_time=1000 +dialog_buttons_have_icons=2 +double_click_interval=400 +gui_effects=@Invalid() +keyboard_scheme=2 +menus_have_icons=true +show_shortcuts_in_context_menus=true +stylesheets=@Invalid() +toolbutton_style=4 +underline_shortcut=2 +wheel_scroll_lines=3 + +[SettingsWindow] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xc5\0\0\x2-\0\0\ar\0\0\x4*\0\0\x3\xc6\0\0\x2.\0\0\aq\0\0\x4)\0\0\0\0\0\0\0\0\a\x80\0\0\x3\xc6\0\0\x2.\0\0\aq\0\0\x4)) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() diff --git a/.config/qt6ct/qt6ct.conf b/.config/qt6ct/qt6ct.conf new file mode 100644 index 0000000..770cc1e --- /dev/null +++ b/.config/qt6ct/qt6ct.conf @@ -0,0 +1,32 @@ +[Appearance] +color_scheme_path=/usr/share/qt6ct/colors/airy.conf +custom_palette=false +icon_theme=Nordic-Darker +standard_dialogs=default +style=qt6gtk2 + +[Fonts] +fixed=@Variant(\0\0\0@\0\0\0.\0\x46\0i\0r\0\x61\0\x43\0o\0\x64\0\x65\0 \0N\0\x65\0r\0\x64\0 \0\x46\0o\0n\0t\0 \0M\0o\0n\0o@\"\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) +general=@Variant(\0\0\0@\0\0\0.\0\x46\0i\0r\0\x61\0\x43\0o\0\x64\0\x65\0 \0N\0\x65\0r\0\x64\0 \0\x46\0o\0n\0t\0 \0M\0o\0n\0o@\"\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) + +[Interface] +activate_item_on_single_click=0 +buttonbox_layout=0 +cursor_flash_time=1000 +dialog_buttons_have_icons=2 +double_click_interval=400 +gui_effects=@Invalid() +keyboard_scheme=2 +menus_have_icons=true +show_shortcuts_in_context_menus=true +stylesheets=@Invalid() +toolbutton_style=4 +underline_shortcut=2 +wheel_scroll_lines=3 + +[SettingsWindow] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xc5\0\0\x2-\0\0\ar\0\0\x4*\0\0\x3\xc6\0\0\x2.\0\0\aq\0\0\x4)\0\0\0\0\0\0\0\0\a\x80\0\0\x3\xc6\0\0\x2.\0\0\aq\0\0\x4)) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..c725110 --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,10 @@ +configuration { + font: "FiraCode Nerd Font Mono 12"; + modi: "window,drun,emoji,calc"; + width: 50; + lines: 15; + columns: 1; + show-icons: true; +} + +@theme "~/.config/rofi/nord.rasi" diff --git a/.config/rofi/nord.rasi b/.config/rofi/nord.rasi new file mode 100644 index 0000000..e46d999 --- /dev/null +++ b/.config/rofi/nord.rasi @@ -0,0 +1,116 @@ +* { + nord0: #2e3440; + nord1: #3b4252; + nord2: #434c5e; + nord3: #4c566a; + + nord4: #d8dee9; + nord5: #e5e9f0; + nord6: #eceff4; + + nord7: #8fbcbb; + nord8: #88c0d0; + nord9: #81a1c1; + nord10: #5e81ac; + nord11: #bf616a; + + nord12: #d08770; + nord13: #ebcb8b; + nord14: #a3be8c; + nord15: #b48ead; + + foreground: @nord9; + backlight: #ccffeedd; + background-color: transparent; + highlight: underline bold #eceff4; + transparent: rgba(46,52,64,0); +} + +window { + location: center; + anchor: center; + transparency: "screenshot"; + padding: 10px; + border: 0px; + border-radius: 6px; + + background-color: @transparent; + spacing: 0; + children: [mainbox]; + orientation: horizontal; +} + +mainbox { + spacing: 0; + children: [ inputbar, message, listview ]; +} + +message { + color: @nord0; + padding: 5; + border-color: @foreground; + border: 0px 2px 2px 2px; + background-color: @nord7; +} + +inputbar { + color: @nord6; + padding: 11px; + background-color: #3b4252; + + border: 1px; + border-radius: 6px 6px 0px 0px; + border-color: @nord10; +} + +entry, prompt, case-indicator { + text-font: inherit; + text-color:inherit; +} + +prompt { + margin: 0px 0.3em 0em 0em ; +} + +listview { + padding: 8px; + border-radius: 0px 0px 6px 6px; + border-color: @nord10; + border: 0px 1px 1px 1px; + background-color: rgba(46,52,64,0.9); + dynamic: false; +} + +element { + padding: 3px; + vertical-align: 0.5; + border-radius: 4px; + background-color: transparent; + color: @foreground; + text-color: rgb(216, 222, 233); +} + +element selected.normal { + background-color: @nord7; + text-color: #2e3440; +} + +element-text, element-icon { + background-color: inherit; + text-color: inherit; +} + +button { + padding: 6px; + color: @foreground; + horizontal-align: 0.5; + + border: 2px 0px 2px 2px; + border-radius: 4px 0px 0px 4px; + border-color: @foreground; +} + +button selected normal { + border: 2px 0px 2px 2px; + border-color: @foreground; +} diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc new file mode 100644 index 0000000..b3b8ad0 --- /dev/null +++ b/.config/sxhkd/sxhkdrc @@ -0,0 +1,83 @@ +# Terminal +super + Return + tabbed -r 2 st -w '' + +# Rofi +super + space + rofi -show drun + +# Rofi Calc +super + c + rofi -show calc -no-show-match -no-sort + +# Rofi Emoji +super + e + rofi -show emoji + +# Rofi Window +super + w + rofi -show window + +# Rofi Powermenu +super + q + rofi -show power-menu -modi power-menu:rofi-power-menu + +# Start slock +super + shift + q + slock + +# Brave +super + b + brave-nightly + +# Discord +super + d + discord-canary + +# Ranger +super + p + st -e ranger + +# Quit/restart bspwm +super + alt + {q,r} + bspc {quit,wm -r} + +# Close and kill +super + {_,shift + }v + bspc node -{c,k} + +# Set the window state +super + {t,s,f} + bspc node -t {tiled,floating,fullscreen} + +# Focus the node in the given direction +super + {_,shift + }{h,j,k,l} + bspc node -{f,s} {west,south,north,east} + +# Focus or send to the given desktop +super + {_,shift + }{1-9,0} + bspc {desktop -f,node -d} '^{1-9,10}' + +# Preselect the direction +super + ctrl + {h,j,k,l} + bspc node -p {west,south,north,east} + +# Preselect the ratio +super + ctrl + {1-9} + bspc node -o 0.{1-9} + +# Cancel the preselection for the focused desktop +super + Escape + bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel + +# Expand a window by moving one of its side outward +super + alt + {h,j,k,l} + bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0} + +# Contract a window by moving one of its side inward +super + alt + shift + {h,j,k,l} + bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0} + +# Move a floating window +super + {Left,Down,Up,Right} + bspc node -v {-20 0,0 20,0 -20,20 0} diff --git a/.config/xfce4/terminal/accels.scm b/.config/xfce4/terminal/accels.scm new file mode 100644 index 0000000..673bbea --- /dev/null +++ b/.config/xfce4/terminal/accels.scm @@ -0,0 +1,58 @@ +; xfce4-terminal GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; +(gtk_accel_path "/terminal-window/goto-tab-2" "2") +(gtk_accel_path "/terminal-window/goto-tab-6" "6") +; (gtk_accel_path "/terminal-window/copy-input" "") +; (gtk_accel_path "/terminal-window/close-other-tabs" "") +; (gtk_accel_path "/terminal-window/move-tab-right" "Page_Down") +(gtk_accel_path "/terminal-window/goto-tab-7" "7") +; (gtk_accel_path "/terminal-window/set-title-color" "") +; (gtk_accel_path "/terminal-window/edit-menu" "") +; (gtk_accel_path "/terminal-window/zoom-menu" "") +(gtk_accel_path "/terminal-window/goto-tab-1" "1") +; (gtk_accel_path "/terminal-window/fullscreen" "F11") +; (gtk_accel_path "/terminal-window/read-only" "") +(gtk_accel_path "/terminal-window/goto-tab-5" "5") +; (gtk_accel_path "/terminal-window/preferences" "") +; (gtk_accel_path "/terminal-window/reset-and-clear" "") +; (gtk_accel_path "/terminal-window/about" "") +(gtk_accel_path "/terminal-window/goto-tab-4" "4") +; (gtk_accel_path "/terminal-window/close-window" "q") +; (gtk_accel_path "/terminal-window/reset" "") +; (gtk_accel_path "/terminal-window/save-contents" "") +(gtk_accel_path "/terminal-window/toggle-menubar" "F10") +; (gtk_accel_path "/terminal-window/copy" "c") +; (gtk_accel_path "/terminal-window/copy-html" "") +; (gtk_accel_path "/terminal-window/last-active-tab" "") +; (gtk_accel_path "/terminal-window/show-borders" "") +; (gtk_accel_path "/terminal-window/view-menu" "") +; (gtk_accel_path "/terminal-window/detach-tab" "d") +; (gtk_accel_path "/terminal-window/scroll-on-output" "") +; (gtk_accel_path "/terminal-window/show-toolbar" "") +; (gtk_accel_path "/terminal-window/next-tab" "Page_Down") +; (gtk_accel_path "/terminal-window/tabs-menu" "") +; (gtk_accel_path "/terminal-window/search-next" "") +; (gtk_accel_path "/terminal-window/search-prev" "") +; (gtk_accel_path "/terminal-window/undo-close-tab" "") +; (gtk_accel_path "/terminal-window/set-title" "s") +; (gtk_accel_path "/terminal-window/contents" "F1") +; (gtk_accel_path "/terminal-window/zoom-reset" "0") +; (gtk_accel_path "/terminal-window/close-tab" "w") +; (gtk_accel_path "/terminal-window/new-tab" "t") +; (gtk_accel_path "/terminal-window/new-window" "n") +; (gtk_accel_path "/terminal-window/terminal-menu" "") +; (gtk_accel_path "/terminal-window/show-menubar" "") +; (gtk_accel_path "/terminal-window/select-all" "a") +; (gtk_accel_path "/terminal-window/paste" "v") +(gtk_accel_path "/terminal-window/goto-tab-9" "9") +; (gtk_accel_path "/terminal-window/move-tab-left" "Page_Up") +; (gtk_accel_path "/terminal-window/search" "f") +; (gtk_accel_path "/terminal-window/file-menu" "") +; (gtk_accel_path "/terminal-window/prev-tab" "Page_Up") +; (gtk_accel_path "/terminal-window/paste-selection" "") +; (gtk_accel_path "/terminal-window/zoom-in" "plus") +; (gtk_accel_path "/terminal-window/zoom-out" "minus") +(gtk_accel_path "/terminal-window/goto-tab-8" "8") +; (gtk_accel_path "/terminal-window/help-menu" "") +(gtk_accel_path "/terminal-window/goto-tab-3" "3") diff --git a/.config/xfce4/terminal/terminalrc b/.config/xfce4/terminal/terminalrc new file mode 100644 index 0000000..99a9b82 --- /dev/null +++ b/.config/xfce4/terminal/terminalrc @@ -0,0 +1,38 @@ +[Configuration] +FontName=FiraCode Nerd Font Mono 9 +MiscAlwaysShowTabs=FALSE +MiscBell=FALSE +MiscBellUrgent=FALSE +MiscBordersDefault=FALSE +MiscCursorBlinks=TRUE +MiscCursorShape=TERMINAL_CURSOR_SHAPE_UNDERLINE +MiscDefaultGeometry=90x30 +MiscInheritGeometry=FALSE +MiscMenubarDefault=FALSE +MiscMouseAutohide=FALSE +MiscMouseWheelZoom=TRUE +MiscToolbarDefault=FALSE +MiscConfirmClose=TRUE +MiscCycleTabs=TRUE +MiscTabCloseButtons=TRUE +MiscTabCloseMiddleClick=TRUE +MiscTabPosition=GTK_POS_TOP +MiscHighlightUrls=TRUE +MiscMiddleClickOpensUri=FALSE +MiscCopyOnSelect=FALSE +MiscShowRelaunchDialog=TRUE +MiscRewrapOnResize=TRUE +MiscUseShiftArrowsToScroll=FALSE +MiscSlimTabs=FALSE +MiscNewTabAdjacent=FALSE +MiscSearchDialogOpacity=100 +MiscShowUnsafePasteDialog=FALSE +ScrollingUnlimited=TRUE +ScrollingBar=TERMINAL_SCROLLBAR_NONE +ColorCursorForeground=#ffffffffffff +ColorPalette=rgb(59,66,82);rgb(191,97,106);rgb(163,190,140);rgb(235,203,139);rgb(129,161,193);rgb(180,142,173);rgb(136,192,208);rgb(229,233,240);rgb(76,86,106);rgb(191,97,106);rgb(163,190,140);rgb(235,203,139);rgb(129,161,193);rgb(180,142,173);rgb(143,188,187);rgb(235,203,139) +ScrollingOnOutput=FALSE +ColorBoldIsBright=FALSE +BackgroundDarkness=0.000000 +BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT + diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..96bd1bf --- /dev/null +++ b/.gitconfig @@ -0,0 +1,16 @@ +[user] + name = Daryl Ronningen + email = relms@relms.dev + signingkey = 3905311D17C0E1E8AD2B3439FD23F0C934A5EC6B +[init] + defaultBranch = master +[pull] + rebase = false +[credential] + helper = store +[commit] + gpgsign = true +[gpg] + program = gpg +[color] + ui = auto diff --git a/.gtkrc-2.0 b/.gtkrc-2.0 new file mode 100644 index 0000000..f3fa0f1 --- /dev/null +++ b/.gtkrc-2.0 @@ -0,0 +1,18 @@ +# DO NOT EDIT! This file will be overwritten by LXAppearance. +# Any customization should be done in ~/.gtkrc-2.0.mine instead. + +include "/home/relms/.gtkrc-2.0.mine" +gtk-theme-name="Nordic" +gtk-icon-theme-name="Nordic-Darker" +gtk-font-name="FiraCode Nerd Font Mono 11" +gtk-cursor-theme-name="Adwaita" +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintmedium" diff --git a/.local/share/icons/Nordic/16/document-multiple.svg b/.local/share/icons/Nordic/16/document-multiple.svg new file mode 120000 index 0000000..6e0421d --- /dev/null +++ b/.local/share/icons/Nordic/16/document-multiple.svg @@ -0,0 +1 @@ +../../actions/16/edit-copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/16/edit-copy.svg b/.local/share/icons/Nordic/16/edit-copy.svg new file mode 100644 index 0000000..5ae93b8 --- /dev/null +++ b/.local/share/icons/Nordic/16/edit-copy.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-activities.svg b/.local/share/icons/Nordic/16/folder-activities.svg new file mode 100644 index 0000000..f54dd4f --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-activities.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-add.svg b/.local/share/icons/Nordic/16/folder-add.svg new file mode 100644 index 0000000..c2b03f7 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-add.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-black.svg b/.local/share/icons/Nordic/16/folder-black.svg new file mode 100644 index 0000000..d7de70e --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-black.svg @@ -0,0 +1,6 @@ + + + diff --git a/.local/share/icons/Nordic/16/folder-blue.svg b/.local/share/icons/Nordic/16/folder-blue.svg new file mode 100644 index 0000000..e80a553 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-blue.svg @@ -0,0 +1,6 @@ + + + diff --git a/.local/share/icons/Nordic/16/folder-bookmark.svg b/.local/share/icons/Nordic/16/folder-bookmark.svg new file mode 120000 index 0000000..65a1876 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-bookmark.svg @@ -0,0 +1 @@ +../../actions/16/bookmark-new.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/16/folder-brown.svg b/.local/share/icons/Nordic/16/folder-brown.svg new file mode 100644 index 0000000..83e33bb --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-brown.svg @@ -0,0 +1,6 @@ + + + diff --git a/.local/share/icons/Nordic/16/folder-cloud.svg b/.local/share/icons/Nordic/16/folder-cloud.svg new file mode 100644 index 0000000..ad04389 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-cloud.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-cyan.svg b/.local/share/icons/Nordic/16/folder-cyan.svg new file mode 100644 index 0000000..834ae96 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-cyan.svg @@ -0,0 +1,6 @@ + + + diff --git a/.local/share/icons/Nordic/16/folder-development.svg b/.local/share/icons/Nordic/16/folder-development.svg new file mode 100644 index 0000000..e2c49d0 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-development.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-documents.svg b/.local/share/icons/Nordic/16/folder-documents.svg new file mode 120000 index 0000000..6e0421d --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-documents.svg @@ -0,0 +1 @@ +../../actions/16/edit-copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/16/folder-download.svg b/.local/share/icons/Nordic/16/folder-download.svg new file mode 100644 index 0000000..dda006f --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-download.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-favorites.svg b/.local/share/icons/Nordic/16/folder-favorites.svg new file mode 100644 index 0000000..55edcc0 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-favorites.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-gdrive.svg b/.local/share/icons/Nordic/16/folder-gdrive.svg new file mode 100644 index 0000000..02dabb1 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-gdrive.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-green.svg b/.local/share/icons/Nordic/16/folder-green.svg new file mode 100644 index 0000000..83153d7 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-green.svg @@ -0,0 +1,6 @@ + + + diff --git a/.local/share/icons/Nordic/16/folder-grey.svg b/.local/share/icons/Nordic/16/folder-grey.svg new file mode 100644 index 0000000..cafcb35 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-grey.svg @@ -0,0 +1,6 @@ + + + diff --git a/.local/share/icons/Nordic/16/folder-html.svg b/.local/share/icons/Nordic/16/folder-html.svg new file mode 120000 index 0000000..4e33bd8 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-html.svg @@ -0,0 +1 @@ +../../actions/16/globe.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/16/folder-image-people.svg b/.local/share/icons/Nordic/16/folder-image-people.svg new file mode 120000 index 0000000..3df8da6 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-image-people.svg @@ -0,0 +1 @@ +../../actions/16/im-user.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/16/folder-important.svg b/.local/share/icons/Nordic/16/folder-important.svg new file mode 100644 index 0000000..1c76546 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-important.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/.local/share/icons/Nordic/16/folder-locked.svg b/.local/share/icons/Nordic/16/folder-locked.svg new file mode 100644 index 0000000..c1f2f38 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-locked.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-magenta.svg b/.local/share/icons/Nordic/16/folder-magenta.svg new file mode 100644 index 0000000..2910d69 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-magenta.svg @@ -0,0 +1,6 @@ + + + diff --git a/.local/share/icons/Nordic/16/folder-mail.svg b/.local/share/icons/Nordic/16/folder-mail.svg new file mode 100644 index 0000000..8dbada7 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-mail.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-network.svg b/.local/share/icons/Nordic/16/folder-network.svg new file mode 100644 index 0000000..28d3e93 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-network.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-open.svg b/.local/share/icons/Nordic/16/folder-open.svg new file mode 100644 index 0000000..3b853d4 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-open.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-orange.svg b/.local/share/icons/Nordic/16/folder-orange.svg new file mode 100644 index 0000000..edf7f55 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-orange.svg @@ -0,0 +1,6 @@ + + + diff --git a/.local/share/icons/Nordic/16/folder-pictures.svg b/.local/share/icons/Nordic/16/folder-pictures.svg new file mode 100644 index 0000000..16ae661 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-pictures.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-print.svg b/.local/share/icons/Nordic/16/folder-print.svg new file mode 100644 index 0000000..9d71583 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-print.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-publicshare.svg b/.local/share/icons/Nordic/16/folder-publicshare.svg new file mode 100644 index 0000000..9e22bb2 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-publicshare.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-red.svg b/.local/share/icons/Nordic/16/folder-red.svg new file mode 100644 index 0000000..8ad65bc --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-red.svg @@ -0,0 +1,6 @@ + + + diff --git a/.local/share/icons/Nordic/16/folder-remote.svg b/.local/share/icons/Nordic/16/folder-remote.svg new file mode 120000 index 0000000..582eebf --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-remote.svg @@ -0,0 +1 @@ +folder-html.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/16/folder-script.svg b/.local/share/icons/Nordic/16/folder-script.svg new file mode 100644 index 0000000..5f582e1 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-script.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-sound.svg b/.local/share/icons/Nordic/16/folder-sound.svg new file mode 100644 index 0000000..58ca27b --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-sound.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-tar.svg b/.local/share/icons/Nordic/16/folder-tar.svg new file mode 100644 index 0000000..f016264 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-tar.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-temp.svg b/.local/share/icons/Nordic/16/folder-temp.svg new file mode 100644 index 0000000..2abde3d --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-temp.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-templates.svg b/.local/share/icons/Nordic/16/folder-templates.svg new file mode 100644 index 0000000..b7f1577 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-templates.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-text.svg b/.local/share/icons/Nordic/16/folder-text.svg new file mode 100644 index 0000000..1ba49e9 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-text.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-unlocked.svg b/.local/share/icons/Nordic/16/folder-unlocked.svg new file mode 120000 index 0000000..a0081ac --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-unlocked.svg @@ -0,0 +1 @@ +../../actions/16/object-unlocked.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/16/folder-videos.svg b/.local/share/icons/Nordic/16/folder-videos.svg new file mode 100644 index 0000000..07d7db5 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-videos.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder-violet.svg b/.local/share/icons/Nordic/16/folder-violet.svg new file mode 100644 index 0000000..7ada657 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-violet.svg @@ -0,0 +1,6 @@ + + + diff --git a/.local/share/icons/Nordic/16/folder-yellow.svg b/.local/share/icons/Nordic/16/folder-yellow.svg new file mode 100644 index 0000000..61d9976 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder-yellow.svg @@ -0,0 +1,6 @@ + + + diff --git a/.local/share/icons/Nordic/16/folder.svg b/.local/share/icons/Nordic/16/folder.svg new file mode 100644 index 0000000..caca0e1 --- /dev/null +++ b/.local/share/icons/Nordic/16/folder.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/folder_html.svg b/.local/share/icons/Nordic/16/folder_html.svg new file mode 120000 index 0000000..582eebf --- /dev/null +++ b/.local/share/icons/Nordic/16/folder_html.svg @@ -0,0 +1 @@ +folder-html.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/16/globe.svg b/.local/share/icons/Nordic/16/globe.svg new file mode 100644 index 0000000..a82a7a0 --- /dev/null +++ b/.local/share/icons/Nordic/16/globe.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/.local/share/icons/Nordic/16/mail-folder-inbox.svg b/.local/share/icons/Nordic/16/mail-folder-inbox.svg new file mode 100644 index 0000000..374e871 --- /dev/null +++ b/.local/share/icons/Nordic/16/mail-folder-inbox.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/mail-folder-outbox.svg b/.local/share/icons/Nordic/16/mail-folder-outbox.svg new file mode 100644 index 0000000..b0fbba2 --- /dev/null +++ b/.local/share/icons/Nordic/16/mail-folder-outbox.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/mail-folder-sent.svg b/.local/share/icons/Nordic/16/mail-folder-sent.svg new file mode 100644 index 0000000..663a92e --- /dev/null +++ b/.local/share/icons/Nordic/16/mail-folder-sent.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/.local/share/icons/Nordic/16/mail-message.svg b/.local/share/icons/Nordic/16/mail-message.svg new file mode 100644 index 0000000..9be07fc --- /dev/null +++ b/.local/share/icons/Nordic/16/mail-message.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/network-server-database.svg b/.local/share/icons/Nordic/16/network-server-database.svg new file mode 100644 index 0000000..84bd870 --- /dev/null +++ b/.local/share/icons/Nordic/16/network-server-database.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/network-server.svg b/.local/share/icons/Nordic/16/network-server.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/16/network-server.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/16/network-workgroup.svg b/.local/share/icons/Nordic/16/network-workgroup.svg new file mode 100644 index 0000000..e4f6d59 --- /dev/null +++ b/.local/share/icons/Nordic/16/network-workgroup.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/start-here-kde.svg b/.local/share/icons/Nordic/16/start-here-kde.svg new file mode 120000 index 0000000..6c97f18 --- /dev/null +++ b/.local/share/icons/Nordic/16/start-here-kde.svg @@ -0,0 +1 @@ +folder-activities.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/16/user-desktop.svg b/.local/share/icons/Nordic/16/user-desktop.svg new file mode 100644 index 0000000..fb52f92 --- /dev/null +++ b/.local/share/icons/Nordic/16/user-desktop.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/user-home.svg b/.local/share/icons/Nordic/16/user-home.svg new file mode 100644 index 0000000..7da35fa --- /dev/null +++ b/.local/share/icons/Nordic/16/user-home.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/16/user-identity.svg b/.local/share/icons/Nordic/16/user-identity.svg new file mode 120000 index 0000000..cd92d1f --- /dev/null +++ b/.local/share/icons/Nordic/16/user-identity.svg @@ -0,0 +1 @@ +folder-image-people.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/16/user-trash-full.svg b/.local/share/icons/Nordic/16/user-trash-full.svg new file mode 100644 index 0000000..54fdbcd --- /dev/null +++ b/.local/share/icons/Nordic/16/user-trash-full.svg @@ -0,0 +1,17 @@ + + + + + + /> + diff --git a/.local/share/icons/Nordic/16/user-trash.svg b/.local/share/icons/Nordic/16/user-trash.svg new file mode 100644 index 0000000..5ab4244 --- /dev/null +++ b/.local/share/icons/Nordic/16/user-trash.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-activities.svg b/.local/share/icons/Nordic/Places/folder-activities.svg new file mode 100644 index 0000000..43296de --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-activities.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-apple.svg b/.local/share/icons/Nordic/Places/folder-apple.svg new file mode 100644 index 0000000..148bcab --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-apple.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-cd.svg b/.local/share/icons/Nordic/Places/folder-cd.svg new file mode 100644 index 0000000..47878ac --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-cd.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-copy-cloud.svg b/.local/share/icons/Nordic/Places/folder-copy-cloud.svg new file mode 100644 index 0000000..7543841 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-copy-cloud.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-desktop.svg b/.local/share/icons/Nordic/Places/folder-desktop.svg new file mode 120000 index 0000000..3e40567 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-desktop.svg @@ -0,0 +1 @@ +user-bluegrey-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-development.svg b/.local/share/icons/Nordic/Places/folder-development.svg new file mode 100644 index 0000000..1c8e27d --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-development.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-documents-open.svg b/.local/share/icons/Nordic/Places/folder-documents-open.svg new file mode 100644 index 0000000..abc5cb6 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-documents-open.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-documents-symbolic.svg b/.local/share/icons/Nordic/Places/folder-documents-symbolic.svg new file mode 120000 index 0000000..6d5b9d5 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-documents-symbolic.svg @@ -0,0 +1 @@ +../16/edit-copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-documents.svg b/.local/share/icons/Nordic/Places/folder-documents.svg new file mode 100644 index 0000000..5736a85 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-documents.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-download-open.svg b/.local/share/icons/Nordic/Places/folder-download-open.svg new file mode 100644 index 0000000..7aad461 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-download-open.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-download-symbolic.svg b/.local/share/icons/Nordic/Places/folder-download-symbolic.svg new file mode 120000 index 0000000..2dd855d --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-download-symbolic.svg @@ -0,0 +1 @@ +../16/folder-download.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-download.svg b/.local/share/icons/Nordic/Places/folder-download.svg new file mode 100644 index 0000000..0e5b0c3 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-download.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-downloads.svg b/.local/share/icons/Nordic/Places/folder-downloads.svg new file mode 120000 index 0000000..9d8448f --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-downloads.svg @@ -0,0 +1 @@ +folder-bluegrey-download.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-drag-accept.svg b/.local/share/icons/Nordic/Places/folder-drag-accept.svg new file mode 100644 index 0000000..760665c --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-drag-accept.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-dropbox.svg b/.local/share/icons/Nordic/Places/folder-dropbox.svg new file mode 100644 index 0000000..58b1aad --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-dropbox.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-favorites.svg b/.local/share/icons/Nordic/Places/folder-favorites.svg new file mode 100644 index 0000000..9fa9734 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-favorites.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-games.svg b/.local/share/icons/Nordic/Places/folder-games.svg new file mode 100644 index 0000000..03f45d1 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-games.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-git.svg b/.local/share/icons/Nordic/Places/folder-git.svg new file mode 100644 index 0000000..ef5114c --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-git.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-github.svg b/.local/share/icons/Nordic/Places/folder-github.svg new file mode 100644 index 0000000..ff8d7fd --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-github.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-gitlab.svg b/.local/share/icons/Nordic/Places/folder-gitlab.svg new file mode 100644 index 0000000..24bd33a --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-gitlab.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-gnome.svg b/.local/share/icons/Nordic/Places/folder-gnome.svg new file mode 100644 index 0000000..345b0e9 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-gnome.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-google-drive.svg b/.local/share/icons/Nordic/Places/folder-google-drive.svg new file mode 100644 index 0000000..9b125a4 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-google-drive.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-image-people.svg b/.local/share/icons/Nordic/Places/folder-image-people.svg new file mode 100644 index 0000000..645f629 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-image-people.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-important.svg b/.local/share/icons/Nordic/Places/folder-important.svg new file mode 100644 index 0000000..5fb858e --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-important.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-java.svg b/.local/share/icons/Nordic/Places/folder-java.svg new file mode 100644 index 0000000..0c8d668 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-java.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-linux.svg b/.local/share/icons/Nordic/Places/folder-linux.svg new file mode 100644 index 0000000..4336f0f --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-linux.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-locked.svg b/.local/share/icons/Nordic/Places/folder-locked.svg new file mode 100644 index 0000000..85cf40b --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-locked.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-mail-cloud.svg b/.local/share/icons/Nordic/Places/folder-mail-cloud.svg new file mode 100644 index 0000000..fd701bc --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-mail-cloud.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-mail.svg b/.local/share/icons/Nordic/Places/folder-mail.svg new file mode 100644 index 0000000..7d17c22 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-mail.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-mega.svg b/.local/share/icons/Nordic/Places/folder-mega.svg new file mode 100644 index 0000000..27b2d43 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-mega.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-meocloud.svg b/.local/share/icons/Nordic/Places/folder-meocloud.svg new file mode 100644 index 0000000..d74a674 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-meocloud.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-music-open.svg b/.local/share/icons/Nordic/Places/folder-music-open.svg new file mode 100644 index 0000000..5f271af --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-music-open.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-music-symbolic.svg b/.local/share/icons/Nordic/Places/folder-music-symbolic.svg new file mode 120000 index 0000000..51c51cd --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-music-symbolic.svg @@ -0,0 +1 @@ +../16/folder-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-music.svg b/.local/share/icons/Nordic/Places/folder-music.svg new file mode 100644 index 0000000..e802999 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-music.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-network.svg b/.local/share/icons/Nordic/Places/folder-network.svg new file mode 100644 index 0000000..889473a --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-network.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-open.svg b/.local/share/icons/Nordic/Places/folder-open.svg new file mode 100644 index 0000000..1f8bb41 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-open.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-owncloud.svg b/.local/share/icons/Nordic/Places/folder-owncloud.svg new file mode 100644 index 0000000..2dfea25 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-owncloud.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-pcloud.svg b/.local/share/icons/Nordic/Places/folder-pcloud.svg new file mode 100644 index 0000000..67614ad --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-pcloud.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-photo.svg b/.local/share/icons/Nordic/Places/folder-photo.svg new file mode 100644 index 0000000..3ac5c18 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-photo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-pictures-open.svg b/.local/share/icons/Nordic/Places/folder-pictures-open.svg new file mode 100644 index 0000000..932f86e --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-pictures-open.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-pictures-symbolic.svg b/.local/share/icons/Nordic/Places/folder-pictures-symbolic.svg new file mode 120000 index 0000000..65567fa --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-pictures-symbolic.svg @@ -0,0 +1 @@ +../16/folder-pictures.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-pictures.svg b/.local/share/icons/Nordic/Places/folder-pictures.svg new file mode 100644 index 0000000..3d9154f --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-pictures.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-print.svg b/.local/share/icons/Nordic/Places/folder-print.svg new file mode 100644 index 0000000..28d209f --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-print.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-private.svg b/.local/share/icons/Nordic/Places/folder-private.svg new file mode 100644 index 0000000..412fb34 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-private.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-public.svg b/.local/share/icons/Nordic/Places/folder-public.svg new file mode 120000 index 0000000..c6c9077 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-public.svg @@ -0,0 +1 @@ +folder-bluegrey-image-people.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-publicshare-open.svg b/.local/share/icons/Nordic/Places/folder-publicshare-open.svg new file mode 100644 index 0000000..50e9b66 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-publicshare-open.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-publicshare-symbolic.svg b/.local/share/icons/Nordic/Places/folder-publicshare-symbolic.svg new file mode 120000 index 0000000..7fd989c --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-publicshare-symbolic.svg @@ -0,0 +1 @@ +../16/folder-publicshare.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-publicshare.svg b/.local/share/icons/Nordic/Places/folder-publicshare.svg new file mode 120000 index 0000000..cd92d1f --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-publicshare.svg @@ -0,0 +1 @@ +folder-image-people.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-recent.svg b/.local/share/icons/Nordic/Places/folder-recent.svg new file mode 100644 index 0000000..59d0c0a --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-recent.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-remote-open.svg b/.local/share/icons/Nordic/Places/folder-remote-open.svg new file mode 100644 index 0000000..be40ba7 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-remote-open.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-remote-symbolic.svg b/.local/share/icons/Nordic/Places/folder-remote-symbolic.svg new file mode 120000 index 0000000..fe83ae9 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-remote-symbolic.svg @@ -0,0 +1 @@ +../16/globe.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-remote.svg b/.local/share/icons/Nordic/Places/folder-remote.svg new file mode 100644 index 0000000..281a8fd --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-remote.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-script.svg b/.local/share/icons/Nordic/Places/folder-script.svg new file mode 100644 index 0000000..bca7a96 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-script.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-steam.svg b/.local/share/icons/Nordic/Places/folder-steam.svg new file mode 100644 index 0000000..7ed23f1 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-steam.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-symbolic.svg b/.local/share/icons/Nordic/Places/folder-symbolic.svg new file mode 120000 index 0000000..7860c9e --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-symbolic.svg @@ -0,0 +1 @@ +../16/folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-tar.svg b/.local/share/icons/Nordic/Places/folder-tar.svg new file mode 100644 index 0000000..3d90649 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-tar.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-templates-open.svg b/.local/share/icons/Nordic/Places/folder-templates-open.svg new file mode 100644 index 0000000..5250ac8 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-templates-open.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-templates-symbolic.svg b/.local/share/icons/Nordic/Places/folder-templates-symbolic.svg new file mode 120000 index 0000000..a8ea6a6 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-templates-symbolic.svg @@ -0,0 +1 @@ +../16/folder-templates.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-templates.svg b/.local/share/icons/Nordic/Places/folder-templates.svg new file mode 100644 index 0000000..9dc7b16 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-templates.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-torrent.svg b/.local/share/icons/Nordic/Places/folder-torrent.svg new file mode 100644 index 0000000..3328b54 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-torrent.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-unlocked.svg b/.local/share/icons/Nordic/Places/folder-unlocked.svg new file mode 100644 index 0000000..7e3071e --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-unlocked.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-vbox.svg b/.local/share/icons/Nordic/Places/folder-vbox.svg new file mode 100644 index 0000000..8b55031 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-vbox.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-video.svg b/.local/share/icons/Nordic/Places/folder-video.svg new file mode 100644 index 0000000..4a48147 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-video.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-videos-open.svg b/.local/share/icons/Nordic/Places/folder-videos-open.svg new file mode 100644 index 0000000..8e4a631 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-videos-open.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-videos-symbolic.svg b/.local/share/icons/Nordic/Places/folder-videos-symbolic.svg new file mode 120000 index 0000000..05b2ecb --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-videos-symbolic.svg @@ -0,0 +1 @@ +../16/folder-videos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-videos.svg b/.local/share/icons/Nordic/Places/folder-videos.svg new file mode 120000 index 0000000..f3a4bd7 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-videos.svg @@ -0,0 +1 @@ +folder-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/folder-visiting.svg b/.local/share/icons/Nordic/Places/folder-visiting.svg new file mode 100644 index 0000000..8010373 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-visiting.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-wifi.svg b/.local/share/icons/Nordic/Places/folder-wifi.svg new file mode 100644 index 0000000..5f784ee --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-wifi.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-wine.svg b/.local/share/icons/Nordic/Places/folder-wine.svg new file mode 100644 index 0000000..202969c --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-wine.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder-yandex-disk.svg b/.local/share/icons/Nordic/Places/folder-yandex-disk.svg new file mode 100644 index 0000000..03c46e1 --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder-yandex-disk.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/folder.svg b/.local/share/icons/Nordic/Places/folder.svg new file mode 100644 index 0000000..8e9d56d --- /dev/null +++ b/.local/share/icons/Nordic/Places/folder.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/gtk-directory.svg b/.local/share/icons/Nordic/Places/gtk-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/Places/gtk-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/inode-directory.svg b/.local/share/icons/Nordic/Places/inode-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/Places/inode-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/network-server-symbolic.svg b/.local/share/icons/Nordic/Places/network-server-symbolic.svg new file mode 120000 index 0000000..404d7bb --- /dev/null +++ b/.local/share/icons/Nordic/Places/network-server-symbolic.svg @@ -0,0 +1 @@ +../16/network-server.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/network-workgroup-symbolic.svg b/.local/share/icons/Nordic/Places/network-workgroup-symbolic.svg new file mode 120000 index 0000000..279b85b --- /dev/null +++ b/.local/share/icons/Nordic/Places/network-workgroup-symbolic.svg @@ -0,0 +1 @@ +../16/network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/user-bookmarks-symbolic.svg b/.local/share/icons/Nordic/Places/user-bookmarks-symbolic.svg new file mode 120000 index 0000000..05c0ada --- /dev/null +++ b/.local/share/icons/Nordic/Places/user-bookmarks-symbolic.svg @@ -0,0 +1 @@ +../16/folder-favorites.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/user-desktop-symbolic.svg b/.local/share/icons/Nordic/Places/user-desktop-symbolic.svg new file mode 120000 index 0000000..6d5b9d5 --- /dev/null +++ b/.local/share/icons/Nordic/Places/user-desktop-symbolic.svg @@ -0,0 +1 @@ +../16/edit-copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/user-desktop.svg b/.local/share/icons/Nordic/Places/user-desktop.svg new file mode 100644 index 0000000..a42ab8f --- /dev/null +++ b/.local/share/icons/Nordic/Places/user-desktop.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.local/share/icons/Nordic/Places/user-home-open.svg b/.local/share/icons/Nordic/Places/user-home-open.svg new file mode 100644 index 0000000..40fc41a --- /dev/null +++ b/.local/share/icons/Nordic/Places/user-home-open.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/user-home-symbolic.svg b/.local/share/icons/Nordic/Places/user-home-symbolic.svg new file mode 120000 index 0000000..4e14d48 --- /dev/null +++ b/.local/share/icons/Nordic/Places/user-home-symbolic.svg @@ -0,0 +1 @@ +../16/user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/user-home.svg b/.local/share/icons/Nordic/Places/user-home.svg new file mode 100644 index 0000000..1555c0a --- /dev/null +++ b/.local/share/icons/Nordic/Places/user-home.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/Places/user-trash-full-symbolic.svg b/.local/share/icons/Nordic/Places/user-trash-full-symbolic.svg new file mode 120000 index 0000000..ffef909 --- /dev/null +++ b/.local/share/icons/Nordic/Places/user-trash-full-symbolic.svg @@ -0,0 +1 @@ +../16/user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/Places/user-trash-symbolic.svg b/.local/share/icons/Nordic/Places/user-trash-symbolic.svg new file mode 120000 index 0000000..ffef909 --- /dev/null +++ b/.local/share/icons/Nordic/Places/user-trash-symbolic.svg @@ -0,0 +1 @@ +../16/user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/16/go-home.svg b/.local/share/icons/Nordic/actions/16/go-home.svg new file mode 120000 index 0000000..e117d1f --- /dev/null +++ b/.local/share/icons/Nordic/actions/16/go-home.svg @@ -0,0 +1 @@ +gtk-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/16/gohome.svg b/.local/share/icons/Nordic/actions/16/gohome.svg new file mode 120000 index 0000000..5cbdae9 --- /dev/null +++ b/.local/share/icons/Nordic/actions/16/gohome.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/16/gtk-home.svg b/.local/share/icons/Nordic/actions/16/gtk-home.svg new file mode 100644 index 0000000..42e8524 --- /dev/null +++ b/.local/share/icons/Nordic/actions/16/gtk-home.svg @@ -0,0 +1,1317 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/16/redhat-home.svg b/.local/share/icons/Nordic/actions/16/redhat-home.svg new file mode 120000 index 0000000..e117d1f --- /dev/null +++ b/.local/share/icons/Nordic/actions/16/redhat-home.svg @@ -0,0 +1 @@ +gtk-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/back.svg b/.local/share/icons/Nordic/actions/22-Dark/back.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/back.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/document-open.svg b/.local/share/icons/Nordic/actions/22-Dark/document-open.svg new file mode 100644 index 0000000..e2758c2 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/document-open.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/document-save.svg b/.local/share/icons/Nordic/actions/22-Dark/document-save.svg new file mode 100644 index 0000000..39f7b7c --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/document-save.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/dynamic-amarok.svg b/.local/share/icons/Nordic/actions/22-Dark/dynamic-amarok.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/dynamic-amarok.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/edit-find.svg b/.local/share/icons/Nordic/actions/22-Dark/edit-find.svg new file mode 100644 index 0000000..d589311 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/edit-find.svg @@ -0,0 +1,76 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/fileopen.svg b/.local/share/icons/Nordic/actions/22-Dark/fileopen.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/fileopen.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/fileview-preview.svg b/.local/share/icons/Nordic/actions/22-Dark/fileview-preview.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/fileview-preview.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/folder-new.svg b/.local/share/icons/Nordic/actions/22-Dark/folder-new.svg new file mode 100644 index 0000000..b1ec6e3 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/folder-new.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/games-config-background.svg b/.local/share/icons/Nordic/actions/22-Dark/games-config-background.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/games-config-background.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/gnome-lockscreen.svg b/.local/share/icons/Nordic/actions/22-Dark/gnome-lockscreen.svg new file mode 120000 index 0000000..5d254d2 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/gnome-lockscreen.svg @@ -0,0 +1 @@ +system-lock-screen.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/go-next.svg b/.local/share/icons/Nordic/actions/22-Dark/go-next.svg new file mode 100644 index 0000000..f09da86 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/go-next.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/go-previous-rtl.svg b/.local/share/icons/Nordic/actions/22-Dark/go-previous-rtl.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/go-previous-rtl.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/go-previous.svg b/.local/share/icons/Nordic/actions/22-Dark/go-previous.svg new file mode 100644 index 0000000..79ad842 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/go-previous.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/go-right.svg b/.local/share/icons/Nordic/actions/22-Dark/go-right.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/go-right.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/go-up.svg b/.local/share/icons/Nordic/actions/22-Dark/go-up.svg new file mode 100644 index 0000000..91f1bae --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/go-up.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/gtk-go-back-ltr.svg b/.local/share/icons/Nordic/actions/22-Dark/gtk-go-back-ltr.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/gtk-go-back-ltr.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/gtk-go-back-rtl.svg b/.local/share/icons/Nordic/actions/22-Dark/gtk-go-back-rtl.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/gtk-go-back-rtl.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/gtk-go-forward-ltr.svg b/.local/share/icons/Nordic/actions/22-Dark/gtk-go-forward-ltr.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/gtk-go-forward-ltr.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/gtk-go-forward-rtl.svg b/.local/share/icons/Nordic/actions/22-Dark/gtk-go-forward-rtl.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/gtk-go-forward-rtl.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/gtk-go-up.svg b/.local/share/icons/Nordic/actions/22-Dark/gtk-go-up.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/gtk-go-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/media-playback-pause.svg b/.local/share/icons/Nordic/actions/22-Dark/media-playback-pause.svg new file mode 100644 index 0000000..43c6d43 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/media-playback-pause.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/media-playback-start.svg b/.local/share/icons/Nordic/actions/22-Dark/media-playback-start.svg new file mode 100644 index 0000000..31488a1 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/media-playback-start.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/media-playback-stop.svg b/.local/share/icons/Nordic/actions/22-Dark/media-playback-stop.svg new file mode 100644 index 0000000..d480fa3 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/media-playback-stop.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/media-playlist-repeat.svg b/.local/share/icons/Nordic/actions/22-Dark/media-playlist-repeat.svg new file mode 100644 index 0000000..93e2391 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/media-playlist-repeat.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/media-playlist-shuffle.svg b/.local/share/icons/Nordic/actions/22-Dark/media-playlist-shuffle.svg new file mode 100644 index 0000000..b023b15 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/media-playlist-shuffle.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/media-skip-backward.svg b/.local/share/icons/Nordic/actions/22-Dark/media-skip-backward.svg new file mode 100644 index 0000000..c4c874b --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/media-skip-backward.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/media-skip-forward.svg b/.local/share/icons/Nordic/actions/22-Dark/media-skip-forward.svg new file mode 100644 index 0000000..f17cac9 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/media-skip-forward.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/next.svg b/.local/share/icons/Nordic/actions/22-Dark/next.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/next.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/photo.svg b/.local/share/icons/Nordic/actions/22-Dark/photo.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/photo.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/photos-amarok.svg b/.local/share/icons/Nordic/actions/22-Dark/photos-amarok.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/photos-amarok.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/previous.svg b/.local/share/icons/Nordic/actions/22-Dark/previous.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/previous.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/rabbitvcs-emblems.svg b/.local/share/icons/Nordic/actions/22-Dark/rabbitvcs-emblems.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/rabbitvcs-emblems.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/selection-make-bitmap-copy.svg b/.local/share/icons/Nordic/actions/22-Dark/selection-make-bitmap-copy.svg new file mode 120000 index 0000000..204dc24 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/selection-make-bitmap-copy.svg @@ -0,0 +1 @@ +fileview-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/stock_left.svg b/.local/share/icons/Nordic/actions/22-Dark/stock_left.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/stock_left.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/stock_media-next.svg b/.local/share/icons/Nordic/actions/22-Dark/stock_media-next.svg new file mode 120000 index 0000000..82214a2 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/stock_media-next.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/stock_media-pause.svg b/.local/share/icons/Nordic/actions/22-Dark/stock_media-pause.svg new file mode 120000 index 0000000..020f415 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/stock_media-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/stock_media-play.svg b/.local/share/icons/Nordic/actions/22-Dark/stock_media-play.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/stock_media-play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/stock_media-prev.svg b/.local/share/icons/Nordic/actions/22-Dark/stock_media-prev.svg new file mode 120000 index 0000000..a0af194 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/stock_media-prev.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/stock_media-stop.svg b/.local/share/icons/Nordic/actions/22-Dark/stock_media-stop.svg new file mode 120000 index 0000000..9718795 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/stock_media-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/stock_repeat.svg b/.local/share/icons/Nordic/actions/22-Dark/stock_repeat.svg new file mode 120000 index 0000000..81a417a --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/stock_repeat.svg @@ -0,0 +1 @@ +media-playlist-repeat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/stock_right.svg b/.local/share/icons/Nordic/actions/22-Dark/stock_right.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/stock_right.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/stock_sheffle.svg b/.local/share/icons/Nordic/actions/22-Dark/stock_sheffle.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/stock_sheffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/stock_shuffle.svg b/.local/share/icons/Nordic/actions/22-Dark/stock_shuffle.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/stock_shuffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/stock_up.svg b/.local/share/icons/Nordic/actions/22-Dark/stock_up.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/stock_up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/system-lock-screen.svg b/.local/share/icons/Nordic/actions/22-Dark/system-lock-screen.svg new file mode 100644 index 0000000..e821a56 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/system-lock-screen.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/up.svg b/.local/share/icons/Nordic/actions/22-Dark/up.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/view-list-details.svg b/.local/share/icons/Nordic/actions/22-Dark/view-list-details.svg new file mode 100644 index 0000000..09cea1a --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/view-list-details.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/view-list-icons.svg b/.local/share/icons/Nordic/actions/22-Dark/view-list-icons.svg new file mode 100644 index 0000000..2ff7d17 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/view-list-icons.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/view-preview.svg b/.local/share/icons/Nordic/actions/22-Dark/view-preview.svg new file mode 100644 index 0000000..35dff69 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/view-preview.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22-Dark/viewimage.svg b/.local/share/icons/Nordic/actions/22-Dark/viewimage.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/viewimage.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22-Dark/x-shape-image.svg b/.local/share/icons/Nordic/actions/22-Dark/x-shape-image.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22-Dark/x-shape-image.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/action-albumfolder-importdir2.svg b/.local/share/icons/Nordic/actions/22/action-albumfolder-importdir2.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/action-albumfolder-importdir2.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/add-folder-to-archive.svg b/.local/share/icons/Nordic/actions/22/add-folder-to-archive.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/add-folder-to-archive.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/albumfolder-importdir.svg b/.local/share/icons/Nordic/actions/22/albumfolder-importdir.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/albumfolder-importdir.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/albumfolder-new.svg b/.local/share/icons/Nordic/actions/22/albumfolder-new.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/albumfolder-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/archive-insert-directory.svg b/.local/share/icons/Nordic/actions/22/archive-insert-directory.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/archive-insert-directory.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/back.svg b/.local/share/icons/Nordic/actions/22/back.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/back.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/document-open.svg b/.local/share/icons/Nordic/actions/22/document-open.svg new file mode 100644 index 0000000..7cbed32 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/document-open.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/document-save.svg b/.local/share/icons/Nordic/actions/22/document-save.svg new file mode 100644 index 0000000..6d70550 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/document-save.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/dynamic-amarok.svg b/.local/share/icons/Nordic/actions/22/dynamic-amarok.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/dynamic-amarok.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/edit-find.svg b/.local/share/icons/Nordic/actions/22/edit-find.svg new file mode 100644 index 0000000..d589311 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/edit-find.svg @@ -0,0 +1,76 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/fileopen.svg b/.local/share/icons/Nordic/actions/22/fileopen.svg new file mode 120000 index 0000000..8dca637 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/fileopen.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/fileview-preview.svg b/.local/share/icons/Nordic/actions/22/fileview-preview.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/fileview-preview.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/folder-new.svg b/.local/share/icons/Nordic/actions/22/folder-new.svg new file mode 100644 index 0000000..b89f689 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/folder-new.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/folder_new.svg b/.local/share/icons/Nordic/actions/22/folder_new.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/folder_new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/games-config-background.svg b/.local/share/icons/Nordic/actions/22/games-config-background.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/games-config-background.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/gnome-lockscreen.svg b/.local/share/icons/Nordic/actions/22/gnome-lockscreen.svg new file mode 120000 index 0000000..5d254d2 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/gnome-lockscreen.svg @@ -0,0 +1 @@ +system-lock-screen.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/go-next.svg b/.local/share/icons/Nordic/actions/22/go-next.svg new file mode 100644 index 0000000..9781ba1 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/go-next.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/go-previous-rtl.svg b/.local/share/icons/Nordic/actions/22/go-previous-rtl.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/go-previous-rtl.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/go-previous.svg b/.local/share/icons/Nordic/actions/22/go-previous.svg new file mode 100644 index 0000000..7bff7b6 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/go-previous.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/go-right.svg b/.local/share/icons/Nordic/actions/22/go-right.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/go-right.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/go-up.svg b/.local/share/icons/Nordic/actions/22/go-up.svg new file mode 100644 index 0000000..753a46f --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/go-up.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/gtk-go-back-ltr.svg b/.local/share/icons/Nordic/actions/22/gtk-go-back-ltr.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/gtk-go-back-ltr.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/gtk-go-back-rtl.svg b/.local/share/icons/Nordic/actions/22/gtk-go-back-rtl.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/gtk-go-back-rtl.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/gtk-go-forward-ltr.svg b/.local/share/icons/Nordic/actions/22/gtk-go-forward-ltr.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/gtk-go-forward-ltr.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/gtk-go-forward-rtl.svg b/.local/share/icons/Nordic/actions/22/gtk-go-forward-rtl.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/gtk-go-forward-rtl.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/gtk-go-up.svg b/.local/share/icons/Nordic/actions/22/gtk-go-up.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/gtk-go-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/media-playback-pause.svg b/.local/share/icons/Nordic/actions/22/media-playback-pause.svg new file mode 100644 index 0000000..ee85e6f --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/media-playback-pause.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/media-playback-start.svg b/.local/share/icons/Nordic/actions/22/media-playback-start.svg new file mode 100644 index 0000000..02e474f --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/media-playback-start.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/media-playback-stop.svg b/.local/share/icons/Nordic/actions/22/media-playback-stop.svg new file mode 100644 index 0000000..2c09479 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/media-playback-stop.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/media-playlist-repeat.svg b/.local/share/icons/Nordic/actions/22/media-playlist-repeat.svg new file mode 100644 index 0000000..61605b3 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/media-playlist-repeat.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/media-playlist-shuffle.svg b/.local/share/icons/Nordic/actions/22/media-playlist-shuffle.svg new file mode 100644 index 0000000..e0d30f7 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/media-playlist-shuffle.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/media-skip-backward.svg b/.local/share/icons/Nordic/actions/22/media-skip-backward.svg new file mode 100644 index 0000000..0493c36 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/media-skip-backward.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/media-skip-forward.svg b/.local/share/icons/Nordic/actions/22/media-skip-forward.svg new file mode 100644 index 0000000..cafefdc --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/media-skip-forward.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/next.svg b/.local/share/icons/Nordic/actions/22/next.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/next.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/photo.svg b/.local/share/icons/Nordic/actions/22/photo.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/photo.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/photos-amarok.svg b/.local/share/icons/Nordic/actions/22/photos-amarok.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/photos-amarok.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/previous.svg b/.local/share/icons/Nordic/actions/22/previous.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/previous.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/rabbitvcs-emblems.svg b/.local/share/icons/Nordic/actions/22/rabbitvcs-emblems.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/rabbitvcs-emblems.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/selection-make-bitmap-copy.svg b/.local/share/icons/Nordic/actions/22/selection-make-bitmap-copy.svg new file mode 120000 index 0000000..204dc24 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/selection-make-bitmap-copy.svg @@ -0,0 +1 @@ +fileview-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/stock_left.svg b/.local/share/icons/Nordic/actions/22/stock_left.svg new file mode 120000 index 0000000..e636edc --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/stock_left.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/stock_media-next.svg b/.local/share/icons/Nordic/actions/22/stock_media-next.svg new file mode 120000 index 0000000..82214a2 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/stock_media-next.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/stock_media-pause.svg b/.local/share/icons/Nordic/actions/22/stock_media-pause.svg new file mode 120000 index 0000000..020f415 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/stock_media-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/stock_media-play.svg b/.local/share/icons/Nordic/actions/22/stock_media-play.svg new file mode 120000 index 0000000..1e939c9 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/stock_media-play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/stock_media-prev.svg b/.local/share/icons/Nordic/actions/22/stock_media-prev.svg new file mode 120000 index 0000000..a0af194 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/stock_media-prev.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/stock_media-stop.svg b/.local/share/icons/Nordic/actions/22/stock_media-stop.svg new file mode 120000 index 0000000..9718795 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/stock_media-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/stock_new-dir.svg b/.local/share/icons/Nordic/actions/22/stock_new-dir.svg new file mode 120000 index 0000000..149bcaf --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/stock_new-dir.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/stock_repeat.svg b/.local/share/icons/Nordic/actions/22/stock_repeat.svg new file mode 120000 index 0000000..81a417a --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/stock_repeat.svg @@ -0,0 +1 @@ +media-playlist-repeat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/stock_right.svg b/.local/share/icons/Nordic/actions/22/stock_right.svg new file mode 120000 index 0000000..c306442 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/stock_right.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/stock_sheffle.svg b/.local/share/icons/Nordic/actions/22/stock_sheffle.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/stock_sheffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/stock_shuffle.svg b/.local/share/icons/Nordic/actions/22/stock_shuffle.svg new file mode 120000 index 0000000..26f6696 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/stock_shuffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/stock_up.svg b/.local/share/icons/Nordic/actions/22/stock_up.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/stock_up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/system-lock-screen.svg b/.local/share/icons/Nordic/actions/22/system-lock-screen.svg new file mode 100644 index 0000000..cdaf29b --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/system-lock-screen.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/up.svg b/.local/share/icons/Nordic/actions/22/up.svg new file mode 120000 index 0000000..fa0b0a6 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/view-list-details.svg b/.local/share/icons/Nordic/actions/22/view-list-details.svg new file mode 100644 index 0000000..b9baab5 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/view-list-details.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/view-list-icons.svg b/.local/share/icons/Nordic/actions/22/view-list-icons.svg new file mode 100644 index 0000000..54d6838 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/view-list-icons.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/view-preview.svg b/.local/share/icons/Nordic/actions/22/view-preview.svg new file mode 100644 index 0000000..884ea0e --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/view-preview.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/22/viewimage.svg b/.local/share/icons/Nordic/actions/22/viewimage.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/viewimage.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/22/x-shape-image.svg b/.local/share/icons/Nordic/actions/22/x-shape-image.svg new file mode 120000 index 0000000..86ff0f4 --- /dev/null +++ b/.local/share/icons/Nordic/actions/22/x-shape-image.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/48/appointment.svg b/.local/share/icons/Nordic/actions/48/appointment.svg new file mode 100644 index 0000000..be8bdf1 --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/appointment.svg @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/48/exit.svg b/.local/share/icons/Nordic/actions/48/exit.svg new file mode 120000 index 0000000..014e333 --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/exit.svg @@ -0,0 +1 @@ +system-shutdown.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/48/gtk-help.svg b/.local/share/icons/Nordic/actions/48/gtk-help.svg new file mode 100644 index 0000000..7d94843 --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/gtk-help.svg @@ -0,0 +1,333 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/48/hibernate.svg b/.local/share/icons/Nordic/actions/48/hibernate.svg new file mode 100644 index 0000000..ffeb87e --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/hibernate.svg @@ -0,0 +1,484 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/48/stock-help.svg b/.local/share/icons/Nordic/actions/48/stock-help.svg new file mode 120000 index 0000000..25d4743 --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/stock-help.svg @@ -0,0 +1 @@ +gtk-help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/48/system-logout.svg b/.local/share/icons/Nordic/actions/48/system-logout.svg new file mode 100644 index 0000000..d743b65 --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/system-logout.svg @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/48/system-reboot.svg b/.local/share/icons/Nordic/actions/48/system-reboot.svg new file mode 100644 index 0000000..68a7b70 --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/system-reboot.svg @@ -0,0 +1,338 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/48/system-shutdown.svg b/.local/share/icons/Nordic/actions/48/system-shutdown.svg new file mode 100644 index 0000000..0669ec6 --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/system-shutdown.svg @@ -0,0 +1,333 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/48/xfce-system-exit.svg b/.local/share/icons/Nordic/actions/48/xfce-system-exit.svg new file mode 120000 index 0000000..014e333 --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/xfce-system-exit.svg @@ -0,0 +1 @@ +system-shutdown.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/48/xfsm-hibernate.svg b/.local/share/icons/Nordic/actions/48/xfsm-hibernate.svg new file mode 100644 index 0000000..72bee5d --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/xfsm-hibernate.svg @@ -0,0 +1,484 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/actions/48/xfsm-logout.svg b/.local/share/icons/Nordic/actions/48/xfsm-logout.svg new file mode 120000 index 0000000..94d9531 --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/xfsm-logout.svg @@ -0,0 +1 @@ +system-logout.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/48/xfsm-reboot.svg b/.local/share/icons/Nordic/actions/48/xfsm-reboot.svg new file mode 120000 index 0000000..badbc28 --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/xfsm-reboot.svg @@ -0,0 +1 @@ +system-reboot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/48/xfsm-shutdown.svg b/.local/share/icons/Nordic/actions/48/xfsm-shutdown.svg new file mode 120000 index 0000000..014e333 --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/xfsm-shutdown.svg @@ -0,0 +1 @@ +system-shutdown.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/actions/48/xfsm-suspend.svg b/.local/share/icons/Nordic/actions/48/xfsm-suspend.svg new file mode 120000 index 0000000..6a8aeb9 --- /dev/null +++ b/.local/share/icons/Nordic/actions/48/xfsm-suspend.svg @@ -0,0 +1 @@ +appointment.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/16/chromium-browser.svg b/.local/share/icons/Nordic/apps/16/chromium-browser.svg new file mode 100644 index 0000000..01a9d3a --- /dev/null +++ b/.local/share/icons/Nordic/apps/16/chromium-browser.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/16/vlc.svg b/.local/share/icons/Nordic/apps/16/vlc.svg new file mode 100644 index 0000000..7c36577 --- /dev/null +++ b/.local/share/icons/Nordic/apps/16/vlc.svg @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/22/audacious.svg b/.local/share/icons/Nordic/apps/22/audacious.svg new file mode 100644 index 0000000..1739c61 --- /dev/null +++ b/.local/share/icons/Nordic/apps/22/audacious.svg @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/22/beryl-settings.svg b/.local/share/icons/Nordic/apps/22/beryl-settings.svg new file mode 120000 index 0000000..14429f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/22/beryl-settings.svg @@ -0,0 +1 @@ +wmtweaks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/22/blueman.svg b/.local/share/icons/Nordic/apps/22/blueman.svg new file mode 100644 index 0000000..d706743 --- /dev/null +++ b/.local/share/icons/Nordic/apps/22/blueman.svg @@ -0,0 +1,368 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/22/clipit-trayicon.svg b/.local/share/icons/Nordic/apps/22/clipit-trayicon.svg new file mode 100644 index 0000000..784a527 --- /dev/null +++ b/.local/share/icons/Nordic/apps/22/clipit-trayicon.svg @@ -0,0 +1,314 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/22/preferences-desktop.svg b/.local/share/icons/Nordic/apps/22/preferences-desktop.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/22/preferences-desktop.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/22/preferences-system-session-services.svg b/.local/share/icons/Nordic/apps/22/preferences-system-session-services.svg new file mode 120000 index 0000000..14429f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/22/preferences-system-session-services.svg @@ -0,0 +1 @@ +wmtweaks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/22/preferences-system.svg b/.local/share/icons/Nordic/apps/22/preferences-system.svg new file mode 120000 index 0000000..14429f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/22/preferences-system.svg @@ -0,0 +1 @@ +wmtweaks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/22/spotify-client.svg b/.local/share/icons/Nordic/apps/22/spotify-client.svg new file mode 120000 index 0000000..5604c5d --- /dev/null +++ b/.local/share/icons/Nordic/apps/22/spotify-client.svg @@ -0,0 +1 @@ +spotify.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/22/spotify.svg b/.local/share/icons/Nordic/apps/22/spotify.svg new file mode 100644 index 0000000..0fa4888 --- /dev/null +++ b/.local/share/icons/Nordic/apps/22/spotify.svg @@ -0,0 +1,325 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/22/vlc.svg b/.local/share/icons/Nordic/apps/22/vlc.svg new file mode 100644 index 0000000..8fb0ab9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/22/vlc.svg @@ -0,0 +1,653 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/22/wmtweaks.svg b/.local/share/icons/Nordic/apps/22/wmtweaks.svg new file mode 100644 index 0000000..cccde96 --- /dev/null +++ b/.local/share/icons/Nordic/apps/22/wmtweaks.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/48/multimedia-vlc.svg b/.local/share/icons/Nordic/apps/48/multimedia-vlc.svg new file mode 120000 index 0000000..495a636 --- /dev/null +++ b/.local/share/icons/Nordic/apps/48/multimedia-vlc.svg @@ -0,0 +1 @@ +vlc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/48/org.videolan.VLC.svg b/.local/share/icons/Nordic/apps/48/org.videolan.VLC.svg new file mode 120000 index 0000000..495a636 --- /dev/null +++ b/.local/share/icons/Nordic/apps/48/org.videolan.VLC.svg @@ -0,0 +1 @@ +vlc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/48/phonon-vlc.svg b/.local/share/icons/Nordic/apps/48/phonon-vlc.svg new file mode 120000 index 0000000..495a636 --- /dev/null +++ b/.local/share/icons/Nordic/apps/48/phonon-vlc.svg @@ -0,0 +1 @@ +vlc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/48/vlc.svg b/.local/share/icons/Nordic/apps/48/vlc.svg new file mode 100644 index 0000000..5898129 --- /dev/null +++ b/.local/share/icons/Nordic/apps/48/vlc.svg @@ -0,0 +1,431 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/48/xfpm-ac-adapter.svg b/.local/share/icons/Nordic/apps/48/xfpm-ac-adapter.svg new file mode 100644 index 0000000..dd5c81e --- /dev/null +++ b/.local/share/icons/Nordic/apps/48/xfpm-ac-adapter.svg @@ -0,0 +1,373 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/.directory b/.local/share/icons/Nordic/apps/scalable/.directory new file mode 100644 index 0000000..6ad1059 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/.directory @@ -0,0 +1,4 @@ +[Dolphin] +SortRole=modificationtime +Timestamp=2019,3,3,17,30,49 +Version=4 diff --git a/.local/share/icons/Nordic/apps/scalable/0ad.svg b/.local/share/icons/Nordic/apps/scalable/0ad.svg new file mode 100644 index 0000000..d3ecd7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/0ad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/1-password.svg b/.local/share/icons/Nordic/apps/scalable/1-password.svg new file mode 120000 index 0000000..8f0e93a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/1-password.svg @@ -0,0 +1 @@ +security-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/10B4_steam.0.svg b/.local/share/icons/Nordic/apps/scalable/10B4_steam.0.svg new file mode 120000 index 0000000..c630de4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/10B4_steam.0.svg @@ -0,0 +1 @@ +steam.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/1CD8_rundll32.0.svg b/.local/share/icons/Nordic/apps/scalable/1CD8_rundll32.0.svg new file mode 120000 index 0000000..417f68c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/1CD8_rundll32.0.svg @@ -0,0 +1 @@ +wine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/1E64_notepad.0.svg b/.local/share/icons/Nordic/apps/scalable/1E64_notepad.0.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/1E64_notepad.0.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/1EF9_d991f95d96e1c76d2acb944bb09447628cd96caa.0.svg b/.local/share/icons/Nordic/apps/scalable/1EF9_d991f95d96e1c76d2acb944bb09447628cd96caa.0.svg new file mode 120000 index 0000000..0756da4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/1EF9_d991f95d96e1c76d2acb944bb09447628cd96caa.0.svg @@ -0,0 +1 @@ +windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/1cestart.svg b/.local/share/icons/Nordic/apps/scalable/1cestart.svg new file mode 100644 index 0000000..9d903bb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/1cestart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/1cv8.svg b/.local/share/icons/Nordic/apps/scalable/1cv8.svg new file mode 120000 index 0000000..3144b30 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/1cv8.svg @@ -0,0 +1 @@ +1cestart.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/1cv8c.svg b/.local/share/icons/Nordic/apps/scalable/1cv8c.svg new file mode 120000 index 0000000..3144b30 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/1cv8c.svg @@ -0,0 +1 @@ +1cestart.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/1deepin-launcher.svg b/.local/share/icons/Nordic/apps/scalable/1deepin-launcher.svg new file mode 100644 index 0000000..5f5996c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/1deepin-launcher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/1password.svg b/.local/share/icons/Nordic/apps/scalable/1password.svg new file mode 120000 index 0000000..22a7f7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/1password.svg @@ -0,0 +1 @@ +password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/2048-qt.svg b/.local/share/icons/Nordic/apps/scalable/2048-qt.svg new file mode 100644 index 0000000..b217f2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/2048-qt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/2048.svg b/.local/share/icons/Nordic/apps/scalable/2048.svg new file mode 120000 index 0000000..2a4aca2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/2048.svg @@ -0,0 +1 @@ +2048-qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/2402_msiexec.0.svg b/.local/share/icons/Nordic/apps/scalable/2402_msiexec.0.svg new file mode 120000 index 0000000..14429f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/2402_msiexec.0.svg @@ -0,0 +1 @@ +wmtweaks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/2EF4_wordpad.0.svg b/.local/share/icons/Nordic/apps/scalable/2EF4_wordpad.0.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/2EF4_wordpad.0.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/2gis.svg b/.local/share/icons/Nordic/apps/scalable/2gis.svg new file mode 120000 index 0000000..59b5c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/2gis.svg @@ -0,0 +1 @@ +maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/2xclient.svg b/.local/share/icons/Nordic/apps/scalable/2xclient.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/2xclient.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/2xsession.svg b/.local/share/icons/Nordic/apps/scalable/2xsession.svg new file mode 100644 index 0000000..5a0fe3d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/2xsession.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/399B_WINWORD.0.svg b/.local/share/icons/Nordic/apps/scalable/399B_WINWORD.0.svg new file mode 120000 index 0000000..093f649 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/399B_WINWORD.0.svg @@ -0,0 +1 @@ +ms-word.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/4012_xlicons.0.svg b/.local/share/icons/Nordic/apps/scalable/4012_xlicons.0.svg new file mode 120000 index 0000000..5f368a1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/4012_xlicons.0.svg @@ -0,0 +1 @@ +ms-excel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/4137_winhlp32.0.svg b/.local/share/icons/Nordic/apps/scalable/4137_winhlp32.0.svg new file mode 120000 index 0000000..74f27a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/4137_winhlp32.0.svg @@ -0,0 +1 @@ +help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/44F2_SynthesiaConfig.0.svg b/.local/share/icons/Nordic/apps/scalable/44F2_SynthesiaConfig.0.svg new file mode 120000 index 0000000..7b4cff7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/44F2_SynthesiaConfig.0.svg @@ -0,0 +1 @@ +synthesia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/4Pane.svg b/.local/share/icons/Nordic/apps/scalable/4Pane.svg new file mode 100644 index 0000000..7e39390 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/4Pane.svg @@ -0,0 +1,962 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/4PaneIcon48.svg b/.local/share/icons/Nordic/apps/scalable/4PaneIcon48.svg new file mode 120000 index 0000000..271e9f2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/4PaneIcon48.svg @@ -0,0 +1 @@ +4Pane.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/4chan.svg b/.local/share/icons/Nordic/apps/scalable/4chan.svg new file mode 100644 index 0000000..3cbd663 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/4chan.svg @@ -0,0 +1,91 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/4diac-ide.svg b/.local/share/icons/Nordic/apps/scalable/4diac-ide.svg new file mode 100644 index 0000000..bb8a55a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/4diac-ide.svg @@ -0,0 +1,937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/4kslideshowmaker.svg b/.local/share/icons/Nordic/apps/scalable/4kslideshowmaker.svg new file mode 100644 index 0000000..cd9223a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/4kslideshowmaker.svg @@ -0,0 +1,84 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/4kvideodownloader.svg b/.local/share/icons/Nordic/apps/scalable/4kvideodownloader.svg new file mode 100644 index 0000000..acc98f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/4kvideodownloader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/56B4_Battle.net_Launcher.0.svg b/.local/share/icons/Nordic/apps/scalable/56B4_Battle.net_Launcher.0.svg new file mode 120000 index 0000000..211b1d4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/56B4_Battle.net_Launcher.0.svg @@ -0,0 +1 @@ +Battle.net.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/5961_Defunct_x86.0.svg b/.local/share/icons/Nordic/apps/scalable/5961_Defunct_x86.0.svg new file mode 120000 index 0000000..8dc94d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/5961_Defunct_x86.0.svg @@ -0,0 +1 @@ +preferences-system-search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/5B46_Synthesia.0.svg b/.local/share/icons/Nordic/apps/scalable/5B46_Synthesia.0.svg new file mode 120000 index 0000000..7b4cff7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/5B46_Synthesia.0.svg @@ -0,0 +1 @@ +synthesia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/6305_EXCEL.0.svg b/.local/share/icons/Nordic/apps/scalable/6305_EXCEL.0.svg new file mode 120000 index 0000000..5f368a1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/6305_EXCEL.0.svg @@ -0,0 +1 @@ +ms-excel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/63EE_sublime_text.0.svg b/.local/share/icons/Nordic/apps/scalable/63EE_sublime_text.0.svg new file mode 120000 index 0000000..e9c599f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/63EE_sublime_text.0.svg @@ -0,0 +1 @@ +sublime-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/67EF_addoninstaller.0.svg b/.local/share/icons/Nordic/apps/scalable/67EF_addoninstaller.0.svg new file mode 120000 index 0000000..61b774c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/67EF_addoninstaller.0.svg @@ -0,0 +1 @@ +extensions.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/67F8_NewShortcut1_4E956BBDAB1B4156AEF14A08F107E9D7.svg b/.local/share/icons/Nordic/apps/scalable/67F8_NewShortcut1_4E956BBDAB1B4156AEF14A08F107E9D7.svg new file mode 100644 index 0000000..9831b23 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/67F8_NewShortcut1_4E956BBDAB1B4156AEF14A08F107E9D7.svg @@ -0,0 +1,187 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/7-zip.svg b/.local/share/icons/Nordic/apps/scalable/7-zip.svg new file mode 120000 index 0000000..53b1e0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/7-zip.svg @@ -0,0 +1 @@ +7z.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/7-zipa.svg b/.local/share/icons/Nordic/apps/scalable/7-zipa.svg new file mode 120000 index 0000000..53b1e0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/7-zipa.svg @@ -0,0 +1 @@ +7z.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/7596_iexplore.0.svg b/.local/share/icons/Nordic/apps/scalable/7596_iexplore.0.svg new file mode 120000 index 0000000..3000504 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/7596_iexplore.0.svg @@ -0,0 +1 @@ +internet-web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/7765_winebrowser.0.svg b/.local/share/icons/Nordic/apps/scalable/7765_winebrowser.0.svg new file mode 120000 index 0000000..417f68c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/7765_winebrowser.0.svg @@ -0,0 +1 @@ +wine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/7A63_EXCEL.0.svg b/.local/share/icons/Nordic/apps/scalable/7A63_EXCEL.0.svg new file mode 120000 index 0000000..5f368a1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/7A63_EXCEL.0.svg @@ -0,0 +1 @@ +ms-excel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/7kaa.svg b/.local/share/icons/Nordic/apps/scalable/7kaa.svg new file mode 100644 index 0000000..edb103c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/7kaa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/7z.svg b/.local/share/icons/Nordic/apps/scalable/7z.svg new file mode 120000 index 0000000..72381db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/7z.svg @@ -0,0 +1 @@ +file-roller.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/7za.svg b/.local/share/icons/Nordic/apps/scalable/7za.svg new file mode 120000 index 0000000..53b1e0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/7za.svg @@ -0,0 +1 @@ +7z.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/7zip.svg b/.local/share/icons/Nordic/apps/scalable/7zip.svg new file mode 120000 index 0000000..72381db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/7zip.svg @@ -0,0 +1 @@ +file-roller.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/8ball.svg b/.local/share/icons/Nordic/apps/scalable/8ball.svg new file mode 100644 index 0000000..e3640bc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/8ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/8tracks.svg b/.local/share/icons/Nordic/apps/scalable/8tracks.svg new file mode 100644 index 0000000..ea7ea5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/8tracks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/97C1_wordpad.0.svg b/.local/share/icons/Nordic/apps/scalable/97C1_wordpad.0.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/97C1_wordpad.0.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/9AD6_Origin.svg b/.local/share/icons/Nordic/apps/scalable/9AD6_Origin.svg new file mode 100644 index 0000000..b7ebd34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/9AD6_Origin.svg @@ -0,0 +1,993 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/9gag.svg b/.local/share/icons/Nordic/apps/scalable/9gag.svg new file mode 100644 index 0000000..4847996 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/9gag.svg @@ -0,0 +1,75 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/A35F_hh.0.svg b/.local/share/icons/Nordic/apps/scalable/A35F_hh.0.svg new file mode 120000 index 0000000..74f27a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/A35F_hh.0.svg @@ -0,0 +1 @@ +help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Abricotine.svg b/.local/share/icons/Nordic/apps/scalable/Abricotine.svg new file mode 120000 index 0000000..b5d5014 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Abricotine.svg @@ -0,0 +1 @@ +abricotine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Acetino2.svg b/.local/share/icons/Nordic/apps/scalable/Acetino2.svg new file mode 120000 index 0000000..35e96e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Acetino2.svg @@ -0,0 +1 @@ +acetoneiso.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AddressManager.svg b/.local/share/icons/Nordic/apps/scalable/AddressManager.svg new file mode 120000 index 0000000..ee8923e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AddressManager.svg @@ -0,0 +1 @@ +addressbook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AdobeAIR.svg b/.local/share/icons/Nordic/apps/scalable/AdobeAIR.svg new file mode 120000 index 0000000..04a5caa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AdobeAIR.svg @@ -0,0 +1 @@ +adobe-air.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AdobeFlash.svg b/.local/share/icons/Nordic/apps/scalable/AdobeFlash.svg new file mode 120000 index 0000000..29daace --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AdobeFlash.svg @@ -0,0 +1 @@ +flash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AdobeReader.svg b/.local/share/icons/Nordic/apps/scalable/AdobeReader.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AdobeReader.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AdobeReader10.svg b/.local/share/icons/Nordic/apps/scalable/AdobeReader10.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AdobeReader10.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AdobeReader11.svg b/.local/share/icons/Nordic/apps/scalable/AdobeReader11.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AdobeReader11.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AdobeReader12.svg b/.local/share/icons/Nordic/apps/scalable/AdobeReader12.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AdobeReader12.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AdobeReader13.svg b/.local/share/icons/Nordic/apps/scalable/AdobeReader13.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AdobeReader13.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AdobeReader7.svg b/.local/share/icons/Nordic/apps/scalable/AdobeReader7.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AdobeReader7.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AdobeReader8.svg b/.local/share/icons/Nordic/apps/scalable/AdobeReader8.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AdobeReader8.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AdobeReader9.svg b/.local/share/icons/Nordic/apps/scalable/AdobeReader9.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AdobeReader9.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AdobeUpdate.svg b/.local/share/icons/Nordic/apps/scalable/AdobeUpdate.svg new file mode 120000 index 0000000..d0da37a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AdobeUpdate.svg @@ -0,0 +1 @@ +AdobeReader13.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AdobeWidgetBrowser.svg b/.local/share/icons/Nordic/apps/scalable/AdobeWidgetBrowser.svg new file mode 120000 index 0000000..240d708 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AdobeWidgetBrowser.svg @@ -0,0 +1 @@ +plugin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/AdvancedPhoto.svg b/.local/share/icons/Nordic/apps/scalable/AdvancedPhoto.svg new file mode 120000 index 0000000..d4944db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/AdvancedPhoto.svg @@ -0,0 +1 @@ +kuickshow.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Alacritty.svg b/.local/share/icons/Nordic/apps/scalable/Alacritty.svg new file mode 100644 index 0000000..3b692c6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Alacritty.svg @@ -0,0 +1,87 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.ca.svg b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.ca.svg new file mode 120000 index 0000000..2b079aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.ca.svg @@ -0,0 +1 @@ +amazon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.cn.svg b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.cn.svg new file mode 120000 index 0000000..2b079aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.cn.svg @@ -0,0 +1 @@ +amazon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.co.svg b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.co.svg new file mode 120000 index 0000000..2b079aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.co.svg @@ -0,0 +1 @@ +amazon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.co.uk.svg b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.co.uk.svg new file mode 120000 index 0000000..2b079aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.co.uk.svg @@ -0,0 +1 @@ +amazon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.com.svg b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.com.svg new file mode 120000 index 0000000..2b079aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.com.svg @@ -0,0 +1 @@ +amazon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.de.svg b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.de.svg new file mode 120000 index 0000000..2b079aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.de.svg @@ -0,0 +1 @@ +amazon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.es.svg b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.es.svg new file mode 120000 index 0000000..2b079aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.es.svg @@ -0,0 +1 @@ +amazon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.fr.svg b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.fr.svg new file mode 120000 index 0000000..2b079aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.fr.svg @@ -0,0 +1 @@ +amazon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.it.svg b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.it.svg new file mode 120000 index 0000000..2b079aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Amazon-www.amazon.it.svg @@ -0,0 +1 @@ +amazon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Anatine.svg b/.local/share/icons/Nordic/apps/scalable/Anatine.svg new file mode 120000 index 0000000..fdd0aec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Anatine.svg @@ -0,0 +1 @@ +anatine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Angry-Birds-chrome.angrybirds.com.svg b/.local/share/icons/Nordic/apps/scalable/Angry-Birds-chrome.angrybirds.com.svg new file mode 120000 index 0000000..d211254 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Angry-Birds-chrome.angrybirds.com.svg @@ -0,0 +1 @@ +angry-birds.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Appstore.svg b/.local/share/icons/Nordic/apps/scalable/Appstore.svg new file mode 120000 index 0000000..3c6aac3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Appstore.svg @@ -0,0 +1 @@ +software-center.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Ardour.svg b/.local/share/icons/Nordic/apps/scalable/Ardour.svg new file mode 120000 index 0000000..de8b00f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Ardour.svg @@ -0,0 +1 @@ +ardour.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/B46B_javaws.0.svg b/.local/share/icons/Nordic/apps/scalable/B46B_javaws.0.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/B46B_javaws.0.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/BTM.svg b/.local/share/icons/Nordic/apps/scalable/BTM.svg new file mode 120000 index 0000000..6e314c5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/BTM.svg @@ -0,0 +1 @@ +accessories-camera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Battle.net.svg b/.local/share/icons/Nordic/apps/scalable/Battle.net.svg new file mode 100644 index 0000000..4cbb847 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Battle.net.svg @@ -0,0 +1,239 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/Blender.svg b/.local/share/icons/Nordic/apps/scalable/Blender.svg new file mode 120000 index 0000000..965ce91 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Blender.svg @@ -0,0 +1 @@ +blender.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/CC99_WINWORD.0.svg b/.local/share/icons/Nordic/apps/scalable/CC99_WINWORD.0.svg new file mode 120000 index 0000000..093f649 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/CC99_WINWORD.0.svg @@ -0,0 +1 @@ +ms-word.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/CMakeSetup.svg b/.local/share/icons/Nordic/apps/scalable/CMakeSetup.svg new file mode 100644 index 0000000..ff58b86 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/CMakeSetup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/CMakeSetup32.svg b/.local/share/icons/Nordic/apps/scalable/CMakeSetup32.svg new file mode 120000 index 0000000..d73f7c0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/CMakeSetup32.svg @@ -0,0 +1 @@ +CMakeSetup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Calendar.svg b/.local/share/icons/Nordic/apps/scalable/Calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Calibre.svg b/.local/share/icons/Nordic/apps/scalable/Calibre.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Calibre.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Caprine.svg b/.local/share/icons/Nordic/apps/scalable/Caprine.svg new file mode 120000 index 0000000..b8719ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Caprine.svg @@ -0,0 +1 @@ +fbmessenger.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Charm.svg b/.local/share/icons/Nordic/apps/scalable/Charm.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Charm.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ConkyManager.svg b/.local/share/icons/Nordic/apps/scalable/ConkyManager.svg new file mode 120000 index 0000000..f1c66af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ConkyManager.svg @@ -0,0 +1 @@ +conky.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Copy.svg b/.local/share/icons/Nordic/apps/scalable/Copy.svg new file mode 120000 index 0000000..4b1d7e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Copy.svg @@ -0,0 +1 @@ +copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/CopyAgent.svg b/.local/share/icons/Nordic/apps/scalable/CopyAgent.svg new file mode 120000 index 0000000..4b1d7e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/CopyAgent.svg @@ -0,0 +1 @@ +copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/DBeaver.svg b/.local/share/icons/Nordic/apps/scalable/DBeaver.svg new file mode 100644 index 0000000..ff51f48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/DBeaver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/DC++.svg b/.local/share/icons/Nordic/apps/scalable/DC++.svg new file mode 120000 index 0000000..458808e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/DC++.svg @@ -0,0 +1 @@ +dart.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/DCE4_EXCEL.0.svg b/.local/share/icons/Nordic/apps/scalable/DCE4_EXCEL.0.svg new file mode 120000 index 0000000..5f368a1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/DCE4_EXCEL.0.svg @@ -0,0 +1 @@ +ms-excel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Dictionary.app.svg b/.local/share/icons/Nordic/apps/scalable/Dictionary.app.svg new file mode 120000 index 0000000..9f0d52e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Dictionary.app.svg @@ -0,0 +1 @@ +dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Dictionary.svg b/.local/share/icons/Nordic/apps/scalable/Dictionary.svg new file mode 120000 index 0000000..9f0d52e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Dictionary.svg @@ -0,0 +1 @@ +dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/DictionaryReader.svg b/.local/share/icons/Nordic/apps/scalable/DictionaryReader.svg new file mode 120000 index 0000000..9f0d52e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/DictionaryReader.svg @@ -0,0 +1 @@ +dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Dnfdragora.svg b/.local/share/icons/Nordic/apps/scalable/Dnfdragora.svg new file mode 100644 index 0000000..be82062 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Dnfdragora.svg @@ -0,0 +1,77 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/Dropbox.svg b/.local/share/icons/Nordic/apps/scalable/Dropbox.svg new file mode 120000 index 0000000..3b77629 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Dropbox.svg @@ -0,0 +1 @@ +dropbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Etermutilities-terminal.svg b/.local/share/icons/Nordic/apps/scalable/Etermutilities-terminal.svg new file mode 120000 index 0000000..df4439b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Etermutilities-terminal.svg @@ -0,0 +1 @@ +yast-sudo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Evernote-evernote.com.svg b/.local/share/icons/Nordic/apps/scalable/Evernote-evernote.com.svg new file mode 120000 index 0000000..7500816 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Evernote-evernote.com.svg @@ -0,0 +1 @@ +avernote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Evernote-www.evernote.com.svg b/.local/share/icons/Nordic/apps/scalable/Evernote-www.evernote.com.svg new file mode 120000 index 0000000..7500816 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Evernote-www.evernote.com.svg @@ -0,0 +1 @@ +avernote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Evernote.svg b/.local/share/icons/Nordic/apps/scalable/Evernote.svg new file mode 120000 index 0000000..7500816 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Evernote.svg @@ -0,0 +1 @@ +avernote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/F666_EXCEL.0.svg b/.local/share/icons/Nordic/apps/scalable/F666_EXCEL.0.svg new file mode 120000 index 0000000..5f368a1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/F666_EXCEL.0.svg @@ -0,0 +1 @@ +ms-excel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/FBReader.svg b/.local/share/icons/Nordic/apps/scalable/FBReader.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/FBReader.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/FD9C_wordicon.0.svg b/.local/share/icons/Nordic/apps/scalable/FD9C_wordicon.0.svg new file mode 120000 index 0000000..093f649 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/FD9C_wordicon.0.svg @@ -0,0 +1 @@ +ms-word.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/FacebookMessenger-facebook.com.svg b/.local/share/icons/Nordic/apps/scalable/FacebookMessenger-facebook.com.svg new file mode 120000 index 0000000..b8719ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/FacebookMessenger-facebook.com.svg @@ -0,0 +1 @@ +fbmessenger.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/FedoraMediaWriter.svg b/.local/share/icons/Nordic/apps/scalable/FedoraMediaWriter.svg new file mode 100644 index 0000000..3925dc0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/FedoraMediaWriter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Filemanager.svg b/.local/share/icons/Nordic/apps/scalable/Filemanager.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Filemanager.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Firefox-orginal.svg b/.local/share/icons/Nordic/apps/scalable/Firefox-orginal.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Firefox-orginal.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Firefox2.svg b/.local/share/icons/Nordic/apps/scalable/Firefox2.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Firefox2.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Firefox3.svg b/.local/share/icons/Nordic/apps/scalable/Firefox3.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Firefox3.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/FoxitReader.svg b/.local/share/icons/Nordic/apps/scalable/FoxitReader.svg new file mode 120000 index 0000000..d167b12 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/FoxitReader.svg @@ -0,0 +1 @@ +foxit-reader.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/GMail-mail.google.com.svg b/.local/share/icons/Nordic/apps/scalable/GMail-mail.google.com.svg new file mode 120000 index 0000000..535ba00 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/GMail-mail.google.com.svg @@ -0,0 +1 @@ +gmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/GPU_Viewer.svg b/.local/share/icons/Nordic/apps/scalable/GPU_Viewer.svg new file mode 120000 index 0000000..1f9cbf3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/GPU_Viewer.svg @@ -0,0 +1 @@ +video-card.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Gcolor3.svg b/.local/share/icons/Nordic/apps/scalable/Gcolor3.svg new file mode 100644 index 0000000..e3c7a35 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Gcolor3.svg @@ -0,0 +1,101 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Gitkraken.svg b/.local/share/icons/Nordic/apps/scalable/Gitkraken.svg new file mode 120000 index 0000000..e7d60f4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Gitkraken.svg @@ -0,0 +1 @@ +gitkraken.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Gmail-mail.google.com.svg b/.local/share/icons/Nordic/apps/scalable/Gmail-mail.google.com.svg new file mode 120000 index 0000000..535ba00 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Gmail-mail.google.com.svg @@ -0,0 +1 @@ +gmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Gnome-Camara.svg b/.local/share/icons/Nordic/apps/scalable/Gnome-Camara.svg new file mode 120000 index 0000000..6e314c5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Gnome-Camara.svg @@ -0,0 +1 @@ +accessories-camera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Gnome-Documents.svg b/.local/share/icons/Nordic/apps/scalable/Gnome-Documents.svg new file mode 100644 index 0000000..50c7a50 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Gnome-Documents.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Gnome-Maps.svg b/.local/share/icons/Nordic/apps/scalable/Gnome-Maps.svg new file mode 100644 index 0000000..bbbf6a1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Gnome-Maps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Gnome-Notes b/.local/share/icons/Nordic/apps/scalable/Gnome-Notes new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Gnome-Notes @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Gnome-Notes.svg b/.local/share/icons/Nordic/apps/scalable/Gnome-Notes.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Gnome-Notes.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Gnome-Photos.svg b/.local/share/icons/Nordic/apps/scalable/Gnome-Photos.svg new file mode 120000 index 0000000..93a448c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Gnome-Photos.svg @@ -0,0 +1 @@ +gnome-photos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Gnome-notes.svg b/.local/share/icons/Nordic/apps/scalable/Gnome-notes.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Gnome-notes.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/GnomeBaker.svg b/.local/share/icons/Nordic/apps/scalable/GnomeBaker.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/GnomeBaker.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/GoogleCalendar-google.com.svg b/.local/share/icons/Nordic/apps/scalable/GoogleCalendar-google.com.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/GoogleCalendar-google.com.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Grsync.SVG b/.local/share/icons/Nordic/apps/scalable/Grsync.SVG new file mode 120000 index 0000000..c51c694 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Grsync.SVG @@ -0,0 +1 @@ +grsync.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Grsync.svg b/.local/share/icons/Nordic/apps/scalable/Grsync.svg new file mode 120000 index 0000000..c51c694 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Grsync.svg @@ -0,0 +1 @@ +grsync.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/HexChat.svg b/.local/share/icons/Nordic/apps/scalable/HexChat.svg new file mode 120000 index 0000000..6db6aa4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/HexChat.svg @@ -0,0 +1 @@ +hexchat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/HexChat1.svg b/.local/share/icons/Nordic/apps/scalable/HexChat1.svg new file mode 120000 index 0000000..6db6aa4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/HexChat1.svg @@ -0,0 +1 @@ +hexchat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/HexChat14.svg b/.local/share/icons/Nordic/apps/scalable/HexChat14.svg new file mode 120000 index 0000000..6db6aa4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/HexChat14.svg @@ -0,0 +1 @@ +hexchat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Imagemagick.svg b/.local/share/icons/Nordic/apps/scalable/Imagemagick.svg new file mode 120000 index 0000000..8d153f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Imagemagick.svg @@ -0,0 +1 @@ +effects.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Insight-FileManager.svg b/.local/share/icons/Nordic/apps/scalable/Insight-FileManager.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Insight-FileManager.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Ipub.svg b/.local/share/icons/Nordic/apps/scalable/Ipub.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Ipub.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/J7Z.svg b/.local/share/icons/Nordic/apps/scalable/J7Z.svg new file mode 120000 index 0000000..67d5d22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/J7Z.svg @@ -0,0 +1 @@ +7zip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/JIRAFEAU.svg b/.local/share/icons/Nordic/apps/scalable/JIRAFEAU.svg new file mode 100644 index 0000000..f423b44 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/JIRAFEAU.svg @@ -0,0 +1,440 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/Kazam.svg b/.local/share/icons/Nordic/apps/scalable/Kazam.svg new file mode 100644 index 0000000..6380567 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Kazam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Last.fm-icon.svg b/.local/share/icons/Nordic/apps/scalable/Last.fm-icon.svg new file mode 120000 index 0000000..76dd477 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Last.fm-icon.svg @@ -0,0 +1 @@ +lastfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/MidnightCommand.svg b/.local/share/icons/Nordic/apps/scalable/MidnightCommand.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/MidnightCommand.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/MidnightCommander.svg b/.local/share/icons/Nordic/apps/scalable/MidnightCommander.svg new file mode 100644 index 0000000..3796c65 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/MidnightCommander.svg @@ -0,0 +1,71 @@ + + + + + + image/svg+xml + + + + + + + + + + MC + diff --git a/.local/share/icons/Nordic/apps/scalable/ModemManager.svg b/.local/share/icons/Nordic/apps/scalable/ModemManager.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ModemManager.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/MultiBrowser.svg b/.local/share/icons/Nordic/apps/scalable/MultiBrowser.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/MultiBrowser.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/MusicBrainz-Picard.svg b/.local/share/icons/Nordic/apps/scalable/MusicBrainz-Picard.svg new file mode 120000 index 0000000..9e9193d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/MusicBrainz-Picard.svg @@ -0,0 +1 @@ +picard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/MvGather.svg b/.local/share/icons/Nordic/apps/scalable/MvGather.svg new file mode 120000 index 0000000..a30e61e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/MvGather.svg @@ -0,0 +1 @@ +totem.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/MyPaint.svg b/.local/share/icons/Nordic/apps/scalable/MyPaint.svg new file mode 100644 index 0000000..6dff1a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/MyPaint.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Nautilus.svg b/.local/share/icons/Nordic/apps/scalable/Nautilus.svg new file mode 120000 index 0000000..edc468c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Nautilus.svg @@ -0,0 +1 @@ +nautilus.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Nextcloud b/.local/share/icons/Nordic/apps/scalable/Nextcloud new file mode 120000 index 0000000..d01d25d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Nextcloud @@ -0,0 +1 @@ +nextcloud.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Nextcloud.svg b/.local/share/icons/Nordic/apps/scalable/Nextcloud.svg new file mode 120000 index 0000000..d01d25d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Nextcloud.svg @@ -0,0 +1 @@ +nextcloud.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/NoMachine.svg b/.local/share/icons/Nordic/apps/scalable/NoMachine.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/NoMachine.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Nocturn.svg b/.local/share/icons/Nordic/apps/scalable/Nocturn.svg new file mode 120000 index 0000000..43aa990 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Nocturn.svg @@ -0,0 +1 @@ +nocturn.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Not-sure-of-name.svg b/.local/share/icons/Nordic/apps/scalable/Not-sure-of-name.svg new file mode 100644 index 0000000..f9eb94b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Not-sure-of-name.svg @@ -0,0 +1,106 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Notion.svg b/.local/share/icons/Nordic/apps/scalable/Notion.svg new file mode 120000 index 0000000..b3076ed --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Notion.svg @@ -0,0 +1 @@ +notion.app.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Nylas-N1.svg b/.local/share/icons/Nordic/apps/scalable/Nylas-N1.svg new file mode 120000 index 0000000..b839174 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Nylas-N1.svg @@ -0,0 +1 @@ +n1.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/OpenTodoList.svg b/.local/share/icons/Nordic/apps/scalable/OpenTodoList.svg new file mode 120000 index 0000000..16b75ed --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/OpenTodoList.svg @@ -0,0 +1 @@ +opentodolist.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/PCSX2.svg b/.local/share/icons/Nordic/apps/scalable/PCSX2.svg new file mode 120000 index 0000000..68717f0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/PCSX2.svg @@ -0,0 +1 @@ +pcsxr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/PacketTracer.svg b/.local/share/icons/Nordic/apps/scalable/PacketTracer.svg new file mode 120000 index 0000000..36abfb7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/PacketTracer.svg @@ -0,0 +1 @@ +packettracer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Pinta_icon.svg b/.local/share/icons/Nordic/apps/scalable/Pinta_icon.svg new file mode 120000 index 0000000..a0d2d8a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Pinta_icon.svg @@ -0,0 +1 @@ +paint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Pithos.svg b/.local/share/icons/Nordic/apps/scalable/Pithos.svg new file mode 120000 index 0000000..8c29b40 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Pithos.svg @@ -0,0 +1 @@ +sonata.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Pomodoro.svg b/.local/share/icons/Nordic/apps/scalable/Pomodoro.svg new file mode 120000 index 0000000..af0d73f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Pomodoro.svg @@ -0,0 +1 @@ +gnome-pomodoro.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Prepos.svg b/.local/share/icons/Nordic/apps/scalable/Prepos.svg new file mode 100644 index 0000000..b844449 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Prepos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Psensor_normal.svg b/.local/share/icons/Nordic/apps/scalable/Psensor_normal.svg new file mode 120000 index 0000000..349f2c7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Psensor_normal.svg @@ -0,0 +1 @@ +psensor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/QtIcon.svg b/.local/share/icons/Nordic/apps/scalable/QtIcon.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/QtIcon.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/QtProject-assistant.svg b/.local/share/icons/Nordic/apps/scalable/QtProject-assistant.svg new file mode 120000 index 0000000..83b56e2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/QtProject-assistant.svg @@ -0,0 +1 @@ +qt-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/QtProject-designer.svg b/.local/share/icons/Nordic/apps/scalable/QtProject-designer.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/QtProject-designer.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/QtProject-qtcreator-qt5.svg b/.local/share/icons/Nordic/apps/scalable/QtProject-qtcreator-qt5.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/QtProject-qtcreator-qt5.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/QtProject-qtcreator.svg b/.local/share/icons/Nordic/apps/scalable/QtProject-qtcreator.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/QtProject-qtcreator.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Quodlibet.svg b/.local/share/icons/Nordic/apps/scalable/Quodlibet.svg new file mode 120000 index 0000000..baa6013 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Quodlibet.svg @@ -0,0 +1 @@ +quodlibet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/R-linux.svg b/.local/share/icons/Nordic/apps/scalable/R-linux.svg new file mode 120000 index 0000000..c2b458a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/R-linux.svg @@ -0,0 +1 @@ +r-linux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/RSS_feeds.svg b/.local/share/icons/Nordic/apps/scalable/RSS_feeds.svg new file mode 120000 index 0000000..5ba07e5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/RSS_feeds.svg @@ -0,0 +1 @@ +akregator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Rapid-Photo-Downloader.svg b/.local/share/icons/Nordic/apps/scalable/Rapid-Photo-Downloader.svg new file mode 120000 index 0000000..51be258 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Rapid-Photo-Downloader.svg @@ -0,0 +1 @@ +shotwell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/SMB4k.svg b/.local/share/icons/Nordic/apps/scalable/SMB4k.svg new file mode 100644 index 0000000..80ed205 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/SMB4k.svg @@ -0,0 +1,66 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/SPEED TEST.svg b/.local/share/icons/Nordic/apps/scalable/SPEED TEST.svg new file mode 100644 index 0000000..13f3a42 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/SPEED TEST.svg @@ -0,0 +1,564 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/Sci48M.svg b/.local/share/icons/Nordic/apps/scalable/Sci48M.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Sci48M.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ScudCloud.svg b/.local/share/icons/Nordic/apps/scalable/ScudCloud.svg new file mode 120000 index 0000000..7cb5329 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ScudCloud.svg @@ -0,0 +1 @@ +slack.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Skanlite.svg b/.local/share/icons/Nordic/apps/scalable/Skanlite.svg new file mode 120000 index 0000000..490a5aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Skanlite.svg @@ -0,0 +1 @@ +scanner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Spotify.svg b/.local/share/icons/Nordic/apps/scalable/Spotify.svg new file mode 120000 index 0000000..2d1e6f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Spotify.svg @@ -0,0 +1 @@ +spotify-client.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Support.svg b/.local/share/icons/Nordic/apps/scalable/Support.svg new file mode 120000 index 0000000..9185c19 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Support.svg @@ -0,0 +1 @@ +susehelpcenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Sylpheed.svg b/.local/share/icons/Nordic/apps/scalable/Sylpheed.svg new file mode 120000 index 0000000..9cbbac0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Sylpheed.svg @@ -0,0 +1 @@ +sylpheed.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/TeamViewer.svg b/.local/share/icons/Nordic/apps/scalable/TeamViewer.svg new file mode 120000 index 0000000..4992427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/TeamViewer.svg @@ -0,0 +1 @@ +teamviewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Temps.svg b/.local/share/icons/Nordic/apps/scalable/Temps.svg new file mode 120000 index 0000000..8103a34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Temps.svg @@ -0,0 +1 @@ +weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Terminal-tango.svg b/.local/share/icons/Nordic/apps/scalable/Terminal-tango.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Terminal-tango.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Terminal.svg b/.local/share/icons/Nordic/apps/scalable/Terminal.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Terminal.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Thunar.svg b/.local/share/icons/Nordic/apps/scalable/Thunar.svg new file mode 120000 index 0000000..e08c35a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Thunar.svg @@ -0,0 +1 @@ +thunar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Tor-Browser.svg b/.local/share/icons/Nordic/apps/scalable/Tor-Browser.svg new file mode 100644 index 0000000..72ebbca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Tor-Browser.svg @@ -0,0 +1,110 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/Twitter-twitter.com.svg b/.local/share/icons/Nordic/apps/scalable/Twitter-twitter.com.svg new file mode 120000 index 0000000..894e8e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Twitter-twitter.com.svg @@ -0,0 +1 @@ +twitter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Twitter-twitter.svg b/.local/share/icons/Nordic/apps/scalable/Twitter-twitter.svg new file mode 120000 index 0000000..894e8e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Twitter-twitter.svg @@ -0,0 +1 @@ +twitter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/UNetbootin.svg b/.local/share/icons/Nordic/apps/scalable/UNetbootin.svg new file mode 120000 index 0000000..843f4fe --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/UNetbootin.svg @@ -0,0 +1 @@ +unetbootin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/VBox.svg b/.local/share/icons/Nordic/apps/scalable/VBox.svg new file mode 120000 index 0000000..f7e0337 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/VBox.svg @@ -0,0 +1 @@ +virtualbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Vbox.svg b/.local/share/icons/Nordic/apps/scalable/Vbox.svg new file mode 120000 index 0000000..f7e0337 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Vbox.svg @@ -0,0 +1 @@ +virtualbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/VeraCrypt.svg b/.local/share/icons/Nordic/apps/scalable/VeraCrypt.svg new file mode 100644 index 0000000..08f8650 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/VeraCrypt.svg @@ -0,0 +1,52 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Veromix.svg b/.local/share/icons/Nordic/apps/scalable/Veromix.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Veromix.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/WMail.svg b/.local/share/icons/Nordic/apps/scalable/WMail.svg new file mode 120000 index 0000000..535ba00 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/WMail.svg @@ -0,0 +1 @@ +gmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/WorkerIcon48.svg b/.local/share/icons/Nordic/apps/scalable/WorkerIcon48.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/WorkerIcon48.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/WormsReloaded.svg b/.local/share/icons/Nordic/apps/scalable/WormsReloaded.svg new file mode 120000 index 0000000..4a02836 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/WormsReloaded.svg @@ -0,0 +1 @@ +worms.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/XMind.svg b/.local/share/icons/Nordic/apps/scalable/XMind.svg new file mode 120000 index 0000000..8399b17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/XMind.svg @@ -0,0 +1 @@ +xmind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/XrendrMixer.svg b/.local/share/icons/Nordic/apps/scalable/XrendrMixer.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/XrendrMixer.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/YouTube-youtube.com.svg b/.local/share/icons/Nordic/apps/scalable/YouTube-youtube.com.svg new file mode 120000 index 0000000..6c62c16 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/YouTube-youtube.com.svg @@ -0,0 +1 @@ +youtube.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Youtube-www.youtube.com.svg b/.local/share/icons/Nordic/apps/scalable/Youtube-www.youtube.com.svg new file mode 120000 index 0000000..6c62c16 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Youtube-www.youtube.com.svg @@ -0,0 +1 @@ +youtube.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Youtube-youtube.com.svg b/.local/share/icons/Nordic/apps/scalable/Youtube-youtube.com.svg new file mode 120000 index 0000000..6c62c16 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Youtube-youtube.com.svg @@ -0,0 +1 @@ +youtube.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/Zoom.svg b/.local/share/icons/Nordic/apps/scalable/Zoom.svg new file mode 100644 index 0000000..289950c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/Zoom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aarddict.svg b/.local/share/icons/Nordic/apps/scalable/aarddict.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aarddict.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/abgx360gui.svg b/.local/share/icons/Nordic/apps/scalable/abgx360gui.svg new file mode 100644 index 0000000..92be5d4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/abgx360gui.svg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/abiword.svg b/.local/share/icons/Nordic/apps/scalable/abiword.svg new file mode 100644 index 0000000..f205f6d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/abiword.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/abiword_48.svg b/.local/share/icons/Nordic/apps/scalable/abiword_48.svg new file mode 120000 index 0000000..3c89b5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/abiword_48.svg @@ -0,0 +1 @@ +abiword.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/about.svg b/.local/share/icons/Nordic/apps/scalable/about.svg new file mode 120000 index 0000000..74f27a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/about.svg @@ -0,0 +1 @@ +help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/abricotine.svg b/.local/share/icons/Nordic/apps/scalable/abricotine.svg new file mode 100644 index 0000000..4de05d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/abricotine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/abrt-gui.svg b/.local/share/icons/Nordic/apps/scalable/abrt-gui.svg new file mode 120000 index 0000000..3146dda --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/abrt-gui.svg @@ -0,0 +1 @@ +apport.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/abrt.svg b/.local/share/icons/Nordic/apps/scalable/abrt.svg new file mode 120000 index 0000000..3146dda --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/abrt.svg @@ -0,0 +1 @@ +apport.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accerciser.svg b/.local/share/icons/Nordic/apps/scalable/accerciser.svg new file mode 100644 index 0000000..8978750 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accerciser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/access.svg b/.local/share/icons/Nordic/apps/scalable/access.svg new file mode 120000 index 0000000..7a2bed3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/access.svg @@ -0,0 +1 @@ +accessibility.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessibility-directory.svg b/.local/share/icons/Nordic/apps/scalable/accessibility-directory.svg new file mode 120000 index 0000000..7a2bed3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessibility-directory.svg @@ -0,0 +1 @@ +accessibility.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessibility.svg b/.local/share/icons/Nordic/apps/scalable/accessibility.svg new file mode 120000 index 0000000..93ed872 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessibility.svg @@ -0,0 +1 @@ +preferences-desktop-accessibility.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessibility_section.svg b/.local/share/icons/Nordic/apps/scalable/accessibility_section.svg new file mode 120000 index 0000000..93ed872 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessibility_section.svg @@ -0,0 +1 @@ +preferences-desktop-accessibility.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-archiver.svg b/.local/share/icons/Nordic/apps/scalable/accessories-archiver.svg new file mode 120000 index 0000000..f3f331a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-archiver.svg @@ -0,0 +1 @@ +ark.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-calculator.svg b/.local/share/icons/Nordic/apps/scalable/accessories-calculator.svg new file mode 120000 index 0000000..fddb7f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-calculator.svg @@ -0,0 +1 @@ +galculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-camera.svg b/.local/share/icons/Nordic/apps/scalable/accessories-camera.svg new file mode 100644 index 0000000..6601962 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-character-map.svg b/.local/share/icons/Nordic/apps/scalable/accessories-character-map.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-character-map.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-clock.svg b/.local/share/icons/Nordic/apps/scalable/accessories-clock.svg new file mode 120000 index 0000000..9f07aea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-clock.svg @@ -0,0 +1 @@ +preferences-system-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-dictionary.svg b/.local/share/icons/Nordic/apps/scalable/accessories-dictionary.svg new file mode 100644 index 0000000..0e86985 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-dictionary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-document-viewer.svg b/.local/share/icons/Nordic/apps/scalable/accessories-document-viewer.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-document-viewer.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-ebook-reader.svg b/.local/share/icons/Nordic/apps/scalable/accessories-ebook-reader.svg new file mode 100644 index 0000000..2e7475b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-ebook-reader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-image-viewer.svg b/.local/share/icons/Nordic/apps/scalable/accessories-image-viewer.svg new file mode 120000 index 0000000..4f606c6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-image-viewer.svg @@ -0,0 +1 @@ +ristretto.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-media-converter.svg b/.local/share/icons/Nordic/apps/scalable/accessories-media-converter.svg new file mode 120000 index 0000000..4563c1d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-media-converter.svg @@ -0,0 +1 @@ +converseen.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-notes.svg b/.local/share/icons/Nordic/apps/scalable/accessories-notes.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-notes.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-paint.svg b/.local/share/icons/Nordic/apps/scalable/accessories-paint.svg new file mode 120000 index 0000000..842fa48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-paint.svg @@ -0,0 +1 @@ +krita.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-painting.svg b/.local/share/icons/Nordic/apps/scalable/accessories-painting.svg new file mode 120000 index 0000000..842fa48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-painting.svg @@ -0,0 +1 @@ +krita.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-podcast.svg b/.local/share/icons/Nordic/apps/scalable/accessories-podcast.svg new file mode 120000 index 0000000..7f47e01 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-podcast.svg @@ -0,0 +1 @@ +podcast.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-screenshot.svg b/.local/share/icons/Nordic/apps/scalable/accessories-screenshot.svg new file mode 120000 index 0000000..7549e2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-screenshot.svg @@ -0,0 +1 @@ +gnome-screenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-system-cleaner.svg b/.local/share/icons/Nordic/apps/scalable/accessories-system-cleaner.svg new file mode 100644 index 0000000..1f3918e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-system-cleaner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-text-editor.svg b/.local/share/icons/Nordic/apps/scalable/accessories-text-editor.svg new file mode 100644 index 0000000..a4627c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-text-editor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories-thesaurus.svg b/.local/share/icons/Nordic/apps/scalable/accessories-thesaurus.svg new file mode 120000 index 0000000..fc7facf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories-thesaurus.svg @@ -0,0 +1 @@ +accessories-dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories_character_map.svg b/.local/share/icons/Nordic/apps/scalable/accessories_character_map.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories_character_map.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/accessories_text_editor.svg b/.local/share/icons/Nordic/apps/scalable/accessories_text_editor.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/accessories_text_editor.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/acetoneiso.svg b/.local/share/icons/Nordic/apps/scalable/acetoneiso.svg new file mode 100644 index 0000000..91c132c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/acetoneiso.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/acidrip.svg b/.local/share/icons/Nordic/apps/scalable/acidrip.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/acidrip.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/acroread.svg b/.local/share/icons/Nordic/apps/scalable/acroread.svg new file mode 100644 index 0000000..1d54893 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/acroread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/activity-log-manager.svg b/.local/share/icons/Nordic/apps/scalable/activity-log-manager.svg new file mode 100644 index 0000000..d7d035f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/activity-log-manager.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/address-book.svg b/.local/share/icons/Nordic/apps/scalable/address-book.svg new file mode 100644 index 0000000..346a988 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/address-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/addressbook.svg b/.local/share/icons/Nordic/apps/scalable/addressbook.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/addressbook.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/adjust-colors.svg b/.local/share/icons/Nordic/apps/scalable/adjust-colors.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/adjust-colors.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/administration.svg b/.local/share/icons/Nordic/apps/scalable/administration.svg new file mode 120000 index 0000000..3fc0190 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/administration.svg @@ -0,0 +1 @@ +yast.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/adobe-air.svg b/.local/share/icons/Nordic/apps/scalable/adobe-air.svg new file mode 100644 index 0000000..60d84c0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/adobe-air.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/adobe-flashplayer.svg b/.local/share/icons/Nordic/apps/scalable/adobe-flashplayer.svg new file mode 120000 index 0000000..29daace --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/adobe-flashplayer.svg @@ -0,0 +1 @@ +flash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/adobe-reader.svg b/.local/share/icons/Nordic/apps/scalable/adobe-reader.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/adobe-reader.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/adobeAIR.svg b/.local/share/icons/Nordic/apps/scalable/adobeAIR.svg new file mode 120000 index 0000000..04a5caa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/adobeAIR.svg @@ -0,0 +1 @@ +adobe-air.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/adobeair.svg b/.local/share/icons/Nordic/apps/scalable/adobeair.svg new file mode 120000 index 0000000..04a5caa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/adobeair.svg @@ -0,0 +1 @@ +adobe-air.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/adobeflashplugin.svg b/.local/share/icons/Nordic/apps/scalable/adobeflashplugin.svg new file mode 120000 index 0000000..29daace --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/adobeflashplugin.svg @@ -0,0 +1 @@ +flash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/adroid-sdk.svg b/.local/share/icons/Nordic/apps/scalable/adroid-sdk.svg new file mode 120000 index 0000000..b853dd0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/adroid-sdk.svg @@ -0,0 +1 @@ +android-studio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/adventure-capitalist.svg b/.local/share/icons/Nordic/apps/scalable/adventure-capitalist.svg new file mode 100644 index 0000000..68f230a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/adventure-capitalist.svg @@ -0,0 +1,79 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/aegisub.svg b/.local/share/icons/Nordic/apps/scalable/aegisub.svg new file mode 120000 index 0000000..30a4d73 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aegisub.svg @@ -0,0 +1 @@ +gnome-subtitles.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/agave.svg b/.local/share/icons/Nordic/apps/scalable/agave.svg new file mode 100644 index 0000000..696705d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/agave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/agenda.svg b/.local/share/icons/Nordic/apps/scalable/agenda.svg new file mode 120000 index 0000000..0c2cbeb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/agenda.svg @@ -0,0 +1 @@ +com.github.alainm23.planner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aim.svg b/.local/share/icons/Nordic/apps/scalable/aim.svg new file mode 100644 index 0000000..1c8cc7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aim.svg @@ -0,0 +1,74 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/aim_protocol.svg b/.local/share/icons/Nordic/apps/scalable/aim_protocol.svg new file mode 120000 index 0000000..a91e346 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aim_protocol.svg @@ -0,0 +1 @@ +aim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/air.svg b/.local/share/icons/Nordic/apps/scalable/air.svg new file mode 120000 index 0000000..04a5caa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/air.svg @@ -0,0 +1 @@ +adobe-air.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/airwave-manager.svg b/.local/share/icons/Nordic/apps/scalable/airwave-manager.svg new file mode 100644 index 0000000..527347d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/airwave-manager.svg @@ -0,0 +1,587 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/aisleriot.svg b/.local/share/icons/Nordic/apps/scalable/aisleriot.svg new file mode 100644 index 0000000..9685786 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aisleriot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/akonadi-serializer.svg b/.local/share/icons/Nordic/apps/scalable/akonadi-serializer.svg new file mode 120000 index 0000000..d6bb245 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/akonadi-serializer.svg @@ -0,0 +1 @@ +akonadi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/akonadi.svg b/.local/share/icons/Nordic/apps/scalable/akonadi.svg new file mode 120000 index 0000000..9d87f13 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/akonadi.svg @@ -0,0 +1 @@ +akonaditray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/akonadiconsole.svg b/.local/share/icons/Nordic/apps/scalable/akonadiconsole.svg new file mode 120000 index 0000000..9d87f13 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/akonadiconsole.svg @@ -0,0 +1 @@ +akonaditray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/akonaditray.svg b/.local/share/icons/Nordic/apps/scalable/akonaditray.svg new file mode 100644 index 0000000..ba0b213 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/akonaditray.svg @@ -0,0 +1,83 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/akregator.svg b/.local/share/icons/Nordic/apps/scalable/akregator.svg new file mode 120000 index 0000000..bb8249c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/akregator.svg @@ -0,0 +1 @@ +feedreader.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/akregator_empty.svg b/.local/share/icons/Nordic/apps/scalable/akregator_empty.svg new file mode 120000 index 0000000..5ba07e5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/akregator_empty.svg @@ -0,0 +1 @@ +akregator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/alacarte.svg b/.local/share/icons/Nordic/apps/scalable/alacarte.svg new file mode 120000 index 0000000..f0eff2c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/alacarte.svg @@ -0,0 +1 @@ +menulibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/alarm-clock.svg b/.local/share/icons/Nordic/apps/scalable/alarm-clock.svg new file mode 120000 index 0000000..9f07aea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/alarm-clock.svg @@ -0,0 +1 @@ +preferences-system-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/alarm-timer.svg b/.local/share/icons/Nordic/apps/scalable/alarm-timer.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/alarm-timer.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/alarm.svg b/.local/share/icons/Nordic/apps/scalable/alarm.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/alarm.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/albert.svg b/.local/share/icons/Nordic/apps/scalable/albert.svg new file mode 100644 index 0000000..a7ff60a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/albert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/alc.svg b/.local/share/icons/Nordic/apps/scalable/alc.svg new file mode 120000 index 0000000..fc7facf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/alc.svg @@ -0,0 +1 @@ +accessories-dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/alchemy.svg b/.local/share/icons/Nordic/apps/scalable/alchemy.svg new file mode 100644 index 0000000..cd44a0c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/alchemy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/alevt.svg b/.local/share/icons/Nordic/apps/scalable/alevt.svg new file mode 120000 index 0000000..5cbf24d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/alevt.svg @@ -0,0 +1 @@ +alienarena.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/alexandra.svg b/.local/share/icons/Nordic/apps/scalable/alexandra.svg new file mode 100644 index 0000000..237e3d2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/alexandra.svg @@ -0,0 +1,587 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/alien-arena.svg b/.local/share/icons/Nordic/apps/scalable/alien-arena.svg new file mode 120000 index 0000000..5cbf24d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/alien-arena.svg @@ -0,0 +1 @@ +alienarena.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/alienarena.svg b/.local/share/icons/Nordic/apps/scalable/alienarena.svg new file mode 100644 index 0000000..bef19cf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/alienarena.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/allen-b1.news.svg b/.local/share/icons/Nordic/apps/scalable/allen-b1.news.svg new file mode 120000 index 0000000..0c771e9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/allen-b1.news.svg @@ -0,0 +1 @@ +rss.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/alleyoop.svg b/.local/share/icons/Nordic/apps/scalable/alleyoop.svg new file mode 120000 index 0000000..2778f8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/alleyoop.svg @@ -0,0 +1 @@ +abrt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/almanah.svg b/.local/share/icons/Nordic/apps/scalable/almanah.svg new file mode 120000 index 0000000..fc7facf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/almanah.svg @@ -0,0 +1 @@ +accessories-dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/alsamixergui.svg b/.local/share/icons/Nordic/apps/scalable/alsamixergui.svg new file mode 120000 index 0000000..4eae085 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/alsamixergui.svg @@ -0,0 +1 @@ +kmix.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amarok-icon.svg b/.local/share/icons/Nordic/apps/scalable/amarok-icon.svg new file mode 120000 index 0000000..d0cde88 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amarok-icon.svg @@ -0,0 +1 @@ +amarok.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amarok.svg b/.local/share/icons/Nordic/apps/scalable/amarok.svg new file mode 100644 index 0000000..f38e67e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amarok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amarok2.svg b/.local/share/icons/Nordic/apps/scalable/amarok2.svg new file mode 120000 index 0000000..d0cde88 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amarok2.svg @@ -0,0 +1 @@ +amarok.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amarok_change_language.svg b/.local/share/icons/Nordic/apps/scalable/amarok_change_language.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amarok_change_language.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amazon-mp3-store-source.svg b/.local/share/icons/Nordic/apps/scalable/amazon-mp3-store-source.svg new file mode 120000 index 0000000..2b079aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amazon-mp3-store-source.svg @@ -0,0 +1 @@ +amazon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amazon-store.svg b/.local/share/icons/Nordic/apps/scalable/amazon-store.svg new file mode 100644 index 0000000..f69cfb5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amazon-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amazon.svg b/.local/share/icons/Nordic/apps/scalable/amazon.svg new file mode 100644 index 0000000..f69cfb5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amazonmp3.svg b/.local/share/icons/Nordic/apps/scalable/amazonmp3.svg new file mode 120000 index 0000000..4f2e80b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amazonmp3.svg @@ -0,0 +1 @@ +amazon-store.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amd-ati.svg b/.local/share/icons/Nordic/apps/scalable/amd-ati.svg new file mode 120000 index 0000000..b519b7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amd-ati.svg @@ -0,0 +1 @@ +amd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amd-catalyst-control-center.svg b/.local/share/icons/Nordic/apps/scalable/amd-catalyst-control-center.svg new file mode 120000 index 0000000..b519b7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amd-catalyst-control-center.svg @@ -0,0 +1 @@ +amd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amd-catalyst.svg b/.local/share/icons/Nordic/apps/scalable/amd-catalyst.svg new file mode 120000 index 0000000..b519b7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amd-catalyst.svg @@ -0,0 +1 @@ +amd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amd.svg b/.local/share/icons/Nordic/apps/scalable/amd.svg new file mode 100644 index 0000000..c6768a3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amule.svg b/.local/share/icons/Nordic/apps/scalable/amule.svg new file mode 120000 index 0000000..b6cfdb9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amule.svg @@ -0,0 +1 @@ +emule.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/amulegui.svg b/.local/share/icons/Nordic/apps/scalable/amulegui.svg new file mode 120000 index 0000000..b6cfdb9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/amulegui.svg @@ -0,0 +1 @@ +emule.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/anaconda.svg b/.local/share/icons/Nordic/apps/scalable/anaconda.svg new file mode 120000 index 0000000..63c0e71 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/anaconda.svg @@ -0,0 +1 @@ +ubiquity-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/anatine.svg b/.local/share/icons/Nordic/apps/scalable/anatine.svg new file mode 100644 index 0000000..a0b2b7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/anatine.svg @@ -0,0 +1,161 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/anbox.svg b/.local/share/icons/Nordic/apps/scalable/anbox.svg new file mode 100644 index 0000000..b535236 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/anbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/android-file-transfer-linux.svg b/.local/share/icons/Nordic/apps/scalable/android-file-transfer-linux.svg new file mode 120000 index 0000000..df92600 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/android-file-transfer-linux.svg @@ -0,0 +1 @@ +android-file-transfer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/android-file-transfer.svg b/.local/share/icons/Nordic/apps/scalable/android-file-transfer.svg new file mode 100644 index 0000000..59876c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/android-file-transfer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/android-sdk.svg b/.local/share/icons/Nordic/apps/scalable/android-sdk.svg new file mode 100644 index 0000000..3df96fe --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/android-sdk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/android-studio-beta.svg b/.local/share/icons/Nordic/apps/scalable/android-studio-beta.svg new file mode 120000 index 0000000..b853dd0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/android-studio-beta.svg @@ -0,0 +1 @@ +android-studio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/android-studio.svg b/.local/share/icons/Nordic/apps/scalable/android-studio.svg new file mode 100644 index 0000000..bcbe6dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/android-studio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/androidestudio.svg b/.local/share/icons/Nordic/apps/scalable/androidestudio.svg new file mode 120000 index 0000000..b853dd0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/androidestudio.svg @@ -0,0 +1 @@ +android-studio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/androidstudio.svg b/.local/share/icons/Nordic/apps/scalable/androidstudio.svg new file mode 100644 index 0000000..e151e3b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/androidstudio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/angry-birds.svg b/.local/share/icons/Nordic/apps/scalable/angry-birds.svg new file mode 100644 index 0000000..82f02cc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/angry-birds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/anjuta.svg b/.local/share/icons/Nordic/apps/scalable/anjuta.svg new file mode 100644 index 0000000..457f812 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/anjuta.svg @@ -0,0 +1,70 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/anjuta6.svg b/.local/share/icons/Nordic/apps/scalable/anjuta6.svg new file mode 120000 index 0000000..8602ae2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/anjuta6.svg @@ -0,0 +1 @@ +anjuta.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/anjuta_icon.svg b/.local/share/icons/Nordic/apps/scalable/anjuta_icon.svg new file mode 120000 index 0000000..8602ae2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/anjuta_icon.svg @@ -0,0 +1 @@ +anjuta.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/anki.svg b/.local/share/icons/Nordic/apps/scalable/anki.svg new file mode 100644 index 0000000..e0562a5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/anki.svg @@ -0,0 +1,71 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/anoise.svg b/.local/share/icons/Nordic/apps/scalable/anoise.svg new file mode 100644 index 0000000..1a94dac --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/anoise.svg @@ -0,0 +1,938 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/ant-downloader.svg b/.local/share/icons/Nordic/apps/scalable/ant-downloader.svg new file mode 100644 index 0000000..b0228b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ant-downloader.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/antimicro.svg b/.local/share/icons/Nordic/apps/scalable/antimicro.svg new file mode 120000 index 0000000..168c825 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/antimicro.svg @@ -0,0 +1 @@ +game-pad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/any_do.svg b/.local/share/icons/Nordic/apps/scalable/any_do.svg new file mode 120000 index 0000000..bcdcd70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/any_do.svg @@ -0,0 +1 @@ +org.gnome.Todo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/anydesk.svg b/.local/share/icons/Nordic/apps/scalable/anydesk.svg new file mode 100644 index 0000000..da705e3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/anydesk.svg @@ -0,0 +1,1014 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/ao-app.svg b/.local/share/icons/Nordic/apps/scalable/ao-app.svg new file mode 100644 index 0000000..592ba4e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ao-app.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/apacheconf.svg b/.local/share/icons/Nordic/apps/scalable/apacheconf.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/apacheconf.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/apk-icon-editor.svg b/.local/share/icons/Nordic/apps/scalable/apk-icon-editor.svg new file mode 100644 index 0000000..cef7970 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/apk-icon-editor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aplication-x-executable.svg b/.local/share/icons/Nordic/apps/scalable/aplication-x-executable.svg new file mode 100644 index 0000000..1194669 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aplication-x-executable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/app-launcher.svg b/.local/share/icons/Nordic/apps/scalable/app-launcher.svg new file mode 120000 index 0000000..f288849 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/app-launcher.svg @@ -0,0 +1 @@ +slingscold.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/app.briar.gtk.svg b/.local/share/icons/Nordic/apps/scalable/app.briar.gtk.svg new file mode 100644 index 0000000..355df2a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/app.briar.gtk.svg @@ -0,0 +1,221 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/app.svg b/.local/share/icons/Nordic/apps/scalable/app.svg new file mode 120000 index 0000000..e7d60f4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/app.svg @@ -0,0 +1 @@ +gitkraken.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/apparmor_view_profile.svg b/.local/share/icons/Nordic/apps/scalable/apparmor_view_profile.svg new file mode 120000 index 0000000..84538d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/apparmor_view_profile.svg @@ -0,0 +1 @@ +gufw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appcode.svg b/.local/share/icons/Nordic/apps/scalable/appcode.svg new file mode 100644 index 0000000..ebb8b0c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appcode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/apper.svg b/.local/share/icons/Nordic/apps/scalable/apper.svg new file mode 120000 index 0000000..66ccc99 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/apper.svg @@ -0,0 +1 @@ +muon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appgrid.svg b/.local/share/icons/Nordic/apps/scalable/appgrid.svg new file mode 100644 index 0000000..d30e33e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appgrid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-bitwarden.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-bitwarden.svg new file mode 120000 index 0000000..0beb6a1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-bitwarden.svg @@ -0,0 +1 @@ +bitwarden.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-caprine.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-caprine.svg new file mode 120000 index 0000000..b8719ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-caprine.svg @@ -0,0 +1 @@ +fbmessenger.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-cozydrive.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-cozydrive.svg new file mode 120000 index 0000000..79fa571 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-cozydrive.svg @@ -0,0 +1 @@ +cozydrive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-downline.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-downline.svg new file mode 120000 index 0000000..3119f46 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-downline.svg @@ -0,0 +1 @@ +downline.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-franz.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-franz.svg new file mode 120000 index 0000000..d9225a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-franz.svg @@ -0,0 +1 @@ +franz.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-github-desktop.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-github-desktop.svg new file mode 120000 index 0000000..041308e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-github-desktop.svg @@ -0,0 +1 @@ +github-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-hw-probe.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-hw-probe.svg new file mode 120000 index 0000000..64b64e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-hw-probe.svg @@ -0,0 +1 @@ +hw-probe.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-joplin.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-joplin.svg new file mode 120000 index 0000000..2b32d05 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-joplin.svg @@ -0,0 +1 @@ +joplin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-kaku.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-kaku.svg new file mode 120000 index 0000000..b4a9df2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-kaku.svg @@ -0,0 +1 @@ +kaku.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-org.keepassxc.KeePassXC.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-org.keepassxc.KeePassXC.svg new file mode 120000 index 0000000..a13d2aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-org.keepassxc.KeePassXC.svg @@ -0,0 +1 @@ +keepassxc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-raven-reader.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-raven-reader.svg new file mode 120000 index 0000000..92a2f16 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-raven-reader.svg @@ -0,0 +1 @@ +raven-reader.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-standard-notes.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-standard-notes.svg new file mode 120000 index 0000000..92550a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-standard-notes.svg @@ -0,0 +1 @@ +standard-notes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-synfigstudio.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-synfigstudio.svg new file mode 120000 index 0000000..9e19345 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-synfigstudio.svg @@ -0,0 +1 @@ +synfig_icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit-teams-for-linux.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit-teams-for-linux.svg new file mode 120000 index 0000000..299c508 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit-teams-for-linux.svg @@ -0,0 +1 @@ +teams-for-linux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit_0b58b82040223d044316bfbdc0a154c5_com.lettier.gifcurry.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit_0b58b82040223d044316bfbdc0a154c5_com.lettier.gifcurry.svg new file mode 120000 index 0000000..6612d6c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit_0b58b82040223d044316bfbdc0a154c5_com.lettier.gifcurry.svg @@ -0,0 +1 @@ +gifcurry.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appimagekit_d3106dfc9ee132ee9e5371b74d64b11f_rambox.svg b/.local/share/icons/Nordic/apps/scalable/appimagekit_d3106dfc9ee132ee9e5371b74d64b11f_rambox.svg new file mode 120000 index 0000000..81ca07e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appimagekit_d3106dfc9ee132ee9e5371b74d64b11f_rambox.svg @@ -0,0 +1 @@ +rambox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applet_lockkeys.svg b/.local/share/icons/Nordic/apps/scalable/applet_lockkeys.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applet_lockkeys.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applets-screenshooter.svg b/.local/share/icons/Nordic/apps/scalable/applets-screenshooter.svg new file mode 120000 index 0000000..52e8b4e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applets-screenshooter.svg @@ -0,0 +1 @@ +lxscreenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/application-default-icon.svg b/.local/share/icons/Nordic/apps/scalable/application-default-icon.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/application-default-icon.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/application-pdf.svg b/.local/share/icons/Nordic/apps/scalable/application-pdf.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/application-pdf.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/application-system.svg b/.local/share/icons/Nordic/apps/scalable/application-system.svg new file mode 100644 index 0000000..7721599 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/application-system.svg @@ -0,0 +1,69 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/application-vidiot.svg b/.local/share/icons/Nordic/apps/scalable/application-vidiot.svg new file mode 120000 index 0000000..cdae97d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/application-vidiot.svg @@ -0,0 +1 @@ +avidemux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/application-vnd.iccprofile.svg b/.local/share/icons/Nordic/apps/scalable/application-vnd.iccprofile.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/application-vnd.iccprofile.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/application-x-chemtool.svg b/.local/share/icons/Nordic/apps/scalable/application-x-chemtool.svg new file mode 120000 index 0000000..4c40a17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/application-x-chemtool.svg @@ -0,0 +1 @@ +chmsee-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/application-x-clementine.svg b/.local/share/icons/Nordic/apps/scalable/application-x-clementine.svg new file mode 120000 index 0000000..a09fe24 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/application-x-clementine.svg @@ -0,0 +1 @@ +./clementine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/application-x-executable.svg b/.local/share/icons/Nordic/apps/scalable/application-x-executable.svg new file mode 120000 index 0000000..70f4854 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/application-x-executable.svg @@ -0,0 +1 @@ +application-default-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/application-x-remote-connection.svg b/.local/share/icons/Nordic/apps/scalable/application-x-remote-connection.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/application-x-remote-connection.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/application-x-vnc.svg b/.local/share/icons/Nordic/apps/scalable/application-x-vnc.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/application-x-vnc.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/application-x-wine-extension-its.svg b/.local/share/icons/Nordic/apps/scalable/application-x-wine-extension-its.svg new file mode 120000 index 0000000..0756da4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/application-x-wine-extension-its.svg @@ -0,0 +1 @@ +windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/application-x-wine-extension-vpk.svg b/.local/share/icons/Nordic/apps/scalable/application-x-wine-extension-vpk.svg new file mode 120000 index 0000000..e8a7e57 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/application-x-wine-extension-vpk.svg @@ -0,0 +1 @@ +yast-addon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/application-x-yarock.svg b/.local/share/icons/Nordic/apps/scalable/application-x-yarock.svg new file mode 100644 index 0000000..c7e0c65 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/application-x-yarock.svg @@ -0,0 +1,937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/applications-accessories.svg b/.local/share/icons/Nordic/apps/scalable/applications-accessories.svg new file mode 120000 index 0000000..70f4854 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-accessories.svg @@ -0,0 +1 @@ +application-default-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-development-translation.svg b/.local/share/icons/Nordic/apps/scalable/applications-development-translation.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-development-translation.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-development.svg b/.local/share/icons/Nordic/apps/scalable/applications-development.svg new file mode 120000 index 0000000..d153228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-development.svg @@ -0,0 +1 @@ +builder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-education-language.svg b/.local/share/icons/Nordic/apps/scalable/applications-education-language.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-education-language.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-font.svg b/.local/share/icons/Nordic/apps/scalable/applications-font.svg new file mode 120000 index 0000000..a1e5ae9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-font.svg @@ -0,0 +1 @@ +fonts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-fonts.svg b/.local/share/icons/Nordic/apps/scalable/applications-fonts.svg new file mode 120000 index 0000000..a1e5ae9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-fonts.svg @@ -0,0 +1 @@ +fonts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-games.svg b/.local/share/icons/Nordic/apps/scalable/applications-games.svg new file mode 120000 index 0000000..2f6dc60 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-games.svg @@ -0,0 +1 @@ +fceux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-graphics.svg b/.local/share/icons/Nordic/apps/scalable/applications-graphics.svg new file mode 120000 index 0000000..15e1778 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-graphics.svg @@ -0,0 +1 @@ +colour.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-interfacedesign.svg b/.local/share/icons/Nordic/apps/scalable/applications-interfacedesign.svg new file mode 120000 index 0000000..da40e48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-interfacedesign.svg @@ -0,0 +1 @@ +gtk3-widget-factory.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-internet.svg b/.local/share/icons/Nordic/apps/scalable/applications-internet.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-internet.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-java.svg b/.local/share/icons/Nordic/apps/scalable/applications-java.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-java.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-languages.svg b/.local/share/icons/Nordic/apps/scalable/applications-languages.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-languages.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-libraries.svg b/.local/share/icons/Nordic/apps/scalable/applications-libraries.svg new file mode 120000 index 0000000..aa6a013 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-libraries.svg @@ -0,0 +1 @@ +ebook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-multimedia-svg b/.local/share/icons/Nordic/apps/scalable/applications-multimedia-svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-multimedia-svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-multimedia.svg b/.local/share/icons/Nordic/apps/scalable/applications-multimedia.svg new file mode 120000 index 0000000..2f38ccc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-multimedia.svg @@ -0,0 +1 @@ +multimedia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-office.svg b/.local/share/icons/Nordic/apps/scalable/applications-office.svg new file mode 120000 index 0000000..746aac9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-office.svg @@ -0,0 +1 @@ +document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-other.svg b/.local/share/icons/Nordic/apps/scalable/applications-other.svg new file mode 120000 index 0000000..70f4854 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-other.svg @@ -0,0 +1 @@ +application-default-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-php.svg b/.local/share/icons/Nordic/apps/scalable/applications-php.svg new file mode 120000 index 0000000..66b3f41 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-php.svg @@ -0,0 +1 @@ +php.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-puzzles.svg b/.local/share/icons/Nordic/apps/scalable/applications-puzzles.svg new file mode 120000 index 0000000..240d708 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-puzzles.svg @@ -0,0 +1 @@ +plugin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-system-orange.svg b/.local/share/icons/Nordic/apps/scalable/applications-system-orange.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-system-orange.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-system-symbolic.svg b/.local/share/icons/Nordic/apps/scalable/applications-system-symbolic.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-system-symbolic.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-system.svg b/.local/share/icons/Nordic/apps/scalable/applications-system.svg new file mode 120000 index 0000000..edd24e5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-system.svg @@ -0,0 +1 @@ +aplication-x-executable.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-utilities.svg b/.local/share/icons/Nordic/apps/scalable/applications-utilities.svg new file mode 120000 index 0000000..b6e5cee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-utilities.svg @@ -0,0 +1 @@ +utilities-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications-webbrowsers.svg b/.local/share/icons/Nordic/apps/scalable/applications-webbrowsers.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications-webbrowsers.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/applications_accessories.svg b/.local/share/icons/Nordic/apps/scalable/applications_accessories.svg new file mode 120000 index 0000000..70f4854 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/applications_accessories.svg @@ -0,0 +1 @@ +application-default-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appointment-soon.svg b/.local/share/icons/Nordic/apps/scalable/appointment-soon.svg new file mode 120000 index 0000000..ee0c10d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appointment-soon.svg @@ -0,0 +1 @@ +preferences-system-notifications.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appointment.svg b/.local/share/icons/Nordic/apps/scalable/appointment.svg new file mode 120000 index 0000000..2b85387 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appointment.svg @@ -0,0 +1 @@ +office-calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/apport-gtk.svg b/.local/share/icons/Nordic/apps/scalable/apport-gtk.svg new file mode 120000 index 0000000..3146dda --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/apport-gtk.svg @@ -0,0 +1 @@ +apport.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/apport-gtk2.svg b/.local/share/icons/Nordic/apps/scalable/apport-gtk2.svg new file mode 120000 index 0000000..3146dda --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/apport-gtk2.svg @@ -0,0 +1 @@ +apport.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/apport.svg b/.local/share/icons/Nordic/apps/scalable/apport.svg new file mode 100644 index 0000000..979490a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/apport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/apps.com.evernote.svg b/.local/share/icons/Nordic/apps/scalable/apps.com.evernote.svg new file mode 120000 index 0000000..de94228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/apps.com.evernote.svg @@ -0,0 +1 @@ +Evernote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/appset.svg b/.local/share/icons/Nordic/apps/scalable/appset.svg new file mode 120000 index 0000000..f695e23 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/appset.svg @@ -0,0 +1 @@ +./synaptic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aptana-studio.svg b/.local/share/icons/Nordic/apps/scalable/aptana-studio.svg new file mode 120000 index 0000000..f0d532e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aptana-studio.svg @@ -0,0 +1 @@ +aptana.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aptana.svg b/.local/share/icons/Nordic/apps/scalable/aptana.svg new file mode 100644 index 0000000..4268bc1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aptana.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aptanastore.svg b/.local/share/icons/Nordic/apps/scalable/aptanastore.svg new file mode 120000 index 0000000..f0d532e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aptanastore.svg @@ -0,0 +1 @@ +aptana.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aptdaemon-download.svg b/.local/share/icons/Nordic/apps/scalable/aptdaemon-download.svg new file mode 120000 index 0000000..e442172 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aptdaemon-download.svg @@ -0,0 +1 @@ +system-software-update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aptdaemon-update-cache.svg b/.local/share/icons/Nordic/apps/scalable/aptdaemon-update-cache.svg new file mode 120000 index 0000000..e442172 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aptdaemon-update-cache.svg @@ -0,0 +1 @@ +system-software-update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aptdaemon-upgrade.svg b/.local/share/icons/Nordic/apps/scalable/aptdaemon-upgrade.svg new file mode 120000 index 0000000..1cca4a7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aptdaemon-upgrade.svg @@ -0,0 +1 @@ +update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aptdaemon-working.svg b/.local/share/icons/Nordic/apps/scalable/aptdaemon-working.svg new file mode 120000 index 0000000..e442172 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aptdaemon-working.svg @@ -0,0 +1 @@ +system-software-update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aptik-battery-monitor.svg b/.local/share/icons/Nordic/apps/scalable/aptik-battery-monitor.svg new file mode 120000 index 0000000..82c357f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aptik-battery-monitor.svg @@ -0,0 +1 @@ +gnome-power-statistics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aptik-gtk.svg b/.local/share/icons/Nordic/apps/scalable/aptik-gtk.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aptik-gtk.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aptitude.svg b/.local/share/icons/Nordic/apps/scalable/aptitude.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aptitude.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aqsis.svg b/.local/share/icons/Nordic/apps/scalable/aqsis.svg new file mode 100644 index 0000000..539353e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aqsis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aqualung.svg b/.local/share/icons/Nordic/apps/scalable/aqualung.svg new file mode 100644 index 0000000..c79154f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aqualung.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/archive-manager.svg b/.local/share/icons/Nordic/apps/scalable/archive-manager.svg new file mode 120000 index 0000000..f3f331a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/archive-manager.svg @@ -0,0 +1 @@ +ark.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/archive-mounter.svg b/.local/share/icons/Nordic/apps/scalable/archive-mounter.svg new file mode 120000 index 0000000..53b1e0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/archive-mounter.svg @@ -0,0 +1 @@ +7z.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/archivemanager.svg b/.local/share/icons/Nordic/apps/scalable/archivemanager.svg new file mode 120000 index 0000000..f3f331a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/archivemanager.svg @@ -0,0 +1 @@ +ark.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ardour.svg b/.local/share/icons/Nordic/apps/scalable/ardour.svg new file mode 100644 index 0000000..01645eb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ardour.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ardour2.svg b/.local/share/icons/Nordic/apps/scalable/ardour2.svg new file mode 120000 index 0000000..de8b00f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ardour2.svg @@ -0,0 +1 @@ +ardour.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ardour3.svg b/.local/share/icons/Nordic/apps/scalable/ardour3.svg new file mode 120000 index 0000000..de8b00f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ardour3.svg @@ -0,0 +1 @@ +ardour.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ardour5.svg b/.local/share/icons/Nordic/apps/scalable/ardour5.svg new file mode 120000 index 0000000..de8b00f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ardour5.svg @@ -0,0 +1 @@ +ardour.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ardour_icon_22px.svg b/.local/share/icons/Nordic/apps/scalable/ardour_icon_22px.svg new file mode 120000 index 0000000..de8b00f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ardour_icon_22px.svg @@ -0,0 +1 @@ +ardour.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/arduino-icon-small.svg b/.local/share/icons/Nordic/apps/scalable/arduino-icon-small.svg new file mode 120000 index 0000000..6140ae5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/arduino-icon-small.svg @@ -0,0 +1 @@ +arduino.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/arduino-ide.svg b/.local/share/icons/Nordic/apps/scalable/arduino-ide.svg new file mode 120000 index 0000000..6140ae5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/arduino-ide.svg @@ -0,0 +1 @@ +arduino.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/arduino.svg b/.local/share/icons/Nordic/apps/scalable/arduino.svg new file mode 100644 index 0000000..410ab97 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/arduino.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ark.svg b/.local/share/icons/Nordic/apps/scalable/ark.svg new file mode 120000 index 0000000..e2a5861 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ark.svg @@ -0,0 +1 @@ +utilities-file-archiver.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/armagetronad.svg b/.local/share/icons/Nordic/apps/scalable/armagetronad.svg new file mode 100644 index 0000000..b192cd2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/armagetronad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/arora.svg b/.local/share/icons/Nordic/apps/scalable/arora.svg new file mode 120000 index 0000000..8b26bb3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/arora.svg @@ -0,0 +1 @@ +browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/artemanufrij.imageburner.svg b/.local/share/icons/Nordic/apps/scalable/artemanufrij.imageburner.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/artemanufrij.imageburner.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/artemanufrij.playmymusic.svg b/.local/share/icons/Nordic/apps/scalable/artemanufrij.playmymusic.svg new file mode 120000 index 0000000..4c6a533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/artemanufrij.playmymusic.svg @@ -0,0 +1 @@ +playmymusic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/artemanufrij.screencast.svg b/.local/share/icons/Nordic/apps/scalable/artemanufrij.screencast.svg new file mode 120000 index 0000000..9100e9c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/artemanufrij.screencast.svg @@ -0,0 +1 @@ +simplescreenrecorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/artha.svg b/.local/share/icons/Nordic/apps/scalable/artha.svg new file mode 120000 index 0000000..9f0d52e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/artha.svg @@ -0,0 +1 @@ +dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/artikulate.svg b/.local/share/icons/Nordic/apps/scalable/artikulate.svg new file mode 100644 index 0000000..3349005 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/artikulate.svg @@ -0,0 +1,74 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/arts.svg b/.local/share/icons/Nordic/apps/scalable/arts.svg new file mode 120000 index 0000000..04c6d09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/arts.svg @@ -0,0 +1 @@ +multimedia-volume-control.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/as-icon.svg b/.local/share/icons/Nordic/apps/scalable/as-icon.svg new file mode 120000 index 0000000..76dd477 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/as-icon.svg @@ -0,0 +1 @@ +lastfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/as-powered.svg b/.local/share/icons/Nordic/apps/scalable/as-powered.svg new file mode 120000 index 0000000..76dd477 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/as-powered.svg @@ -0,0 +1 @@ +lastfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/asounder.svg b/.local/share/icons/Nordic/apps/scalable/asounder.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/asounder.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/assaultcube.svg b/.local/share/icons/Nordic/apps/scalable/assaultcube.svg new file mode 100644 index 0000000..854d23e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/assaultcube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/assistant-qt4.svg b/.local/share/icons/Nordic/apps/scalable/assistant-qt4.svg new file mode 120000 index 0000000..a2c2cf3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/assistant-qt4.svg @@ -0,0 +1 @@ +qtassistant.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/assistant-qt5.svg b/.local/share/icons/Nordic/apps/scalable/assistant-qt5.svg new file mode 120000 index 0000000..6d45d7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/assistant-qt5.svg @@ -0,0 +1 @@ +qt4logo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/assistant.svg b/.local/share/icons/Nordic/apps/scalable/assistant.svg new file mode 120000 index 0000000..a2c2cf3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/assistant.svg @@ -0,0 +1 @@ +qtassistant.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/assistant5.svg b/.local/share/icons/Nordic/apps/scalable/assistant5.svg new file mode 120000 index 0000000..6d45d7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/assistant5.svg @@ -0,0 +1 @@ +qt4logo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/astah-community.svg b/.local/share/icons/Nordic/apps/scalable/astah-community.svg new file mode 120000 index 0000000..25f27cb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/astah-community.svg @@ -0,0 +1 @@ +astah_uml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/astah_uml.svg b/.local/share/icons/Nordic/apps/scalable/astah_uml.svg new file mode 100644 index 0000000..c56e4d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/astah_uml.svg @@ -0,0 +1,6137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/asunder.svg b/.local/share/icons/Nordic/apps/scalable/asunder.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/asunder.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/at-support.svg b/.local/share/icons/Nordic/apps/scalable/at-support.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/at-support.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aterm.svg b/.local/share/icons/Nordic/apps/scalable/aterm.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aterm.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/athena.svg b/.local/share/icons/Nordic/apps/scalable/athena.svg new file mode 120000 index 0000000..abdd0fd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/athena.svg @@ -0,0 +1 @@ +system-file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ati.svg b/.local/share/icons/Nordic/apps/scalable/ati.svg new file mode 120000 index 0000000..b519b7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ati.svg @@ -0,0 +1 @@ +amd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/atlas.svg b/.local/share/icons/Nordic/apps/scalable/atlas.svg new file mode 120000 index 0000000..0b4b048 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/atlas.svg @@ -0,0 +1 @@ +gnome-maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/atom-beta.svg b/.local/share/icons/Nordic/apps/scalable/atom-beta.svg new file mode 120000 index 0000000..cf7e364 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/atom-beta.svg @@ -0,0 +1 @@ +atom.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/atom-text-editor.svg b/.local/share/icons/Nordic/apps/scalable/atom-text-editor.svg new file mode 120000 index 0000000..cf7e364 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/atom-text-editor.svg @@ -0,0 +1 @@ +atom.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/atom.svg b/.local/share/icons/Nordic/apps/scalable/atom.svg new file mode 100644 index 0000000..30e7895 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/atom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/atomic-icon b/.local/share/icons/Nordic/apps/scalable/atomic-icon new file mode 120000 index 0000000..3f0c743 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/atomic-icon @@ -0,0 +1 @@ +atomix.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/atomix-icon.svg b/.local/share/icons/Nordic/apps/scalable/atomix-icon.svg new file mode 120000 index 0000000..3f0c743 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/atomix-icon.svg @@ -0,0 +1 @@ +atomix.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/atomix.svg b/.local/share/icons/Nordic/apps/scalable/atomix.svg new file mode 100644 index 0000000..8ff2674 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/atomix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/atril.svg b/.local/share/icons/Nordic/apps/scalable/atril.svg new file mode 120000 index 0000000..e1b9885 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/atril.svg @@ -0,0 +1 @@ +document-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/atunes.svg b/.local/share/icons/Nordic/apps/scalable/atunes.svg new file mode 120000 index 0000000..8c29b40 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/atunes.svg @@ -0,0 +1 @@ +sonata.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/atunes125.svg b/.local/share/icons/Nordic/apps/scalable/atunes125.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/atunes125.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audacious-16.svg b/.local/share/icons/Nordic/apps/scalable/audacious-16.svg new file mode 120000 index 0000000..895924e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audacious-16.svg @@ -0,0 +1 @@ +audacious.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audacious-32.svg b/.local/share/icons/Nordic/apps/scalable/audacious-32.svg new file mode 120000 index 0000000..895924e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audacious-32.svg @@ -0,0 +1 @@ +audacious.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audacious-panel.svg b/.local/share/icons/Nordic/apps/scalable/audacious-panel.svg new file mode 120000 index 0000000..895924e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audacious-panel.svg @@ -0,0 +1 @@ +audacious.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audacious.svg b/.local/share/icons/Nordic/apps/scalable/audacious.svg new file mode 100644 index 0000000..4053e09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audacious.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audacious2.svg b/.local/share/icons/Nordic/apps/scalable/audacious2.svg new file mode 120000 index 0000000..895924e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audacious2.svg @@ -0,0 +1 @@ +audacious.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audacity.svg b/.local/share/icons/Nordic/apps/scalable/audacity.svg new file mode 100644 index 0000000..3a57896 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audacity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audacity16.svg b/.local/share/icons/Nordic/apps/scalable/audacity16.svg new file mode 120000 index 0000000..c2e2d13 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audacity16.svg @@ -0,0 +1 @@ +audacity.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audacity32.svg b/.local/share/icons/Nordic/apps/scalable/audacity32.svg new file mode 120000 index 0000000..c2e2d13 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audacity32.svg @@ -0,0 +1 @@ +audacity.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audex.svg b/.local/share/icons/Nordic/apps/scalable/audex.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audex.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audience.svg b/.local/share/icons/Nordic/apps/scalable/audience.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audience.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audio-editor.svg b/.local/share/icons/Nordic/apps/scalable/audio-editor.svg new file mode 120000 index 0000000..c2e2d13 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audio-editor.svg @@ -0,0 +1 @@ +audacity.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audio-equalizer.svg b/.local/share/icons/Nordic/apps/scalable/audio-equalizer.svg new file mode 100644 index 0000000..5fafbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audio-equalizer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audio-player.svg b/.local/share/icons/Nordic/apps/scalable/audio-player.svg new file mode 120000 index 0000000..9df0f54 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audio-player.svg @@ -0,0 +1 @@ +musique.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audio-recorder.svg b/.local/share/icons/Nordic/apps/scalable/audio-recorder.svg new file mode 100644 index 0000000..8fffde1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audio-recorder.svg @@ -0,0 +1,87 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/audio-speakers.svg b/.local/share/icons/Nordic/apps/scalable/audio-speakers.svg new file mode 120000 index 0000000..155ef3f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audio-speakers.svg @@ -0,0 +1 @@ +mx-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/audoban.applet.playbar.svg b/.local/share/icons/Nordic/apps/scalable/audoban.applet.playbar.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/audoban.applet.playbar.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/authy.svg b/.local/share/icons/Nordic/apps/scalable/authy.svg new file mode 100644 index 0000000..970cca3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/authy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/auto-package-manager-gtk.svg b/.local/share/icons/Nordic/apps/scalable/auto-package-manager-gtk.svg new file mode 120000 index 0000000..47a6e9b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/auto-package-manager-gtk.svg @@ -0,0 +1 @@ +synaptic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/autocolor.svg b/.local/share/icons/Nordic/apps/scalable/autocolor.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/autocolor.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/automathemely.svg b/.local/share/icons/Nordic/apps/scalable/automathemely.svg new file mode 100644 index 0000000..7b8de55 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/automathemely.svg @@ -0,0 +1,120 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/autopackage-installer.svg b/.local/share/icons/Nordic/apps/scalable/autopackage-installer.svg new file mode 120000 index 0000000..df850da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/autopackage-installer.svg @@ -0,0 +1 @@ +system-software-installer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/autopackage-manager-gtk.svg b/.local/share/icons/Nordic/apps/scalable/autopackage-manager-gtk.svg new file mode 120000 index 0000000..47a6e9b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/autopackage-manager-gtk.svg @@ -0,0 +1 @@ +synaptic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/avatar-default.svg b/.local/share/icons/Nordic/apps/scalable/avatar-default.svg new file mode 120000 index 0000000..d7b5891 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/avatar-default.svg @@ -0,0 +1 @@ +user.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/avernote.svg b/.local/share/icons/Nordic/apps/scalable/avernote.svg new file mode 100644 index 0000000..938ac61 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/avernote.svg @@ -0,0 +1,4142 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/avidemux-gtk.svg b/.local/share/icons/Nordic/apps/scalable/avidemux-gtk.svg new file mode 120000 index 0000000..cdae97d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/avidemux-gtk.svg @@ -0,0 +1 @@ +avidemux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/avidemux-qt4.svg b/.local/share/icons/Nordic/apps/scalable/avidemux-qt4.svg new file mode 120000 index 0000000..cdae97d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/avidemux-qt4.svg @@ -0,0 +1 @@ +avidemux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/avidemux-qt5.svg b/.local/share/icons/Nordic/apps/scalable/avidemux-qt5.svg new file mode 120000 index 0000000..cdae97d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/avidemux-qt5.svg @@ -0,0 +1 @@ +avidemux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/avidemux.svg b/.local/share/icons/Nordic/apps/scalable/avidemux.svg new file mode 100644 index 0000000..c9e7b1c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/avidemux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/avidemux_icon.svg b/.local/share/icons/Nordic/apps/scalable/avidemux_icon.svg new file mode 120000 index 0000000..cdae97d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/avidemux_icon.svg @@ -0,0 +1 @@ +avidemux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/aweather.svg b/.local/share/icons/Nordic/apps/scalable/aweather.svg new file mode 120000 index 0000000..d6126dd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/aweather.svg @@ -0,0 +1 @@ +org.gnome.Weather.Application.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/awf.svg b/.local/share/icons/Nordic/apps/scalable/awf.svg new file mode 120000 index 0000000..879651b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/awf.svg @@ -0,0 +1 @@ +desktop-environment-gnome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/awn-applet-digital-clock.svg b/.local/share/icons/Nordic/apps/scalable/awn-applet-digital-clock.svg new file mode 120000 index 0000000..1512def --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/awn-applet-digital-clock.svg @@ -0,0 +1 @@ +gnome-clocks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/awn-applet.svg b/.local/share/icons/Nordic/apps/scalable/awn-applet.svg new file mode 120000 index 0000000..434124d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/awn-applet.svg @@ -0,0 +1 @@ +dock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/awn-manager.svg b/.local/share/icons/Nordic/apps/scalable/awn-manager.svg new file mode 120000 index 0000000..8d2e75a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/awn-manager.svg @@ -0,0 +1 @@ +cs-applets.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/awn-plugins.svg b/.local/share/icons/Nordic/apps/scalable/awn-plugins.svg new file mode 120000 index 0000000..d91675f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/awn-plugins.svg @@ -0,0 +1 @@ +awn-applet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/awn-settings.svg b/.local/share/icons/Nordic/apps/scalable/awn-settings.svg new file mode 120000 index 0000000..8d2e75a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/awn-settings.svg @@ -0,0 +1 @@ +cs-applets.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ax-applet.svg b/.local/share/icons/Nordic/apps/scalable/ax-applet.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ax-applet.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/azpainter.svg b/.local/share/icons/Nordic/apps/scalable/azpainter.svg new file mode 120000 index 0000000..210f979 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/azpainter.svg @@ -0,0 +1 @@ +accessories-painting.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/azureus.svg b/.local/share/icons/Nordic/apps/scalable/azureus.svg new file mode 100644 index 0000000..5146964 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/azureus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/babe.svg b/.local/share/icons/Nordic/apps/scalable/babe.svg new file mode 100644 index 0000000..c219c0f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/babe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/background.svg b/.local/share/icons/Nordic/apps/scalable/background.svg new file mode 120000 index 0000000..911ba54 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/background.svg @@ -0,0 +1 @@ +preferences-desktop-wallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/backlite.svg b/.local/share/icons/Nordic/apps/scalable/backlite.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/backlite.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/badge-small.svg b/.local/share/icons/Nordic/apps/scalable/badge-small.svg new file mode 120000 index 0000000..f4b9b74 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/badge-small.svg @@ -0,0 +1 @@ +keyring-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/badge.svg b/.local/share/icons/Nordic/apps/scalable/badge.svg new file mode 120000 index 0000000..d6c9eb1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/badge.svg @@ -0,0 +1 @@ +enpass.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/baidunetdisk.svg b/.local/share/icons/Nordic/apps/scalable/baidunetdisk.svg new file mode 100644 index 0000000..156759d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/baidunetdisk.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/baka-mplayer.svg b/.local/share/icons/Nordic/apps/scalable/baka-mplayer.svg new file mode 100644 index 0000000..a5d6c96 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/baka-mplayer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/balena-etcher-electron.svg b/.local/share/icons/Nordic/apps/scalable/balena-etcher-electron.svg new file mode 120000 index 0000000..d17bc78 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/balena-etcher-electron.svg @@ -0,0 +1 @@ +etcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/baloo.svg b/.local/share/icons/Nordic/apps/scalable/baloo.svg new file mode 120000 index 0000000..c54a2e0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/baloo.svg @@ -0,0 +1 @@ +preferences-desktop-baloo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bangarang.svg b/.local/share/icons/Nordic/apps/scalable/bangarang.svg new file mode 120000 index 0000000..fd92315 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bangarang.svg @@ -0,0 +1 @@ +clementine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/banshee-01.svg b/.local/share/icons/Nordic/apps/scalable/banshee-01.svg new file mode 120000 index 0000000..f9620b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/banshee-01.svg @@ -0,0 +1 @@ +banshee.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/banshee-1.svg b/.local/share/icons/Nordic/apps/scalable/banshee-1.svg new file mode 120000 index 0000000..c2a653b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/banshee-1.svg @@ -0,0 +1 @@ +gnome-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/banshee-panel.svg b/.local/share/icons/Nordic/apps/scalable/banshee-panel.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/banshee-panel.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/banshee.svg b/.local/share/icons/Nordic/apps/scalable/banshee.svg new file mode 100644 index 0000000..1453a44 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/banshee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/baobab.svg b/.local/share/icons/Nordic/apps/scalable/baobab.svg new file mode 100644 index 0000000..92af8db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/baobab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bash.svg b/.local/share/icons/Nordic/apps/scalable/bash.svg new file mode 120000 index 0000000..df4439b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bash.svg @@ -0,0 +1 @@ +yast-sudo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/basket.svg b/.local/share/icons/Nordic/apps/scalable/basket.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/basket.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/battery.svg b/.local/share/icons/Nordic/apps/scalable/battery.svg new file mode 120000 index 0000000..0fbb2af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/battery.svg @@ -0,0 +1 @@ +gnome-power-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bauh.svg b/.local/share/icons/Nordic/apps/scalable/bauh.svg new file mode 100644 index 0000000..9e1860d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bauh.svg @@ -0,0 +1,199 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/beagle-system-search.svg b/.local/share/icons/Nordic/apps/scalable/beagle-system-search.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/beagle-system-search.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/beagled.svg b/.local/share/icons/Nordic/apps/scalable/beagled.svg new file mode 120000 index 0000000..f97340b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/beagled.svg @@ -0,0 +1 @@ +search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/beaker-browser.svg b/.local/share/icons/Nordic/apps/scalable/beaker-browser.svg new file mode 120000 index 0000000..9c2c4e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/beaker-browser.svg @@ -0,0 +1 @@ +com.beakerbrowser.Beaker.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/beatbox.svg b/.local/share/icons/Nordic/apps/scalable/beatbox.svg new file mode 120000 index 0000000..d025f1c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/beatbox.svg @@ -0,0 +1 @@ +music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/beryl-settings.svg b/.local/share/icons/Nordic/apps/scalable/beryl-settings.svg new file mode 120000 index 0000000..14429f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/beryl-settings.svg @@ -0,0 +1 @@ +wmtweaks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bibletime.svg b/.local/share/icons/Nordic/apps/scalable/bibletime.svg new file mode 100644 index 0000000..81191fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bibletime.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/biglybt.svg b/.local/share/icons/Nordic/apps/scalable/biglybt.svg new file mode 100644 index 0000000..a18c576 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/biglybt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bijiben.svg b/.local/share/icons/Nordic/apps/scalable/bijiben.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bijiben.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/birdie.svg b/.local/share/icons/Nordic/apps/scalable/birdie.svg new file mode 120000 index 0000000..894e8e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/birdie.svg @@ -0,0 +1 @@ +twitter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bitcoin-qt.svg b/.local/share/icons/Nordic/apps/scalable/bitcoin-qt.svg new file mode 120000 index 0000000..b43f410 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bitcoin-qt.svg @@ -0,0 +1 @@ +bitcoin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bitcoin.svg b/.local/share/icons/Nordic/apps/scalable/bitcoin.svg new file mode 100644 index 0000000..f6f00b6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bitcoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bitcoin128.svg b/.local/share/icons/Nordic/apps/scalable/bitcoin128.svg new file mode 120000 index 0000000..b43f410 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bitcoin128.svg @@ -0,0 +1 @@ +bitcoin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bitdefender.svg b/.local/share/icons/Nordic/apps/scalable/bitdefender.svg new file mode 100644 index 0000000..dca4c63 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bitdefender.svg @@ -0,0 +1,223 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/bittorent.svg b/.local/share/icons/Nordic/apps/scalable/bittorent.svg new file mode 120000 index 0000000..f57b950 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bittorent.svg @@ -0,0 +1 @@ +bittorrent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bittorrent-sync.svg b/.local/share/icons/Nordic/apps/scalable/bittorrent-sync.svg new file mode 100644 index 0000000..686667f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bittorrent-sync.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bittorrent.svg b/.local/share/icons/Nordic/apps/scalable/bittorrent.svg new file mode 100644 index 0000000..4239338 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bittorrent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bitwarden.svg b/.local/share/icons/Nordic/apps/scalable/bitwarden.svg new file mode 100644 index 0000000..3e8c3b0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bitwarden.svg @@ -0,0 +1,68 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bitwig-studio.svg b/.local/share/icons/Nordic/apps/scalable/bitwig-studio.svg new file mode 120000 index 0000000..ae001d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bitwig-studio.svg @@ -0,0 +1 @@ +babe.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bleachbit.svg b/.local/share/icons/Nordic/apps/scalable/bleachbit.svg new file mode 100644 index 0000000..05704d7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bleachbit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/blender.svg b/.local/share/icons/Nordic/apps/scalable/blender.svg new file mode 100644 index 0000000..da32b3f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blender.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bless.svg b/.local/share/icons/Nordic/apps/scalable/bless.svg new file mode 120000 index 0000000..601daaa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bless.svg @@ -0,0 +1 @@ +okteta.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/blivet-gui.svg b/.local/share/icons/Nordic/apps/scalable/blivet-gui.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blivet-gui.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/blockfy.svg b/.local/share/icons/Nordic/apps/scalable/blockfy.svg new file mode 100644 index 0000000..1729bf2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blockfy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/blockout2.svg b/.local/share/icons/Nordic/apps/scalable/blockout2.svg new file mode 100644 index 0000000..f4b8440 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blockout2.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/blogilo.svg b/.local/share/icons/Nordic/apps/scalable/blogilo.svg new file mode 100644 index 0000000..9e998c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blogilo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/blueclock.svg b/.local/share/icons/Nordic/apps/scalable/blueclock.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blueclock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/blueclock32.svg b/.local/share/icons/Nordic/apps/scalable/blueclock32.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blueclock32.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bluedun.svg b/.local/share/icons/Nordic/apps/scalable/bluedun.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bluedun.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bluefish.svg b/.local/share/icons/Nordic/apps/scalable/bluefish.svg new file mode 100644 index 0000000..e24bc53 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bluefish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bluegriffon.svg b/.local/share/icons/Nordic/apps/scalable/bluegriffon.svg new file mode 100644 index 0000000..23b7e98 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bluegriffon.svg @@ -0,0 +1,156 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/bluejeans.svg b/.local/share/icons/Nordic/apps/scalable/bluejeans.svg new file mode 100644 index 0000000..30cf6f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bluejeans.svg @@ -0,0 +1,938 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/blueman-active.svg b/.local/share/icons/Nordic/apps/scalable/blueman-active.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blueman-active.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/blueman-desktop.svg b/.local/share/icons/Nordic/apps/scalable/blueman-desktop.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blueman-desktop.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/blueman-device.svg b/.local/share/icons/Nordic/apps/scalable/blueman-device.svg new file mode 100644 index 0000000..084139e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blueman-device.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/blueman-disabled.svg b/.local/share/icons/Nordic/apps/scalable/blueman-disabled.svg new file mode 120000 index 0000000..bb03334 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blueman-disabled.svg @@ -0,0 +1 @@ +bluetooth-inactive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/blueman.svg b/.local/share/icons/Nordic/apps/scalable/blueman.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blueman.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/blueradio-48.svg b/.local/share/icons/Nordic/apps/scalable/blueradio-48.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blueradio-48.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/blueradio.svg b/.local/share/icons/Nordic/apps/scalable/blueradio.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/blueradio.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bluetooth-48.svg b/.local/share/icons/Nordic/apps/scalable/bluetooth-48.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bluetooth-48.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bluetooth-active.svg b/.local/share/icons/Nordic/apps/scalable/bluetooth-active.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bluetooth-active.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bluetooth-black.svg b/.local/share/icons/Nordic/apps/scalable/bluetooth-black.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bluetooth-black.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bluetooth-inactive.svg b/.local/share/icons/Nordic/apps/scalable/bluetooth-inactive.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bluetooth-inactive.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bluetooth-radio.svg b/.local/share/icons/Nordic/apps/scalable/bluetooth-radio.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bluetooth-radio.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bluetooth.svg b/.local/share/icons/Nordic/apps/scalable/bluetooth.svg new file mode 100644 index 0000000..9be30db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bluetooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bluetoothradio.svg b/.local/share/icons/Nordic/apps/scalable/bluetoothradio.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bluetoothradio.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bombono-dvd.svg b/.local/share/icons/Nordic/apps/scalable/bombono-dvd.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bombono-dvd.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bomi.svg b/.local/share/icons/Nordic/apps/scalable/bomi.svg new file mode 100644 index 0000000..b774cfc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bomi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/boomaga.svg b/.local/share/icons/Nordic/apps/scalable/boomaga.svg new file mode 120000 index 0000000..0a19d57 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/boomaga.svg @@ -0,0 +1 @@ +libreoffice-printeradmin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/boostnote.svg b/.local/share/icons/Nordic/apps/scalable/boostnote.svg new file mode 100644 index 0000000..b6e20eb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/boostnote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bottles_notepad.svg b/.local/share/icons/Nordic/apps/scalable/bottles_notepad.svg new file mode 120000 index 0000000..ca6c483 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bottles_notepad.svg @@ -0,0 +1 @@ +text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bottles_wine-winetricks.svg b/.local/share/icons/Nordic/apps/scalable/bottles_wine-winetricks.svg new file mode 120000 index 0000000..2d550e9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bottles_wine-winetricks.svg @@ -0,0 +1 @@ +wine-winetricks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bottles_wine.svg b/.local/share/icons/Nordic/apps/scalable/bottles_wine.svg new file mode 120000 index 0000000..417f68c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bottles_wine.svg @@ -0,0 +1 @@ +wine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/boxes.svg b/.local/share/icons/Nordic/apps/scalable/boxes.svg new file mode 120000 index 0000000..14c25b6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/boxes.svg @@ -0,0 +1 @@ +gnome-boxes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/brackerts_B.svg b/.local/share/icons/Nordic/apps/scalable/brackerts_B.svg new file mode 120000 index 0000000..c064636 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/brackerts_B.svg @@ -0,0 +1 @@ +brackets.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/brackerts_b.svg b/.local/share/icons/Nordic/apps/scalable/brackerts_b.svg new file mode 120000 index 0000000..c064636 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/brackerts_b.svg @@ -0,0 +1 @@ +brackets.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/brackets-electron.svg b/.local/share/icons/Nordic/apps/scalable/brackets-electron.svg new file mode 120000 index 0000000..c064636 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/brackets-electron.svg @@ -0,0 +1 @@ +brackets.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/brackets.svg b/.local/share/icons/Nordic/apps/scalable/brackets.svg new file mode 100644 index 0000000..9b4ff7b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/brackets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/braindump.svg b/.local/share/icons/Nordic/apps/scalable/braindump.svg new file mode 100644 index 0000000..6f8b8ef --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/braindump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/brasero.svg b/.local/share/icons/Nordic/apps/scalable/brasero.svg new file mode 100644 index 0000000..2e47ac0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/brasero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/brave-beta.svg b/.local/share/icons/Nordic/apps/scalable/brave-beta.svg new file mode 100644 index 0000000..578756e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/brave-beta.svg @@ -0,0 +1,225 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/brave-browser.svg b/.local/share/icons/Nordic/apps/scalable/brave-browser.svg new file mode 120000 index 0000000..22ef933 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/brave-browser.svg @@ -0,0 +1 @@ +brave.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/brave.svg b/.local/share/icons/Nordic/apps/scalable/brave.svg new file mode 100644 index 0000000..193bed8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/brave.svg @@ -0,0 +1,225 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/brightnesssettings.svg b/.local/share/icons/Nordic/apps/scalable/brightnesssettings.svg new file mode 120000 index 0000000..75d9c9d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/brightnesssettings.svg @@ -0,0 +1 @@ +preferences-system-brightness-lock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/brightside.svg b/.local/share/icons/Nordic/apps/scalable/brightside.svg new file mode 100644 index 0000000..ed4ff60 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/brightside.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/briss-icon.svg b/.local/share/icons/Nordic/apps/scalable/briss-icon.svg new file mode 100644 index 0000000..4e5279f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/briss-icon.svg @@ -0,0 +1,6375 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/briss.svg b/.local/share/icons/Nordic/apps/scalable/briss.svg new file mode 120000 index 0000000..ad451d7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/briss.svg @@ -0,0 +1 @@ +pdfmod.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/broom.svg b/.local/share/icons/Nordic/apps/scalable/broom.svg new file mode 120000 index 0000000..011a935 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/broom.svg @@ -0,0 +1 @@ +bleachbit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/browser-help.svg b/.local/share/icons/Nordic/apps/scalable/browser-help.svg new file mode 120000 index 0000000..5ec8e9d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/browser-help.svg @@ -0,0 +1 @@ +help-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/browser-tor.svg b/.local/share/icons/Nordic/apps/scalable/browser-tor.svg new file mode 120000 index 0000000..407773e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/browser-tor.svg @@ -0,0 +1 @@ +tor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/browser.svg b/.local/share/icons/Nordic/apps/scalable/browser.svg new file mode 120000 index 0000000..3000504 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/browser.svg @@ -0,0 +1 @@ +internet-web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/browser_help.svg b/.local/share/icons/Nordic/apps/scalable/browser_help.svg new file mode 120000 index 0000000..e855b95 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/browser_help.svg @@ -0,0 +1 @@ +browser-help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bt-logo.svg b/.local/share/icons/Nordic/apps/scalable/bt-logo.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bt-logo.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/btsync-gui-gtk.svg b/.local/share/icons/Nordic/apps/scalable/btsync-gui-gtk.svg new file mode 120000 index 0000000..ecee9c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/btsync-gui-gtk.svg @@ -0,0 +1 @@ +btsync-user.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/btsync-gui.svg b/.local/share/icons/Nordic/apps/scalable/btsync-gui.svg new file mode 120000 index 0000000..429f3f4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/btsync-gui.svg @@ -0,0 +1 @@ +bittorrent-sync.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/btsync-user.svg b/.local/share/icons/Nordic/apps/scalable/btsync-user.svg new file mode 120000 index 0000000..a562f83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/btsync-user.svg @@ -0,0 +1 @@ +deja-dup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bug-buddy.svg b/.local/share/icons/Nordic/apps/scalable/bug-buddy.svg new file mode 120000 index 0000000..3146dda --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bug-buddy.svg @@ -0,0 +1 @@ +apport.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/bug.svg b/.local/share/icons/Nordic/apps/scalable/bug.svg new file mode 120000 index 0000000..3146dda --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bug.svg @@ -0,0 +1 @@ +apport.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/builder.svg b/.local/share/icons/Nordic/apps/scalable/builder.svg new file mode 100644 index 0000000..4cfe76d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/builder.svg @@ -0,0 +1,93 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/buka.svg b/.local/share/icons/Nordic/apps/scalable/buka.svg new file mode 100644 index 0000000..d354bad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/buka.svg @@ -0,0 +1,969 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/bumblebee.svg b/.local/share/icons/Nordic/apps/scalable/bumblebee.svg new file mode 120000 index 0000000..fc42cf5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/bumblebee.svg @@ -0,0 +1 @@ +nvidia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/burner.svg b/.local/share/icons/Nordic/apps/scalable/burner.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/burner.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/buttercup.svg b/.local/share/icons/Nordic/apps/scalable/buttercup.svg new file mode 100644 index 0000000..7e725ed --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/buttercup.svg @@ -0,0 +1,116 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/byzanz.svg b/.local/share/icons/Nordic/apps/scalable/byzanz.svg new file mode 120000 index 0000000..9100e9c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/byzanz.svg @@ -0,0 +1 @@ +simplescreenrecorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ca._0ldsk00l.Nestopia.svg b/.local/share/icons/Nordic/apps/scalable/ca._0ldsk00l.Nestopia.svg new file mode 120000 index 0000000..2f6dc60 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ca._0ldsk00l.Nestopia.svg @@ -0,0 +1 @@ +fceux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ca.desrt.dconf-editor.svg b/.local/share/icons/Nordic/apps/scalable/ca.desrt.dconf-editor.svg new file mode 120000 index 0000000..5c5aea0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ca.desrt.dconf-editor.svg @@ -0,0 +1 @@ +dconf-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cabbage.svg b/.local/share/icons/Nordic/apps/scalable/cabbage.svg new file mode 100644 index 0000000..c93911e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cabbage.svg @@ -0,0 +1,144 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/cacao-oj6.svg b/.local/share/icons/Nordic/apps/scalable/cacao-oj6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cacao-oj6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cacao-oj7.svg b/.local/share/icons/Nordic/apps/scalable/cacao-oj7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cacao-oj7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cacao-oj8.svg b/.local/share/icons/Nordic/apps/scalable/cacao-oj8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cacao-oj8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cacao-oj9.svg b/.local/share/icons/Nordic/apps/scalable/cacao-oj9.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cacao-oj9.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/caffeine.svg b/.local/share/icons/Nordic/apps/scalable/caffeine.svg new file mode 100644 index 0000000..6eb7711 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/caffeine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cairo-clock.svg b/.local/share/icons/Nordic/apps/scalable/cairo-clock.svg new file mode 120000 index 0000000..9f07aea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cairo-clock.svg @@ -0,0 +1 @@ +preferences-system-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cairo-dock-c.svg b/.local/share/icons/Nordic/apps/scalable/cairo-dock-c.svg new file mode 120000 index 0000000..8be344c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cairo-dock-c.svg @@ -0,0 +1 @@ +cairo-dock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cairo-dock-o.svg b/.local/share/icons/Nordic/apps/scalable/cairo-dock-o.svg new file mode 120000 index 0000000..8be344c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cairo-dock-o.svg @@ -0,0 +1 @@ +cairo-dock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cairo-dock.svg b/.local/share/icons/Nordic/apps/scalable/cairo-dock.svg new file mode 100644 index 0000000..9e1b1d5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cairo-dock.svg @@ -0,0 +1,536 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/caja-actions.svg b/.local/share/icons/Nordic/apps/scalable/caja-actions.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/caja-actions.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/caja-dropbox.svg b/.local/share/icons/Nordic/apps/scalable/caja-dropbox.svg new file mode 120000 index 0000000..3b77629 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/caja-dropbox.svg @@ -0,0 +1 @@ +dropbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/caja.svg b/.local/share/icons/Nordic/apps/scalable/caja.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/caja.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calamares.svg b/.local/share/icons/Nordic/apps/scalable/calamares.svg new file mode 100644 index 0000000..ba4fa2f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calamares.svg @@ -0,0 +1,105 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/calc.svg b/.local/share/icons/Nordic/apps/scalable/calc.svg new file mode 120000 index 0000000..80698d6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calc.svg @@ -0,0 +1 @@ +accessories-calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calculator-app.svg b/.local/share/icons/Nordic/apps/scalable/calculator-app.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calculator-app.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calculator.svg b/.local/share/icons/Nordic/apps/scalable/calculator.svg new file mode 120000 index 0000000..80698d6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calculator.svg @@ -0,0 +1 @@ +accessories-calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calculator64.svg b/.local/share/icons/Nordic/apps/scalable/calculator64.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calculator64.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calendar-blue-31.svg b/.local/share/icons/Nordic/apps/scalable/calendar-blue-31.svg new file mode 120000 index 0000000..6cb0410 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calendar-blue-31.svg @@ -0,0 +1 @@ +google-calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calendar-red-31.svg b/.local/share/icons/Nordic/apps/scalable/calendar-red-31.svg new file mode 120000 index 0000000..2b85387 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calendar-red-31.svg @@ -0,0 +1 @@ +office-calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calendar.svg b/.local/share/icons/Nordic/apps/scalable/calendar.svg new file mode 100644 index 0000000..ee9819d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calendar.svg @@ -0,0 +1,73 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/calibre-.svg b/.local/share/icons/Nordic/apps/scalable/calibre-.svg new file mode 120000 index 0000000..b13a3a7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calibre-.svg @@ -0,0 +1 @@ +calibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calibre-GUI.svg b/.local/share/icons/Nordic/apps/scalable/calibre-GUI.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calibre-GUI.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calibre-gui.svg b/.local/share/icons/Nordic/apps/scalable/calibre-gui.svg new file mode 120000 index 0000000..b13a3a7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calibre-gui.svg @@ -0,0 +1 @@ +calibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calibre.svg b/.local/share/icons/Nordic/apps/scalable/calibre.svg new file mode 100644 index 0000000..bbd2788 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calibre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calibre2.svg b/.local/share/icons/Nordic/apps/scalable/calibre2.svg new file mode 120000 index 0000000..b13a3a7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calibre2.svg @@ -0,0 +1 @@ +calibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calibre_A.svg b/.local/share/icons/Nordic/apps/scalable/calibre_A.svg new file mode 120000 index 0000000..b13a3a7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calibre_A.svg @@ -0,0 +1 @@ +calibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calibre_B.svg b/.local/share/icons/Nordic/apps/scalable/calibre_B.svg new file mode 120000 index 0000000..b13a3a7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calibre_B.svg @@ -0,0 +1 @@ +calibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calibre_C.svg b/.local/share/icons/Nordic/apps/scalable/calibre_C.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calibre_C.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/california.svg b/.local/share/icons/Nordic/apps/scalable/california.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/california.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligraauthor.svg b/.local/share/icons/Nordic/apps/scalable/calligraauthor.svg new file mode 120000 index 0000000..c3954af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligraauthor.svg @@ -0,0 +1 @@ +calligrawords.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligradevtools.svg b/.local/share/icons/Nordic/apps/scalable/calligradevtools.svg new file mode 120000 index 0000000..d153228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligradevtools.svg @@ -0,0 +1 @@ +builder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligrahandbook.svg b/.local/share/icons/Nordic/apps/scalable/calligrahandbook.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligrahandbook.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligrakarbon.svg b/.local/share/icons/Nordic/apps/scalable/calligrakarbon.svg new file mode 120000 index 0000000..df8a6d2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligrakarbon.svg @@ -0,0 +1 @@ +karbon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligrakrita.svg b/.local/share/icons/Nordic/apps/scalable/calligrakrita.svg new file mode 120000 index 0000000..842fa48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligrakrita.svg @@ -0,0 +1 @@ +krita.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligrakrita2.svg b/.local/share/icons/Nordic/apps/scalable/calligrakrita2.svg new file mode 120000 index 0000000..842fa48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligrakrita2.svg @@ -0,0 +1 @@ +krita.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligrakrita3.svg b/.local/share/icons/Nordic/apps/scalable/calligrakrita3.svg new file mode 120000 index 0000000..8f0c986 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligrakrita3.svg @@ -0,0 +1 @@ +calligrakrita.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligrakrita_l.svg b/.local/share/icons/Nordic/apps/scalable/calligrakrita_l.svg new file mode 120000 index 0000000..842fa48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligrakrita_l.svg @@ -0,0 +1 @@ +krita.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligraplan.svg b/.local/share/icons/Nordic/apps/scalable/calligraplan.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligraplan.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligraplanner.svg b/.local/share/icons/Nordic/apps/scalable/calligraplanner.svg new file mode 120000 index 0000000..7097408 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligraplanner.svg @@ -0,0 +1 @@ +agenda.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligraplanwork.svg b/.local/share/icons/Nordic/apps/scalable/calligraplanwork.svg new file mode 120000 index 0000000..7097408 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligraplanwork.svg @@ -0,0 +1 @@ +agenda.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligraplugins.svg b/.local/share/icons/Nordic/apps/scalable/calligraplugins.svg new file mode 120000 index 0000000..b155be7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligraplugins.svg @@ -0,0 +1 @@ +cs-extensions.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligrasheets.svg b/.local/share/icons/Nordic/apps/scalable/calligrasheets.svg new file mode 100644 index 0000000..cc83cd4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligrasheets.svg @@ -0,0 +1 @@ +S \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligrastage.svg b/.local/share/icons/Nordic/apps/scalable/calligrastage.svg new file mode 100644 index 0000000..363d511 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligrastage.svg @@ -0,0 +1 @@ +S \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/calligrawords.svg b/.local/share/icons/Nordic/apps/scalable/calligrawords.svg new file mode 100644 index 0000000..f3b4b69 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/calligrawords.svg @@ -0,0 +1 @@ +W \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/camera-app.svg b/.local/share/icons/Nordic/apps/scalable/camera-app.svg new file mode 120000 index 0000000..6e314c5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/camera-app.svg @@ -0,0 +1 @@ +accessories-camera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/camera-photo.svg b/.local/share/icons/Nordic/apps/scalable/camera-photo.svg new file mode 120000 index 0000000..6e314c5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/camera-photo.svg @@ -0,0 +1 @@ +accessories-camera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/camera-web.svg b/.local/share/icons/Nordic/apps/scalable/camera-web.svg new file mode 120000 index 0000000..548c334 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/camera-web.svg @@ -0,0 +1 @@ +camera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/camera.svg b/.local/share/icons/Nordic/apps/scalable/camera.svg new file mode 120000 index 0000000..6e314c5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/camera.svg @@ -0,0 +1 @@ +accessories-camera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/camorama.svg b/.local/share/icons/Nordic/apps/scalable/camorama.svg new file mode 120000 index 0000000..6fe6baa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/camorama.svg @@ -0,0 +1 @@ +cheese.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cantata.svg b/.local/share/icons/Nordic/apps/scalable/cantata.svg new file mode 100644 index 0000000..0d1200c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cantata.svg @@ -0,0 +1,937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/caprine.svg b/.local/share/icons/Nordic/apps/scalable/caprine.svg new file mode 120000 index 0000000..b8719ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/caprine.svg @@ -0,0 +1 @@ +fbmessenger.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/catalyst-control-center.svg b/.local/share/icons/Nordic/apps/scalable/catalyst-control-center.svg new file mode 120000 index 0000000..b519b7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/catalyst-control-center.svg @@ -0,0 +1 @@ +amd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/catfish.svg b/.local/share/icons/Nordic/apps/scalable/catfish.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/catfish.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ccc-large.svg b/.local/share/icons/Nordic/apps/scalable/ccc-large.svg new file mode 120000 index 0000000..b519b7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ccc-large.svg @@ -0,0 +1 @@ +amd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ccc_large.svg b/.local/share/icons/Nordic/apps/scalable/ccc_large.svg new file mode 120000 index 0000000..762c984 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ccc_large.svg @@ -0,0 +1 @@ +catalyst-control-center.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ccsm.svg b/.local/share/icons/Nordic/apps/scalable/ccsm.svg new file mode 120000 index 0000000..5759a41 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ccsm.svg @@ -0,0 +1 @@ +obconf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/celestia.svg b/.local/share/icons/Nordic/apps/scalable/celestia.svg new file mode 100644 index 0000000..c9b15dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/celestia.svg @@ -0,0 +1,988 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/cervisia.svg b/.local/share/icons/Nordic/apps/scalable/cervisia.svg new file mode 120000 index 0000000..c01534f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cervisia.svg @@ -0,0 +1 @@ +preferences-system-privacy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chainsaw.svg b/.local/share/icons/Nordic/apps/scalable/chainsaw.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chainsaw.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chakra-backup.svg b/.local/share/icons/Nordic/apps/scalable/chakra-backup.svg new file mode 120000 index 0000000..a562f83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chakra-backup.svg @@ -0,0 +1 @@ +deja-dup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chakra-flat.svg b/.local/share/icons/Nordic/apps/scalable/chakra-flat.svg new file mode 100644 index 0000000..7197b09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chakra-flat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chakra-shield.svg b/.local/share/icons/Nordic/apps/scalable/chakra-shield.svg new file mode 120000 index 0000000..01d0ad6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chakra-shield.svg @@ -0,0 +1 @@ +chakra-flat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chakra.svg b/.local/share/icons/Nordic/apps/scalable/chakra.svg new file mode 120000 index 0000000..01d0ad6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chakra.svg @@ -0,0 +1 @@ +chakra-flat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/change-password-48.svg b/.local/share/icons/Nordic/apps/scalable/change-password-48.svg new file mode 120000 index 0000000..8f0e93a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/change-password-48.svg @@ -0,0 +1 @@ +security-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/change-password.svg b/.local/share/icons/Nordic/apps/scalable/change-password.svg new file mode 120000 index 0000000..8f0e93a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/change-password.svg @@ -0,0 +1 @@ +security-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/changes-prevent.svg b/.local/share/icons/Nordic/apps/scalable/changes-prevent.svg new file mode 120000 index 0000000..8f0e93a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/changes-prevent.svg @@ -0,0 +1 @@ +security-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/charm.svg b/.local/share/icons/Nordic/apps/scalable/charm.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/charm.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/charpic.svg b/.local/share/icons/Nordic/apps/scalable/charpic.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/charpic.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chatons.svg b/.local/share/icons/Nordic/apps/scalable/chatons.svg new file mode 100644 index 0000000..e5c9011 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chatons.svg @@ -0,0 +1,275 @@ + +image/svg+xml diff --git a/.local/share/icons/Nordic/apps/scalable/checkbox-qt.svg b/.local/share/icons/Nordic/apps/scalable/checkbox-qt.svg new file mode 120000 index 0000000..c530a22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/checkbox-qt.svg @@ -0,0 +1 @@ +checkbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/checkbox-touch.svg b/.local/share/icons/Nordic/apps/scalable/checkbox-touch.svg new file mode 120000 index 0000000..c530a22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/checkbox-touch.svg @@ -0,0 +1 @@ +checkbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/checkbox.svg b/.local/share/icons/Nordic/apps/scalable/checkbox.svg new file mode 120000 index 0000000..8c2ef91 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/checkbox.svg @@ -0,0 +1 @@ +accessories-system-cleaner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/checkgmail.svg b/.local/share/icons/Nordic/apps/scalable/checkgmail.svg new file mode 120000 index 0000000..535ba00 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/checkgmail.svg @@ -0,0 +1 @@ +gmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cheese.svg b/.local/share/icons/Nordic/apps/scalable/cheese.svg new file mode 100644 index 0000000..c0e965e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cheese.svg @@ -0,0 +1,72 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/chemtool.svg b/.local/share/icons/Nordic/apps/scalable/chemtool.svg new file mode 120000 index 0000000..4c40a17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chemtool.svg @@ -0,0 +1 @@ +chmsee-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cherrytree.svg b/.local/share/icons/Nordic/apps/scalable/cherrytree.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cherrytree.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chess.svg b/.local/share/icons/Nordic/apps/scalable/chess.svg new file mode 100644 index 0000000..3fd38ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chess.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chipsybug.svg b/.local/share/icons/Nordic/apps/scalable/chipsybug.svg new file mode 120000 index 0000000..2778f8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chipsybug.svg @@ -0,0 +1 @@ +abrt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chmsee-16x16.svg b/.local/share/icons/Nordic/apps/scalable/chmsee-16x16.svg new file mode 120000 index 0000000..4c40a17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chmsee-16x16.svg @@ -0,0 +1 @@ +chmsee-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chmsee-32x32.svg b/.local/share/icons/Nordic/apps/scalable/chmsee-32x32.svg new file mode 120000 index 0000000..4c40a17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chmsee-32x32.svg @@ -0,0 +1 @@ +chmsee-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chmsee-icon.svg b/.local/share/icons/Nordic/apps/scalable/chmsee-icon.svg new file mode 120000 index 0000000..c8ef97c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chmsee-icon.svg @@ -0,0 +1 @@ +chmsee.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chmsee.svg b/.local/share/icons/Nordic/apps/scalable/chmsee.svg new file mode 100644 index 0000000..41350b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chmsee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-aknpkdffaafgjchaibgeefbgmgeghloj-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-aknpkdffaafgjchaibgeefbgmgeghloj-Default.svg new file mode 120000 index 0000000..d211254 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-aknpkdffaafgjchaibgeefbgmgeghloj-Default.svg @@ -0,0 +1 @@ +angry-birds.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-bgkodfmeijboinjdegggmkbkjfiagaan-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-bgkodfmeijboinjdegggmkbkjfiagaan-Default.svg new file mode 120000 index 0000000..ce634bf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-bgkodfmeijboinjdegggmkbkjfiagaan-Default.svg @@ -0,0 +1 @@ +whatsapp.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-bikioccmkafdpakkkcpdbppfkghcmihk-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-bikioccmkafdpakkkcpdbppfkghcmihk-Default.svg new file mode 120000 index 0000000..6255391 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-bikioccmkafdpakkkcpdbppfkghcmihk-Default.svg @@ -0,0 +1 @@ +signal-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-bllmngcdibgbgjnginpehneeofhbmdjm-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-bllmngcdibgbgjnginpehneeofhbmdjm-Default.svg new file mode 120000 index 0000000..b8719ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-bllmngcdibgbgjnginpehneeofhbmdjm-Default.svg @@ -0,0 +1 @@ +fbmessenger.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-blpcfgokakmgnkcojhhkbfbldkacnbeo-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-blpcfgokakmgnkcojhhkbfbldkacnbeo-Default.svg new file mode 120000 index 0000000..6c62c16 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-blpcfgokakmgnkcojhhkbfbldkacnbeo-Default.svg @@ -0,0 +1 @@ +youtube.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-bnbaboaihhkjoaolfnfoablhllahjnee-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-bnbaboaihhkjoaolfnfoablhllahjnee-Default.svg new file mode 120000 index 0000000..1f18c02 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-bnbaboaihhkjoaolfnfoablhllahjnee-Default.svg @@ -0,0 +1 @@ +geogebra.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-boeajhmfdjldchidhphikilcgdacljfm-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-boeajhmfdjldchidhphikilcgdacljfm-Default.svg new file mode 120000 index 0000000..578089b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-boeajhmfdjldchidhphikilcgdacljfm-Default.svg @@ -0,0 +1 @@ +facebook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-bommmmpbplimfmebiadkflfgbgejahgm-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-bommmmpbplimfmebiadkflfgbgejahgm-Default.svg new file mode 120000 index 0000000..ce634bf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-bommmmpbplimfmebiadkflfgbgejahgm-Default.svg @@ -0,0 +1 @@ +whatsapp.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-browser.svg b/.local/share/icons/Nordic/apps/scalable/chrome-browser.svg new file mode 120000 index 0000000..3625dae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-browser.svg @@ -0,0 +1 @@ +chrome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-calculator.svg b/.local/share/icons/Nordic/apps/scalable/chrome-calculator.svg new file mode 120000 index 0000000..83433c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-calculator.svg @@ -0,0 +1 @@ +google-calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-cifmbmfpndbdeefaiicmmojdeihammok-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-cifmbmfpndbdeefaiicmmojdeihammok-Default.svg new file mode 120000 index 0000000..1bc6e8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-cifmbmfpndbdeefaiicmmojdeihammok-Default.svg @@ -0,0 +1 @@ +flickr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-clgddkicplcbgjfobecebadodeggpghp-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-clgddkicplcbgjfobecebadodeggpghp-Default.svg new file mode 120000 index 0000000..f9b2ba2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-clgddkicplcbgjfobecebadodeggpghp-Default.svg @@ -0,0 +1 @@ +2048.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-clhhggbfdinjmjhajaheehoeibfljjno-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-clhhggbfdinjmjhajaheehoeibfljjno-Default.svg new file mode 120000 index 0000000..8fa96d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-clhhggbfdinjmjhajaheehoeibfljjno-Default.svg @@ -0,0 +1 @@ +telegram.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-cnkjkdjlofllcpbemipjbcpfnglbgieh-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-cnkjkdjlofllcpbemipjbcpfnglbgieh-Default.svg new file mode 120000 index 0000000..5604c5d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-cnkjkdjlofllcpbemipjbcpfnglbgieh-Default.svg @@ -0,0 +1 @@ +spotify.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-damddgdogmdhjjbgpfpgmkdgdgjhohef-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-damddgdogmdhjjbgpfpgmkdgdgjhohef-Default.svg new file mode 120000 index 0000000..c233e23 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-damddgdogmdhjjbgpfpgmkdgdgjhohef-Default.svg @@ -0,0 +1 @@ +skype.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-deceagebecbceejblnlcjooeohmmeldh-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-deceagebecbceejblnlcjooeohmmeldh-Default.svg new file mode 120000 index 0000000..3c795c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-deceagebecbceejblnlcjooeohmmeldh-Default.svg @@ -0,0 +1 @@ +netflix.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg new file mode 120000 index 0000000..578089b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg @@ -0,0 +1 @@ +facebook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg new file mode 120000 index 0000000..7cb5329 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg @@ -0,0 +1 @@ +slack.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg new file mode 120000 index 0000000..0ee17a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -0,0 +1 @@ +google-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-fdmmgilgnpjigdojojpjoooidkmcomcm-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-fdmmgilgnpjigdojojpjoooidkmcomcm-Default.svg new file mode 120000 index 0000000..d2d1344 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-fdmmgilgnpjigdojojpjoooidkmcomcm-Default.svg @@ -0,0 +1 @@ +postman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-fhbjgbiflinjbdggehcddcbncdddomop-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-fhbjgbiflinjbdggehcddcbncdddomop-Default.svg new file mode 120000 index 0000000..d2d1344 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-fhbjgbiflinjbdggehcddcbncdddomop-Default.svg @@ -0,0 +1 @@ +postman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-gaedmjdfmmahhbjefcbgaolhhanlaolb-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-gaedmjdfmmahhbjefcbgaolhhanlaolb-Default.svg new file mode 120000 index 0000000..26506e1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-gaedmjdfmmahhbjefcbgaolhhanlaolb-Default.svg @@ -0,0 +1 @@ +authy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-gjmanaihpgjcijokbimnamcdndkffigp-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-gjmanaihpgjcijokbimnamcdndkffigp-Default.svg new file mode 120000 index 0000000..8fa96d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-gjmanaihpgjcijokbimnamcdndkffigp-Default.svg @@ -0,0 +1 @@ +telegram.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-hfhhnacclhffhdffklopdkcgdhifgngh-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-hfhhnacclhffhdffklopdkcgdhifgngh-Default.svg new file mode 120000 index 0000000..7549e2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-hfhhnacclhffhdffklopdkcgdhifgngh-Default.svg @@ -0,0 +1 @@ +gnome-screenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-https___telegram.org_.svg b/.local/share/icons/Nordic/apps/scalable/chrome-https___telegram.org_.svg new file mode 120000 index 0000000..8fa96d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-https___telegram.org_.svg @@ -0,0 +1 @@ +telegram.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-iabmpiboiopbgfabjmgeedhcmjenhbla-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-iabmpiboiopbgfabjmgeedhcmjenhbla-Default.svg new file mode 120000 index 0000000..e92c08a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-iabmpiboiopbgfabjmgeedhcmjenhbla-Default.svg @@ -0,0 +1 @@ +remote-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-icdipabjmbhpdkjaihfjoikhjjeneebd-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-icdipabjmbhpdkjaihfjoikhjjeneebd-Default.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-icdipabjmbhpdkjaihfjoikhjjeneebd-Default.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-icppfcnhkcmnfdhfhphakoifcfokfdhg-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-icppfcnhkcmnfdhfhphakoifcfokfdhg-Default.svg new file mode 120000 index 0000000..0ee17a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-icppfcnhkcmnfdhfhphakoifcfokfdhg-Default.svg @@ -0,0 +1 @@ +google-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-idiemcijhbenngdhkdiipmpkafnkbkeg-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-idiemcijhbenngdhkdiipmpkafnkbkeg-Default.svg new file mode 120000 index 0000000..1bc6e8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-idiemcijhbenngdhkdiipmpkafnkbkeg-Default.svg @@ -0,0 +1 @@ +flickr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-ighkikkfkalojiibipjigpccggljgdff-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-ighkikkfkalojiibipjigpccggljgdff-Default.svg new file mode 120000 index 0000000..51768eb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-ighkikkfkalojiibipjigpccggljgdff-Default.svg @@ -0,0 +1 @@ +google-chrome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-ioekoebejdcmnlefjiknokhhafglcjdl-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-ioekoebejdcmnlefjiknokhhafglcjdl-Default.svg new file mode 120000 index 0000000..3b77629 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-ioekoebejdcmnlefjiknokhhafglcjdl-Default.svg @@ -0,0 +1 @@ +dropbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-jcjbnkncddbeomhaacaeokhfnefibpde-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-jcjbnkncddbeomhaacaeokhfnefibpde-Default.svg new file mode 120000 index 0000000..f9b2ba2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-jcjbnkncddbeomhaacaeokhfnefibpde-Default.svg @@ -0,0 +1 @@ +2048.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-jeogkiiogjbmhklcnbgkdcjoioegiknm-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-jeogkiiogjbmhklcnbgkdcjoioegiknm-Default.svg new file mode 120000 index 0000000..7cb5329 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-jeogkiiogjbmhklcnbgkdcjoioegiknm-Default.svg @@ -0,0 +1 @@ +slack.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-jjphmlaoffndcnecccgemfdaaoighkel-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-jjphmlaoffndcnecccgemfdaaoighkel-Default.svg new file mode 100644 index 0000000..9a45134 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-jjphmlaoffndcnecccgemfdaaoighkel-Default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-joodangkbfjnajiiifokapkpmhfnpleo-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-joodangkbfjnajiiifokapkpmhfnpleo-Default.svg new file mode 120000 index 0000000..60d367b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-joodangkbfjnajiiifokapkpmhfnpleo-Default.svg @@ -0,0 +1 @@ +chrome-joodangkbfjnajiiifokapkpmhfnpleo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-joodangkbfjnajiiifokapkpmhfnpleo.svg b/.local/share/icons/Nordic/apps/scalable/chrome-joodangkbfjnajiiifokapkpmhfnpleo.svg new file mode 120000 index 0000000..2ddcb30 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-joodangkbfjnajiiifokapkpmhfnpleo.svg @@ -0,0 +1 @@ +chrome-calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-kogcfmeennoidocadkgjhnbancebmlbf-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-kogcfmeennoidocadkgjhnbancebmlbf-Default.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-kogcfmeennoidocadkgjhnbancebmlbf-Default.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-lneaknkopdijkpnocmklfnjbeapigfbh-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-lneaknkopdijkpnocmklfnjbeapigfbh-Default.svg new file mode 120000 index 0000000..59b5c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-lneaknkopdijkpnocmklfnjbeapigfbh-Default.svg @@ -0,0 +1 @@ +maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-macmgoeeggnlnmpiojbcniblabkdjphe-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-macmgoeeggnlnmpiojbcniblabkdjphe-Default.svg new file mode 100644 index 0000000..6502344 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-macmgoeeggnlnmpiojbcniblabkdjphe-Default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-mijlebbfndhelmdpmllgcfadlkankhok-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-mijlebbfndhelmdpmllgcfadlkankhok-Default.svg new file mode 120000 index 0000000..6bccf22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-mijlebbfndhelmdpmllgcfadlkankhok-Default.svg @@ -0,0 +1 @@ +gedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-mmfbcljfglbokpmkimbfghdkjmjhdgbg-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-mmfbcljfglbokpmkimbfghdkjmjhdgbg-Default.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-mmfbcljfglbokpmkimbfghdkjmjhdgbg-Default.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-mmimngoggfoobjdlefbcabngfnmieonb-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-mmimngoggfoobjdlefbcabngfnmieonb-Default.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-mmimngoggfoobjdlefbcabngfnmieonb-Default.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-ncpaehbhmfoodbceflpbdocjhpokkbmo-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-ncpaehbhmfoodbceflpbdocjhpokkbmo-Default.svg new file mode 120000 index 0000000..bb2fa05 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-ncpaehbhmfoodbceflpbdocjhpokkbmo-Default.svg @@ -0,0 +1 @@ +vectr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-nmmhkkegccagdldgiimedpiccmgmieda-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-nmmhkkegccagdldgiimedpiccmgmieda-Default.svg new file mode 120000 index 0000000..bdea67f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-nmmhkkegccagdldgiimedpiccmgmieda-Default.svg @@ -0,0 +1 @@ +chrome-store.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-npfkoakaabdallkcdbpkkhfilkkngakh-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-npfkoakaabdallkcdbpkkhfilkkngakh-Default.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-npfkoakaabdallkcdbpkkhfilkkngakh-Default.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-oooiobdokpcfdlahlmcddobejikcmkfo-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-oooiobdokpcfdlahlmcddobejikcmkfo-Default.svg new file mode 120000 index 0000000..4992427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-oooiobdokpcfdlahlmcddobejikcmkfo-Default.svg @@ -0,0 +1 @@ +teamviewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-pjkljhegncpnkpknbcohdijeoejaedia-Default.svg b/.local/share/icons/Nordic/apps/scalable/chrome-pjkljhegncpnkpknbcohdijeoejaedia-Default.svg new file mode 120000 index 0000000..535ba00 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-pjkljhegncpnkpknbcohdijeoejaedia-Default.svg @@ -0,0 +1 @@ +gmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome-store.svg b/.local/share/icons/Nordic/apps/scalable/chrome-store.svg new file mode 100644 index 0000000..8808c09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chrome.svg b/.local/share/icons/Nordic/apps/scalable/chrome.svg new file mode 120000 index 0000000..51768eb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chrome.svg @@ -0,0 +1 @@ +google-chrome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chromium-browser.svg b/.local/share/icons/Nordic/apps/scalable/chromium-browser.svg new file mode 100644 index 0000000..b4a78d4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chromium-browser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chromium-browser2.svg b/.local/share/icons/Nordic/apps/scalable/chromium-browser2.svg new file mode 120000 index 0000000..e97fd96 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chromium-browser2.svg @@ -0,0 +1 @@ +chromium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/chromium-dev.svg b/.local/share/icons/Nordic/apps/scalable/chromium-dev.svg new file mode 100644 index 0000000..25d6047 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chromium-dev.svg @@ -0,0 +1,93 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/chromium.svg b/.local/share/icons/Nordic/apps/scalable/chromium.svg new file mode 120000 index 0000000..76494bd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/chromium.svg @@ -0,0 +1 @@ +chromium-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ciano.svg b/.local/share/icons/Nordic/apps/scalable/ciano.svg new file mode 100644 index 0000000..9508041 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ciano.svg @@ -0,0 +1,221 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/cin-multimedia-volume-control.svg b/.local/share/icons/Nordic/apps/scalable/cin-multimedia-volume-control.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cin-multimedia-volume-control.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cinelerra.svg b/.local/share/icons/Nordic/apps/scalable/cinelerra.svg new file mode 120000 index 0000000..7b84bf0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cinelerra.svg @@ -0,0 +1 @@ +openshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cinnamon-power-manager.svg b/.local/share/icons/Nordic/apps/scalable/cinnamon-power-manager.svg new file mode 120000 index 0000000..0fbb2af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cinnamon-power-manager.svg @@ -0,0 +1 @@ +gnome-power-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cinnamon-preferences-color.svg b/.local/share/icons/Nordic/apps/scalable/cinnamon-preferences-color.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cinnamon-preferences-color.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cinnamon-preferences-desktop-display.svg b/.local/share/icons/Nordic/apps/scalable/cinnamon-preferences-desktop-display.svg new file mode 120000 index 0000000..32b4509 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cinnamon-preferences-desktop-display.svg @@ -0,0 +1 @@ +display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cinnamon-preferences-system-time.svg b/.local/share/icons/Nordic/apps/scalable/cinnamon-preferences-system-time.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cinnamon-preferences-system-time.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cinnamon-session-properties.svg b/.local/share/icons/Nordic/apps/scalable/cinnamon-session-properties.svg new file mode 120000 index 0000000..1752c2f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cinnamon-session-properties.svg @@ -0,0 +1 @@ +session-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cisco-pt.svg b/.local/share/icons/Nordic/apps/scalable/cisco-pt.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cisco-pt.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/clamav-gui.svg b/.local/share/icons/Nordic/apps/scalable/clamav-gui.svg new file mode 120000 index 0000000..8f0e93a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clamav-gui.svg @@ -0,0 +1 @@ +security-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/clamav.svg b/.local/share/icons/Nordic/apps/scalable/clamav.svg new file mode 100644 index 0000000..2d58464 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clamav.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/clamtk.svg b/.local/share/icons/Nordic/apps/scalable/clamtk.svg new file mode 120000 index 0000000..3277e6d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clamtk.svg @@ -0,0 +1 @@ +clamav.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/classicmenu-indicator.svg b/.local/share/icons/Nordic/apps/scalable/classicmenu-indicator.svg new file mode 120000 index 0000000..38b982e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/classicmenu-indicator.svg @@ -0,0 +1 @@ +ubuntu.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/claws-mail-128x128.svg b/.local/share/icons/Nordic/apps/scalable/claws-mail-128x128.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/claws-mail-128x128.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/claws-mail-32x32.svg b/.local/share/icons/Nordic/apps/scalable/claws-mail-32x32.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/claws-mail-32x32.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/claws-mail-64x64.svg b/.local/share/icons/Nordic/apps/scalable/claws-mail-64x64.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/claws-mail-64x64.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/claws-mail.svg b/.local/share/icons/Nordic/apps/scalable/claws-mail.svg new file mode 120000 index 0000000..26b10f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/claws-mail.svg @@ -0,0 +1 @@ +internet-mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/claws-mail_logo.svg b/.local/share/icons/Nordic/apps/scalable/claws-mail_logo.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/claws-mail_logo.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/clawsker.svg b/.local/share/icons/Nordic/apps/scalable/clawsker.svg new file mode 120000 index 0000000..3867230 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clawsker.svg @@ -0,0 +1 @@ +claws-mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/clementine-player.svg b/.local/share/icons/Nordic/apps/scalable/clementine-player.svg new file mode 120000 index 0000000..fd92315 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clementine-player.svg @@ -0,0 +1 @@ +clementine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/clementine.svg b/.local/share/icons/Nordic/apps/scalable/clementine.svg new file mode 100644 index 0000000..b412a32 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clementine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/clipgrab.svg b/.local/share/icons/Nordic/apps/scalable/clipgrab.svg new file mode 100644 index 0000000..d36cf0a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clipgrab.svg @@ -0,0 +1,962 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/clipit-trayicon.svg b/.local/share/icons/Nordic/apps/scalable/clipit-trayicon.svg new file mode 120000 index 0000000..644ff5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clipit-trayicon.svg @@ -0,0 +1 @@ +diodon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/clipit.svg b/.local/share/icons/Nordic/apps/scalable/clipit.svg new file mode 100644 index 0000000..af5bd9b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clipit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/clock-applet.svg b/.local/share/icons/Nordic/apps/scalable/clock-applet.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clock-applet.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/clock.svg b/.local/share/icons/Nordic/apps/scalable/clock.svg new file mode 120000 index 0000000..374b07d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clock.svg @@ -0,0 +1 @@ +time-admin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/clock_B.svg b/.local/share/icons/Nordic/apps/scalable/clock_B.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clock_B.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/clock_C.svg b/.local/share/icons/Nordic/apps/scalable/clock_C.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clock_C.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/clocks.svg b/.local/share/icons/Nordic/apps/scalable/clocks.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/clocks.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cmake-gui.svg b/.local/share/icons/Nordic/apps/scalable/cmake-gui.svg new file mode 120000 index 0000000..d73f7c0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cmake-gui.svg @@ -0,0 +1 @@ +CMakeSetup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cmake.svg b/.local/share/icons/Nordic/apps/scalable/cmake.svg new file mode 100644 index 0000000..ff58b86 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cmake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cmakesetup.svg b/.local/share/icons/Nordic/apps/scalable/cmakesetup.svg new file mode 120000 index 0000000..06c9606 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cmakesetup.svg @@ -0,0 +1 @@ +cmake.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cmplayer.svg b/.local/share/icons/Nordic/apps/scalable/cmplayer.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cmplayer.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/code-insiders.svg b/.local/share/icons/Nordic/apps/scalable/code-insiders.svg new file mode 120000 index 0000000..0a5f226 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/code-insiders.svg @@ -0,0 +1 @@ +visual-studio-code-insiders.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/code-oss.svg b/.local/share/icons/Nordic/apps/scalable/code-oss.svg new file mode 120000 index 0000000..4eaaf19 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/code-oss.svg @@ -0,0 +1 @@ +code.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/code.svg b/.local/share/icons/Nordic/apps/scalable/code.svg new file mode 100644 index 0000000..5301f4d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/codeblock.svg b/.local/share/icons/Nordic/apps/scalable/codeblock.svg new file mode 120000 index 0000000..de60994 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/codeblock.svg @@ -0,0 +1 @@ +codeblocks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/codeblocks.svg b/.local/share/icons/Nordic/apps/scalable/codeblocks.svg new file mode 100644 index 0000000..e786bc1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/codeblocks.svg @@ -0,0 +1,80 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/color-calibate.svg b/.local/share/icons/Nordic/apps/scalable/color-calibate.svg new file mode 120000 index 0000000..15e1778 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/color-calibate.svg @@ -0,0 +1 @@ +colour.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/color-line.svg b/.local/share/icons/Nordic/apps/scalable/color-line.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/color-line.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/color-line1.svg b/.local/share/icons/Nordic/apps/scalable/color-line1.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/color-line1.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/color-management.svg b/.local/share/icons/Nordic/apps/scalable/color-management.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/color-management.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/color-pick.svg b/.local/share/icons/Nordic/apps/scalable/color-pick.svg new file mode 120000 index 0000000..b26e439 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/color-pick.svg @@ -0,0 +1 @@ +gpick.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/color-picker.svg b/.local/share/icons/Nordic/apps/scalable/color-picker.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/color-picker.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/color.svg b/.local/share/icons/Nordic/apps/scalable/color.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/color.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/color_line.svg b/.local/share/icons/Nordic/apps/scalable/color_line.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/color_line.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/colorgrab.svg b/.local/share/icons/Nordic/apps/scalable/colorgrab.svg new file mode 120000 index 0000000..5eff503 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/colorgrab.svg @@ -0,0 +1 @@ +colorpicker.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/colorhug-flash.svg b/.local/share/icons/Nordic/apps/scalable/colorhug-flash.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/colorhug-flash.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/colorhug.svg b/.local/share/icons/Nordic/apps/scalable/colorhug.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/colorhug.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/colorimages.svg b/.local/share/icons/Nordic/apps/scalable/colorimages.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/colorimages.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/colorimeter-colorhug.svg b/.local/share/icons/Nordic/apps/scalable/colorimeter-colorhug.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/colorimeter-colorhug.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/colorize.svg b/.local/share/icons/Nordic/apps/scalable/colorize.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/colorize.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/colorman.svg b/.local/share/icons/Nordic/apps/scalable/colorman.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/colorman.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/colorpicker.svg b/.local/share/icons/Nordic/apps/scalable/colorpicker.svg new file mode 120000 index 0000000..30bd807 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/colorpicker.svg @@ -0,0 +1 @@ +gcolor2.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/colors.svg b/.local/share/icons/Nordic/apps/scalable/colors.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/colors.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/colorset.svg b/.local/share/icons/Nordic/apps/scalable/colorset.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/colorset.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/colour.svg b/.local/share/icons/Nordic/apps/scalable/colour.svg new file mode 120000 index 0000000..9393046 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/colour.svg @@ -0,0 +1 @@ +color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.Adobe.Flash-Player-Projector.svg b/.local/share/icons/Nordic/apps/scalable/com.Adobe.Flash-Player-Projector.svg new file mode 120000 index 0000000..29daace --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.Adobe.Flash-Player-Projector.svg @@ -0,0 +1 @@ +flash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.adobe.Flash-Player-Projector.svg b/.local/share/icons/Nordic/apps/scalable/com.adobe.Flash-Player-Projector.svg new file mode 120000 index 0000000..29daace --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.adobe.Flash-Player-Projector.svg @@ -0,0 +1 @@ +flash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.adobe.Reader.svg b/.local/share/icons/Nordic/apps/scalable/com.adobe.Reader.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.adobe.Reader.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.alacritty.Alacritty.svg b/.local/share/icons/Nordic/apps/scalable/com.alacritty.Alacritty.svg new file mode 120000 index 0000000..b3150cc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.alacritty.Alacritty.svg @@ -0,0 +1 @@ +Alacritty.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.axosoft.GitKraken.svg b/.local/share/icons/Nordic/apps/scalable/com.axosoft.GitKraken.svg new file mode 120000 index 0000000..e7d60f4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.axosoft.GitKraken.svg @@ -0,0 +1 @@ +gitkraken.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.beakerbrowser.Beaker.svg b/.local/share/icons/Nordic/apps/scalable/com.beakerbrowser.Beaker.svg new file mode 100644 index 0000000..d800e0a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.beakerbrowser.Beaker.svg @@ -0,0 +1,937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.bitwarden.desktop.svg b/.local/share/icons/Nordic/apps/scalable/com.bitwarden.desktop.svg new file mode 120000 index 0000000..0beb6a1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.bitwarden.desktop.svg @@ -0,0 +1 @@ +bitwarden.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.bixense.PasswordCalculator.svg b/.local/share/icons/Nordic/apps/scalable/com.bixense.PasswordCalculator.svg new file mode 120000 index 0000000..22a7f7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.bixense.PasswordCalculator.svg @@ -0,0 +1 @@ +password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.bluejeans.BlueJeans.svg b/.local/share/icons/Nordic/apps/scalable/com.bluejeans.BlueJeans.svg new file mode 120000 index 0000000..e68104e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.bluejeans.BlueJeans.svg @@ -0,0 +1 @@ +bluejeans.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.calibre_ebook.calibre.svg b/.local/share/icons/Nordic/apps/scalable/com.calibre_ebook.calibre.svg new file mode 120000 index 0000000..a732bc8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.calibre_ebook.calibre.svg @@ -0,0 +1 @@ +accessories-ebook-reader.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.deepin.Calculator.svg b/.local/share/icons/Nordic/apps/scalable/com.deepin.Calculator.svg new file mode 120000 index 0000000..9bce370 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.deepin.Calculator.svg @@ -0,0 +1 @@ +calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.deepin.Calendar.svg b/.local/share/icons/Nordic/apps/scalable/com.deepin.Calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.deepin.Calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.deepin.ImageViewer.svg b/.local/share/icons/Nordic/apps/scalable/com.deepin.ImageViewer.svg new file mode 120000 index 0000000..0f365ba --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.deepin.ImageViewer.svg @@ -0,0 +1 @@ +deepin-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.deepin.Movie.svg b/.local/share/icons/Nordic/apps/scalable/com.deepin.Movie.svg new file mode 120000 index 0000000..b0e943f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.deepin.Movie.svg @@ -0,0 +1 @@ +deepin-movie.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.deepin.Movies.svg b/.local/share/icons/Nordic/apps/scalable/com.deepin.Movies.svg new file mode 120000 index 0000000..b0e943f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.deepin.Movies.svg @@ -0,0 +1 @@ +deepin-movie.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.deepin.Music.svg b/.local/share/icons/Nordic/apps/scalable/com.deepin.Music.svg new file mode 120000 index 0000000..a2a4b34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.deepin.Music.svg @@ -0,0 +1 @@ +deepin-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.deepin.Picker.svg b/.local/share/icons/Nordic/apps/scalable/com.deepin.Picker.svg new file mode 120000 index 0000000..b26e439 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.deepin.Picker.svg @@ -0,0 +1 @@ +gpick.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.deepin.ScreenRecorder.svg b/.local/share/icons/Nordic/apps/scalable/com.deepin.ScreenRecorder.svg new file mode 120000 index 0000000..68c8453 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.deepin.ScreenRecorder.svg @@ -0,0 +1 @@ +deepin-screen-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.deepin.Screenshot.svg b/.local/share/icons/Nordic/apps/scalable/com.deepin.Screenshot.svg new file mode 120000 index 0000000..52e8b4e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.deepin.Screenshot.svg @@ -0,0 +1 @@ +lxscreenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.deepin.VoiceRecorder.svg b/.local/share/icons/Nordic/apps/scalable/com.deepin.VoiceRecorder.svg new file mode 120000 index 0000000..6d7b037 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.deepin.VoiceRecorder.svg @@ -0,0 +1 @@ +audio-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.discordapp.Discord.svg b/.local/share/icons/Nordic/apps/scalable/com.discordapp.Discord.svg new file mode 120000 index 0000000..972a47f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.discordapp.Discord.svg @@ -0,0 +1 @@ +discord.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.dropbox.Client.svg b/.local/share/icons/Nordic/apps/scalable/com.dropbox.Client.svg new file mode 120000 index 0000000..3b77629 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.dropbox.Client.svg @@ -0,0 +1 @@ +dropbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.elsevier.MendeleyDesktop.svg b/.local/share/icons/Nordic/apps/scalable/com.elsevier.MendeleyDesktop.svg new file mode 120000 index 0000000..d3db846 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -0,0 +1 @@ +mendeley-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.getmailspring.Mailspring.svg b/.local/share/icons/Nordic/apps/scalable/com.getmailspring.Mailspring.svg new file mode 120000 index 0000000..9d5d17a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.getmailspring.Mailspring.svg @@ -0,0 +1 @@ +mailspring.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.getpostman.Postman.svg b/.local/share/icons/Nordic/apps/scalable/com.getpostman.Postman.svg new file mode 120000 index 0000000..d2d1344 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.getpostman.Postman.svg @@ -0,0 +1 @@ +postman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.gexperts.Terminix.svg b/.local/share/icons/Nordic/apps/scalable/com.gexperts.Terminix.svg new file mode 120000 index 0000000..298ecd7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.gexperts.Terminix.svg @@ -0,0 +1 @@ +tilix.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.gexperts.Tilix.svg b/.local/share/icons/Nordic/apps/scalable/com.gexperts.Tilix.svg new file mode 100644 index 0000000..f2cd486 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.gexperts.Tilix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.IsmaelMartinez.teams_for_linux.svg b/.local/share/icons/Nordic/apps/scalable/com.github.IsmaelMartinez.teams_for_linux.svg new file mode 120000 index 0000000..299c508 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.IsmaelMartinez.teams_for_linux.svg @@ -0,0 +1 @@ +teams-for-linux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.PintaProject.Pinta.svg b/.local/share/icons/Nordic/apps/scalable/com.github.PintaProject.Pinta.svg new file mode 120000 index 0000000..dccd932 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.PintaProject.Pinta.svg @@ -0,0 +1 @@ +pinta.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.aggalex.contacts.svg b/.local/share/icons/Nordic/apps/scalable/com.github.aggalex.contacts.svg new file mode 100644 index 0000000..4d57b28 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.aggalex.contacts.svg @@ -0,0 +1,95 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.aimproxy.cyfrif.svg b/.local/share/icons/Nordic/apps/scalable/com.github.aimproxy.cyfrif.svg new file mode 100644 index 0000000..9a7983c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.aimproxy.cyfrif.svg @@ -0,0 +1,1054 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + 25 + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.aimproxy.dotfonts.svg b/.local/share/icons/Nordic/apps/scalable/com.github.aimproxy.dotfonts.svg new file mode 100644 index 0000000..811a18b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.aimproxy.dotfonts.svg @@ -0,0 +1,1043 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.alainm23.byte.svg b/.local/share/icons/Nordic/apps/scalable/com.github.alainm23.byte.svg new file mode 100644 index 0000000..fb181bd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.alainm23.byte.svg @@ -0,0 +1,951 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.alainm23.ioncolorgenerator.svg b/.local/share/icons/Nordic/apps/scalable/com.github.alainm23.ioncolorgenerator.svg new file mode 100644 index 0000000..b21319b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.alainm23.ioncolorgenerator.svg @@ -0,0 +1,209 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.alainm23.planner.svg b/.local/share/icons/Nordic/apps/scalable/com.github.alainm23.planner.svg new file mode 100644 index 0000000..8b1ef26 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.alainm23.planner.svg @@ -0,0 +1,170 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.alcadica.develop.svg b/.local/share/icons/Nordic/apps/scalable/com.github.alcadica.develop.svg new file mode 100644 index 0000000..c4c310e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.alcadica.develop.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.alcinnz.odysseus.svg b/.local/share/icons/Nordic/apps/scalable/com.github.alcinnz.odysseus.svg new file mode 100644 index 0000000..a651431 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.alcinnz.odysseus.svg @@ -0,0 +1,911 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.alecaddd.sequeler.svg b/.local/share/icons/Nordic/apps/scalable/com.github.alecaddd.sequeler.svg new file mode 100644 index 0000000..9fe7a0e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.alecaddd.sequeler.svg @@ -0,0 +1,116 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.allen-b1.news.svg b/.local/share/icons/Nordic/apps/scalable/com.github.allen-b1.news.svg new file mode 100644 index 0000000..b5e5acb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.allen-b1.news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.alonsoenrique.quotes.svg b/.local/share/icons/Nordic/apps/scalable/com.github.alonsoenrique.quotes.svg new file mode 100644 index 0000000..ffb072a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.alonsoenrique.quotes.svg @@ -0,0 +1,139 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.appadeia.Taigo.svg b/.local/share/icons/Nordic/apps/scalable/com.github.appadeia.Taigo.svg new file mode 100644 index 0000000..4255137 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.appadeia.Taigo.svg @@ -0,0 +1,185 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.arshubham.cipher.svg b/.local/share/icons/Nordic/apps/scalable/com.github.arshubham.cipher.svg new file mode 100644 index 0000000..16b14a1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.arshubham.cipher.svg @@ -0,0 +1,954 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.arshubham.gitignore.svg b/.local/share/icons/Nordic/apps/scalable/com.github.arshubham.gitignore.svg new file mode 100644 index 0000000..1064e2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.arshubham.gitignore.svg @@ -0,0 +1,7267 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.artegeek.planner.svg b/.local/share/icons/Nordic/apps/scalable/com.github.artegeek.planner.svg new file mode 120000 index 0000000..0c2cbeb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.artegeek.planner.svg @@ -0,0 +1 @@ +com.github.alainm23.planner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.findfileconflicts.svg b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.findfileconflicts.svg new file mode 100644 index 0000000..359eb12 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.findfileconflicts.svg @@ -0,0 +1,1346 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.graphui.svg b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.graphui.svg new file mode 100644 index 0000000..9b1a1af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.graphui.svg @@ -0,0 +1,7338 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.hashit.svg b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.hashit.svg new file mode 100644 index 0000000..7902f81 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.hashit.svg @@ -0,0 +1,2689 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.imageburner.svg b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.imageburner.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.imageburner.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.playmymusic.svg b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.playmymusic.svg new file mode 120000 index 0000000..4c6a533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.playmymusic.svg @@ -0,0 +1 @@ +playmymusic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.playmyvideos.svg b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.playmyvideos.svg new file mode 120000 index 0000000..6272e7c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.playmyvideos.svg @@ -0,0 +1 @@ +audience.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.regextester.svg b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.regextester.svg new file mode 100644 index 0000000..acab78d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.regextester.svg @@ -0,0 +1,3402 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.screencast.svg b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.screencast.svg new file mode 100644 index 0000000..1d99e6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.screencast.svg @@ -0,0 +1,123 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.showmypictures.svg b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.showmypictures.svg new file mode 120000 index 0000000..0f365ba --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.showmypictures.svg @@ -0,0 +1 @@ +deepin-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.translit.svg b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.translit.svg new file mode 100644 index 0000000..bd7b0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.translit.svg @@ -0,0 +1,1054 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + D + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.trimdown.svg b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.trimdown.svg new file mode 100644 index 0000000..351a2d6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrij.trimdown.svg @@ -0,0 +1,135 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrji.imageburner.svg b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrji.imageburner.svg new file mode 100644 index 0000000..da492f7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.artemanufrji.imageburner.svg @@ -0,0 +1,75 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.babluboy.bookworm.svg b/.local/share/icons/Nordic/apps/scalable/com.github.babluboy.bookworm.svg new file mode 100644 index 0000000..745e9ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.babluboy.bookworm.svg @@ -0,0 +1,101 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.babluboy.nutty.svg b/.local/share/icons/Nordic/apps/scalable/com.github.babluboy.nutty.svg new file mode 100644 index 0000000..1bc13d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.babluboy.nutty.svg @@ -0,0 +1,2119 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.alias.svg b/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.alias.svg new file mode 100644 index 0000000..0297172 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.alias.svg @@ -0,0 +1,116 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.bookmark-manager.svg b/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.bookmark-manager.svg new file mode 100644 index 0000000..c0238f4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.bookmark-manager.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.lottery.svg b/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.lottery.svg new file mode 100644 index 0000000..40c58eb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.lottery.svg @@ -0,0 +1,215 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.php-tester.svg b/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.php-tester.svg new file mode 120000 index 0000000..66b3f41 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.php-tester.svg @@ -0,0 +1 @@ +php.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.snaptastic.svg b/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.snaptastic.svg new file mode 100644 index 0000000..583e1bc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.snaptastic.svg @@ -0,0 +1,288 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.vala-tester.svg b/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.vala-tester.svg new file mode 100644 index 0000000..bf3b91b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.bartzaalberg.vala-tester.svg @@ -0,0 +1,3877 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.basjam.valacompiler.svg b/.local/share/icons/Nordic/apps/scalable/com.github.basjam.valacompiler.svg new file mode 100644 index 0000000..0cf71f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.basjam.valacompiler.svg @@ -0,0 +1,2755 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.bbuhler.hostsmanager.svg b/.local/share/icons/Nordic/apps/scalable/com.github.bbuhler.hostsmanager.svg new file mode 100644 index 0000000..370bb44 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.bbuhler.hostsmanager.svg @@ -0,0 +1,1340 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.bcedu.shutdownscheduler.svg b/.local/share/icons/Nordic/apps/scalable/com.github.bcedu.shutdownscheduler.svg new file mode 100644 index 0000000..f840e9b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.bcedu.shutdownscheduler.svg @@ -0,0 +1,7023 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.bcedu.valasimplehttpserver.svg b/.local/share/icons/Nordic/apps/scalable/com.github.bcedu.valasimplehttpserver.svg new file mode 100644 index 0000000..35772e3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.bcedu.valasimplehttpserver.svg @@ -0,0 +1,6287 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.bharatkalluri.gifup.svg b/.local/share/icons/Nordic/apps/scalable/com.github.bharatkalluri.gifup.svg new file mode 100644 index 0000000..a8ea164 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.bharatkalluri.gifup.svg @@ -0,0 +1,1046 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.bilelmoussaoui.Authenticator.svg b/.local/share/icons/Nordic/apps/scalable/com.github.bilelmoussaoui.Authenticator.svg new file mode 100644 index 0000000..8c208bd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.bilelmoussaoui.Authenticator.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.bitseater.weather.svg b/.local/share/icons/Nordic/apps/scalable/com.github.bitseater.weather.svg new file mode 120000 index 0000000..4f715a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.bitseater.weather.svg @@ -0,0 +1 @@ +org.gnome.Weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.bleakgrey.tootle.svg b/.local/share/icons/Nordic/apps/scalable/com.github.bleakgrey.tootle.svg new file mode 120000 index 0000000..3ef275f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.bleakgrey.tootle.svg @@ -0,0 +1 @@ +tootle.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.calo001.fondo.svg b/.local/share/icons/Nordic/apps/scalable/com.github.calo001.fondo.svg new file mode 120000 index 0000000..023388f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.calo001.fondo.svg @@ -0,0 +1 @@ +4kslideshowmaker.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.calo001.luna.svg b/.local/share/icons/Nordic/apps/scalable/com.github.calo001.luna.svg new file mode 100644 index 0000000..e06e370 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.calo001.luna.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.cassidyjames.dippi.svg b/.local/share/icons/Nordic/apps/scalable/com.github.cassidyjames.dippi.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.cassidyjames.dippi.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.cassidyjames.ideogram.svg b/.local/share/icons/Nordic/apps/scalable/com.github.cassidyjames.ideogram.svg new file mode 100644 index 0000000..dda6604 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.cassidyjames.ideogram.svg @@ -0,0 +1,87 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.cassidyjames.palette.svg b/.local/share/icons/Nordic/apps/scalable/com.github.cassidyjames.palette.svg new file mode 120000 index 0000000..32ae291 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.cassidyjames.palette.svg @@ -0,0 +1 @@ +preferences-display-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.chasinglogic.tardis.svg b/.local/share/icons/Nordic/apps/scalable/com.github.chasinglogic.tardis.svg new file mode 100644 index 0000000..72e1d71 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.chasinglogic.tardis.svg @@ -0,0 +1,77 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.christophernugent.locksmith.svg b/.local/share/icons/Nordic/apps/scalable/com.github.christophernugent.locksmith.svg new file mode 120000 index 0000000..4373e6c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.christophernugent.locksmith.svg @@ -0,0 +1 @@ +password-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.cjfloss.envelope.svg b/.local/share/icons/Nordic/apps/scalable/com.github.cjfloss.envelope.svg new file mode 100644 index 0000000..eafceeb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.cjfloss.envelope.svg @@ -0,0 +1,84 @@ + + + + + + image/svg+xml + + + + + + + + + + $ + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.coralynnmay.goodvibesapp.svg b/.local/share/icons/Nordic/apps/scalable/com.github.coralynnmay.goodvibesapp.svg new file mode 100644 index 0000000..c3e526d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.coralynnmay.goodvibesapp.svg @@ -0,0 +1,6269 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.cryptowyrm.copypastegrab.svg b/.local/share/icons/Nordic/apps/scalable/com.github.cryptowyrm.copypastegrab.svg new file mode 120000 index 0000000..68228e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.cryptowyrm.copypastegrab.svg @@ -0,0 +1 @@ +youtube-dl.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.dahenson.agenda.svg b/.local/share/icons/Nordic/apps/scalable/com.github.dahenson.agenda.svg new file mode 120000 index 0000000..7097408 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.dahenson.agenda.svg @@ -0,0 +1 @@ +agenda.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.danrabbit.harvey.svg b/.local/share/icons/Nordic/apps/scalable/com.github.danrabbit.harvey.svg new file mode 120000 index 0000000..59e6fa7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.danrabbit.harvey.svg @@ -0,0 +1 @@ +agave.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.danrabbit.nimbus.svg b/.local/share/icons/Nordic/apps/scalable/com.github.danrabbit.nimbus.svg new file mode 100644 index 0000000..eab0a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.danrabbit.nimbus.svg @@ -0,0 +1,308 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.davidmhewitt.clipped.svg b/.local/share/icons/Nordic/apps/scalable/com.github.davidmhewitt.clipped.svg new file mode 120000 index 0000000..644ff5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.davidmhewitt.clipped.svg @@ -0,0 +1 @@ +diodon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.davidmhewitt.torrential.svg b/.local/share/icons/Nordic/apps/scalable/com.github.davidmhewitt.torrential.svg new file mode 100644 index 0000000..07cbede --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.davidmhewitt.torrential.svg @@ -0,0 +1,1156 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.dcharles525.pho.svg b/.local/share/icons/Nordic/apps/scalable/com.github.dcharles525.pho.svg new file mode 100644 index 0000000..2987196 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.dcharles525.pho.svg @@ -0,0 +1,329 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.djaler.formatter.svg b/.local/share/icons/Nordic/apps/scalable/com.github.djaler.formatter.svg new file mode 100644 index 0000000..4dc2483 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.djaler.formatter.svg @@ -0,0 +1,89 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.donadigo.appeditor.svg b/.local/share/icons/Nordic/apps/scalable/com.github.donadigo.appeditor.svg new file mode 100644 index 0000000..d8c8b24 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.donadigo.appeditor.svg @@ -0,0 +1,2085 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.efdos.mupengui.svg b/.local/share/icons/Nordic/apps/scalable/com.github.efdos.mupengui.svg new file mode 120000 index 0000000..4b79121 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.efdos.mupengui.svg @@ -0,0 +1 @@ +mupen64.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.elfenware.badger.svg b/.local/share/icons/Nordic/apps/scalable/com.github.elfenware.badger.svg new file mode 100644 index 0000000..ca68dba --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.elfenware.badger.svg @@ -0,0 +1,75 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.freeeradicals.elements.svg b/.local/share/icons/Nordic/apps/scalable/com.github.freeeradicals.elements.svg new file mode 100644 index 0000000..0a5e368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.freeeradicals.elements.svg @@ -0,0 +1,672 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.geigi.cozy(copiar).svg b/.local/share/icons/Nordic/apps/scalable/com.github.geigi.cozy(copiar).svg new file mode 100644 index 0000000..65c10c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.geigi.cozy(copiar).svg @@ -0,0 +1,179 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.geigi.cozy.svg b/.local/share/icons/Nordic/apps/scalable/com.github.geigi.cozy.svg new file mode 100644 index 0000000..4b947bc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.geigi.cozy.svg @@ -0,0 +1,87 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.georgekap1an.chores.svg b/.local/share/icons/Nordic/apps/scalable/com.github.georgekap1an.chores.svg new file mode 120000 index 0000000..7097408 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.georgekap1an.chores.svg @@ -0,0 +1 @@ +agenda.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.gijsgoudzwaard.image-optimizer.svg b/.local/share/icons/Nordic/apps/scalable/com.github.gijsgoudzwaard.image-optimizer.svg new file mode 100644 index 0000000..373f5d4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.gijsgoudzwaard.image-optimizer.svg @@ -0,0 +1,141 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.hannesschulze.optimizer.svg b/.local/share/icons/Nordic/apps/scalable/com.github.hannesschulze.optimizer.svg new file mode 120000 index 0000000..45ae763 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.hannesschulze.optimizer.svg @@ -0,0 +1 @@ +stacer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.jeremypw.gnonograms.svg b/.local/share/icons/Nordic/apps/scalable/com.github.jeremypw.gnonograms.svg new file mode 100644 index 0000000..6df2ed9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.jeremypw.gnonograms.svg @@ -0,0 +1,6862 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.jeremyvaartjes.comgen.svg b/.local/share/icons/Nordic/apps/scalable/com.github.jeremyvaartjes.comgen.svg new file mode 100644 index 0000000..081a646 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.jeremyvaartjes.comgen.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.jeremyvaartjes.ping.svg b/.local/share/icons/Nordic/apps/scalable/com.github.jeremyvaartjes.ping.svg new file mode 100644 index 0000000..d6eb144 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.jeremyvaartjes.ping.svg @@ -0,0 +1,966 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.jmoerman.go-for-it.svg b/.local/share/icons/Nordic/apps/scalable/com.github.jmoerman.go-for-it.svg new file mode 100644 index 0000000..60eadfb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.jmoerman.go-for-it.svg @@ -0,0 +1,7537 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.johnfactotum.Foliate.svg b/.local/share/icons/Nordic/apps/scalable/com.github.johnfactotum.Foliate.svg new file mode 100644 index 0000000..fd5552f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -0,0 +1,113 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.juarezfranco.tarefas-desktop.svg b/.local/share/icons/Nordic/apps/scalable/com.github.juarezfranco.tarefas-desktop.svg new file mode 100644 index 0000000..f2252d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.juarezfranco.tarefas-desktop.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.keyilan.swatches.svg b/.local/share/icons/Nordic/apps/scalable/com.github.keyilan.swatches.svg new file mode 100644 index 0000000..fac59d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.keyilan.swatches.svg @@ -0,0 +1,2360 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.kjlaw89.webwatcher.svg b/.local/share/icons/Nordic/apps/scalable/com.github.kjlaw89.webwatcher.svg new file mode 100644 index 0000000..3411e4c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.kjlaw89.webwatcher.svg @@ -0,0 +1,85 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.kmal-kenneth.monilet.svg b/.local/share/icons/Nordic/apps/scalable/com.github.kmal-kenneth.monilet.svg new file mode 120000 index 0000000..93dc759 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.kmal-kenneth.monilet.svg @@ -0,0 +1 @@ +top.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.aesop.svg b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.aesop.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.aesop.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.coin.svg b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.coin.svg new file mode 100644 index 0000000..fa0c6ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.coin.svg @@ -0,0 +1,941 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.dot-matrix.svg b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.dot-matrix.svg new file mode 100644 index 0000000..5732b5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.dot-matrix.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.notejot.svg b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.notejot.svg new file mode 120000 index 0000000..7a25e1c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.notejot.svg @@ -0,0 +1 @@ +notes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.palaura.svg b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.palaura.svg new file mode 120000 index 0000000..9f0d52e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.palaura.svg @@ -0,0 +1 @@ +dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.quilter.svg b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.quilter.svg new file mode 120000 index 0000000..6bccf22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.quilter.svg @@ -0,0 +1 @@ +gedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.timetable.svg b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.timetable.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.timetable.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.yishu.svg b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.yishu.svg new file mode 120000 index 0000000..4024efe --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.lainsce.yishu.svg @@ -0,0 +1 @@ +com.github.zren.todolist.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.lpereira.HardInfo.svg b/.local/share/icons/Nordic/apps/scalable/com.github.lpereira.HardInfo.svg new file mode 120000 index 0000000..7bf78e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.lpereira.HardInfo.svg @@ -0,0 +1 @@ +hardinfo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.lpereira.hardinfo.svg b/.local/share/icons/Nordic/apps/scalable/com.github.lpereira.hardinfo.svg new file mode 120000 index 0000000..7bf78e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.lpereira.hardinfo.svg @@ -0,0 +1 @@ +hardinfo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.maoschanz.drawing.svg b/.local/share/icons/Nordic/apps/scalable/com.github.maoschanz.drawing.svg new file mode 100644 index 0000000..b7ffc32 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.maoschanz.drawing.svg @@ -0,0 +1,250 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.matfantinel.reminduck.svg b/.local/share/icons/Nordic/apps/scalable/com.github.matfantinel.reminduck.svg new file mode 100644 index 0000000..de5d22a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.matfantinel.reminduck.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.mdh34.hackup.svg b/.local/share/icons/Nordic/apps/scalable/com.github.mdh34.hackup.svg new file mode 100644 index 0000000..facc495 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.mdh34.hackup.svg @@ -0,0 +1,1050 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.mdh34.quickdocs.svg b/.local/share/icons/Nordic/apps/scalable/com.github.mdh34.quickdocs.svg new file mode 100644 index 0000000..438f624 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.mdh34.quickdocs.svg @@ -0,0 +1,2106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.mirkobrombin.bottles.svg b/.local/share/icons/Nordic/apps/scalable/com.github.mirkobrombin.bottles.svg new file mode 100644 index 0000000..aab2264 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.mirkobrombin.bottles.svg @@ -0,0 +1,11703 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.mohelm97.screenrecorder.svg b/.local/share/icons/Nordic/apps/scalable/com.github.mohelm97.screenrecorder.svg new file mode 120000 index 0000000..857b57c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.mohelm97.screenrecorder.svg @@ -0,0 +1 @@ +gtk-recordmydesktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.mubitosh.qrshare.svg b/.local/share/icons/Nordic/apps/scalable/com.github.mubitosh.qrshare.svg new file mode 120000 index 0000000..0be70ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.mubitosh.qrshare.svg @@ -0,0 +1 @@ +qr-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.muriloventuroso.easyssh.svg b/.local/share/icons/Nordic/apps/scalable/com.github.muriloventuroso.easyssh.svg new file mode 100644 index 0000000..6f9e935 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.muriloventuroso.easyssh.svg @@ -0,0 +1,1050 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.muriloventuroso.givemelyrics.svg b/.local/share/icons/Nordic/apps/scalable/com.github.muriloventuroso.givemelyrics.svg new file mode 100644 index 0000000..f085fce --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.muriloventuroso.givemelyrics.svg @@ -0,0 +1,1127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.naaando.rush.svg b/.local/share/icons/Nordic/apps/scalable/com.github.naaando.rush.svg new file mode 120000 index 0000000..02a5b08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.naaando.rush.svg @@ -0,0 +1 @@ +kronometer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.naxuroqa.venom-symbolic.svg b/.local/share/icons/Nordic/apps/scalable/com.github.naxuroqa.venom-symbolic.svg new file mode 100644 index 0000000..4326f6a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.naxuroqa.venom-symbolic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.needle-and-thread.vocal.svg b/.local/share/icons/Nordic/apps/scalable/com.github.needle-and-thread.vocal.svg new file mode 120000 index 0000000..f61bc45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.needle-and-thread.vocal.svg @@ -0,0 +1 @@ +vocal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.needleandthread.vocal.svg b/.local/share/icons/Nordic/apps/scalable/com.github.needleandthread.vocal.svg new file mode 120000 index 0000000..f61bc45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.needleandthread.vocal.svg @@ -0,0 +1 @@ +vocal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.nick92.tranqil.svg b/.local/share/icons/Nordic/apps/scalable/com.github.nick92.tranqil.svg new file mode 120000 index 0000000..a4c5e55 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.nick92.tranqil.svg @@ -0,0 +1 @@ +tranquil.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.padjis.gcron.svg b/.local/share/icons/Nordic/apps/scalable/com.github.padjis.gcron.svg new file mode 100644 index 0000000..358e12f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.padjis.gcron.svg @@ -0,0 +1,92 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + $ + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.padjis.ghistory.svg b/.local/share/icons/Nordic/apps/scalable/com.github.padjis.ghistory.svg new file mode 100644 index 0000000..b74079e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.padjis.ghistory.svg @@ -0,0 +1,1054 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + GH + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.panosx2.brightness.svg b/.local/share/icons/Nordic/apps/scalable/com.github.panosx2.brightness.svg new file mode 100644 index 0000000..220557b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.panosx2.brightness.svg @@ -0,0 +1,94 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.parnold-x.nasc.svg b/.local/share/icons/Nordic/apps/scalable/com.github.parnold-x.nasc.svg new file mode 100644 index 0000000..a39fc8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.parnold-x.nasc.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.parnold-x.timer.svg b/.local/share/icons/Nordic/apps/scalable/com.github.parnold-x.timer.svg new file mode 120000 index 0000000..858b540 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.parnold-x.timer.svg @@ -0,0 +1 @@ +com.github.tomatoers.tomato.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.peteruithoven.resizer.svg b/.local/share/icons/Nordic/apps/scalable/com.github.peteruithoven.resizer.svg new file mode 100644 index 0000000..49b26d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.peteruithoven.resizer.svg @@ -0,0 +1,94 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.phase1geo.minder.svg b/.local/share/icons/Nordic/apps/scalable/com.github.phase1geo.minder.svg new file mode 100644 index 0000000..de373a4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.phase1geo.minder.svg @@ -0,0 +1,369 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.philip-scott.spice-up.svg b/.local/share/icons/Nordic/apps/scalable/com.github.philip-scott.spice-up.svg new file mode 100644 index 0000000..e5de865 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.philip-scott.spice-up.svg @@ -0,0 +1,1045 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.plugarut.pwned-checker.svg b/.local/share/icons/Nordic/apps/scalable/com.github.plugarut.pwned-checker.svg new file mode 100644 index 0000000..6dff77e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.plugarut.pwned-checker.svg @@ -0,0 +1,2208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + ';-- + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.ranfdev.raddiu.svg b/.local/share/icons/Nordic/apps/scalable/com.github.ranfdev.raddiu.svg new file mode 120000 index 0000000..3104163 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.ranfdev.raddiu.svg @@ -0,0 +1 @@ +radio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.rapidfingers.translator.svg b/.local/share/icons/Nordic/apps/scalable/com.github.rapidfingers.translator.svg new file mode 120000 index 0000000..2c7dbd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.rapidfingers.translator.svg @@ -0,0 +1 @@ +translator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.rickybas.date-countdown.svg b/.local/share/icons/Nordic/apps/scalable/com.github.rickybas.date-countdown.svg new file mode 100644 index 0000000..0276c6f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.rickybas.date-countdown.svg @@ -0,0 +1,181 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.robertsanseries.ciano.svg b/.local/share/icons/Nordic/apps/scalable/com.github.robertsanseries.ciano.svg new file mode 120000 index 0000000..ece63be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.robertsanseries.ciano.svg @@ -0,0 +1 @@ +ciano.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.ronnydo.colorpicker.svg b/.local/share/icons/Nordic/apps/scalable/com.github.ronnydo.colorpicker.svg new file mode 120000 index 0000000..ebbe727 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.ronnydo.colorpicker.svg @@ -0,0 +1 @@ +color-pick.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.ronnydo.wammer.svg b/.local/share/icons/Nordic/apps/scalable/com.github.ronnydo.wammer.svg new file mode 100644 index 0000000..ac57f14 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.ronnydo.wammer.svg @@ -0,0 +1,675 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.rssguard.svg b/.local/share/icons/Nordic/apps/scalable/com.github.rssguard.svg new file mode 120000 index 0000000..5ba07e5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.rssguard.svg @@ -0,0 +1 @@ +akregator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.ryonakano.reco.svg b/.local/share/icons/Nordic/apps/scalable/com.github.ryonakano.reco.svg new file mode 120000 index 0000000..2432115 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.ryonakano.reco.svg @@ -0,0 +1 @@ +sound-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.santileortiz.iconoscope b/.local/share/icons/Nordic/apps/scalable/com.github.santileortiz.iconoscope new file mode 120000 index 0000000..5f6f1f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.santileortiz.iconoscope @@ -0,0 +1 @@ +iconoscope.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.santileortiz.iconoscope.svg b/.local/share/icons/Nordic/apps/scalable/com.github.santileortiz.iconoscope.svg new file mode 120000 index 0000000..5f6f1f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.santileortiz.iconoscope.svg @@ -0,0 +1 @@ +iconoscope.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.spheras.desktopfolder.svg b/.local/share/icons/Nordic/apps/scalable/com.github.spheras.desktopfolder.svg new file mode 100644 index 0000000..517d4e2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.spheras.desktopfolder.svg @@ -0,0 +1,139 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.stsdc.monitor.svg b/.local/share/icons/Nordic/apps/scalable/com.github.stsdc.monitor.svg new file mode 120000 index 0000000..733c722 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.stsdc.monitor.svg @@ -0,0 +1 @@ +gnome-usage.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.subhadeepjasu.pebbles.svg b/.local/share/icons/Nordic/apps/scalable/com.github.subhadeepjasu.pebbles.svg new file mode 100644 index 0000000..5d66b64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.subhadeepjasu.pebbles.svg @@ -0,0 +1,955 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + 2 + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.thejambi.dayjournal.svg b/.local/share/icons/Nordic/apps/scalable/com.github.thejambi.dayjournal.svg new file mode 120000 index 0000000..c03ea3c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.thejambi.dayjournal.svg @@ -0,0 +1 @@ +dayjournal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.thejambi.psnotes.svg b/.local/share/icons/Nordic/apps/scalable/com.github.thejambi.psnotes.svg new file mode 120000 index 0000000..7a25e1c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.thejambi.psnotes.svg @@ -0,0 +1 @@ +notes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.thezbyg.Gpick.svg b/.local/share/icons/Nordic/apps/scalable/com.github.thezbyg.Gpick.svg new file mode 120000 index 0000000..30bd807 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.thezbyg.Gpick.svg @@ -0,0 +1 @@ +gcolor2.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.thezbyg.gpick.svg b/.local/share/icons/Nordic/apps/scalable/com.github.thezbyg.gpick.svg new file mode 120000 index 0000000..30bd807 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.thezbyg.gpick.svg @@ -0,0 +1 @@ +gcolor2.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.timecraft.notifier.svg b/.local/share/icons/Nordic/apps/scalable/com.github.timecraft.notifier.svg new file mode 120000 index 0000000..23b5fa2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.timecraft.notifier.svg @@ -0,0 +1 @@ +notification-daemon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.tkashkin.boiler.svg b/.local/share/icons/Nordic/apps/scalable/com.github.tkashkin.boiler.svg new file mode 100644 index 0000000..12795b2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.tkashkin.boiler.svg @@ -0,0 +1,937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.tkashkin.gamehub.svg b/.local/share/icons/Nordic/apps/scalable/com.github.tkashkin.gamehub.svg new file mode 100644 index 0000000..df9e212 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.tkashkin.gamehub.svg @@ -0,0 +1,1186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.tomatoers.tomato.svg b/.local/share/icons/Nordic/apps/scalable/com.github.tomatoers.tomato.svg new file mode 100644 index 0000000..39a774a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.tomatoers.tomato.svg @@ -0,0 +1,4001 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.torikulhabib.mindi.svg b/.local/share/icons/Nordic/apps/scalable/com.github.torikulhabib.mindi.svg new file mode 120000 index 0000000..3aeb2de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.torikulhabib.mindi.svg @@ -0,0 +1 @@ +mindi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.treagod.spectator.svg b/.local/share/icons/Nordic/apps/scalable/com.github.treagod.spectator.svg new file mode 100644 index 0000000..2b1db9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.treagod.spectator.svg @@ -0,0 +1,1127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.unrud.VideoDownloader.svg b/.local/share/icons/Nordic/apps/scalable/com.github.unrud.VideoDownloader.svg new file mode 100644 index 0000000..a461765 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.unrud.VideoDownloader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.unrud.djpdf.svg b/.local/share/icons/Nordic/apps/scalable/com.github.unrud.djpdf.svg new file mode 120000 index 0000000..a17db5e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.unrud.djpdf.svg @@ -0,0 +1 @@ +gscan2pdf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.wjaguar.mtPaint.svg b/.local/share/icons/Nordic/apps/scalable/com.github.wjaguar.mtPaint.svg new file mode 120000 index 0000000..e2d84ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.wjaguar.mtPaint.svg @@ -0,0 +1 @@ +gnome-paint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.wjaguar.mtpaint.svg b/.local/share/icons/Nordic/apps/scalable/com.github.wjaguar.mtpaint.svg new file mode 120000 index 0000000..e2d84ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.wjaguar.mtpaint.svg @@ -0,0 +1 @@ +gnome-paint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.wwmm.pulseeffects.svg b/.local/share/icons/Nordic/apps/scalable/com.github.wwmm.pulseeffects.svg new file mode 120000 index 0000000..0744e99 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.wwmm.pulseeffects.svg @@ -0,0 +1 @@ +pulseeffects.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.zelikos.rannum.svg b/.local/share/icons/Nordic/apps/scalable/com.github.zelikos.rannum.svg new file mode 100644 index 0000000..9b45139 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.zelikos.rannum.svg @@ -0,0 +1,937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.github.zren.todolist.svg b/.local/share/icons/Nordic/apps/scalable/com.github.zren.todolist.svg new file mode 120000 index 0000000..56fbf25 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.github.zren.todolist.svg @@ -0,0 +1 @@ +gnome-todo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.gitlab.azymohliad.Qwertone.svg b/.local/share/icons/Nordic/apps/scalable/com.gitlab.azymohliad.Qwertone.svg new file mode 100644 index 0000000..b3a440d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.gitlab.azymohliad.Qwertone.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.gitlab.davem.ClamTk.svg b/.local/share/icons/Nordic/apps/scalable/com.gitlab.davem.ClamTk.svg new file mode 120000 index 0000000..8f0e93a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.gitlab.davem.ClamTk.svg @@ -0,0 +1 @@ +security-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.gnome.Software.svg b/.local/share/icons/Nordic/apps/scalable/com.gnome.Software.svg new file mode 120000 index 0000000..7c8dd56 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.gnome.Software.svg @@ -0,0 +1 @@ +org.gnome.software.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.gnome.software.svg b/.local/share/icons/Nordic/apps/scalable/com.gnome.software.svg new file mode 120000 index 0000000..7c8dd56 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.gnome.software.svg @@ -0,0 +1 @@ +org.gnome.software.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.google.AndroidStudio.svg b/.local/share/icons/Nordic/apps/scalable/com.google.AndroidStudio.svg new file mode 120000 index 0000000..c82ea35 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.google.AndroidStudio.svg @@ -0,0 +1 @@ +androidstudio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.google.Chrome.svg b/.local/share/icons/Nordic/apps/scalable/com.google.Chrome.svg new file mode 120000 index 0000000..51768eb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.google.Chrome.svg @@ -0,0 +1 @@ +google-chrome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.googleplaymusicdesktopplayer.GPMDP.svg b/.local/share/icons/Nordic/apps/scalable/com.googleplaymusicdesktopplayer.GPMDP.svg new file mode 120000 index 0000000..0ee17a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.googleplaymusicdesktopplayer.GPMDP.svg @@ -0,0 +1 @@ +google-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.jetbrains.IntelliJ-IDEA-Community.svg b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.IntelliJ-IDEA-Community.svg new file mode 120000 index 0000000..760b0ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.IntelliJ-IDEA-Community.svg @@ -0,0 +1 @@ +intellij.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.jetbrains.IntelliJ-IDEA-Ultimate.svg b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.IntelliJ-IDEA-Ultimate.svg new file mode 120000 index 0000000..760b0ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.IntelliJ-IDEA-Ultimate.svg @@ -0,0 +1 @@ +intellij.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.jetbrains.Intellij-Community.svg b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.Intellij-Community.svg new file mode 120000 index 0000000..6c7a72a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.Intellij-Community.svg @@ -0,0 +1 @@ +idea.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.jetbrains.PhpStorm.svg b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.PhpStorm.svg new file mode 120000 index 0000000..3b0db9e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.PhpStorm.svg @@ -0,0 +1 @@ +phpstorm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.jetbrains.PyCharm-Community.svg b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.PyCharm-Community.svg new file mode 120000 index 0000000..9d455f3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.PyCharm-Community.svg @@ -0,0 +1 @@ +pycharm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.jetbrains.PyCharm-Professional.svg b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.PyCharm-Professional.svg new file mode 120000 index 0000000..9d455f3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.PyCharm-Professional.svg @@ -0,0 +1 @@ +pycharm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.jetbrains.PyCharm.svg b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.PyCharm.svg new file mode 120000 index 0000000..9d455f3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.PyCharm.svg @@ -0,0 +1 @@ +pycharm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.jetbrains.WebStorm.svg b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.WebStorm.svg new file mode 120000 index 0000000..b9025bc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.jetbrains.WebStorm.svg @@ -0,0 +1 @@ +webstorm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.leinardi.gwe.svg b/.local/share/icons/Nordic/apps/scalable/com.leinardi.gwe.svg new file mode 120000 index 0000000..fc42cf5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.leinardi.gwe.svg @@ -0,0 +1 @@ +nvidia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.lettier.gifcurry.svg b/.local/share/icons/Nordic/apps/scalable/com.lettier.gifcurry.svg new file mode 100644 index 0000000..f501492 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.lettier.gifcurry.svg @@ -0,0 +1,964 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.librehat.yahooweather.svg b/.local/share/icons/Nordic/apps/scalable/com.librehat.yahooweather.svg new file mode 120000 index 0000000..8103a34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.librehat.yahooweather.svg @@ -0,0 +1 @@ +weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.microsoft.Teams.svg b/.local/share/icons/Nordic/apps/scalable/com.microsoft.Teams.svg new file mode 120000 index 0000000..299c508 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.microsoft.Teams.svg @@ -0,0 +1 @@ +teams-for-linux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.mojang.Minecraft.svg b/.local/share/icons/Nordic/apps/scalable/com.mojang.Minecraft.svg new file mode 120000 index 0000000..9a4276a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.mojang.Minecraft.svg @@ -0,0 +1 @@ +minecraft.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.netease.CloudMusic.svg b/.local/share/icons/Nordic/apps/scalable/com.netease.CloudMusic.svg new file mode 120000 index 0000000..157c17c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.netease.CloudMusic.svg @@ -0,0 +1 @@ +netease-cloud-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.obsproject.Studio.svg b/.local/share/icons/Nordic/apps/scalable/com.obsproject.Studio.svg new file mode 120000 index 0000000..8d762da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.obsproject.Studio.svg @@ -0,0 +1 @@ +obs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.ozmartians.VidCutter.svg b/.local/share/icons/Nordic/apps/scalable/com.ozmartians.VidCutter.svg new file mode 120000 index 0000000..a1b2124 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.ozmartians.VidCutter.svg @@ -0,0 +1 @@ +vidcutter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.play0ad.zeroad.svg b/.local/share/icons/Nordic/apps/scalable/com.play0ad.zeroad.svg new file mode 120000 index 0000000..23944b0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.play0ad.zeroad.svg @@ -0,0 +1 @@ +0ad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.rafaelmardojai.Blanket.svg b/.local/share/icons/Nordic/apps/scalable/com.rafaelmardojai.Blanket.svg new file mode 100644 index 0000000..646f353 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.rafaelmardojai.Blanket.svg @@ -0,0 +1,468 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/com.skype.Client.svg b/.local/share/icons/Nordic/apps/scalable/com.skype.Client.svg new file mode 120000 index 0000000..c233e23 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.skype.Client.svg @@ -0,0 +1 @@ +skype.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.slack.Slack.svg b/.local/share/icons/Nordic/apps/scalable/com.slack.Slack.svg new file mode 120000 index 0000000..7cb5329 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.slack.Slack.svg @@ -0,0 +1 @@ +slack.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.spotify.Client.svg b/.local/share/icons/Nordic/apps/scalable/com.spotify.Client.svg new file mode 120000 index 0000000..2d1e6f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.spotify.Client.svg @@ -0,0 +1 @@ +spotify-client.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.sublimetext.SublimeText3.svg b/.local/share/icons/Nordic/apps/scalable/com.sublimetext.SublimeText3.svg new file mode 120000 index 0000000..a23b15d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.sublimetext.SublimeText3.svg @@ -0,0 +1 @@ +sublime-text-3.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.sublimetext.three.svg b/.local/share/icons/Nordic/apps/scalable/com.sublimetext.three.svg new file mode 120000 index 0000000..a23b15d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.sublimetext.three.svg @@ -0,0 +1 @@ +sublime-text-3.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.syntevo.SmartGit.svg b/.local/share/icons/Nordic/apps/scalable/com.syntevo.SmartGit.svg new file mode 120000 index 0000000..bc63a95 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.syntevo.SmartGit.svg @@ -0,0 +1 @@ +smartgithg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.syntevo.SmartSynchronize.svg b/.local/share/icons/Nordic/apps/scalable/com.syntevo.SmartSynchronize.svg new file mode 120000 index 0000000..500fbef --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.syntevo.SmartSynchronize.svg @@ -0,0 +1 @@ +smartsynchronize.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.teeworlds.Teeworlds.svg b/.local/share/icons/Nordic/apps/scalable/com.teeworlds.Teeworlds.svg new file mode 120000 index 0000000..960f9ce --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.teeworlds.Teeworlds.svg @@ -0,0 +1 @@ +teeworlds.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.transmissionbt.Transmission.svg b/.local/share/icons/Nordic/apps/scalable/com.transmissionbt.Transmission.svg new file mode 120000 index 0000000..cc56576 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.transmissionbt.Transmission.svg @@ -0,0 +1 @@ +transmission.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.ugetdm.uGet.svg b/.local/share/icons/Nordic/apps/scalable/com.ugetdm.uGet.svg new file mode 120000 index 0000000..b622131 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.ugetdm.uGet.svg @@ -0,0 +1 @@ +uget-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.ulduzsoft.KchmViewer.svg b/.local/share/icons/Nordic/apps/scalable/com.ulduzsoft.KchmViewer.svg new file mode 120000 index 0000000..4c40a17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.ulduzsoft.KchmViewer.svg @@ -0,0 +1 @@ +chmsee-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.uploadedlobster.peek.svg b/.local/share/icons/Nordic/apps/scalable/com.uploadedlobster.peek.svg new file mode 120000 index 0000000..123c535 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.uploadedlobster.peek.svg @@ -0,0 +1 @@ +peek.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.valvesoftware.Steam.svg b/.local/share/icons/Nordic/apps/scalable/com.valvesoftware.Steam.svg new file mode 120000 index 0000000..c630de4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.valvesoftware.Steam.svg @@ -0,0 +1 @@ +steam.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.viber.Viber.svg b/.local/share/icons/Nordic/apps/scalable/com.viber.Viber.svg new file mode 120000 index 0000000..3062920 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.viber.Viber.svg @@ -0,0 +1 @@ +viber.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.visualstudio.code-oss.svg b/.local/share/icons/Nordic/apps/scalable/com.visualstudio.code-oss.svg new file mode 120000 index 0000000..92fd316 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.visualstudio.code-oss.svg @@ -0,0 +1 @@ +visualstudiocode.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.visualstudio.code.oss.svg b/.local/share/icons/Nordic/apps/scalable/com.visualstudio.code.oss.svg new file mode 120000 index 0000000..1367ee6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.visualstudio.code.oss.svg @@ -0,0 +1 @@ +visual-studio-code.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/com.visualstudio.code.svg b/.local/share/icons/Nordic/apps/scalable/com.visualstudio.code.svg new file mode 120000 index 0000000..1367ee6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/com.visualstudio.code.svg @@ -0,0 +1 @@ +visual-studio-code.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/computer.svg b/.local/share/icons/Nordic/apps/scalable/computer.svg new file mode 120000 index 0000000..32b4509 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/computer.svg @@ -0,0 +1 @@ +display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/computerjanitor.svg b/.local/share/icons/Nordic/apps/scalable/computerjanitor.svg new file mode 120000 index 0000000..011a935 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/computerjanitor.svg @@ -0,0 +1 @@ +bleachbit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/confclerk.svg b/.local/share/icons/Nordic/apps/scalable/confclerk.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/confclerk.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/config-date.svg b/.local/share/icons/Nordic/apps/scalable/config-date.svg new file mode 120000 index 0000000..7a9939e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/config-date.svg @@ -0,0 +1 @@ +cs-date-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/config-date1.svg b/.local/share/icons/Nordic/apps/scalable/config-date1.svg new file mode 120000 index 0000000..7a9939e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/config-date1.svg @@ -0,0 +1 @@ +cs-date-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/config-language.svg b/.local/share/icons/Nordic/apps/scalable/config-language.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/config-language.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/config-users-groups.svg b/.local/share/icons/Nordic/apps/scalable/config-users-groups.svg new file mode 120000 index 0000000..d7b5891 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/config-users-groups.svg @@ -0,0 +1 @@ +user.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/config-users.svg b/.local/share/icons/Nordic/apps/scalable/config-users.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/config-users.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/config_language.svg b/.local/share/icons/Nordic/apps/scalable/config_language.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/config_language.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/configuration_section.svg b/.local/share/icons/Nordic/apps/scalable/configuration_section.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/configuration_section.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/configurator.svg b/.local/share/icons/Nordic/apps/scalable/configurator.svg new file mode 100644 index 0000000..9e35e63 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/configurator.svg @@ -0,0 +1,3717 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/configure-debian.svg b/.local/share/icons/Nordic/apps/scalable/configure-debian.svg new file mode 120000 index 0000000..c718ca1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/configure-debian.svg @@ -0,0 +1 @@ +distributor-logo-debian.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/conky-manager.svg b/.local/share/icons/Nordic/apps/scalable/conky-manager.svg new file mode 100644 index 0000000..b640d03 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/conky-manager.svg @@ -0,0 +1,118 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + @ + + + diff --git a/.local/share/icons/Nordic/apps/scalable/conky.svg b/.local/share/icons/Nordic/apps/scalable/conky.svg new file mode 100644 index 0000000..56dfd07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/conky.svg @@ -0,0 +1,1243 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/conky_manager.svg b/.local/share/icons/Nordic/apps/scalable/conky_manager.svg new file mode 120000 index 0000000..f1c66af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/conky_manager.svg @@ -0,0 +1 @@ +conky.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/conkymanager.svg b/.local/share/icons/Nordic/apps/scalable/conkymanager.svg new file mode 120000 index 0000000..f1c66af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/conkymanager.svg @@ -0,0 +1 @@ +conky.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/contact-editor.svg b/.local/share/icons/Nordic/apps/scalable/contact-editor.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/contact-editor.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/contact-lookup-applet.svg b/.local/share/icons/Nordic/apps/scalable/contact-lookup-applet.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/contact-lookup-applet.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/contact.svg b/.local/share/icons/Nordic/apps/scalable/contact.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/contact.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/contacts.svg b/.local/share/icons/Nordic/apps/scalable/contacts.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/contacts.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/control-center2.svg b/.local/share/icons/Nordic/apps/scalable/control-center2.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/control-center2.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/converseen.svg b/.local/share/icons/Nordic/apps/scalable/converseen.svg new file mode 100644 index 0000000..e1d67a2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/converseen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/converseen2.svg b/.local/share/icons/Nordic/apps/scalable/converseen2.svg new file mode 120000 index 0000000..29de607 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/converseen2.svg @@ -0,0 +1 @@ +accessories-media-converter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/convertall.svg b/.local/share/icons/Nordic/apps/scalable/convertall.svg new file mode 120000 index 0000000..29de607 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/convertall.svg @@ -0,0 +1 @@ +accessories-media-converter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/copy-agent.svg b/.local/share/icons/Nordic/apps/scalable/copy-agent.svg new file mode 120000 index 0000000..4b1d7e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/copy-agent.svg @@ -0,0 +1 @@ +copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/copy-cloud.svg b/.local/share/icons/Nordic/apps/scalable/copy-cloud.svg new file mode 120000 index 0000000..4b1d7e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/copy-cloud.svg @@ -0,0 +1 @@ +copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/copy.com.svg b/.local/share/icons/Nordic/apps/scalable/copy.com.svg new file mode 120000 index 0000000..4b1d7e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/copy.com.svg @@ -0,0 +1 @@ +copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/copy.svg b/.local/share/icons/Nordic/apps/scalable/copy.svg new file mode 100644 index 0000000..22917a0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/copy.svg @@ -0,0 +1,746 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/copyagent.svg b/.local/share/icons/Nordic/apps/scalable/copyagent.svg new file mode 120000 index 0000000..4b1d7e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/copyagent.svg @@ -0,0 +1 @@ +copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/copyq.svg b/.local/share/icons/Nordic/apps/scalable/copyq.svg new file mode 100644 index 0000000..7b641d6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/copyq.svg @@ -0,0 +1,981 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/corebird.svg b/.local/share/icons/Nordic/apps/scalable/corebird.svg new file mode 100644 index 0000000..2675438 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/corebird.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/counter-strike.svg b/.local/share/icons/Nordic/apps/scalable/counter-strike.svg new file mode 100644 index 0000000..a53cc99 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/counter-strike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cozydrive.svg b/.local/share/icons/Nordic/apps/scalable/cozydrive.svg new file mode 100644 index 0000000..613aed7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cozydrive.svg @@ -0,0 +1,109 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/cpod.svg b/.local/share/icons/Nordic/apps/scalable/cpod.svg new file mode 100644 index 0000000..6e3c725 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cpod.svg @@ -0,0 +1,944 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/cpu.svg b/.local/share/icons/Nordic/apps/scalable/cpu.svg new file mode 100644 index 0000000..3eade55 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cpu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cqcb.plasma.webslice.svg b/.local/share/icons/Nordic/apps/scalable/cqcb.plasma.webslice.svg new file mode 120000 index 0000000..3000504 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cqcb.plasma.webslice.svg @@ -0,0 +1 @@ +internet-web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/credentials-preferences.svg b/.local/share/icons/Nordic/apps/scalable/credentials-preferences.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/credentials-preferences.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/criptext.svg b/.local/share/icons/Nordic/apps/scalable/criptext.svg new file mode 100644 index 0000000..1c9f5d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/criptext.svg @@ -0,0 +1,124 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/crossover.svg b/.local/share/icons/Nordic/apps/scalable/crossover.svg new file mode 100644 index 0000000..157ae07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/crossover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/crossover.svgcxmenu-cxoffice-0-cxrun.svg b/.local/share/icons/Nordic/apps/scalable/crossover.svgcxmenu-cxoffice-0-cxrun.svg new file mode 120000 index 0000000..9a0ccd8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/crossover.svgcxmenu-cxoffice-0-cxrun.svg @@ -0,0 +1 @@ +crossover.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/crow-translate-alt.svg b/.local/share/icons/Nordic/apps/scalable/crow-translate-alt.svg new file mode 100644 index 0000000..3369c98 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/crow-translate-alt.svg @@ -0,0 +1,962 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/crow-translate.svg b/.local/share/icons/Nordic/apps/scalable/crow-translate.svg new file mode 100644 index 0000000..420ae2a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/crow-translate.svg @@ -0,0 +1,74 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/cryfs-gui.svg b/.local/share/icons/Nordic/apps/scalable/cryfs-gui.svg new file mode 120000 index 0000000..e30ee7d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cryfs-gui.svg @@ -0,0 +1 @@ +gnome-encfs-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cryptfolder-indicator.svg b/.local/share/icons/Nordic/apps/scalable/cryptfolder-indicator.svg new file mode 120000 index 0000000..8f0e93a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cryptfolder-indicator.svg @@ -0,0 +1 @@ +security-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cryptkeeper.svg b/.local/share/icons/Nordic/apps/scalable/cryptkeeper.svg new file mode 120000 index 0000000..8f0e93a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cryptkeeper.svg @@ -0,0 +1 @@ +security-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cryptomator.svg b/.local/share/icons/Nordic/apps/scalable/cryptomator.svg new file mode 100644 index 0000000..28df51a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cryptomator.svg @@ -0,0 +1,112 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-applets.svg b/.local/share/icons/Nordic/apps/scalable/cs-applets.svg new file mode 100644 index 0000000..177f200 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-applets.svg @@ -0,0 +1,99 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/cs-backgrounds.svg b/.local/share/icons/Nordic/apps/scalable/cs-backgrounds.svg new file mode 120000 index 0000000..b51d9aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-backgrounds.svg @@ -0,0 +1 @@ +wallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-bluetooth.svg b/.local/share/icons/Nordic/apps/scalable/cs-bluetooth.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-bluetooth.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-cat-admin.svg b/.local/share/icons/Nordic/apps/scalable/cs-cat-admin.svg new file mode 120000 index 0000000..e0e4cbc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-cat-admin.svg @@ -0,0 +1 @@ +preferences-desktop-user.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-cat-appearance.svg b/.local/share/icons/Nordic/apps/scalable/cs-cat-appearance.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-cat-appearance.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-cat-hardware.svg b/.local/share/icons/Nordic/apps/scalable/cs-cat-hardware.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-cat-hardware.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-cat-prefs.svg b/.local/share/icons/Nordic/apps/scalable/cs-cat-prefs.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-cat-prefs.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-cat-themes.svg b/.local/share/icons/Nordic/apps/scalable/cs-cat-themes.svg new file mode 120000 index 0000000..d804b0c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-cat-themes.svg @@ -0,0 +1 @@ +cs-themes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-color.svg b/.local/share/icons/Nordic/apps/scalable/cs-color.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-color.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-date-time.svg b/.local/share/icons/Nordic/apps/scalable/cs-date-time.svg new file mode 120000 index 0000000..9f07aea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-date-time.svg @@ -0,0 +1 @@ +preferences-system-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-default-applications.svg b/.local/share/icons/Nordic/apps/scalable/cs-default-applications.svg new file mode 120000 index 0000000..70f4854 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-default-applications.svg @@ -0,0 +1 @@ +application-default-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-desklets.svg b/.local/share/icons/Nordic/apps/scalable/cs-desklets.svg new file mode 120000 index 0000000..4f715a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-desklets.svg @@ -0,0 +1 @@ +org.gnome.Weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-desktop-effects.svg b/.local/share/icons/Nordic/apps/scalable/cs-desktop-effects.svg new file mode 100644 index 0000000..fa60271 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-desktop-effects.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-desktop.svg b/.local/share/icons/Nordic/apps/scalable/cs-desktop.svg new file mode 120000 index 0000000..c720251 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-desktop.svg @@ -0,0 +1 @@ +desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-details.svg b/.local/share/icons/Nordic/apps/scalable/cs-details.svg new file mode 120000 index 0000000..ad95326 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-details.svg @@ -0,0 +1 @@ +about.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-display.svg b/.local/share/icons/Nordic/apps/scalable/cs-display.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-display.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-drivers.svg b/.local/share/icons/Nordic/apps/scalable/cs-drivers.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-drivers.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-extensions.svg b/.local/share/icons/Nordic/apps/scalable/cs-extensions.svg new file mode 120000 index 0000000..6a3b5fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-extensions.svg @@ -0,0 +1 @@ +preferences-plugin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-firewall.svg b/.local/share/icons/Nordic/apps/scalable/cs-firewall.svg new file mode 120000 index 0000000..84538d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-firewall.svg @@ -0,0 +1 @@ +gufw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-fonts.svg b/.local/share/icons/Nordic/apps/scalable/cs-fonts.svg new file mode 120000 index 0000000..9b8590a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-fonts.svg @@ -0,0 +1 @@ +kfontview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-general.svg b/.local/share/icons/Nordic/apps/scalable/cs-general.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-general.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-input-method.svg b/.local/share/icons/Nordic/apps/scalable/cs-input-method.svg new file mode 120000 index 0000000..d14a5be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-input-method.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-keyboard.svg b/.local/share/icons/Nordic/apps/scalable/cs-keyboard.svg new file mode 120000 index 0000000..d14a5be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-keyboard.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-language.svg b/.local/share/icons/Nordic/apps/scalable/cs-language.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-language.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-login.svg b/.local/share/icons/Nordic/apps/scalable/cs-login.svg new file mode 120000 index 0000000..22a7f7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-login.svg @@ -0,0 +1 @@ +password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-network.svg b/.local/share/icons/Nordic/apps/scalable/cs-network.svg new file mode 120000 index 0000000..66bda98 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-network.svg @@ -0,0 +1 @@ +preferences-system-network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-notifications.svg b/.local/share/icons/Nordic/apps/scalable/cs-notifications.svg new file mode 120000 index 0000000..0f3a718 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-notifications.svg @@ -0,0 +1 @@ +preferences-desktop-notification-bell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-online-accounts.svg b/.local/share/icons/Nordic/apps/scalable/cs-online-accounts.svg new file mode 120000 index 0000000..a6b4060 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-online-accounts.svg @@ -0,0 +1 @@ +preferences-desktop-online-accounts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-overview.svg b/.local/share/icons/Nordic/apps/scalable/cs-overview.svg new file mode 120000 index 0000000..7c21c95 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-overview.svg @@ -0,0 +1 @@ +preferences-system-hotcorners.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-panel.svg b/.local/share/icons/Nordic/apps/scalable/cs-panel.svg new file mode 120000 index 0000000..e3e698a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-panel.svg @@ -0,0 +1 @@ +xfce4-panel-menu.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-power.svg b/.local/share/icons/Nordic/apps/scalable/cs-power.svg new file mode 120000 index 0000000..0fbb2af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-power.svg @@ -0,0 +1 @@ +gnome-power-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-printer.svg b/.local/share/icons/Nordic/apps/scalable/cs-printer.svg new file mode 120000 index 0000000..f0bff22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-printer.svg @@ -0,0 +1 @@ +printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-privacy.svg b/.local/share/icons/Nordic/apps/scalable/cs-privacy.svg new file mode 120000 index 0000000..c01534f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-privacy.svg @@ -0,0 +1 @@ +preferences-system-privacy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-region.svg b/.local/share/icons/Nordic/apps/scalable/cs-region.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-region.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-screen.svg b/.local/share/icons/Nordic/apps/scalable/cs-screen.svg new file mode 120000 index 0000000..731c15f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-screen.svg @@ -0,0 +1 @@ +unity-display-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-screensaver.svg b/.local/share/icons/Nordic/apps/scalable/cs-screensaver.svg new file mode 120000 index 0000000..2f67bfe --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-screensaver.svg @@ -0,0 +1 @@ +gnome-lockscreen.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-session-properties.svg b/.local/share/icons/Nordic/apps/scalable/cs-session-properties.svg new file mode 120000 index 0000000..1752c2f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-session-properties.svg @@ -0,0 +1 @@ +session-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-software-properties.svg b/.local/share/icons/Nordic/apps/scalable/cs-software-properties.svg new file mode 120000 index 0000000..b4324aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-software-properties.svg @@ -0,0 +1 @@ +software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-sound.svg b/.local/share/icons/Nordic/apps/scalable/cs-sound.svg new file mode 120000 index 0000000..79507b2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-sound.svg @@ -0,0 +1 @@ +yast-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-sources.svg b/.local/share/icons/Nordic/apps/scalable/cs-sources.svg new file mode 120000 index 0000000..b4324aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-sources.svg @@ -0,0 +1 @@ +software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-startup-programs.svg b/.local/share/icons/Nordic/apps/scalable/cs-startup-programs.svg new file mode 120000 index 0000000..1752c2f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-startup-programs.svg @@ -0,0 +1 @@ +session-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-theme.svg b/.local/share/icons/Nordic/apps/scalable/cs-theme.svg new file mode 120000 index 0000000..d804b0c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-theme.svg @@ -0,0 +1 @@ +cs-themes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-themes.svg b/.local/share/icons/Nordic/apps/scalable/cs-themes.svg new file mode 120000 index 0000000..3c8cc87 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-themes.svg @@ -0,0 +1 @@ +preferences-desktop-theme.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-tiling.svg b/.local/share/icons/Nordic/apps/scalable/cs-tiling.svg new file mode 120000 index 0000000..56ebc7d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-tiling.svg @@ -0,0 +1 @@ +multitasking-view.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-universal-access.svg b/.local/share/icons/Nordic/apps/scalable/cs-universal-access.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-universal-access.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-user-accounts.svg b/.local/share/icons/Nordic/apps/scalable/cs-user-accounts.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-user-accounts.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-user.svg b/.local/share/icons/Nordic/apps/scalable/cs-user.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-user.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-windows.svg b/.local/share/icons/Nordic/apps/scalable/cs-windows.svg new file mode 120000 index 0000000..d87a4ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-windows.svg @@ -0,0 +1 @@ +preferences-system-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs-workspaces.svg b/.local/share/icons/Nordic/apps/scalable/cs-workspaces.svg new file mode 120000 index 0000000..2c41487 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs-workspaces.svg @@ -0,0 +1 @@ +workspace-switcher-left-bottom.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cs.svg b/.local/share/icons/Nordic/apps/scalable/cs.svg new file mode 120000 index 0000000..0694b09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cs.svg @@ -0,0 +1 @@ +counter-strike.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-a11y-keyboard.svg b/.local/share/icons/Nordic/apps/scalable/csd-a11y-keyboard.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-a11y-keyboard.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-a11y-settings.svg b/.local/share/icons/Nordic/apps/scalable/csd-a11y-settings.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-a11y-settings.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-background.svg b/.local/share/icons/Nordic/apps/scalable/csd-background.svg new file mode 120000 index 0000000..911ba54 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-background.svg @@ -0,0 +1 @@ +preferences-desktop-wallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-clipboard.svg b/.local/share/icons/Nordic/apps/scalable/csd-clipboard.svg new file mode 120000 index 0000000..a3dede1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-clipboard.svg @@ -0,0 +1 @@ +stock_tasks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-color.svg b/.local/share/icons/Nordic/apps/scalable/csd-color.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-color.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-cursor.svg b/.local/share/icons/Nordic/apps/scalable/csd-cursor.svg new file mode 120000 index 0000000..cafb977 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-cursor.svg @@ -0,0 +1 @@ +csd-clipboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-datetime.svg b/.local/share/icons/Nordic/apps/scalable/csd-datetime.svg new file mode 120000 index 0000000..9f07aea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-datetime.svg @@ -0,0 +1 @@ +preferences-system-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-housekeeping.svg b/.local/share/icons/Nordic/apps/scalable/csd-housekeeping.svg new file mode 120000 index 0000000..8c2ef91 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-housekeeping.svg @@ -0,0 +1 @@ +accessories-system-cleaner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-keyboard.svg b/.local/share/icons/Nordic/apps/scalable/csd-keyboard.svg new file mode 120000 index 0000000..d14a5be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-keyboard.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-media-keys.svg b/.local/share/icons/Nordic/apps/scalable/csd-media-keys.svg new file mode 120000 index 0000000..d14a5be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-media-keys.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-orientation.svg b/.local/share/icons/Nordic/apps/scalable/csd-orientation.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-orientation.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-power.svg b/.local/share/icons/Nordic/apps/scalable/csd-power.svg new file mode 120000 index 0000000..0fbb2af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-power.svg @@ -0,0 +1 @@ +gnome-power-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-print-notifications.svg b/.local/share/icons/Nordic/apps/scalable/csd-print-notifications.svg new file mode 120000 index 0000000..ee0c10d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-print-notifications.svg @@ -0,0 +1 @@ +preferences-system-notifications.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-sound.svg b/.local/share/icons/Nordic/apps/scalable/csd-sound.svg new file mode 120000 index 0000000..04c6d09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-sound.svg @@ -0,0 +1 @@ +multimedia-volume-control.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-xrandr.svg b/.local/share/icons/Nordic/apps/scalable/csd-xrandr.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-xrandr.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/csd-xsettings.svg b/.local/share/icons/Nordic/apps/scalable/csd-xsettings.svg new file mode 120000 index 0000000..aab5834 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/csd-xsettings.svg @@ -0,0 +1 @@ +gnome-tweak-tool.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/css.svg b/.local/share/icons/Nordic/apps/scalable/css.svg new file mode 120000 index 0000000..0694b09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/css.svg @@ -0,0 +1 @@ +counter-strike.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cuckoo.svg b/.local/share/icons/Nordic/apps/scalable/cuckoo.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cuckoo.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cumulus.svg b/.local/share/icons/Nordic/apps/scalable/cumulus.svg new file mode 120000 index 0000000..8103a34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cumulus.svg @@ -0,0 +1 @@ +weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cups-launcher.svg b/.local/share/icons/Nordic/apps/scalable/cups-launcher.svg new file mode 120000 index 0000000..14899db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cups-launcher.svg @@ -0,0 +1 @@ +office-printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cups.svg b/.local/share/icons/Nordic/apps/scalable/cups.svg new file mode 120000 index 0000000..f0bff22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cups.svg @@ -0,0 +1 @@ +printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cupsprinter.svg b/.local/share/icons/Nordic/apps/scalable/cupsprinter.svg new file mode 120000 index 0000000..f0bff22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cupsprinter.svg @@ -0,0 +1 @@ +printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cupt.svg b/.local/share/icons/Nordic/apps/scalable/cupt.svg new file mode 100644 index 0000000..16781b2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cupt.svg @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/curlew.svg b/.local/share/icons/Nordic/apps/scalable/curlew.svg new file mode 100644 index 0000000..33b43f9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/curlew.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cutecom.svg b/.local/share/icons/Nordic/apps/scalable/cutecom.svg new file mode 100644 index 0000000..19e11e9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cutecom.svg @@ -0,0 +1,95 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/cutegram.svg b/.local/share/icons/Nordic/apps/scalable/cutegram.svg new file mode 100644 index 0000000..55ce17f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cutegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cuttlefish.svg b/.local/share/icons/Nordic/apps/scalable/cuttlefish.svg new file mode 120000 index 0000000..2f42f03 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cuttlefish.svg @@ -0,0 +1 @@ +plasma.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cx.ring.Ring.svg b/.local/share/icons/Nordic/apps/scalable/cx.ring.Ring.svg new file mode 120000 index 0000000..b57bb8c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cx.ring.Ring.svg @@ -0,0 +1 @@ +ring.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-crossover.svg b/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-crossover.svg new file mode 120000 index 0000000..9a0ccd8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-crossover.svg @@ -0,0 +1 @@ +crossover.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxdoc.svg b/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxdoc.svg new file mode 120000 index 0000000..9a0ccd8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxdoc.svg @@ -0,0 +1 @@ +crossover.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxmenu.svg b/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxmenu.svg new file mode 120000 index 0000000..f0eff2c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxmenu.svg @@ -0,0 +1 @@ +menulibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxregister.svg b/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxregister.svg new file mode 120000 index 0000000..9a0ccd8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxregister.svg @@ -0,0 +1 @@ +crossover.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxreset.svg b/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxreset.svg new file mode 120000 index 0000000..9a0ccd8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxreset.svg @@ -0,0 +1 @@ +crossover.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxuninstall.svg b/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxuninstall.svg new file mode 120000 index 0000000..9a0ccd8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cxmenu-cxoffice-0-cxuninstall.svg @@ -0,0 +1 @@ +crossover.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cxmenu.svg b/.local/share/icons/Nordic/apps/scalable/cxmenu.svg new file mode 120000 index 0000000..f0eff2c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cxmenu.svg @@ -0,0 +1 @@ +menulibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/cxmenuedit.svg b/.local/share/icons/Nordic/apps/scalable/cxmenuedit.svg new file mode 120000 index 0000000..f0eff2c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/cxmenuedit.svg @@ -0,0 +1 @@ +menulibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/darktable.svg b/.local/share/icons/Nordic/apps/scalable/darktable.svg new file mode 100644 index 0000000..645dc98 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/darktable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dart-editor.svg b/.local/share/icons/Nordic/apps/scalable/dart-editor.svg new file mode 120000 index 0000000..458808e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dart-editor.svg @@ -0,0 +1 @@ +dart.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dart.svg b/.local/share/icons/Nordic/apps/scalable/dart.svg new file mode 100644 index 0000000..1d07375 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dart.svg @@ -0,0 +1,2704 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/data.svg b/.local/share/icons/Nordic/apps/scalable/data.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/data.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/date.svg b/.local/share/icons/Nordic/apps/scalable/date.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/date.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dates.svg b/.local/share/icons/Nordic/apps/scalable/dates.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dates.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dayfolder.svg b/.local/share/icons/Nordic/apps/scalable/dayfolder.svg new file mode 120000 index 0000000..2b85387 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dayfolder.svg @@ -0,0 +1 @@ +office-calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dayjournal.svg b/.local/share/icons/Nordic/apps/scalable/dayjournal.svg new file mode 120000 index 0000000..e8f9d81 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dayjournal.svg @@ -0,0 +1 @@ +wallet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dayplanner.svg b/.local/share/icons/Nordic/apps/scalable/dayplanner.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dayplanner.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dbeaver-ee.svg b/.local/share/icons/Nordic/apps/scalable/dbeaver-ee.svg new file mode 120000 index 0000000..b6c4d19 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dbeaver-ee.svg @@ -0,0 +1 @@ +DBeaver.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dbeaver.svg b/.local/share/icons/Nordic/apps/scalable/dbeaver.svg new file mode 120000 index 0000000..b6c4d19 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dbeaver.svg @@ -0,0 +1 @@ +DBeaver.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dc++.svg b/.local/share/icons/Nordic/apps/scalable/dc++.svg new file mode 120000 index 0000000..458808e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dc++.svg @@ -0,0 +1 @@ +dart.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dconf-editor.svg b/.local/share/icons/Nordic/apps/scalable/dconf-editor.svg new file mode 100644 index 0000000..6efd602 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dconf-editor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ddcopy.svg b/.local/share/icons/Nordic/apps/scalable/ddcopy.svg new file mode 120000 index 0000000..bdbcbb9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ddcopy.svg @@ -0,0 +1 @@ +usb-creator-gtk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dde-calendar.svg b/.local/share/icons/Nordic/apps/scalable/dde-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dde-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dde-file-manager.svg b/.local/share/icons/Nordic/apps/scalable/dde-file-manager.svg new file mode 100644 index 0000000..f88265c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dde-file-manager.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ddm.svg b/.local/share/icons/Nordic/apps/scalable/ddm.svg new file mode 120000 index 0000000..1f9cbf3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ddm.svg @@ -0,0 +1 @@ +video-card.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ddrescue-gui.svg b/.local/share/icons/Nordic/apps/scalable/ddrescue-gui.svg new file mode 120000 index 0000000..374f367 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ddrescue-gui.svg @@ -0,0 +1 @@ +gsmartcontrol.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/de.haeckerfelix.gradio.svg b/.local/share/icons/Nordic/apps/scalable/de.haeckerfelix.gradio.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/de.haeckerfelix.gradio.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/de.openstreetmap.josm.svg b/.local/share/icons/Nordic/apps/scalable/de.openstreetmap.josm.svg new file mode 120000 index 0000000..0b4b048 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/de.openstreetmap.josm.svg @@ -0,0 +1 @@ +gnome-maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deadbeef.svg b/.local/share/icons/Nordic/apps/scalable/deadbeef.svg new file mode 100644 index 0000000..1901bc2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deadbeef.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/debian-installer-launcher.svg b/.local/share/icons/Nordic/apps/scalable/debian-installer-launcher.svg new file mode 120000 index 0000000..63c0e71 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/debian-installer-launcher.svg @@ -0,0 +1 @@ +ubiquity-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/debian-logo.svg b/.local/share/icons/Nordic/apps/scalable/debian-logo.svg new file mode 120000 index 0000000..c718ca1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/debian-logo.svg @@ -0,0 +1 @@ +distributor-logo-debian.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/debian-plymouth-manager.svg b/.local/share/icons/Nordic/apps/scalable/debian-plymouth-manager.svg new file mode 120000 index 0000000..c718ca1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/debian-plymouth-manager.svg @@ -0,0 +1 @@ +distributor-logo-debian.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/debian-swirl.svg b/.local/share/icons/Nordic/apps/scalable/debian-swirl.svg new file mode 120000 index 0000000..c718ca1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/debian-swirl.svg @@ -0,0 +1 @@ +distributor-logo-debian.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-appstore.svg b/.local/share/icons/Nordic/apps/scalable/deepin-appstore.svg new file mode 100644 index 0000000..1ebaa20 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-appstore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-boot-maker.svg b/.local/share/icons/Nordic/apps/scalable/deepin-boot-maker.svg new file mode 120000 index 0000000..9976859 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-boot-maker.svg @@ -0,0 +1 @@ +ubiquity.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-calculator.svg b/.local/share/icons/Nordic/apps/scalable/deepin-calculator.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-calculator.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-calendar.svg b/.local/share/icons/Nordic/apps/scalable/deepin-calendar.svg new file mode 120000 index 0000000..2b85387 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-calendar.svg @@ -0,0 +1 @@ +office-calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-clone.svg b/.local/share/icons/Nordic/apps/scalable/deepin-clone.svg new file mode 100644 index 0000000..6bdb60f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-clone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-cloud-configuration.svg b/.local/share/icons/Nordic/apps/scalable/deepin-cloud-configuration.svg new file mode 120000 index 0000000..6c7330a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-cloud-configuration.svg @@ -0,0 +1 @@ +credentials-preferences.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-cloud-print-configurator.svg b/.local/share/icons/Nordic/apps/scalable/deepin-cloud-print-configurator.svg new file mode 100644 index 0000000..610bf71 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-cloud-print-configurator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-cloud-scan-config-helper.svg b/.local/share/icons/Nordic/apps/scalable/deepin-cloud-scan-config-helper.svg new file mode 100644 index 0000000..341e923 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-cloud-scan-config-helper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-cloud-scan-configurator.svg b/.local/share/icons/Nordic/apps/scalable/deepin-cloud-scan-configurator.svg new file mode 100644 index 0000000..341e923 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-cloud-scan-configurator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-cloudprint-config-helper.svg b/.local/share/icons/Nordic/apps/scalable/deepin-cloudprint-config-helper.svg new file mode 120000 index 0000000..e965378 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-cloudprint-config-helper.svg @@ -0,0 +1 @@ +deepin-cloud-print-configurator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-deb-installer.svg b/.local/share/icons/Nordic/apps/scalable/deepin-deb-installer.svg new file mode 100644 index 0000000..d1b25e6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-deb-installer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-draw.svg b/.local/share/icons/Nordic/apps/scalable/deepin-draw.svg new file mode 100644 index 0000000..5cdff40 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-draw.svg @@ -0,0 +1,1147 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-editor.svg b/.local/share/icons/Nordic/apps/scalable/deepin-editor.svg new file mode 120000 index 0000000..ca6c483 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-editor.svg @@ -0,0 +1 @@ +text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-emacs.svg b/.local/share/icons/Nordic/apps/scalable/deepin-emacs.svg new file mode 120000 index 0000000..a940c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-emacs.svg @@ -0,0 +1 @@ +emacs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-feedback.svg b/.local/share/icons/Nordic/apps/scalable/deepin-feedback.svg new file mode 100644 index 0000000..7ab9fac --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-feedback.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-font-installer.svg b/.local/share/icons/Nordic/apps/scalable/deepin-font-installer.svg new file mode 100644 index 0000000..e174232 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-font-installer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-game-center.svg b/.local/share/icons/Nordic/apps/scalable/deepin-game-center.svg new file mode 120000 index 0000000..b5a8d72 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-game-center.svg @@ -0,0 +1 @@ +antimicro.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-graphics-driver-manager.svg b/.local/share/icons/Nordic/apps/scalable/deepin-graphics-driver-manager.svg new file mode 120000 index 0000000..f4d7573 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-graphics-driver-manager.svg @@ -0,0 +1 @@ +driver-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-image-viewer.svg b/.local/share/icons/Nordic/apps/scalable/deepin-image-viewer.svg new file mode 100644 index 0000000..0703857 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-image-viewer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-installer-oem.svg b/.local/share/icons/Nordic/apps/scalable/deepin-installer-oem.svg new file mode 120000 index 0000000..63c0e71 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-installer-oem.svg @@ -0,0 +1 @@ +ubiquity-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-installer.svg b/.local/share/icons/Nordic/apps/scalable/deepin-installer.svg new file mode 120000 index 0000000..63c0e71 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-installer.svg @@ -0,0 +1 @@ +ubiquity-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-launcher.svg b/.local/share/icons/Nordic/apps/scalable/deepin-launcher.svg new file mode 120000 index 0000000..f97c547 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-launcher.svg @@ -0,0 +1 @@ +1deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-manual.svg b/.local/share/icons/Nordic/apps/scalable/deepin-manual.svg new file mode 100644 index 0000000..44ba6f0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-manual.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-media-player.svg b/.local/share/icons/Nordic/apps/scalable/deepin-media-player.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-media-player.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-movie.svg b/.local/share/icons/Nordic/apps/scalable/deepin-movie.svg new file mode 100644 index 0000000..46e468b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-movie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-movies.svg b/.local/share/icons/Nordic/apps/scalable/deepin-movies.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-movies.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-multitasking-view.svg b/.local/share/icons/Nordic/apps/scalable/deepin-multitasking-view.svg new file mode 120000 index 0000000..56ebc7d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-multitasking-view.svg @@ -0,0 +1 @@ +multitasking-view.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-music-player.svg b/.local/share/icons/Nordic/apps/scalable/deepin-music-player.svg new file mode 120000 index 0000000..4c6a533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-music-player.svg @@ -0,0 +1 @@ +playmymusic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-music.svg b/.local/share/icons/Nordic/apps/scalable/deepin-music.svg new file mode 100644 index 0000000..715b4f4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-music.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-picker.svg b/.local/share/icons/Nordic/apps/scalable/deepin-picker.svg new file mode 120000 index 0000000..b26e439 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-picker.svg @@ -0,0 +1 @@ +gpick.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-remote-assistance.svg b/.local/share/icons/Nordic/apps/scalable/deepin-remote-assistance.svg new file mode 120000 index 0000000..cfcd0bf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-remote-assistance.svg @@ -0,0 +1 @@ +remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-repair-tools.svg b/.local/share/icons/Nordic/apps/scalable/deepin-repair-tools.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-repair-tools.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-repair.svg b/.local/share/icons/Nordic/apps/scalable/deepin-repair.svg new file mode 100644 index 0000000..5635c2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-repair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-screen-recorder.svg b/.local/share/icons/Nordic/apps/scalable/deepin-screen-recorder.svg new file mode 100644 index 0000000..f869a84 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-screen-recorder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-screenrecorder.svg b/.local/share/icons/Nordic/apps/scalable/deepin-screenrecorder.svg new file mode 120000 index 0000000..fa1325a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-screenrecorder.svg @@ -0,0 +1 @@ +screenrecorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-screenshot.svg b/.local/share/icons/Nordic/apps/scalable/deepin-screenshot.svg new file mode 120000 index 0000000..bf4421a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-screenshot.svg @@ -0,0 +1 @@ +screenie-qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-show-desktop.svg b/.local/share/icons/Nordic/apps/scalable/deepin-show-desktop.svg new file mode 120000 index 0000000..134c2f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-show-desktop.svg @@ -0,0 +1 @@ +cs-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-software-center.svg b/.local/share/icons/Nordic/apps/scalable/deepin-software-center.svg new file mode 120000 index 0000000..c6529e1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-software-center.svg @@ -0,0 +1 @@ +deepin-appstore.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-system-monitor.svg b/.local/share/icons/Nordic/apps/scalable/deepin-system-monitor.svg new file mode 100644 index 0000000..dfb7ac2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-system-monitor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-terminal.svg b/.local/share/icons/Nordic/apps/scalable/deepin-terminal.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-terminal.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-toggle-desktop.svg b/.local/share/icons/Nordic/apps/scalable/deepin-toggle-desktop.svg new file mode 100644 index 0000000..1369c14 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-toggle-desktop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-translator.svg b/.local/share/icons/Nordic/apps/scalable/deepin-translator.svg new file mode 120000 index 0000000..2c7dbd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-translator.svg @@ -0,0 +1 @@ +translator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deepin-voice-recorder.svg b/.local/share/icons/Nordic/apps/scalable/deepin-voice-recorder.svg new file mode 120000 index 0000000..c863f31 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deepin-voice-recorder.svg @@ -0,0 +1 @@ +com.deepin.VoiceRecorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/default-application.svg b/.local/share/icons/Nordic/apps/scalable/default-application.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/default-application.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/defcon.svg b/.local/share/icons/Nordic/apps/scalable/defcon.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/defcon.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deja-dup.svg b/.local/share/icons/Nordic/apps/scalable/deja-dup.svg new file mode 120000 index 0000000..8488926 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deja-dup.svg @@ -0,0 +1 @@ +org.gnome.DejaDup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deltachat.svg b/.local/share/icons/Nordic/apps/scalable/deltachat.svg new file mode 100644 index 0000000..949c69a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deltachat.svg @@ -0,0 +1,936 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/deluge-torrent.svg b/.local/share/icons/Nordic/apps/scalable/deluge-torrent.svg new file mode 120000 index 0000000..b3743c0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deluge-torrent.svg @@ -0,0 +1 @@ +deluge.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deluge.svg b/.local/share/icons/Nordic/apps/scalable/deluge.svg new file mode 100644 index 0000000..33cd3dd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deluge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/designer-qt4.svg b/.local/share/icons/Nordic/apps/scalable/designer-qt4.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/designer-qt4.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/designer-qt5.svg b/.local/share/icons/Nordic/apps/scalable/designer-qt5.svg new file mode 120000 index 0000000..5562b22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/designer-qt5.svg @@ -0,0 +1 @@ +qtdesigner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/designer.svg b/.local/share/icons/Nordic/apps/scalable/designer.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/designer.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/designer5.svg b/.local/share/icons/Nordic/apps/scalable/designer5.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/designer5.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/desingner-qt4.svg b/.local/share/icons/Nordic/apps/scalable/desingner-qt4.svg new file mode 120000 index 0000000..83b56e2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/desingner-qt4.svg @@ -0,0 +1 @@ +qt-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/desingner-qt5.svg b/.local/share/icons/Nordic/apps/scalable/desingner-qt5.svg new file mode 120000 index 0000000..83b56e2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/desingner-qt5.svg @@ -0,0 +1 @@ +qt-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/deskbar-applet.svg b/.local/share/icons/Nordic/apps/scalable/deskbar-applet.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/deskbar-applet.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/desktop-effect.svg b/.local/share/icons/Nordic/apps/scalable/desktop-effect.svg new file mode 120000 index 0000000..ab4dcad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/desktop-effect.svg @@ -0,0 +1 @@ +ccsm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/desktop-effects.svg b/.local/share/icons/Nordic/apps/scalable/desktop-effects.svg new file mode 120000 index 0000000..8d153f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/desktop-effects.svg @@ -0,0 +1 @@ +effects.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/desktop-environment-gnome.svg b/.local/share/icons/Nordic/apps/scalable/desktop-environment-gnome.svg new file mode 100644 index 0000000..1034db1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/desktop-environment-gnome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/desktop-environment-kde.svg b/.local/share/icons/Nordic/apps/scalable/desktop-environment-kde.svg new file mode 100644 index 0000000..79c7928 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/desktop-environment-kde.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/desktop-webmail.svg b/.local/share/icons/Nordic/apps/scalable/desktop-webmail.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/desktop-webmail.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/desktop.svg b/.local/share/icons/Nordic/apps/scalable/desktop.svg new file mode 100644 index 0000000..84e1688 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/desktop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/devdocs.svg b/.local/share/icons/Nordic/apps/scalable/devdocs.svg new file mode 100644 index 0000000..27431dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/devdocs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/devede.svg b/.local/share/icons/Nordic/apps/scalable/devede.svg new file mode 100644 index 0000000..7686cbc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/devede.svg @@ -0,0 +1,263 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/devedeng.svg b/.local/share/icons/Nordic/apps/scalable/devedeng.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/devedeng.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/devhelp.svg b/.local/share/icons/Nordic/apps/scalable/devhelp.svg new file mode 100644 index 0000000..36ffe26 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/devhelp.svg @@ -0,0 +1,184 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/device-notifier.svg b/.local/share/icons/Nordic/apps/scalable/device-notifier.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/device-notifier.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dialog-info.svg b/.local/share/icons/Nordic/apps/scalable/dialog-info.svg new file mode 120000 index 0000000..7be27df --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dialog-info.svg @@ -0,0 +1 @@ +userinfo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dialog-information.svg b/.local/share/icons/Nordic/apps/scalable/dialog-information.svg new file mode 120000 index 0000000..ad95326 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dialog-information.svg @@ -0,0 +1 @@ +about.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dialog-password.svg b/.local/share/icons/Nordic/apps/scalable/dialog-password.svg new file mode 120000 index 0000000..4872020 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dialog-password.svg @@ -0,0 +1 @@ +preferences-desktop-user-password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dict.svg b/.local/share/icons/Nordic/apps/scalable/dict.svg new file mode 120000 index 0000000..9f0d52e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dict.svg @@ -0,0 +1 @@ +dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dictionary.svg b/.local/share/icons/Nordic/apps/scalable/dictionary.svg new file mode 120000 index 0000000..1b8b2de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dictionary.svg @@ -0,0 +1 @@ +alc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/diffuse.svg b/.local/share/icons/Nordic/apps/scalable/diffuse.svg new file mode 100644 index 0000000..aa8ba33 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/diffuse.svg @@ -0,0 +1,827 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/digikam.svg b/.local/share/icons/Nordic/apps/scalable/digikam.svg new file mode 100644 index 0000000..ef2e00b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/digikam.svg @@ -0,0 +1,90 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dillo.svg b/.local/share/icons/Nordic/apps/scalable/dillo.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dillo.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/diodon.svg b/.local/share/icons/Nordic/apps/scalable/diodon.svg new file mode 120000 index 0000000..a1ab7bb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/diodon.svg @@ -0,0 +1 @@ +clipit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/discord-ptb.svg b/.local/share/icons/Nordic/apps/scalable/discord-ptb.svg new file mode 120000 index 0000000..972a47f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/discord-ptb.svg @@ -0,0 +1 @@ +discord.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/discord.svg b/.local/share/icons/Nordic/apps/scalable/discord.svg new file mode 100644 index 0000000..09bc404 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/disk-burner.svg b/.local/share/icons/Nordic/apps/scalable/disk-burner.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/disk-burner.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/disk-check.svg b/.local/share/icons/Nordic/apps/scalable/disk-check.svg new file mode 100644 index 0000000..c01ea1a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/disk-check.svg @@ -0,0 +1,94 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/disk-manager-root.svg b/.local/share/icons/Nordic/apps/scalable/disk-manager-root.svg new file mode 120000 index 0000000..7881ba4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/disk-manager-root.svg @@ -0,0 +1 @@ +disk-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/disk-manager.svg b/.local/share/icons/Nordic/apps/scalable/disk-manager.svg new file mode 120000 index 0000000..14d09c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/disk-manager.svg @@ -0,0 +1 @@ +disk-utility.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/disk-partition-manager.svg b/.local/share/icons/Nordic/apps/scalable/disk-partition-manager.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/disk-partition-manager.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/disk-usage-analyzer.svg b/.local/share/icons/Nordic/apps/scalable/disk-usage-analyzer.svg new file mode 120000 index 0000000..6080e25 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/disk-usage-analyzer.svg @@ -0,0 +1 @@ +gnome-disks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/disk-utility.svg b/.local/share/icons/Nordic/apps/scalable/disk-utility.svg new file mode 100644 index 0000000..3e7b8de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/disk-utility.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/diskmonitor.svg b/.local/share/icons/Nordic/apps/scalable/diskmonitor.svg new file mode 100644 index 0000000..0e0bdeb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/diskmonitor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/disks.svg b/.local/share/icons/Nordic/apps/scalable/disks.svg new file mode 120000 index 0000000..8484818 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/disks.svg @@ -0,0 +1 @@ +disk-check.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/disper.svg b/.local/share/icons/Nordic/apps/scalable/disper.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/disper.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/display-applet.svg b/.local/share/icons/Nordic/apps/scalable/display-applet.svg new file mode 120000 index 0000000..32b4509 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/display-applet.svg @@ -0,0 +1 @@ +display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/display-capplet.svg b/.local/share/icons/Nordic/apps/scalable/display-capplet.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/display-capplet.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/display-im6.Q16.svg b/.local/share/icons/Nordic/apps/scalable/display-im6.Q16.svg new file mode 120000 index 0000000..302d44c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/display-im6.Q16.svg @@ -0,0 +1 @@ +imagemagick.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/display-im6.q16.svg b/.local/share/icons/Nordic/apps/scalable/display-im6.q16.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/display-im6.q16.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/display.im6.svg b/.local/share/icons/Nordic/apps/scalable/display.im6.svg new file mode 120000 index 0000000..302d44c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/display.im6.svg @@ -0,0 +1 @@ +imagemagick.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/display.svg b/.local/share/icons/Nordic/apps/scalable/display.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/display.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/distributor-logo-debian.svg b/.local/share/icons/Nordic/apps/scalable/distributor-logo-debian.svg new file mode 100644 index 0000000..555c7b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/distributor-logo-debian.svg @@ -0,0 +1,1103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/distributor-logo-linux-mint.svg b/.local/share/icons/Nordic/apps/scalable/distributor-logo-linux-mint.svg new file mode 120000 index 0000000..aaefec2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/distributor-logo-linux-mint.svg @@ -0,0 +1 @@ +distributor-logo-linuxmint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/distributor-logo-linuxmint.svg b/.local/share/icons/Nordic/apps/scalable/distributor-logo-linuxmint.svg new file mode 100644 index 0000000..b7bde3f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/distributor-logo-linuxmint.svg @@ -0,0 +1,1103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/distributor-logo-manjaro.svg b/.local/share/icons/Nordic/apps/scalable/distributor-logo-manjaro.svg new file mode 100644 index 0000000..456fec9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/distributor-logo-manjaro.svg @@ -0,0 +1,1117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/distributor-logo-mint.svg b/.local/share/icons/Nordic/apps/scalable/distributor-logo-mint.svg new file mode 120000 index 0000000..aaefec2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/distributor-logo-mint.svg @@ -0,0 +1 @@ +distributor-logo-linuxmint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/distributor-logo-ubuntu.svg b/.local/share/icons/Nordic/apps/scalable/distributor-logo-ubuntu.svg new file mode 120000 index 0000000..38b982e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/distributor-logo-ubuntu.svg @@ -0,0 +1 @@ +ubuntu.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/distro-upgrade.svg b/.local/share/icons/Nordic/apps/scalable/distro-upgrade.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/distro-upgrade.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/djaler.formatter.svg b/.local/share/icons/Nordic/apps/scalable/djaler.formatter.svg new file mode 120000 index 0000000..d17bc78 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/djaler.formatter.svg @@ -0,0 +1 @@ +etcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dnfdragora.svg b/.local/share/icons/Nordic/apps/scalable/dnfdragora.svg new file mode 120000 index 0000000..2ef4cbc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dnfdragora.svg @@ -0,0 +1 @@ +Dnfdragora.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/docear.svg b/.local/share/icons/Nordic/apps/scalable/docear.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/docear.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dock.svg b/.local/share/icons/Nordic/apps/scalable/dock.svg new file mode 100644 index 0000000..5cb9ec3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dock.svg @@ -0,0 +1,536 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/dockbarx.svg b/.local/share/icons/Nordic/apps/scalable/dockbarx.svg new file mode 120000 index 0000000..434124d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dockbarx.svg @@ -0,0 +1 @@ +dock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/document-print-preview.svg b/.local/share/icons/Nordic/apps/scalable/document-print-preview.svg new file mode 120000 index 0000000..f0bff22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/document-print-preview.svg @@ -0,0 +1 @@ +printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/document-save.svg b/.local/share/icons/Nordic/apps/scalable/document-save.svg new file mode 100644 index 0000000..ef2d52b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/document-save.svg @@ -0,0 +1,70 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/document-viewer.svg b/.local/share/icons/Nordic/apps/scalable/document-viewer.svg new file mode 100644 index 0000000..c92ad24 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/document-viewer.svg @@ -0,0 +1,94 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/document.svg b/.local/share/icons/Nordic/apps/scalable/document.svg new file mode 100644 index 0000000..cb9b90c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/document.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/documentation.svg b/.local/share/icons/Nordic/apps/scalable/documentation.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/documentation.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/documentation_section.svg b/.local/share/icons/Nordic/apps/scalable/documentation_section.svg new file mode 120000 index 0000000..e855b95 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/documentation_section.svg @@ -0,0 +1 @@ +browser-help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/docviewer-app.svg b/.local/share/icons/Nordic/apps/scalable/docviewer-app.svg new file mode 120000 index 0000000..746aac9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/docviewer-app.svg @@ -0,0 +1 @@ +document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/doki-doki-literature-club.svg b/.local/share/icons/Nordic/apps/scalable/doki-doki-literature-club.svg new file mode 100644 index 0000000..1a4a1f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/doki-doki-literature-club.svg @@ -0,0 +1,1233 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/dolphin-dropbox.svg b/.local/share/icons/Nordic/apps/scalable/dolphin-dropbox.svg new file mode 120000 index 0000000..3b77629 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dolphin-dropbox.svg @@ -0,0 +1 @@ +dropbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dolphin-emu.svg b/.local/share/icons/Nordic/apps/scalable/dolphin-emu.svg new file mode 100644 index 0000000..6eadd36 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dolphin-emu.svg @@ -0,0 +1,802 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/dosbox.svg b/.local/share/icons/Nordic/apps/scalable/dosbox.svg new file mode 100644 index 0000000..27ce134 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dosbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/downline.svg b/.local/share/icons/Nordic/apps/scalable/downline.svg new file mode 100644 index 0000000..cde81c6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/downline.svg @@ -0,0 +1,2065 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/dragonplayer.svg b/.local/share/icons/Nordic/apps/scalable/dragonplayer.svg new file mode 120000 index 0000000..a30e61e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dragonplayer.svg @@ -0,0 +1 @@ +totem.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/drakconf.svg b/.local/share/icons/Nordic/apps/scalable/drakconf.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/drakconf.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/drakmenustyle.svg b/.local/share/icons/Nordic/apps/scalable/drakmenustyle.svg new file mode 120000 index 0000000..191b35e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/drakmenustyle.svg @@ -0,0 +1 @@ +menu-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/draksec-mdk.svg b/.local/share/icons/Nordic/apps/scalable/draksec-mdk.svg new file mode 120000 index 0000000..84538d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/draksec-mdk.svg @@ -0,0 +1 @@ +gufw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/drakstats.svg b/.local/share/icons/Nordic/apps/scalable/drakstats.svg new file mode 120000 index 0000000..df850da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/drakstats.svg @@ -0,0 +1 @@ +system-software-installer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dreamchess.svg b/.local/share/icons/Nordic/apps/scalable/dreamchess.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dreamchess.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/drive-removable-media.svg b/.local/share/icons/Nordic/apps/scalable/drive-removable-media.svg new file mode 100644 index 0000000..11aeb4a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/drive-removable-media.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/driver-manager.svg b/.local/share/icons/Nordic/apps/scalable/driver-manager.svg new file mode 100644 index 0000000..3b3f6cd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/driver-manager.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dropbox.svg b/.local/share/icons/Nordic/apps/scalable/dropbox.svg new file mode 100644 index 0000000..90ff2fe --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dvd95.svg b/.local/share/icons/Nordic/apps/scalable/dvd95.svg new file mode 120000 index 0000000..a60a9dd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dvd95.svg @@ -0,0 +1 @@ +k9-copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dvd9548.svg b/.local/share/icons/Nordic/apps/scalable/dvd9548.svg new file mode 120000 index 0000000..a60a9dd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dvd9548.svg @@ -0,0 +1 @@ +k9-copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dwww-gnome-touristinfo.svg b/.local/share/icons/Nordic/apps/scalable/dwww-gnome-touristinfo.svg new file mode 120000 index 0000000..7be27df --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dwww-gnome-touristinfo.svg @@ -0,0 +1 @@ +userinfo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/dynalist.svg b/.local/share/icons/Nordic/apps/scalable/dynalist.svg new file mode 100644 index 0000000..089d50d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/dynalist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/e-mail.svg b/.local/share/icons/Nordic/apps/scalable/e-mail.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/e-mail.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/e-module-bluez4.svg b/.local/share/icons/Nordic/apps/scalable/e-module-bluez4.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/e-module-bluez4.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/e-module-clock.svg b/.local/share/icons/Nordic/apps/scalable/e-module-clock.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/e-module-clock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/e-module-conf_applications.svg b/.local/share/icons/Nordic/apps/scalable/e-module-conf_applications.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/e-module-conf_applications.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/e-module-conf_menus.svg b/.local/share/icons/Nordic/apps/scalable/e-module-conf_menus.svg new file mode 120000 index 0000000..f0eff2c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/e-module-conf_menus.svg @@ -0,0 +1 @@ +menulibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/e-module-everything.svg b/.local/share/icons/Nordic/apps/scalable/e-module-everything.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/e-module-everything.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/e-module-fileman.svg b/.local/share/icons/Nordic/apps/scalable/e-module-fileman.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/e-module-fileman.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/e-module-ibar.svg b/.local/share/icons/Nordic/apps/scalable/e-module-ibar.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/e-module-ibar.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/e-module-illume-bluetooth.svg b/.local/share/icons/Nordic/apps/scalable/e-module-illume-bluetooth.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/e-module-illume-bluetooth.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/e-module-mail.svg b/.local/share/icons/Nordic/apps/scalable/e-module-mail.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/e-module-mail.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/e-module-packagekit.svg b/.local/share/icons/Nordic/apps/scalable/e-module-packagekit.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/e-module-packagekit.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/e-module-quickaccess.svg b/.local/share/icons/Nordic/apps/scalable/e-module-quickaccess.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/e-module-quickaccess.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/e-module-tasks.svg b/.local/share/icons/Nordic/apps/scalable/e-module-tasks.svg new file mode 120000 index 0000000..bcdcd70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/e-module-tasks.svg @@ -0,0 +1 @@ +org.gnome.Todo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/eagle.svg b/.local/share/icons/Nordic/apps/scalable/eagle.svg new file mode 100644 index 0000000..71c3aa3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/eagle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/easystroke.svg b/.local/share/icons/Nordic/apps/scalable/easystroke.svg new file mode 100644 index 0000000..83d4c5d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/easystroke.svg @@ -0,0 +1,1007 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/easytag.svg b/.local/share/icons/Nordic/apps/scalable/easytag.svg new file mode 100644 index 0000000..bee9529 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/easytag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ebook.svg b/.local/share/icons/Nordic/apps/scalable/ebook.svg new file mode 100755 index 0000000..5a52f48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ebook.svg @@ -0,0 +1,110 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/echomixer.svg b/.local/share/icons/Nordic/apps/scalable/echomixer.svg new file mode 120000 index 0000000..cf460fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/echomixer.svg @@ -0,0 +1 @@ +gnome-alsamixer-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/eclipse-android.svg b/.local/share/icons/Nordic/apps/scalable/eclipse-android.svg new file mode 120000 index 0000000..23aaf73 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/eclipse-android.svg @@ -0,0 +1 @@ +eclipse.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/eclipse.svg b/.local/share/icons/Nordic/apps/scalable/eclipse.svg new file mode 100644 index 0000000..2efac75 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/eclipse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/eclipse4Android.svg b/.local/share/icons/Nordic/apps/scalable/eclipse4Android.svg new file mode 120000 index 0000000..23aaf73 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/eclipse4Android.svg @@ -0,0 +1 @@ +eclipse.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ecrire.svg b/.local/share/icons/Nordic/apps/scalable/ecrire.svg new file mode 120000 index 0000000..6bccf22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ecrire.svg @@ -0,0 +1 @@ +gedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/eddy.svg b/.local/share/icons/Nordic/apps/scalable/eddy.svg new file mode 120000 index 0000000..cb8ad7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/eddy.svg @@ -0,0 +1 @@ +softwarecenter-debian.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/edile.svg b/.local/share/icons/Nordic/apps/scalable/edile.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/edile.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/edit-clear.svg b/.local/share/icons/Nordic/apps/scalable/edit-clear.svg new file mode 100644 index 0000000..5553a24 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/edit-clear.svg @@ -0,0 +1,86 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/edit-find.svg b/.local/share/icons/Nordic/apps/scalable/edit-find.svg new file mode 120000 index 0000000..086f9ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/edit-find.svg @@ -0,0 +1 @@ +utilities-log-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/edit-paste.svg b/.local/share/icons/Nordic/apps/scalable/edit-paste.svg new file mode 120000 index 0000000..da60241 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/edit-paste.svg @@ -0,0 +1 @@ +evolution-tasks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/edit-urpm-sources.svg b/.local/share/icons/Nordic/apps/scalable/edit-urpm-sources.svg new file mode 120000 index 0000000..b4324aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/edit-urpm-sources.svg @@ -0,0 +1 @@ +software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/eduke32.svg b/.local/share/icons/Nordic/apps/scalable/eduke32.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/eduke32.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/eekboard.svg b/.local/share/icons/Nordic/apps/scalable/eekboard.svg new file mode 120000 index 0000000..d14a5be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/eekboard.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/effects.svg b/.local/share/icons/Nordic/apps/scalable/effects.svg new file mode 100644 index 0000000..422559c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/effects.svg @@ -0,0 +1,365 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/electron.svg b/.local/share/icons/Nordic/apps/scalable/electron.svg new file mode 100644 index 0000000..c12710d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/electron.svg @@ -0,0 +1,392 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/electron2.svg b/.local/share/icons/Nordic/apps/scalable/electron2.svg new file mode 100644 index 0000000..92d15ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/electron2.svg @@ -0,0 +1,83 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/electron3.svg b/.local/share/icons/Nordic/apps/scalable/electron3.svg new file mode 120000 index 0000000..0a8bb49 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/electron3.svg @@ -0,0 +1 @@ +electron.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/electron4.svg b/.local/share/icons/Nordic/apps/scalable/electron4.svg new file mode 100644 index 0000000..0a1b720 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/electron4.svg @@ -0,0 +1,83 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/elementary-code.svg b/.local/share/icons/Nordic/apps/scalable/elementary-code.svg new file mode 100644 index 0000000..071c630 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/elementary-code.svg @@ -0,0 +1,74 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/elementary-photo.svg b/.local/share/icons/Nordic/apps/scalable/elementary-photo.svg new file mode 120000 index 0000000..d14acbb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/elementary-photo.svg @@ -0,0 +1 @@ +photos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/elisa.svg b/.local/share/icons/Nordic/apps/scalable/elisa.svg new file mode 100644 index 0000000..97c28d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/elisa.svg @@ -0,0 +1,270 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/emacs-24.svg b/.local/share/icons/Nordic/apps/scalable/emacs-24.svg new file mode 120000 index 0000000..a940c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/emacs-24.svg @@ -0,0 +1 @@ +emacs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/emacs-25.svg b/.local/share/icons/Nordic/apps/scalable/emacs-25.svg new file mode 120000 index 0000000..a940c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/emacs-25.svg @@ -0,0 +1 @@ +emacs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/emacs-nox.svg b/.local/share/icons/Nordic/apps/scalable/emacs-nox.svg new file mode 120000 index 0000000..a940c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/emacs-nox.svg @@ -0,0 +1 @@ +emacs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/emacs-snapshot.svg b/.local/share/icons/Nordic/apps/scalable/emacs-snapshot.svg new file mode 120000 index 0000000..a940c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/emacs-snapshot.svg @@ -0,0 +1 @@ +emacs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/emacs.svg b/.local/share/icons/Nordic/apps/scalable/emacs.svg new file mode 100644 index 0000000..eed87be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/emacs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/emacs22.svg b/.local/share/icons/Nordic/apps/scalable/emacs22.svg new file mode 120000 index 0000000..a940c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/emacs22.svg @@ -0,0 +1 @@ +emacs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/emacs23.svg b/.local/share/icons/Nordic/apps/scalable/emacs23.svg new file mode 120000 index 0000000..a940c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/emacs23.svg @@ -0,0 +1 @@ +emacs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/emacs24.svg b/.local/share/icons/Nordic/apps/scalable/emacs24.svg new file mode 120000 index 0000000..a940c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/emacs24.svg @@ -0,0 +1 @@ +emacs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/emacs25.svg b/.local/share/icons/Nordic/apps/scalable/emacs25.svg new file mode 120000 index 0000000..a940c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/emacs25.svg @@ -0,0 +1 @@ +emacs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/email-client.svg b/.local/share/icons/Nordic/apps/scalable/email-client.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/email-client.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/email.svg b/.local/share/icons/Nordic/apps/scalable/email.svg new file mode 100644 index 0000000..76ad867 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/emblem-mail.svg b/.local/share/icons/Nordic/apps/scalable/emblem-mail.svg new file mode 120000 index 0000000..a53afb0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/emblem-mail.svg @@ -0,0 +1 @@ +x-office_mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/emblem-people.svg b/.local/share/icons/Nordic/apps/scalable/emblem-people.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/emblem-people.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/emerillon.svg b/.local/share/icons/Nordic/apps/scalable/emerillon.svg new file mode 120000 index 0000000..0b4b048 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/emerillon.svg @@ -0,0 +1 @@ +gnome-maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/empass.svg b/.local/share/icons/Nordic/apps/scalable/empass.svg new file mode 120000 index 0000000..22a7f7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/empass.svg @@ -0,0 +1 @@ +password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/empathy.svg b/.local/share/icons/Nordic/apps/scalable/empathy.svg new file mode 100644 index 0000000..5b25956 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/empathy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/emule.svg b/.local/share/icons/Nordic/apps/scalable/emule.svg new file mode 100644 index 0000000..c4f0abf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/emule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/encryptpad.svg b/.local/share/icons/Nordic/apps/scalable/encryptpad.svg new file mode 120000 index 0000000..22a7f7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/encryptpad.svg @@ -0,0 +1 @@ +password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/endless-sky.svg b/.local/share/icons/Nordic/apps/scalable/endless-sky.svg new file mode 100644 index 0000000..e740326 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/endless-sky.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/engrampa.svg b/.local/share/icons/Nordic/apps/scalable/engrampa.svg new file mode 120000 index 0000000..72381db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/engrampa.svg @@ -0,0 +1 @@ +file-roller.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/enpass.svg b/.local/share/icons/Nordic/apps/scalable/enpass.svg new file mode 100644 index 0000000..b210747 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/enpass.svg @@ -0,0 +1,357 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/eog.svg b/.local/share/icons/Nordic/apps/scalable/eog.svg new file mode 120000 index 0000000..c8a5065 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/eog.svg @@ -0,0 +1 @@ +gpicview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/eom.svg b/.local/share/icons/Nordic/apps/scalable/eom.svg new file mode 100644 index 0000000..d6396ac --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/eom.svg @@ -0,0 +1,272 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/epdfview.svg b/.local/share/icons/Nordic/apps/scalable/epdfview.svg new file mode 120000 index 0000000..e7bda03 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/epdfview.svg @@ -0,0 +1 @@ +okular.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/epiphany-browser.svg b/.local/share/icons/Nordic/apps/scalable/epiphany-browser.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/epiphany-browser.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/epiphany-gecko.svg b/.local/share/icons/Nordic/apps/scalable/epiphany-gecko.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/epiphany-gecko.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/epiphany-icon.svg b/.local/share/icons/Nordic/apps/scalable/epiphany-icon.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/epiphany-icon.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/epiphany-webkit.svg b/.local/share/icons/Nordic/apps/scalable/epiphany-webkit.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/epiphany-webkit.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/epiphany.svg b/.local/share/icons/Nordic/apps/scalable/epiphany.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/epiphany.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/epour.svg b/.local/share/icons/Nordic/apps/scalable/epour.svg new file mode 120000 index 0000000..f57b950 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/epour.svg @@ -0,0 +1 @@ +bittorrent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/equaliser.svg b/.local/share/icons/Nordic/apps/scalable/equaliser.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/equaliser.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/eradio.svg b/.local/share/icons/Nordic/apps/scalable/eradio.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/eradio.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/eric.svg b/.local/share/icons/Nordic/apps/scalable/eric.svg new file mode 100644 index 0000000..577eafa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/eric.svg @@ -0,0 +1,71 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/eric6.svg b/.local/share/icons/Nordic/apps/scalable/eric6.svg new file mode 120000 index 0000000..aeaf1e5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/eric6.svg @@ -0,0 +1 @@ +eric.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/esd.svg b/.local/share/icons/Nordic/apps/scalable/esd.svg new file mode 120000 index 0000000..04c6d09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/esd.svg @@ -0,0 +1 @@ +multimedia-volume-control.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/etcher-electron.svg b/.local/share/icons/Nordic/apps/scalable/etcher-electron.svg new file mode 120000 index 0000000..d17bc78 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/etcher-electron.svg @@ -0,0 +1 @@ +etcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/etcher.svg b/.local/share/icons/Nordic/apps/scalable/etcher.svg new file mode 100644 index 0000000..427ede1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/etcher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/eu.scarpetta.PDFMixTool.svg b/.local/share/icons/Nordic/apps/scalable/eu.scarpetta.PDFMixTool.svg new file mode 120000 index 0000000..a856502 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/eu.scarpetta.PDFMixTool.svg @@ -0,0 +1 @@ +pdf-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evernote.svg b/.local/share/icons/Nordic/apps/scalable/evernote.svg new file mode 120000 index 0000000..de94228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evernote.svg @@ -0,0 +1 @@ +Evernote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/everpad.svg b/.local/share/icons/Nordic/apps/scalable/everpad.svg new file mode 120000 index 0000000..7500816 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/everpad.svg @@ -0,0 +1 @@ +avernote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/everything-launch.svg b/.local/share/icons/Nordic/apps/scalable/everything-launch.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/everything-launch.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evince.svg b/.local/share/icons/Nordic/apps/scalable/evince.svg new file mode 120000 index 0000000..e1b9885 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evince.svg @@ -0,0 +1 @@ +document-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution-2.8.svg b/.local/share/icons/Nordic/apps/scalable/evolution-2.8.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution-2.8.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution-addressbook-factory-subprocess.svg b/.local/share/icons/Nordic/apps/scalable/evolution-addressbook-factory-subprocess.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution-addressbook-factory-subprocess.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution-addressbook-factory.svg b/.local/share/icons/Nordic/apps/scalable/evolution-addressbook-factory.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution-addressbook-factory.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution-addressbook.svg b/.local/share/icons/Nordic/apps/scalable/evolution-addressbook.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution-addressbook.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution-alarm-notify.svg b/.local/share/icons/Nordic/apps/scalable/evolution-alarm-notify.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution-alarm-notify.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution-calendar-factory-subprocess.svg b/.local/share/icons/Nordic/apps/scalable/evolution-calendar-factory-subprocess.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution-calendar-factory-subprocess.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution-calendar-factory.svg b/.local/share/icons/Nordic/apps/scalable/evolution-calendar-factory.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution-calendar-factory.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution-calendar.svg b/.local/share/icons/Nordic/apps/scalable/evolution-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution-contacts.svg b/.local/share/icons/Nordic/apps/scalable/evolution-contacts.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution-contacts.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution-mail.svg b/.local/share/icons/Nordic/apps/scalable/evolution-mail.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution-mail.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution-memos.svg b/.local/share/icons/Nordic/apps/scalable/evolution-memos.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution-memos.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution-source-registry.svg b/.local/share/icons/Nordic/apps/scalable/evolution-source-registry.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution-source-registry.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution-tasks.svg b/.local/share/icons/Nordic/apps/scalable/evolution-tasks.svg new file mode 120000 index 0000000..7097408 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution-tasks.svg @@ -0,0 +1 @@ +agenda.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution.calendar.svg b/.local/share/icons/Nordic/apps/scalable/evolution.calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution.calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution.svg b/.local/share/icons/Nordic/apps/scalable/evolution.svg new file mode 100644 index 0000000..360a39b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution2.8.svg b/.local/share/icons/Nordic/apps/scalable/evolution2.8.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution2.8.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/evolution2.svg b/.local/share/icons/Nordic/apps/scalable/evolution2.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/evolution2.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ex-applet.svg b/.local/share/icons/Nordic/apps/scalable/ex-applet.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ex-applet.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/exaile.svg b/.local/share/icons/Nordic/apps/scalable/exaile.svg new file mode 100644 index 0000000..c4cbbed --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/exaile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/exmplayer.svg b/.local/share/icons/Nordic/apps/scalable/exmplayer.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/exmplayer.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/expoblending.svg b/.local/share/icons/Nordic/apps/scalable/expoblending.svg new file mode 120000 index 0000000..51be258 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/expoblending.svg @@ -0,0 +1 @@ +shotwell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/extensions.svg b/.local/share/icons/Nordic/apps/scalable/extensions.svg new file mode 120000 index 0000000..e8a7e57 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/extensions.svg @@ -0,0 +1 @@ +yast-addon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ezame.svg b/.local/share/icons/Nordic/apps/scalable/ezame.svg new file mode 120000 index 0000000..191b35e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ezame.svg @@ -0,0 +1 @@ +menu-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/f-spot.svg b/.local/share/icons/Nordic/apps/scalable/f-spot.svg new file mode 120000 index 0000000..0804e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/f-spot.svg @@ -0,0 +1 @@ +screenie.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/facebook-facebook.com.svg b/.local/share/icons/Nordic/apps/scalable/facebook-facebook.com.svg new file mode 120000 index 0000000..578089b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/facebook-facebook.com.svg @@ -0,0 +1 @@ +facebook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/facebook.svg b/.local/share/icons/Nordic/apps/scalable/facebook.svg new file mode 100644 index 0000000..9c62f25 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/facebookresource.svg b/.local/share/icons/Nordic/apps/scalable/facebookresource.svg new file mode 120000 index 0000000..578089b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/facebookresource.svg @@ -0,0 +1 @@ +facebook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/falcon.svg b/.local/share/icons/Nordic/apps/scalable/falcon.svg new file mode 100644 index 0000000..69d036a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/falcon.svg @@ -0,0 +1,6010 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/falkon.svg b/.local/share/icons/Nordic/apps/scalable/falkon.svg new file mode 120000 index 0000000..70f87b3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/falkon.svg @@ -0,0 +1 @@ +falcon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fastmail.svg b/.local/share/icons/Nordic/apps/scalable/fastmail.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fastmail.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fbmessenger.svg b/.local/share/icons/Nordic/apps/scalable/fbmessenger.svg new file mode 100644 index 0000000..994d68c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fbmessenger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fceu.svg b/.local/share/icons/Nordic/apps/scalable/fceu.svg new file mode 120000 index 0000000..2f6dc60 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fceu.svg @@ -0,0 +1 @@ +fceux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fceux.svg b/.local/share/icons/Nordic/apps/scalable/fceux.svg new file mode 100644 index 0000000..d945d2e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fceux.svg @@ -0,0 +1,919 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/fcitx-sogoupinyin.svg b/.local/share/icons/Nordic/apps/scalable/fcitx-sogoupinyin.svg new file mode 100644 index 0000000..c749eab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fcitx-sogoupinyin.svg @@ -0,0 +1,14050 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/fcitx.svg b/.local/share/icons/Nordic/apps/scalable/fcitx.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fcitx.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/featherpad.svg b/.local/share/icons/Nordic/apps/scalable/featherpad.svg new file mode 120000 index 0000000..6bccf22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/featherpad.svg @@ -0,0 +1 @@ +gedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fedoramediawriter.svg b/.local/share/icons/Nordic/apps/scalable/fedoramediawriter.svg new file mode 120000 index 0000000..6ca2957 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fedoramediawriter.svg @@ -0,0 +1 @@ +FedoraMediaWriter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fedorausb.svg b/.local/share/icons/Nordic/apps/scalable/fedorausb.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fedorausb.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/feedreader.svg b/.local/share/icons/Nordic/apps/scalable/feedreader.svg new file mode 100644 index 0000000..cc2d74f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/feedreader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ffado-mixer.svg b/.local/share/icons/Nordic/apps/scalable/ffado-mixer.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ffado-mixer.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ffado.svg b/.local/share/icons/Nordic/apps/scalable/ffado.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ffado.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ffmulticonverter.svg b/.local/share/icons/Nordic/apps/scalable/ffmulticonverter.svg new file mode 120000 index 0000000..29de607 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ffmulticonverter.svg @@ -0,0 +1 @@ +accessories-media-converter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fgfs.svg b/.local/share/icons/Nordic/apps/scalable/fgfs.svg new file mode 120000 index 0000000..519b9dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fgfs.svg @@ -0,0 +1 @@ +x-plane.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fgrun.svg b/.local/share/icons/Nordic/apps/scalable/fgrun.svg new file mode 120000 index 0000000..519b9dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fgrun.svg @@ -0,0 +1 @@ +x-plane.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/figma.svg b/.local/share/icons/Nordic/apps/scalable/figma.svg new file mode 100644 index 0000000..376d8b0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/figma.svg @@ -0,0 +1,5742 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/file-archiver.svg b/.local/share/icons/Nordic/apps/scalable/file-archiver.svg new file mode 120000 index 0000000..53b1e0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/file-archiver.svg @@ -0,0 +1 @@ +7z.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/file-compressor.svg b/.local/share/icons/Nordic/apps/scalable/file-compressor.svg new file mode 120000 index 0000000..53b1e0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/file-compressor.svg @@ -0,0 +1 @@ +7z.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/file-manager.svg b/.local/share/icons/Nordic/apps/scalable/file-manager.svg new file mode 120000 index 0000000..abdd0fd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/file-manager.svg @@ -0,0 +1 @@ +system-file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/file-roller.svg b/.local/share/icons/Nordic/apps/scalable/file-roller.svg new file mode 100644 index 0000000..2eca219 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/file-roller.svg @@ -0,0 +1,333 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/file-system-manager.svg b/.local/share/icons/Nordic/apps/scalable/file-system-manager.svg new file mode 120000 index 0000000..abdd0fd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/file-system-manager.svg @@ -0,0 +1 @@ +system-file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/filelight.svg b/.local/share/icons/Nordic/apps/scalable/filelight.svg new file mode 120000 index 0000000..6080e25 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/filelight.svg @@ -0,0 +1 @@ +gnome-disks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/filerunner.svg b/.local/share/icons/Nordic/apps/scalable/filerunner.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/filerunner.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/filezilla.svg b/.local/share/icons/Nordic/apps/scalable/filezilla.svg new file mode 100644 index 0000000..9ba5cd3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/filezilla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/filled-xterm_32x32.svg b/.local/share/icons/Nordic/apps/scalable/filled-xterm_32x32.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/filled-xterm_32x32.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/filled-xterm_48x48.svg b/.local/share/icons/Nordic/apps/scalable/filled-xterm_48x48.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/filled-xterm_48x48.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/find-location.svg b/.local/share/icons/Nordic/apps/scalable/find-location.svg new file mode 120000 index 0000000..cb1fa4c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/find-location.svg @@ -0,0 +1 @@ +system-search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fingerprint-gui.svg b/.local/share/icons/Nordic/apps/scalable/fingerprint-gui.svg new file mode 100644 index 0000000..02e22b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fingerprint-gui.svg @@ -0,0 +1,65 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-2.svg b/.local/share/icons/Nordic/apps/scalable/firefox-2.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-2.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-3.0-icon.svg b/.local/share/icons/Nordic/apps/scalable/firefox-3.0-icon.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-3.0-icon.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-3.0.svg b/.local/share/icons/Nordic/apps/scalable/firefox-3.0.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-3.0.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-3.5.svg b/.local/share/icons/Nordic/apps/scalable/firefox-3.5.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-3.5.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-4.0.svg b/.local/share/icons/Nordic/apps/scalable/firefox-4.0.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-4.0.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-alt.svg b/.local/share/icons/Nordic/apps/scalable/firefox-alt.svg new file mode 100644 index 0000000..98b472c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-aurora-icon.svg b/.local/share/icons/Nordic/apps/scalable/firefox-aurora-icon.svg new file mode 120000 index 0000000..f963b8e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-aurora-icon.svg @@ -0,0 +1 @@ +firefox-aurora.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-aurora.svg b/.local/share/icons/Nordic/apps/scalable/firefox-aurora.svg new file mode 100644 index 0000000..bc1d3cc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-aurora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-beta-bin.svg b/.local/share/icons/Nordic/apps/scalable/firefox-beta-bin.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-beta-bin.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-beta.svg b/.local/share/icons/Nordic/apps/scalable/firefox-beta.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-beta.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-bin.svg b/.local/share/icons/Nordic/apps/scalable/firefox-bin.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-bin.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-default.svg b/.local/share/icons/Nordic/apps/scalable/firefox-default.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-default.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-developer-edition.svg b/.local/share/icons/Nordic/apps/scalable/firefox-developer-edition.svg new file mode 120000 index 0000000..6d66c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-developer-edition.svg @@ -0,0 +1 @@ +firefox-developer-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-developer-icon.svg b/.local/share/icons/Nordic/apps/scalable/firefox-developer-icon.svg new file mode 100644 index 0000000..6aebce8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-developer-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-developer.svg b/.local/share/icons/Nordic/apps/scalable/firefox-developer.svg new file mode 120000 index 0000000..8597ee3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-developer.svg @@ -0,0 +1 @@ +firefox-trunk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-esr.svg b/.local/share/icons/Nordic/apps/scalable/firefox-esr.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-esr.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-gtk3.svg b/.local/share/icons/Nordic/apps/scalable/firefox-gtk3.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-gtk3.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-icon-unbranded.svg b/.local/share/icons/Nordic/apps/scalable/firefox-icon-unbranded.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-icon-unbranded.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-icon.svg b/.local/share/icons/Nordic/apps/scalable/firefox-icon.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-icon.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-mozilla-build.svg b/.local/share/icons/Nordic/apps/scalable/firefox-mozilla-build.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-mozilla-build.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-nightly-icon.svg b/.local/share/icons/Nordic/apps/scalable/firefox-nightly-icon.svg new file mode 120000 index 0000000..8597ee3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-nightly-icon.svg @@ -0,0 +1 @@ +firefox-trunk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-nightly.svg b/.local/share/icons/Nordic/apps/scalable/firefox-nightly.svg new file mode 120000 index 0000000..8597ee3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-nightly.svg @@ -0,0 +1 @@ +firefox-trunk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-old.svg b/.local/share/icons/Nordic/apps/scalable/firefox-old.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-old.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-orginal.svg b/.local/share/icons/Nordic/apps/scalable/firefox-orginal.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-orginal.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-original.svg b/.local/share/icons/Nordic/apps/scalable/firefox-original.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-original.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox-trunk.svg b/.local/share/icons/Nordic/apps/scalable/firefox-trunk.svg new file mode 100644 index 0000000..a8279a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox-trunk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firefox.svg b/.local/share/icons/Nordic/apps/scalable/firefox.svg new file mode 100644 index 0000000..991e613 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox.svg @@ -0,0 +1,80 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/firefox3.svg b/.local/share/icons/Nordic/apps/scalable/firefox3.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firefox3.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firestarter.svg b/.local/share/icons/Nordic/apps/scalable/firestarter.svg new file mode 120000 index 0000000..3184e8c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firestarter.svg @@ -0,0 +1 @@ +firewall-config.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firewall-applet.svg b/.local/share/icons/Nordic/apps/scalable/firewall-applet.svg new file mode 120000 index 0000000..3184e8c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firewall-applet.svg @@ -0,0 +1 @@ +firewall-config.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firewall-config.svg b/.local/share/icons/Nordic/apps/scalable/firewall-config.svg new file mode 100644 index 0000000..e0ab9fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firewall-config.svg @@ -0,0 +1,1059 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/firewall.svg b/.local/share/icons/Nordic/apps/scalable/firewall.svg new file mode 120000 index 0000000..c01534f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firewall.svg @@ -0,0 +1 @@ +preferences-system-privacy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firewall_64.svg b/.local/share/icons/Nordic/apps/scalable/firewall_64.svg new file mode 120000 index 0000000..c01534f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firewall_64.svg @@ -0,0 +1 @@ +preferences-system-privacy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/firewalld.svg b/.local/share/icons/Nordic/apps/scalable/firewalld.svg new file mode 120000 index 0000000..3184e8c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/firewalld.svg @@ -0,0 +1 @@ +firewall-config.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fjt.svg b/.local/share/icons/Nordic/apps/scalable/fjt.svg new file mode 120000 index 0000000..4563c1d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fjt.svg @@ -0,0 +1 @@ +converseen.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/flameshot.svg b/.local/share/icons/Nordic/apps/scalable/flameshot.svg new file mode 100644 index 0000000..ca99fa2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flameshot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/flash-player-properties.svg b/.local/share/icons/Nordic/apps/scalable/flash-player-properties.svg new file mode 120000 index 0000000..59d9aea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flash-player-properties.svg @@ -0,0 +1 @@ +./flash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/flash.svg b/.local/share/icons/Nordic/apps/scalable/flash.svg new file mode 100644 index 0000000..0ff350d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/flashplayer-properties.svg b/.local/share/icons/Nordic/apps/scalable/flashplayer-properties.svg new file mode 120000 index 0000000..29daace --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flashplayer-properties.svg @@ -0,0 +1 @@ +flash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/flashplayer.svg b/.local/share/icons/Nordic/apps/scalable/flashplayer.svg new file mode 120000 index 0000000..29daace --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flashplayer.svg @@ -0,0 +1 @@ +flash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/flashplayerproperties.svg b/.local/share/icons/Nordic/apps/scalable/flashplayerproperties.svg new file mode 120000 index 0000000..29daace --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flashplayerproperties.svg @@ -0,0 +1 @@ +flash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/flegita.svg b/.local/share/icons/Nordic/apps/scalable/flegita.svg new file mode 120000 index 0000000..490a5aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flegita.svg @@ -0,0 +1 @@ +scanner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/flickr.svg b/.local/share/icons/Nordic/apps/scalable/flickr.svg new file mode 100644 index 0000000..da9d876 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flickr.svg @@ -0,0 +1,85 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/flickr64.svg b/.local/share/icons/Nordic/apps/scalable/flickr64.svg new file mode 120000 index 0000000..1bc6e8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flickr64.svg @@ -0,0 +1 @@ +flickr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/flickr_upload.svg b/.local/share/icons/Nordic/apps/scalable/flickr_upload.svg new file mode 120000 index 0000000..1bc6e8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flickr_upload.svg @@ -0,0 +1 @@ +flickr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/flickr_uploader.svg b/.local/share/icons/Nordic/apps/scalable/flickr_uploader.svg new file mode 120000 index 0000000..1bc6e8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flickr_uploader.svg @@ -0,0 +1 @@ +flickr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/flightgear.svg b/.local/share/icons/Nordic/apps/scalable/flightgear.svg new file mode 120000 index 0000000..519b9dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flightgear.svg @@ -0,0 +1 @@ +x-plane.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/flock-browser.svg b/.local/share/icons/Nordic/apps/scalable/flock-browser.svg new file mode 120000 index 0000000..8b26bb3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flock-browser.svg @@ -0,0 +1 @@ +browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/flowblade.svg b/.local/share/icons/Nordic/apps/scalable/flowblade.svg new file mode 120000 index 0000000..7b84bf0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/flowblade.svg @@ -0,0 +1 @@ +openshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fma-config-tool.svg b/.local/share/icons/Nordic/apps/scalable/fma-config-tool.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fma-config-tool.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fmit.svg b/.local/share/icons/Nordic/apps/scalable/fmit.svg new file mode 100644 index 0000000..f91196f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fmit.svg @@ -0,0 +1,185 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/focuswriter.svg b/.local/share/icons/Nordic/apps/scalable/focuswriter.svg new file mode 120000 index 0000000..6bccf22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/focuswriter.svg @@ -0,0 +1 @@ +gedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/folder-remote-properties.svg b/.local/share/icons/Nordic/apps/scalable/folder-remote-properties.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/folder-remote-properties.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/folder-remote.svg b/.local/share/icons/Nordic/apps/scalable/folder-remote.svg new file mode 120000 index 0000000..cfcd0bf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/folder-remote.svg @@ -0,0 +1 @@ +remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/font-manager.svg b/.local/share/icons/Nordic/apps/scalable/font-manager.svg new file mode 120000 index 0000000..a1e5ae9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/font-manager.svg @@ -0,0 +1 @@ +fonts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/font-viewer.svg b/.local/share/icons/Nordic/apps/scalable/font-viewer.svg new file mode 120000 index 0000000..a1e5ae9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/font-viewer.svg @@ -0,0 +1 @@ +fonts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/font.svg b/.local/share/icons/Nordic/apps/scalable/font.svg new file mode 100644 index 0000000..492da7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/font.svg @@ -0,0 +1 @@ +AA \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fonts.svg b/.local/share/icons/Nordic/apps/scalable/fonts.svg new file mode 120000 index 0000000..9b8590a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fonts.svg @@ -0,0 +1 @@ +kfontview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/footnote.svg b/.local/share/icons/Nordic/apps/scalable/footnote.svg new file mode 120000 index 0000000..f49bc26 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/footnote.svg @@ -0,0 +1 @@ +knotes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fork.svg b/.local/share/icons/Nordic/apps/scalable/fork.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fork.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/foto.svg b/.local/share/icons/Nordic/apps/scalable/foto.svg new file mode 120000 index 0000000..e5cfafd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/foto.svg @@ -0,0 +1 @@ +mirage.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/foursquare.svg b/.local/share/icons/Nordic/apps/scalable/foursquare.svg new file mode 100644 index 0000000..8cb18f4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/foursquare.svg @@ -0,0 +1,13116 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/foxit-reader.svg b/.local/share/icons/Nordic/apps/scalable/foxit-reader.svg new file mode 100644 index 0000000..7529580 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/foxit-reader.svg @@ -0,0 +1,1028 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/foxitpdf.svg b/.local/share/icons/Nordic/apps/scalable/foxitpdf.svg new file mode 120000 index 0000000..d167b12 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/foxitpdf.svg @@ -0,0 +1 @@ +foxit-reader.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/foxitreader.svg b/.local/share/icons/Nordic/apps/scalable/foxitreader.svg new file mode 120000 index 0000000..d167b12 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/foxitreader.svg @@ -0,0 +1 @@ +foxit-reader.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fprint-demo.svg b/.local/share/icons/Nordic/apps/scalable/fprint-demo.svg new file mode 120000 index 0000000..86cd162 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fprint-demo.svg @@ -0,0 +1 @@ +fprint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fprint.svg b/.local/share/icons/Nordic/apps/scalable/fprint.svg new file mode 100644 index 0000000..9058b61 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fprint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fprint_demo b/.local/share/icons/Nordic/apps/scalable/fprint_demo new file mode 120000 index 0000000..86cd162 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fprint_demo @@ -0,0 +1 @@ +fprint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fr.handbrake.ghb.svg b/.local/share/icons/Nordic/apps/scalable/fr.handbrake.ghb.svg new file mode 120000 index 0000000..01f4e43 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fr.handbrake.ghb.svg @@ -0,0 +1 @@ +hb-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fractal.svg b/.local/share/icons/Nordic/apps/scalable/fractal.svg new file mode 100644 index 0000000..4a3f955 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fractal.svg @@ -0,0 +1,1139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/franz.svg b/.local/share/icons/Nordic/apps/scalable/franz.svg new file mode 100644 index 0000000..4ed332f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/franz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/freeminer.svg b/.local/share/icons/Nordic/apps/scalable/freeminer.svg new file mode 120000 index 0000000..9a4276a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/freeminer.svg @@ -0,0 +1 @@ +minecraft.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/freetube-bin.svg b/.local/share/icons/Nordic/apps/scalable/freetube-bin.svg new file mode 100644 index 0000000..8c19336 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/freetube-bin.svg @@ -0,0 +1,64 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/freetube.svg b/.local/share/icons/Nordic/apps/scalable/freetube.svg new file mode 100644 index 0000000..af22567 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/freetube.svg @@ -0,0 +1,942 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/friture.svg b/.local/share/icons/Nordic/apps/scalable/friture.svg new file mode 100644 index 0000000..d009f58 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/friture.svg @@ -0,0 +1,135 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/frogr.svg b/.local/share/icons/Nordic/apps/scalable/frogr.svg new file mode 100644 index 0000000..037fc18 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/frogr.svg @@ -0,0 +1,70 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/fslint_icon.svg b/.local/share/icons/Nordic/apps/scalable/fslint_icon.svg new file mode 120000 index 0000000..746aac9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fslint_icon.svg @@ -0,0 +1 @@ +document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fusion-icon.svg b/.local/share/icons/Nordic/apps/scalable/fusion-icon.svg new file mode 120000 index 0000000..ab4dcad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fusion-icon.svg @@ -0,0 +1 @@ +ccsm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/fwbuilder.svg b/.local/share/icons/Nordic/apps/scalable/fwbuilder.svg new file mode 120000 index 0000000..5647f7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/fwbuilder.svg @@ -0,0 +1 @@ +firewall.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/g b/.local/share/icons/Nordic/apps/scalable/g new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/g @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gEcrit.svg b/.local/share/icons/Nordic/apps/scalable/gEcrit.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gEcrit.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gahshomar.svg b/.local/share/icons/Nordic/apps/scalable/gahshomar.svg new file mode 100644 index 0000000..8229f20 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gahshomar.svg @@ -0,0 +1,74 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gaiksaurus.svg b/.local/share/icons/Nordic/apps/scalable/gaiksaurus.svg new file mode 120000 index 0000000..fc7facf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gaiksaurus.svg @@ -0,0 +1 @@ +accessories-dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gajim-agent-http-ws.svg b/.local/share/icons/Nordic/apps/scalable/gajim-agent-http-ws.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gajim-agent-http-ws.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/galculator.svg b/.local/share/icons/Nordic/apps/scalable/galculator.svg new file mode 100644 index 0000000..a11dabd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/galculator.svg @@ -0,0 +1,943 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/galeon.svg b/.local/share/icons/Nordic/apps/scalable/galeon.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/galeon.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gallery-app.svg b/.local/share/icons/Nordic/apps/scalable/gallery-app.svg new file mode 120000 index 0000000..4e73455 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gallery-app.svg @@ -0,0 +1 @@ +photo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gallery.svg b/.local/share/icons/Nordic/apps/scalable/gallery.svg new file mode 120000 index 0000000..4e73455 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gallery.svg @@ -0,0 +1 @@ +photo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/galternatives.svg b/.local/share/icons/Nordic/apps/scalable/galternatives.svg new file mode 120000 index 0000000..c788339 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/galternatives.svg @@ -0,0 +1 @@ +gconf-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gambitchess.svg b/.local/share/icons/Nordic/apps/scalable/gambitchess.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gambitchess.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/game-aisleriot.svg b/.local/share/icons/Nordic/apps/scalable/game-aisleriot.svg new file mode 120000 index 0000000..f29204c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/game-aisleriot.svg @@ -0,0 +1 @@ +aisleriot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/game-pad.svg b/.local/share/icons/Nordic/apps/scalable/game-pad.svg new file mode 100644 index 0000000..7b9b8cf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/game-pad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/game-pcsx.svg b/.local/share/icons/Nordic/apps/scalable/game-pcsx.svg new file mode 120000 index 0000000..68717f0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/game-pcsx.svg @@ -0,0 +1 @@ +pcsxr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/game-pcsx2.svg b/.local/share/icons/Nordic/apps/scalable/game-pcsx2.svg new file mode 120000 index 0000000..68717f0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/game-pcsx2.svg @@ -0,0 +1 @@ +pcsxr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gamecards.svg b/.local/share/icons/Nordic/apps/scalable/gamecards.svg new file mode 120000 index 0000000..f29204c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gamecards.svg @@ -0,0 +1 @@ +aisleriot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/games.svg b/.local/share/icons/Nordic/apps/scalable/games.svg new file mode 120000 index 0000000..b5a8d72 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/games.svg @@ -0,0 +1 @@ +antimicro.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gaupol.svg b/.local/share/icons/Nordic/apps/scalable/gaupol.svg new file mode 100644 index 0000000..776f883 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gaupol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gazette.svg b/.local/share/icons/Nordic/apps/scalable/gazette.svg new file mode 120000 index 0000000..d6126dd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gazette.svg @@ -0,0 +1 @@ +org.gnome.Weather.Application.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gbalculator.svg b/.local/share/icons/Nordic/apps/scalable/gbalculator.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gbalculator.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gbrainy.svg b/.local/share/icons/Nordic/apps/scalable/gbrainy.svg new file mode 100644 index 0000000..d093cb1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gbrainy.svg @@ -0,0 +1,1713 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gcalc.svg b/.local/share/icons/Nordic/apps/scalable/gcalc.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gcalc.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gcalctool.svg b/.local/share/icons/Nordic/apps/scalable/gcalctool.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gcalctool.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gcalculator.svg b/.local/share/icons/Nordic/apps/scalable/gcalculator.svg new file mode 120000 index 0000000..80698d6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gcalculator.svg @@ -0,0 +1 @@ +accessories-calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gcleaner.svg b/.local/share/icons/Nordic/apps/scalable/gcleaner.svg new file mode 120000 index 0000000..e28b47b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gcleaner.svg @@ -0,0 +1 @@ +broom.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gcolor.svg b/.local/share/icons/Nordic/apps/scalable/gcolor.svg new file mode 120000 index 0000000..30bd807 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gcolor.svg @@ -0,0 +1 @@ +gcolor2.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gcolor2.svg b/.local/share/icons/Nordic/apps/scalable/gcolor2.svg new file mode 120000 index 0000000..ebbe727 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gcolor2.svg @@ -0,0 +1 @@ +color-pick.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gcolor3.svg b/.local/share/icons/Nordic/apps/scalable/gcolor3.svg new file mode 120000 index 0000000..ebbe727 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gcolor3.svg @@ -0,0 +1 @@ +color-pick.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gconf-editor.svg b/.local/share/icons/Nordic/apps/scalable/gconf-editor.svg new file mode 120000 index 0000000..d153228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gconf-editor.svg @@ -0,0 +1 @@ +builder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gconfeditor.svg b/.local/share/icons/Nordic/apps/scalable/gconfeditor.svg new file mode 120000 index 0000000..d153228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gconfeditor.svg @@ -0,0 +1 @@ +builder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gcr-gnupg.svg b/.local/share/icons/Nordic/apps/scalable/gcr-gnupg.svg new file mode 120000 index 0000000..93d7901 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gcr-gnupg.svg @@ -0,0 +1 @@ +gnupg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gcr-password.svg b/.local/share/icons/Nordic/apps/scalable/gcr-password.svg new file mode 120000 index 0000000..4373e6c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gcr-password.svg @@ -0,0 +1 @@ +password-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gddccontrol.svg b/.local/share/icons/Nordic/apps/scalable/gddccontrol.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gddccontrol.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gdeb.svg b/.local/share/icons/Nordic/apps/scalable/gdeb.svg new file mode 120000 index 0000000..df850da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gdeb.svg @@ -0,0 +1 @@ +system-software-installer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gdebi.svg b/.local/share/icons/Nordic/apps/scalable/gdebi.svg new file mode 120000 index 0000000..df850da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gdebi.svg @@ -0,0 +1 @@ +system-software-installer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gdesklets.svg b/.local/share/icons/Nordic/apps/scalable/gdesklets.svg new file mode 120000 index 0000000..f1c66af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gdesklets.svg @@ -0,0 +1 @@ +conky.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gdiskdump.svg b/.local/share/icons/Nordic/apps/scalable/gdiskdump.svg new file mode 120000 index 0000000..6080e25 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gdiskdump.svg @@ -0,0 +1 @@ +gnome-disks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gdm-login-photo.svg b/.local/share/icons/Nordic/apps/scalable/gdm-login-photo.svg new file mode 120000 index 0000000..bd5c7c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gdm-login-photo.svg @@ -0,0 +1 @@ +login.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gdm.svg b/.local/share/icons/Nordic/apps/scalable/gdm.svg new file mode 120000 index 0000000..bd5c7c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gdm.svg @@ -0,0 +1 @@ +login.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gdm2setup.svg b/.local/share/icons/Nordic/apps/scalable/gdm2setup.svg new file mode 120000 index 0000000..bd5c7c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gdm2setup.svg @@ -0,0 +1 @@ +login.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gdmap.svg b/.local/share/icons/Nordic/apps/scalable/gdmap.svg new file mode 120000 index 0000000..87ada2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gdmap.svg @@ -0,0 +1 @@ +palimpsest.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gdmap_icon.svg b/.local/share/icons/Nordic/apps/scalable/gdmap_icon.svg new file mode 120000 index 0000000..87ada2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gdmap_icon.svg @@ -0,0 +1 @@ +palimpsest.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gdmflexiserver.svg b/.local/share/icons/Nordic/apps/scalable/gdmflexiserver.svg new file mode 120000 index 0000000..bd5c7c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gdmflexiserver.svg @@ -0,0 +1 @@ +login.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gdu-check-disk.svg b/.local/share/icons/Nordic/apps/scalable/gdu-check-disk.svg new file mode 120000 index 0000000..8484818 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gdu-check-disk.svg @@ -0,0 +1 @@ +disk-check.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gdu-encrypted-lock.svg b/.local/share/icons/Nordic/apps/scalable/gdu-encrypted-lock.svg new file mode 120000 index 0000000..faea330 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gdu-encrypted-lock.svg @@ -0,0 +1 @@ +lock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/geany.svg b/.local/share/icons/Nordic/apps/scalable/geany.svg new file mode 100644 index 0000000..0a97c9e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/geany.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/geary.svg b/.local/share/icons/Nordic/apps/scalable/geary.svg new file mode 120000 index 0000000..26b10f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/geary.svg @@ -0,0 +1 @@ +internet-mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gecrit.svg b/.local/share/icons/Nordic/apps/scalable/gecrit.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gecrit.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gedbi.svg b/.local/share/icons/Nordic/apps/scalable/gedbi.svg new file mode 120000 index 0000000..ff64ae4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gedbi.svg @@ -0,0 +1 @@ +gdebi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gedit-icon.svg b/.local/share/icons/Nordic/apps/scalable/gedit-icon.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gedit-icon.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gedit-logo.svg b/.local/share/icons/Nordic/apps/scalable/gedit-logo.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gedit-logo.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gedit.svg b/.local/share/icons/Nordic/apps/scalable/gedit.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gedit.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gedit1.svg b/.local/share/icons/Nordic/apps/scalable/gedit1.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gedit1.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gedit2.svg b/.local/share/icons/Nordic/apps/scalable/gedit2.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gedit2.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/geeqie.svg b/.local/share/icons/Nordic/apps/scalable/geeqie.svg new file mode 120000 index 0000000..29f48f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/geeqie.svg @@ -0,0 +1 @@ +nomacs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/genokick.svg b/.local/share/icons/Nordic/apps/scalable/genokick.svg new file mode 100644 index 0000000..232da79 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/genokick.svg @@ -0,0 +1,493 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gens-gs.svg b/.local/share/icons/Nordic/apps/scalable/gens-gs.svg new file mode 100644 index 0000000..3998e0f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gens-gs.svg @@ -0,0 +1,1196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/genymotion-player.svg b/.local/share/icons/Nordic/apps/scalable/genymotion-player.svg new file mode 100644 index 0000000..0ff15aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/genymotion-player.svg @@ -0,0 +1,5336 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/genymotion.svg b/.local/share/icons/Nordic/apps/scalable/genymotion.svg new file mode 120000 index 0000000..c9654da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/genymotion.svg @@ -0,0 +1 @@ +genymotion-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/geogebra.svg b/.local/share/icons/Nordic/apps/scalable/geogebra.svg new file mode 100644 index 0000000..1a1be88 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/geogebra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gespeaker.svg b/.local/share/icons/Nordic/apps/scalable/gespeaker.svg new file mode 100644 index 0000000..ef3669e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gespeaker.svg @@ -0,0 +1,64 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gfeedline.svg b/.local/share/icons/Nordic/apps/scalable/gfeedline.svg new file mode 120000 index 0000000..9d83504 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gfeedline.svg @@ -0,0 +1 @@ +empathy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gfpm-mcs.svg b/.local/share/icons/Nordic/apps/scalable/gfpm-mcs.svg new file mode 120000 index 0000000..ef7a95a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gfpm-mcs.svg @@ -0,0 +1 @@ +cupt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gfpm.svg b/.local/share/icons/Nordic/apps/scalable/gfpm.svg new file mode 120000 index 0000000..ef7a95a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gfpm.svg @@ -0,0 +1 @@ +cupt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ghetto-skype.svg b/.local/share/icons/Nordic/apps/scalable/ghetto-skype.svg new file mode 120000 index 0000000..c233e23 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ghetto-skype.svg @@ -0,0 +1 @@ +skype.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ghex.svg b/.local/share/icons/Nordic/apps/scalable/ghex.svg new file mode 120000 index 0000000..601daaa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ghex.svg @@ -0,0 +1 @@ +okteta.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ghostwriter.svg b/.local/share/icons/Nordic/apps/scalable/ghostwriter.svg new file mode 100644 index 0000000..1c1d7ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ghostwriter.svg @@ -0,0 +1,246 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/giada.svg b/.local/share/icons/Nordic/apps/scalable/giada.svg new file mode 100644 index 0000000..a2400d4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/giada.svg @@ -0,0 +1,89 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gifcurry.svg b/.local/share/icons/Nordic/apps/scalable/gifcurry.svg new file mode 120000 index 0000000..b4610e3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gifcurry.svg @@ -0,0 +1 @@ +com.lettier.gifcurry.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/giggle.svg b/.local/share/icons/Nordic/apps/scalable/giggle.svg new file mode 100644 index 0000000..30e3ace --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/giggle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gimp-plugin.svg b/.local/share/icons/Nordic/apps/scalable/gimp-plugin.svg new file mode 120000 index 0000000..a0a545c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gimp-plugin.svg @@ -0,0 +1 @@ +67EF_addoninstaller.0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gimp.svg b/.local/share/icons/Nordic/apps/scalable/gimp.svg new file mode 100644 index 0000000..51d5a28 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gimp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/girl.svg b/.local/share/icons/Nordic/apps/scalable/girl.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/girl.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gis-weather.svg b/.local/share/icons/Nordic/apps/scalable/gis-weather.svg new file mode 120000 index 0000000..8103a34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gis-weather.svg @@ -0,0 +1 @@ +weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/git-annex b/.local/share/icons/Nordic/apps/scalable/git-annex new file mode 120000 index 0000000..4546c71 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/git-annex @@ -0,0 +1 @@ +git.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/git-cola.svg b/.local/share/icons/Nordic/apps/scalable/git-cola.svg new file mode 100644 index 0000000..3ae687a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/git-cola.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/git-dag.svg b/.local/share/icons/Nordic/apps/scalable/git-dag.svg new file mode 120000 index 0000000..4546c71 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/git-dag.svg @@ -0,0 +1 @@ +git.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/git-eye.svg b/.local/share/icons/Nordic/apps/scalable/git-eye.svg new file mode 120000 index 0000000..4546c71 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/git-eye.svg @@ -0,0 +1 @@ +git.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/git-gui.svg b/.local/share/icons/Nordic/apps/scalable/git-gui.svg new file mode 120000 index 0000000..4546c71 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/git-gui.svg @@ -0,0 +1 @@ +git.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/git.svg b/.local/share/icons/Nordic/apps/scalable/git.svg new file mode 100644 index 0000000..830b793 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/git.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gitg.svg b/.local/share/icons/Nordic/apps/scalable/gitg.svg new file mode 100644 index 0000000..c3eac97 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gitg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/github-desktop.svg b/.local/share/icons/Nordic/apps/scalable/github-desktop.svg new file mode 100644 index 0000000..1be77f5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/github-desktop.svg @@ -0,0 +1,936 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/github.svg b/.local/share/icons/Nordic/apps/scalable/github.svg new file mode 100644 index 0000000..43a2448 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/github.svg @@ -0,0 +1,936 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gitk.svg b/.local/share/icons/Nordic/apps/scalable/gitk.svg new file mode 120000 index 0000000..e6630d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gitk.svg @@ -0,0 +1 @@ +gitg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gitkraken-git.svg b/.local/share/icons/Nordic/apps/scalable/gitkraken-git.svg new file mode 120000 index 0000000..e7d60f4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gitkraken-git.svg @@ -0,0 +1 @@ +gitkraken.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gitkraken.svg b/.local/share/icons/Nordic/apps/scalable/gitkraken.svg new file mode 100644 index 0000000..f6fcfad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gitkraken.svg @@ -0,0 +1,112 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gkdebconf-icon.svg b/.local/share/icons/Nordic/apps/scalable/gkdebconf-icon.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gkdebconf-icon.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gkdebconf.svg b/.local/share/icons/Nordic/apps/scalable/gkdebconf.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gkdebconf.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gksu-debian.svg b/.local/share/icons/Nordic/apps/scalable/gksu-debian.svg new file mode 120000 index 0000000..326f86b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gksu-debian.svg @@ -0,0 +1 @@ +utilities-terminal_su.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gksu-root-terminal.svg b/.local/share/icons/Nordic/apps/scalable/gksu-root-terminal.svg new file mode 100644 index 0000000..906b968 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gksu-root-terminal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gksu.svg b/.local/share/icons/Nordic/apps/scalable/gksu.svg new file mode 120000 index 0000000..326f86b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gksu.svg @@ -0,0 +1 @@ +utilities-terminal_su.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/glViewImage.svg b/.local/share/icons/Nordic/apps/scalable/glViewImage.svg new file mode 120000 index 0000000..e8e460b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/glViewImage.svg @@ -0,0 +1 @@ +accessories-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/glabels-3.0.svg b/.local/share/icons/Nordic/apps/scalable/glabels-3.0.svg new file mode 100644 index 0000000..1c61fec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/glabels-3.0.svg @@ -0,0 +1,1713 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/glade-3.svg b/.local/share/icons/Nordic/apps/scalable/glade-3.svg new file mode 120000 index 0000000..d5852ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/glade-3.svg @@ -0,0 +1 @@ +glade.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/glade.svg b/.local/share/icons/Nordic/apps/scalable/glade.svg new file mode 100644 index 0000000..6e79473 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/glade.svg @@ -0,0 +1,139 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/glchess.svg b/.local/share/icons/Nordic/apps/scalable/glchess.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/glchess.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/glipper.svg b/.local/share/icons/Nordic/apps/scalable/glipper.svg new file mode 120000 index 0000000..644ff5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/glipper.svg @@ -0,0 +1 @@ +diodon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/glippy.svg b/.local/share/icons/Nordic/apps/scalable/glippy.svg new file mode 120000 index 0000000..644ff5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/glippy.svg @@ -0,0 +1 @@ +diodon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/glogg.svg b/.local/share/icons/Nordic/apps/scalable/glogg.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/glogg.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/glrp.svg b/.local/share/icons/Nordic/apps/scalable/glrp.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/glrp.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/glxinfo.svg b/.local/share/icons/Nordic/apps/scalable/glxinfo.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/glxinfo.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gmail-notify-icon.svg b/.local/share/icons/Nordic/apps/scalable/gmail-notify-icon.svg new file mode 120000 index 0000000..535ba00 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gmail-notify-icon.svg @@ -0,0 +1 @@ +gmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gmail-plasmoid.svg b/.local/share/icons/Nordic/apps/scalable/gmail-plasmoid.svg new file mode 120000 index 0000000..535ba00 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gmail-plasmoid.svg @@ -0,0 +1 @@ +gmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gmail.svg b/.local/share/icons/Nordic/apps/scalable/gmail.svg new file mode 120000 index 0000000..73af2ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gmail.svg @@ -0,0 +1 @@ +email.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gmailwatcher.svg b/.local/share/icons/Nordic/apps/scalable/gmailwatcher.svg new file mode 120000 index 0000000..535ba00 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gmailwatcher.svg @@ -0,0 +1 @@ +gmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gmpc.svg b/.local/share/icons/Nordic/apps/scalable/gmpc.svg new file mode 120000 index 0000000..8c29b40 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gmpc.svg @@ -0,0 +1 @@ +sonata.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gmusicbrowser.svg b/.local/share/icons/Nordic/apps/scalable/gmusicbrowser.svg new file mode 100644 index 0000000..933d484 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gmusicbrowser.svg @@ -0,0 +1,937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gnibbles.svg b/.local/share/icons/Nordic/apps/scalable/gnibbles.svg new file mode 120000 index 0000000..2d93279 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnibbles.svg @@ -0,0 +1 @@ +gnome-nibbles.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnochm.svg b/.local/share/icons/Nordic/apps/scalable/gnochm.svg new file mode 120000 index 0000000..29abcb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnochm.svg @@ -0,0 +1 @@ +gtk-info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnoduino.svg b/.local/share/icons/Nordic/apps/scalable/gnoduino.svg new file mode 120000 index 0000000..6140ae5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnoduino.svg @@ -0,0 +1 @@ +arduino.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-2048.svg b/.local/share/icons/Nordic/apps/scalable/gnome-2048.svg new file mode 120000 index 0000000..f9b2ba2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-2048.svg @@ -0,0 +1 @@ +2048.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-about-logo.svg b/.local/share/icons/Nordic/apps/scalable/gnome-about-logo.svg new file mode 120000 index 0000000..82315e6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-about-logo.svg @@ -0,0 +1 @@ +gnome-info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-abrt.svg b/.local/share/icons/Nordic/apps/scalable/gnome-abrt.svg new file mode 120000 index 0000000..2778f8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-abrt.svg @@ -0,0 +1 @@ +abrt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-accessibility-keyboard.svg b/.local/share/icons/Nordic/apps/scalable/gnome-accessibility-keyboard.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-accessibility-keyboard.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-activity-journal.svg b/.local/share/icons/Nordic/apps/scalable/gnome-activity-journal.svg new file mode 120000 index 0000000..0dc4432 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-activity-journal.svg @@ -0,0 +1 @@ +activity-log-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-aisleriot.svg b/.local/share/icons/Nordic/apps/scalable/gnome-aisleriot.svg new file mode 120000 index 0000000..f29204c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-aisleriot.svg @@ -0,0 +1 @@ +aisleriot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-alsamixer-icon.svg b/.local/share/icons/Nordic/apps/scalable/gnome-alsamixer-icon.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-alsamixer-icon.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-alsamixer.svg b/.local/share/icons/Nordic/apps/scalable/gnome-alsamixer.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-alsamixer.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-app-install.svg b/.local/share/icons/Nordic/apps/scalable/gnome-app-install.svg new file mode 120000 index 0000000..47a6e9b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-app-install.svg @@ -0,0 +1 @@ +synaptic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-apt.svg b/.local/share/icons/Nordic/apps/scalable/gnome-apt.svg new file mode 120000 index 0000000..df850da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-apt.svg @@ -0,0 +1 @@ +system-software-installer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-audio.svg b/.local/share/icons/Nordic/apps/scalable/gnome-audio.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-audio.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-baker.svg b/.local/share/icons/Nordic/apps/scalable/gnome-baker.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-baker.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-balsa.svg b/.local/share/icons/Nordic/apps/scalable/gnome-balsa.svg new file mode 120000 index 0000000..26b10f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-balsa.svg @@ -0,0 +1 @@ +internet-mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-balsa2.svg b/.local/share/icons/Nordic/apps/scalable/gnome-balsa2.svg new file mode 120000 index 0000000..26b10f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-balsa2.svg @@ -0,0 +1 @@ +internet-mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-bluetooth.svg b/.local/share/icons/Nordic/apps/scalable/gnome-bluetooth.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-bluetooth.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-books.svg b/.local/share/icons/Nordic/apps/scalable/gnome-books.svg new file mode 100644 index 0000000..41891c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-books.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-boxes.svg b/.local/share/icons/Nordic/apps/scalable/gnome-boxes.svg new file mode 100644 index 0000000..f46c703 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-boxes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-builder.svg b/.local/share/icons/Nordic/apps/scalable/gnome-builder.svg new file mode 120000 index 0000000..d153228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-builder.svg @@ -0,0 +1 @@ +builder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-calc.svg b/.local/share/icons/Nordic/apps/scalable/gnome-calc.svg new file mode 120000 index 0000000..80698d6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-calc.svg @@ -0,0 +1 @@ +accessories-calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-calculator.svg b/.local/share/icons/Nordic/apps/scalable/gnome-calculator.svg new file mode 120000 index 0000000..80698d6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-calculator.svg @@ -0,0 +1 @@ +accessories-calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-calendar.svg b/.local/share/icons/Nordic/apps/scalable/gnome-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-character-map.svg b/.local/share/icons/Nordic/apps/scalable/gnome-character-map.svg new file mode 120000 index 0000000..f04d467 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-character-map.svg @@ -0,0 +1 @@ +accessories-character-map.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-characters.svg b/.local/share/icons/Nordic/apps/scalable/gnome-characters.svg new file mode 120000 index 0000000..f04d467 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-characters.svg @@ -0,0 +1 @@ +accessories-character-map.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-chess.svg b/.local/share/icons/Nordic/apps/scalable/gnome-chess.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-chess.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-clocks.svg b/.local/share/icons/Nordic/apps/scalable/gnome-clocks.svg new file mode 120000 index 0000000..9f07aea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-clocks.svg @@ -0,0 +1 @@ +preferences-system-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-color-browser.svg b/.local/share/icons/Nordic/apps/scalable/gnome-color-browser.svg new file mode 120000 index 0000000..59e6fa7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-color-browser.svg @@ -0,0 +1 @@ +agave.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-color-chooser.svg b/.local/share/icons/Nordic/apps/scalable/gnome-color-chooser.svg new file mode 100644 index 0000000..8a4fca8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-color-chooser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-color-manager.svg b/.local/share/icons/Nordic/apps/scalable/gnome-color-manager.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-color-manager.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-contacts.svg b/.local/share/icons/Nordic/apps/scalable/gnome-contacts.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-contacts.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-control-center-datetime.svg b/.local/share/icons/Nordic/apps/scalable/gnome-control-center-datetime.svg new file mode 120000 index 0000000..7a9939e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-control-center-datetime.svg @@ -0,0 +1 @@ +cs-date-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-control-center-sound.svg b/.local/share/icons/Nordic/apps/scalable/gnome-control-center-sound.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-control-center-sound.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-control-center.svg b/.local/share/icons/Nordic/apps/scalable/gnome-control-center.svg new file mode 100644 index 0000000..a98831d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-control-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-cups-manager.svg b/.local/share/icons/Nordic/apps/scalable/gnome-cups-manager.svg new file mode 120000 index 0000000..f0bff22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-cups-manager.svg @@ -0,0 +1 @@ +printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-debian.svg b/.local/share/icons/Nordic/apps/scalable/gnome-debian.svg new file mode 120000 index 0000000..c718ca1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-debian.svg @@ -0,0 +1 @@ +distributor-logo-debian.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-desktop-config.svg b/.local/share/icons/Nordic/apps/scalable/gnome-desktop-config.svg new file mode 120000 index 0000000..b51d9aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-desktop-config.svg @@ -0,0 +1 @@ +wallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-desktop-item-edit.svg b/.local/share/icons/Nordic/apps/scalable/gnome-desktop-item-edit.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-desktop-item-edit.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-dev-printer.svg b/.local/share/icons/Nordic/apps/scalable/gnome-dev-printer.svg new file mode 120000 index 0000000..f0bff22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-dev-printer.svg @@ -0,0 +1 @@ +printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-devel.svg b/.local/share/icons/Nordic/apps/scalable/gnome-devel.svg new file mode 120000 index 0000000..d153228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-devel.svg @@ -0,0 +1 @@ +builder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-device-manager.svg b/.local/share/icons/Nordic/apps/scalable/gnome-device-manager.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-device-manager.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-dictionary.svg b/.local/share/icons/Nordic/apps/scalable/gnome-dictionary.svg new file mode 120000 index 0000000..fc7facf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-dictionary.svg @@ -0,0 +1 @@ +accessories-dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-disk-utility.svg b/.local/share/icons/Nordic/apps/scalable/gnome-disk-utility.svg new file mode 120000 index 0000000..6080e25 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-disk-utility.svg @@ -0,0 +1 @@ +gnome-disks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-disks.svg b/.local/share/icons/Nordic/apps/scalable/gnome-disks.svg new file mode 100644 index 0000000..93645e2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-disks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-display-panel.svg b/.local/share/icons/Nordic/apps/scalable/gnome-display-panel.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-display-panel.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-display-properties.svg b/.local/share/icons/Nordic/apps/scalable/gnome-display-properties.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-display-properties.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-documents.svg b/.local/share/icons/Nordic/apps/scalable/gnome-documents.svg new file mode 120000 index 0000000..1463ca1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-documents.svg @@ -0,0 +1 @@ +Gnome-Documents.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-dsiplay-properties.svg b/.local/share/icons/Nordic/apps/scalable/gnome-dsiplay-properties.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-dsiplay-properties.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-emacs.svg b/.local/share/icons/Nordic/apps/scalable/gnome-emacs.svg new file mode 120000 index 0000000..a940c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-emacs.svg @@ -0,0 +1 @@ +emacs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-encfs-manager.svg b/.local/share/icons/Nordic/apps/scalable/gnome-encfs-manager.svg new file mode 120000 index 0000000..4373e6c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-encfs-manager.svg @@ -0,0 +1 @@ +password-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-eog.svg b/.local/share/icons/Nordic/apps/scalable/gnome-eog.svg new file mode 120000 index 0000000..e8e460b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-eog.svg @@ -0,0 +1 @@ +accessories-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-eterm.svg b/.local/share/icons/Nordic/apps/scalable/gnome-eterm.svg new file mode 120000 index 0000000..df4439b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-eterm.svg @@ -0,0 +1 @@ +yast-sudo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-freecell.svg b/.local/share/icons/Nordic/apps/scalable/gnome-freecell.svg new file mode 120000 index 0000000..a1cc83a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-freecell.svg @@ -0,0 +1 @@ +gnome-aisleriot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-games.svg b/.local/share/icons/Nordic/apps/scalable/gnome-games.svg new file mode 120000 index 0000000..69f0e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-games.svg @@ -0,0 +1 @@ +applications-games.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-gimp.svg b/.local/share/icons/Nordic/apps/scalable/gnome-gimp.svg new file mode 120000 index 0000000..6b2c669 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-gimp.svg @@ -0,0 +1 @@ +gimp.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-glchess.svg b/.local/share/icons/Nordic/apps/scalable/gnome-glchess.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-glchess.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-glines.svg b/.local/share/icons/Nordic/apps/scalable/gnome-glines.svg new file mode 100644 index 0000000..c793075 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-glines.svg @@ -0,0 +1,995 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-globe.svg b/.local/share/icons/Nordic/apps/scalable/gnome-globe.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-globe.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-gmail.svg b/.local/share/icons/Nordic/apps/scalable/gnome-gmail.svg new file mode 120000 index 0000000..535ba00 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-gmail.svg @@ -0,0 +1 @@ +gmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-gmenu.svg b/.local/share/icons/Nordic/apps/scalable/gnome-gmenu.svg new file mode 120000 index 0000000..191b35e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-gmenu.svg @@ -0,0 +1 @@ +menu-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-gnibbles.svg b/.local/share/icons/Nordic/apps/scalable/gnome-gnibbles.svg new file mode 120000 index 0000000..2d93279 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-gnibbles.svg @@ -0,0 +1 @@ +gnome-nibbles.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-gnibbless.svg b/.local/share/icons/Nordic/apps/scalable/gnome-gnibbless.svg new file mode 120000 index 0000000..2d93279 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-gnibbless.svg @@ -0,0 +1 @@ +gnome-nibbles.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-gnumeric.svg b/.local/share/icons/Nordic/apps/scalable/gnome-gnumeric.svg new file mode 120000 index 0000000..319c399 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-gnumeric.svg @@ -0,0 +1 @@ +wps-office-etmain.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-graphics.svg b/.local/share/icons/Nordic/apps/scalable/gnome-graphics.svg new file mode 120000 index 0000000..094639b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-graphics.svg @@ -0,0 +1 @@ +applications-graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-help.svg b/.local/share/icons/Nordic/apps/scalable/gnome-help.svg new file mode 120000 index 0000000..74f27a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-help.svg @@ -0,0 +1 @@ +help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-hideseek.svg b/.local/share/icons/Nordic/apps/scalable/gnome-hideseek.svg new file mode 120000 index 0000000..f97340b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-hideseek.svg @@ -0,0 +1 @@ +search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-info.svg b/.local/share/icons/Nordic/apps/scalable/gnome-info.svg new file mode 120000 index 0000000..cad5391 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-info.svg @@ -0,0 +1 @@ +info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-internet.svg b/.local/share/icons/Nordic/apps/scalable/gnome-internet.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-internet.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-joystick.svg b/.local/share/icons/Nordic/apps/scalable/gnome-joystick.svg new file mode 120000 index 0000000..69f0e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-joystick.svg @@ -0,0 +1 @@ +applications-games.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-keyring.svg b/.local/share/icons/Nordic/apps/scalable/gnome-keyring.svg new file mode 120000 index 0000000..062121d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-keyring.svg @@ -0,0 +1 @@ +seahorse.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-klotski.svg b/.local/share/icons/Nordic/apps/scalable/gnome-klotski.svg new file mode 100644 index 0000000..1921266 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-klotski.svg @@ -0,0 +1,935 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-lockscreen.svg b/.local/share/icons/Nordic/apps/scalable/gnome-lockscreen.svg new file mode 120000 index 0000000..4cbb8f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-lockscreen.svg @@ -0,0 +1 @@ +preferences-desktop-screensaver.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-log.svg b/.local/share/icons/Nordic/apps/scalable/gnome-log.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-log.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-logo-icon-transparent.svg b/.local/share/icons/Nordic/apps/scalable/gnome-logo-icon-transparent.svg new file mode 120000 index 0000000..7be27df --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-logo-icon-transparent.svg @@ -0,0 +1 @@ +userinfo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-logo-icon.svg b/.local/share/icons/Nordic/apps/scalable/gnome-logo-icon.svg new file mode 120000 index 0000000..879651b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-logo-icon.svg @@ -0,0 +1 @@ +desktop-environment-gnome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-logs.svg b/.local/share/icons/Nordic/apps/scalable/gnome-logs.svg new file mode 100644 index 0000000..02a852f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-logs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-mahjongg.svg b/.local/share/icons/Nordic/apps/scalable/gnome-mahjongg.svg new file mode 100644 index 0000000..bcf1a77 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-mahjongg.svg @@ -0,0 +1,933 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-map.svg b/.local/share/icons/Nordic/apps/scalable/gnome-map.svg new file mode 120000 index 0000000..0b4b048 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-map.svg @@ -0,0 +1 @@ +gnome-maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-maps.svg b/.local/share/icons/Nordic/apps/scalable/gnome-maps.svg new file mode 120000 index 0000000..55081b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-maps.svg @@ -0,0 +1 @@ +Gnome-Maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-menu.svg b/.local/share/icons/Nordic/apps/scalable/gnome-menu.svg new file mode 120000 index 0000000..191b35e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-menu.svg @@ -0,0 +1 @@ +menu-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-mime-application-x-deb.svg b/.local/share/icons/Nordic/apps/scalable/gnome-mime-application-x-deb.svg new file mode 120000 index 0000000..ff64ae4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-mime-application-x-deb.svg @@ -0,0 +1 @@ +gdebi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-mime-application-x-remote-connection.svg b/.local/share/icons/Nordic/apps/scalable/gnome-mime-application-x-remote-connection.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-mime-application-x-remote-connection.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-mime-application-x-vnc.svg b/.local/share/icons/Nordic/apps/scalable/gnome-mime-application-x-vnc.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-mime-application-x-vnc.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-mime-text-x-vcalendar.svg b/.local/share/icons/Nordic/apps/scalable/gnome-mime-text-x-vcalendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-mime-text-x-vcalendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-mines.svg b/.local/share/icons/Nordic/apps/scalable/gnome-mines.svg new file mode 100644 index 0000000..7ec3d67 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-mines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-mini-commander.svg b/.local/share/icons/Nordic/apps/scalable/gnome-mini-commander.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-mini-commander.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-mixer-applet.svg b/.local/share/icons/Nordic/apps/scalable/gnome-mixer-applet.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-mixer-applet.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-mixer.svg b/.local/share/icons/Nordic/apps/scalable/gnome-mixer.svg new file mode 120000 index 0000000..04c6d09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-mixer.svg @@ -0,0 +1 @@ +multimedia-volume-control.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-monitor.svg b/.local/share/icons/Nordic/apps/scalable/gnome-monitor.svg new file mode 120000 index 0000000..b6e5cee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-monitor.svg @@ -0,0 +1 @@ +utilities-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-mplayer-dbg.svg b/.local/share/icons/Nordic/apps/scalable/gnome-mplayer-dbg.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-mplayer-dbg.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-mplayer.svg b/.local/share/icons/Nordic/apps/scalable/gnome-mplayer.svg new file mode 100644 index 0000000..504b239 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-mplayer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-mpv.svg b/.local/share/icons/Nordic/apps/scalable/gnome-mpv.svg new file mode 120000 index 0000000..c755826 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-mpv.svg @@ -0,0 +1 @@ +gnome-mplayer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-multi-writer.svg b/.local/share/icons/Nordic/apps/scalable/gnome-multi-writer.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-multi-writer.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-multimedia.svg b/.local/share/icons/Nordic/apps/scalable/gnome-multimedia.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-multimedia.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-music.svg b/.local/share/icons/Nordic/apps/scalable/gnome-music.svg new file mode 100644 index 0000000..129d2e3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-music.svg @@ -0,0 +1,512 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-netspeed-applet.svg b/.local/share/icons/Nordic/apps/scalable/gnome-netspeed-applet.svg new file mode 120000 index 0000000..d040cc8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-netspeed-applet.svg @@ -0,0 +1 @@ +gnome-network-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-nettool.svg b/.local/share/icons/Nordic/apps/scalable/gnome-nettool.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-nettool.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-nettools.svg b/.local/share/icons/Nordic/apps/scalable/gnome-nettools.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-nettools.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-network-properties.svg b/.local/share/icons/Nordic/apps/scalable/gnome-network-properties.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-network-properties.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-networktool.svg b/.local/share/icons/Nordic/apps/scalable/gnome-networktool.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-networktool.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-news.svg b/.local/share/icons/Nordic/apps/scalable/gnome-news.svg new file mode 120000 index 0000000..cd2f63b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-news.svg @@ -0,0 +1 @@ +org.gnome.News.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-nibbles.svg b/.local/share/icons/Nordic/apps/scalable/gnome-nibbles.svg new file mode 120000 index 0000000..1a27a41 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-nibbles.svg @@ -0,0 +1 @@ +wormux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-note.svg b/.local/share/icons/Nordic/apps/scalable/gnome-note.svg new file mode 120000 index 0000000..f49bc26 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-note.svg @@ -0,0 +1 @@ +knotes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-notification-properties.svg b/.local/share/icons/Nordic/apps/scalable/gnome-notification-properties.svg new file mode 120000 index 0000000..ad95326 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-notification-properties.svg @@ -0,0 +1 @@ +about.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-office.svg b/.local/share/icons/Nordic/apps/scalable/gnome-office.svg new file mode 120000 index 0000000..319c399 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-office.svg @@ -0,0 +1 @@ +wps-office-etmain.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-package.svg b/.local/share/icons/Nordic/apps/scalable/gnome-package.svg new file mode 120000 index 0000000..b4324aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-package.svg @@ -0,0 +1 @@ +software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-paint.svg b/.local/share/icons/Nordic/apps/scalable/gnome-paint.svg new file mode 120000 index 0000000..a0d2d8a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-paint.svg @@ -0,0 +1 @@ +paint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-panel-clock.svg b/.local/share/icons/Nordic/apps/scalable/gnome-panel-clock.svg new file mode 120000 index 0000000..9f07aea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-panel-clock.svg @@ -0,0 +1 @@ +preferences-system-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-panel-drawer.svg b/.local/share/icons/Nordic/apps/scalable/gnome-panel-drawer.svg new file mode 120000 index 0000000..5ae0d0c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-panel-drawer.svg @@ -0,0 +1 @@ +cs-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-panel-launcher.svg b/.local/share/icons/Nordic/apps/scalable/gnome-panel-launcher.svg new file mode 120000 index 0000000..92d2518 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-panel-launcher.svg @@ -0,0 +1 @@ +preferences-system-login.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-panel-screenshoot.svg b/.local/share/icons/Nordic/apps/scalable/gnome-panel-screenshoot.svg new file mode 120000 index 0000000..a5d78dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-panel-screenshoot.svg @@ -0,0 +1 @@ +accessories-screenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-panel-screenshot.svg b/.local/share/icons/Nordic/apps/scalable/gnome-panel-screenshot.svg new file mode 120000 index 0000000..0804e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-panel-screenshot.svg @@ -0,0 +1 @@ +screenie.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-panel-window-list.svg b/.local/share/icons/Nordic/apps/scalable/gnome-panel-window-list.svg new file mode 120000 index 0000000..d87a4ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-panel-window-list.svg @@ -0,0 +1 @@ +preferences-system-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-panel-window-menu.svg b/.local/share/icons/Nordic/apps/scalable/gnome-panel-window-menu.svg new file mode 120000 index 0000000..191b35e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-panel-window-menu.svg @@ -0,0 +1 @@ +menu-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-panel-workspace-switcher.svg b/.local/share/icons/Nordic/apps/scalable/gnome-panel-workspace-switcher.svg new file mode 120000 index 0000000..1f7180c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-panel-workspace-switcher.svg @@ -0,0 +1 @@ +gnome-workspace.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-panel.svg b/.local/share/icons/Nordic/apps/scalable/gnome-panel.svg new file mode 120000 index 0000000..5ae0d0c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-panel.svg @@ -0,0 +1 @@ +cs-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-pdf.svg b/.local/share/icons/Nordic/apps/scalable/gnome-pdf.svg new file mode 120000 index 0000000..e1b9885 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-pdf.svg @@ -0,0 +1 @@ +document-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-photos.svg b/.local/share/icons/Nordic/apps/scalable/gnome-photos.svg new file mode 120000 index 0000000..4f606c6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-photos.svg @@ -0,0 +1 @@ +ristretto.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-planner.svg b/.local/share/icons/Nordic/apps/scalable/gnome-planner.svg new file mode 120000 index 0000000..7097408 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-planner.svg @@ -0,0 +1 @@ +agenda.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-player.svg b/.local/share/icons/Nordic/apps/scalable/gnome-player.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-player.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-pomodoro.svg b/.local/share/icons/Nordic/apps/scalable/gnome-pomodoro.svg new file mode 100644 index 0000000..bffffba --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-pomodoro.svg @@ -0,0 +1,1011 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + 45 + + diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-power-manager.svg b/.local/share/icons/Nordic/apps/scalable/gnome-power-manager.svg new file mode 120000 index 0000000..e7a4d9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-power-manager.svg @@ -0,0 +1 @@ +preferences-system-power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-power-preferences.svg b/.local/share/icons/Nordic/apps/scalable/gnome-power-preferences.svg new file mode 120000 index 0000000..d2cbd78 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-power-preferences.svg @@ -0,0 +1 @@ +power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-power-statistics.svg b/.local/share/icons/Nordic/apps/scalable/gnome-power-statistics.svg new file mode 120000 index 0000000..e7a4d9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-power-statistics.svg @@ -0,0 +1 @@ +preferences-system-power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-ppp.svg b/.local/share/icons/Nordic/apps/scalable/gnome-ppp.svg new file mode 100644 index 0000000..309b33f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-ppp.svg @@ -0,0 +1,186 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-qalculate.svg b/.local/share/icons/Nordic/apps/scalable/gnome-qalculate.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-qalculate.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-remote-desktop.svg b/.local/share/icons/Nordic/apps/scalable/gnome-remote-desktop.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-remote-desktop.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-robots.svg b/.local/share/icons/Nordic/apps/scalable/gnome-robots.svg new file mode 100644 index 0000000..8576ef1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-robots.svg @@ -0,0 +1,70 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-run.svg b/.local/share/icons/Nordic/apps/scalable/gnome-run.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-run.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-screenshot.svg b/.local/share/icons/Nordic/apps/scalable/gnome-screenshot.svg new file mode 120000 index 0000000..697ffdf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-screenshot.svg @@ -0,0 +1 @@ +applets-screenshooter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-search-tool.svg b/.local/share/icons/Nordic/apps/scalable/gnome-search-tool.svg new file mode 120000 index 0000000..8dc94d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-search-tool.svg @@ -0,0 +1 @@ +preferences-system-search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-searchtool-animation-rest.svg b/.local/share/icons/Nordic/apps/scalable/gnome-searchtool-animation-rest.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-searchtool-animation-rest.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-searchtool.svg b/.local/share/icons/Nordic/apps/scalable/gnome-searchtool.svg new file mode 120000 index 0000000..cb1fa4c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-searchtool.svg @@ -0,0 +1 @@ +system-search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-session-properties.svg b/.local/share/icons/Nordic/apps/scalable/gnome-session-properties.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-session-properties.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-session-switch.svg b/.local/share/icons/Nordic/apps/scalable/gnome-session-switch.svg new file mode 120000 index 0000000..d7b5891 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-session-switch.svg @@ -0,0 +1 @@ +user.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-session.svg b/.local/share/icons/Nordic/apps/scalable/gnome-session.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-session.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-set-time.svg b/.local/share/icons/Nordic/apps/scalable/gnome-set-time.svg new file mode 120000 index 0000000..9f07aea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-set-time.svg @@ -0,0 +1 @@ +preferences-system-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-settings-accessibility-keyboard.svg b/.local/share/icons/Nordic/apps/scalable/gnome-settings-accessibility-keyboard.svg new file mode 120000 index 0000000..d14a5be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-settings-accessibility-keyboard.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-settings-accessibility-technologies.svg b/.local/share/icons/Nordic/apps/scalable/gnome-settings-accessibility-technologies.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-settings-accessibility-technologies.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-settings-accessiblity-technologies.svg b/.local/share/icons/Nordic/apps/scalable/gnome-settings-accessiblity-technologies.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-settings-accessiblity-technologies.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-settings-background.svg b/.local/share/icons/Nordic/apps/scalable/gnome-settings-background.svg new file mode 120000 index 0000000..911ba54 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-settings-background.svg @@ -0,0 +1 @@ +preferences-desktop-wallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-settings-default-applications.svg b/.local/share/icons/Nordic/apps/scalable/gnome-settings-default-applications.svg new file mode 120000 index 0000000..70f4854 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-settings-default-applications.svg @@ -0,0 +1 @@ +application-default-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-settings-font.svg b/.local/share/icons/Nordic/apps/scalable/gnome-settings-font.svg new file mode 120000 index 0000000..9b8590a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-settings-font.svg @@ -0,0 +1 @@ +kfontview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-settings-keybinding.svg b/.local/share/icons/Nordic/apps/scalable/gnome-settings-keybinding.svg new file mode 120000 index 0000000..8803a8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-settings-keybinding.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard-shortcuts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-settings-keybindings.svg b/.local/share/icons/Nordic/apps/scalable/gnome-settings-keybindings.svg new file mode 120000 index 0000000..8803a8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-settings-keybindings.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard-shortcuts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-settings-sound.svg b/.local/share/icons/Nordic/apps/scalable/gnome-settings-sound.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-settings-sound.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-settings-theme.svg b/.local/share/icons/Nordic/apps/scalable/gnome-settings-theme.svg new file mode 120000 index 0000000..3c8cc87 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-settings-theme.svg @@ -0,0 +1 @@ +preferences-desktop-theme.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-settings-ui-behavior.svg b/.local/share/icons/Nordic/apps/scalable/gnome-settings-ui-behavior.svg new file mode 120000 index 0000000..01b24b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-settings-ui-behavior.svg @@ -0,0 +1 @@ +kmenuedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-settings.svg b/.local/share/icons/Nordic/apps/scalable/gnome-settings.svg new file mode 120000 index 0000000..c49e7bd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-settings.svg @@ -0,0 +1 @@ +utilities-tweak-tool.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-shell-extension-prefs.svg b/.local/share/icons/Nordic/apps/scalable/gnome-shell-extension-prefs.svg new file mode 120000 index 0000000..61b774c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-shell-extension-prefs.svg @@ -0,0 +1 @@ +extensions.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-software.svg b/.local/share/icons/Nordic/apps/scalable/gnome-software.svg new file mode 120000 index 0000000..7a77b57 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-software.svg @@ -0,0 +1 @@ +software-store.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-sound-properties.svg b/.local/share/icons/Nordic/apps/scalable/gnome-sound-properties.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-sound-properties.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-sound-recorder.svg b/.local/share/icons/Nordic/apps/scalable/gnome-sound-recorder.svg new file mode 100644 index 0000000..b0a9573 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-sound-recorder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-status.svg b/.local/share/icons/Nordic/apps/scalable/gnome-status.svg new file mode 120000 index 0000000..a140d67 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-status.svg @@ -0,0 +1 @@ +hwinfo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-sticky-notes-applet b/.local/share/icons/Nordic/apps/scalable/gnome-sticky-notes-applet new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-sticky-notes-applet @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-sticky-notes-applet.svg b/.local/share/icons/Nordic/apps/scalable/gnome-sticky-notes-applet.svg new file mode 120000 index 0000000..f49bc26 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-sticky-notes-applet.svg @@ -0,0 +1 @@ +knotes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-subtitles.svg b/.local/share/icons/Nordic/apps/scalable/gnome-subtitles.svg new file mode 100644 index 0000000..9db155e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-subtitles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-sudoku.svg b/.local/share/icons/Nordic/apps/scalable/gnome-sudoku.svg new file mode 100644 index 0000000..faf958c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-sudoku.svg @@ -0,0 +1 @@ +3 \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-system-config.svg b/.local/share/icons/Nordic/apps/scalable/gnome-system-config.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-system-config.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-system-log.svg b/.local/share/icons/Nordic/apps/scalable/gnome-system-log.svg new file mode 120000 index 0000000..cfa0610 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-system-log.svg @@ -0,0 +1 @@ +gnome-logs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-system-monitor.svg b/.local/share/icons/Nordic/apps/scalable/gnome-system-monitor.svg new file mode 120000 index 0000000..693c1c7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-system-monitor.svg @@ -0,0 +1 @@ +system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-system.svg b/.local/share/icons/Nordic/apps/scalable/gnome-system.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-system.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-term.svg b/.local/share/icons/Nordic/apps/scalable/gnome-term.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-term.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-terminal.svg b/.local/share/icons/Nordic/apps/scalable/gnome-terminal.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-terminal.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-todo.svg b/.local/share/icons/Nordic/apps/scalable/gnome-todo.svg new file mode 120000 index 0000000..bcdcd70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-todo.svg @@ -0,0 +1 @@ +org.gnome.Todo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-tracker.svg b/.local/share/icons/Nordic/apps/scalable/gnome-tracker.svg new file mode 120000 index 0000000..cb1fa4c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-tracker.svg @@ -0,0 +1 @@ +system-search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-translate.svg b/.local/share/icons/Nordic/apps/scalable/gnome-translate.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-translate.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-tweak-tool.svg b/.local/share/icons/Nordic/apps/scalable/gnome-tweak-tool.svg new file mode 100644 index 0000000..926792e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-tweak-tool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-tweaks.svg b/.local/share/icons/Nordic/apps/scalable/gnome-tweaks.svg new file mode 120000 index 0000000..aab5834 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-tweaks.svg @@ -0,0 +1 @@ +gnome-tweak-tool.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-unknown.svg b/.local/share/icons/Nordic/apps/scalable/gnome-unknown.svg new file mode 120000 index 0000000..74f27a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-unknown.svg @@ -0,0 +1 @@ +help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-usage.svg b/.local/share/icons/Nordic/apps/scalable/gnome-usage.svg new file mode 120000 index 0000000..bec88a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-usage.svg @@ -0,0 +1 @@ +deepin-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-user-share.svg b/.local/share/icons/Nordic/apps/scalable/gnome-user-share.svg new file mode 120000 index 0000000..3e9717d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-user-share.svg @@ -0,0 +1 @@ +preferences-system-sharing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-utils-system-search.svg b/.local/share/icons/Nordic/apps/scalable/gnome-utils-system-search.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-utils-system-search.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-video-arcade.svg b/.local/share/icons/Nordic/apps/scalable/gnome-video-arcade.svg new file mode 120000 index 0000000..2f6dc60 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-video-arcade.svg @@ -0,0 +1 @@ +fceux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-volume-control.svg b/.local/share/icons/Nordic/apps/scalable/gnome-volume-control.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-volume-control.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-warning.svg b/.local/share/icons/Nordic/apps/scalable/gnome-warning.svg new file mode 120000 index 0000000..3146dda --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-warning.svg @@ -0,0 +1 @@ +apport.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-weather.svg b/.local/share/icons/Nordic/apps/scalable/gnome-weather.svg new file mode 120000 index 0000000..8103a34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-weather.svg @@ -0,0 +1 @@ +weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-web-browser.svg b/.local/share/icons/Nordic/apps/scalable/gnome-web-browser.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-web-browser.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-web.svg b/.local/share/icons/Nordic/apps/scalable/gnome-web.svg new file mode 120000 index 0000000..3a22870 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-web.svg @@ -0,0 +1 @@ +gnome-web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-window-manager.svg b/.local/share/icons/Nordic/apps/scalable/gnome-window-manager.svg new file mode 120000 index 0000000..d87a4ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-window-manager.svg @@ -0,0 +1 @@ +preferences-system-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-windows-manager.svg b/.local/share/icons/Nordic/apps/scalable/gnome-windows-manager.svg new file mode 120000 index 0000000..7ce0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-windows-manager.svg @@ -0,0 +1 @@ +cs-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-windows.svg b/.local/share/icons/Nordic/apps/scalable/gnome-windows.svg new file mode 120000 index 0000000..d87a4ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-windows.svg @@ -0,0 +1 @@ +preferences-system-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-wm.svg b/.local/share/icons/Nordic/apps/scalable/gnome-wm.svg new file mode 120000 index 0000000..7ce0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-wm.svg @@ -0,0 +1 @@ +cs-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-word.svg b/.local/share/icons/Nordic/apps/scalable/gnome-word.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-word.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-workspace.svg b/.local/share/icons/Nordic/apps/scalable/gnome-workspace.svg new file mode 120000 index 0000000..7751cc5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-workspace.svg @@ -0,0 +1 @@ +workspaces.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-xchat.svg b/.local/share/icons/Nordic/apps/scalable/gnome-xchat.svg new file mode 120000 index 0000000..e597c17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-xchat.svg @@ -0,0 +1 @@ +xchat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnome-xterm.svg b/.local/share/icons/Nordic/apps/scalable/gnome-xterm.svg new file mode 120000 index 0000000..08ba74f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnome-xterm.svg @@ -0,0 +1 @@ +utilities-terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnomebaker-48.svg b/.local/share/icons/Nordic/apps/scalable/gnomebaker-48.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnomebaker-48.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnomebaker.svg b/.local/share/icons/Nordic/apps/scalable/gnomebaker.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnomebaker.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnomeradio.svg b/.local/share/icons/Nordic/apps/scalable/gnomeradio.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnomeradio.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnomine.svg b/.local/share/icons/Nordic/apps/scalable/gnomine.svg new file mode 120000 index 0000000..41d3788 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnomine.svg @@ -0,0 +1 @@ +gnome-mines.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnote.svg b/.local/share/icons/Nordic/apps/scalable/gnote.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnote.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnotes.svg b/.local/share/icons/Nordic/apps/scalable/gnotes.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnotes.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnumeric.svg b/.local/share/icons/Nordic/apps/scalable/gnumeric.svg new file mode 100644 index 0000000..1af3748 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnumeric.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnupg.svg b/.local/share/icons/Nordic/apps/scalable/gnupg.svg new file mode 120000 index 0000000..8f0e93a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnupg.svg @@ -0,0 +1 @@ +security-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gnuradio-grc.svg b/.local/share/icons/Nordic/apps/scalable/gnuradio-grc.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gnuradio-grc.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/go-jump.svg b/.local/share/icons/Nordic/apps/scalable/go-jump.svg new file mode 120000 index 0000000..14634f7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/go-jump.svg @@ -0,0 +1 @@ +preferences-tweaks-anim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/go-today.svg b/.local/share/icons/Nordic/apps/scalable/go-today.svg new file mode 120000 index 0000000..3e6f13c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/go-today.svg @@ -0,0 +1 @@ +evolution-calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/goa-account-exchange.svg b/.local/share/icons/Nordic/apps/scalable/goa-account-exchange.svg new file mode 120000 index 0000000..a6b4060 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/goa-account-exchange.svg @@ -0,0 +1 @@ +preferences-desktop-online-accounts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/goa-account-facebook.svg b/.local/share/icons/Nordic/apps/scalable/goa-account-facebook.svg new file mode 120000 index 0000000..578089b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/goa-account-facebook.svg @@ -0,0 +1 @@ +facebook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/goa-account-flickr.svg b/.local/share/icons/Nordic/apps/scalable/goa-account-flickr.svg new file mode 120000 index 0000000..1bc6e8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/goa-account-flickr.svg @@ -0,0 +1 @@ +flickr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/goa-account-foursquare.svg b/.local/share/icons/Nordic/apps/scalable/goa-account-foursquare.svg new file mode 120000 index 0000000..1503195 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/goa-account-foursquare.svg @@ -0,0 +1 @@ +foursquare.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/goa-account-lastfm.svg b/.local/share/icons/Nordic/apps/scalable/goa-account-lastfm.svg new file mode 120000 index 0000000..76dd477 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/goa-account-lastfm.svg @@ -0,0 +1 @@ +lastfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/goa-account-microsoft.svg b/.local/share/icons/Nordic/apps/scalable/goa-account-microsoft.svg new file mode 120000 index 0000000..0756da4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/goa-account-microsoft.svg @@ -0,0 +1 @@ +windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/goa-account-owncloud.svg b/.local/share/icons/Nordic/apps/scalable/goa-account-owncloud.svg new file mode 120000 index 0000000..a6b4060 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/goa-account-owncloud.svg @@ -0,0 +1 @@ +preferences-desktop-online-accounts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/goa-account-telegram.svg b/.local/share/icons/Nordic/apps/scalable/goa-account-telegram.svg new file mode 120000 index 0000000..8fa96d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/goa-account-telegram.svg @@ -0,0 +1 @@ +telegram.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/goa-account-ubuntusso.svg b/.local/share/icons/Nordic/apps/scalable/goa-account-ubuntusso.svg new file mode 120000 index 0000000..34a5c2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/goa-account-ubuntusso.svg @@ -0,0 +1 @@ +ubuntuone.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/goa-account.svg b/.local/share/icons/Nordic/apps/scalable/goa-account.svg new file mode 120000 index 0000000..a6b4060 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/goa-account.svg @@ -0,0 +1 @@ +preferences-desktop-online-accounts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/goa-panel.svg b/.local/share/icons/Nordic/apps/scalable/goa-panel.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/goa-panel.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gobby-0.5.svg b/.local/share/icons/Nordic/apps/scalable/gobby-0.5.svg new file mode 120000 index 0000000..7fa5f83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gobby-0.5.svg @@ -0,0 +1 @@ +gobby.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gobby.svg b/.local/share/icons/Nordic/apps/scalable/gobby.svg new file mode 100644 index 0000000..5e56606 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gobby.svg @@ -0,0 +1,993 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/godot.svg b/.local/share/icons/Nordic/apps/scalable/godot.svg new file mode 100644 index 0000000..948da43 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/godot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/goldendict.svg b/.local/share/icons/Nordic/apps/scalable/goldendict.svg new file mode 120000 index 0000000..9f0d52e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/goldendict.svg @@ -0,0 +1 @@ +dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/goobox.svg b/.local/share/icons/Nordic/apps/scalable/goobox.svg new file mode 100644 index 0000000..cdecc5d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/goobox.svg @@ -0,0 +1,270 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/google-calculator.svg b/.local/share/icons/Nordic/apps/scalable/google-calculator.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-calculator.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-calendar.svg b/.local/share/icons/Nordic/apps/scalable/google-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-chrome-beta.svg b/.local/share/icons/Nordic/apps/scalable/google-chrome-beta.svg new file mode 120000 index 0000000..51768eb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-chrome-beta.svg @@ -0,0 +1 @@ +google-chrome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-chrome-dev.svg b/.local/share/icons/Nordic/apps/scalable/google-chrome-dev.svg new file mode 120000 index 0000000..3625dae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-chrome-dev.svg @@ -0,0 +1 @@ +chrome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-chrome-developer-tool.svg b/.local/share/icons/Nordic/apps/scalable/google-chrome-developer-tool.svg new file mode 120000 index 0000000..d153228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-chrome-developer-tool.svg @@ -0,0 +1 @@ +builder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-chrome-stable.svg b/.local/share/icons/Nordic/apps/scalable/google-chrome-stable.svg new file mode 120000 index 0000000..3625dae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-chrome-stable.svg @@ -0,0 +1 @@ +chrome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-chrome-unstable.svg b/.local/share/icons/Nordic/apps/scalable/google-chrome-unstable.svg new file mode 120000 index 0000000..0a4929e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-chrome-unstable.svg @@ -0,0 +1 @@ +google-chrome-dev.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-chrome.svg b/.local/share/icons/Nordic/apps/scalable/google-chrome.svg new file mode 100644 index 0000000..958d4fd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-chrome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-chrome2.svg b/.local/share/icons/Nordic/apps/scalable/google-chrome2.svg new file mode 120000 index 0000000..51768eb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-chrome2.svg @@ -0,0 +1 @@ +google-chrome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-chromium.svg b/.local/share/icons/Nordic/apps/scalable/google-chromium.svg new file mode 120000 index 0000000..e97fd96 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-chromium.svg @@ -0,0 +1 @@ +chromium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-map.svg b/.local/share/icons/Nordic/apps/scalable/google-map.svg new file mode 120000 index 0000000..0b4b048 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-map.svg @@ -0,0 +1 @@ +gnome-maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-maps.svg b/.local/share/icons/Nordic/apps/scalable/google-maps.svg new file mode 120000 index 0000000..59b5c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-maps.svg @@ -0,0 +1 @@ +maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-music.svg b/.local/share/icons/Nordic/apps/scalable/google-music.svg new file mode 100644 index 0000000..0622b92 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-music.svg @@ -0,0 +1,236 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/google-musicmanager.svg b/.local/share/icons/Nordic/apps/scalable/google-musicmanager.svg new file mode 120000 index 0000000..0ee17a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-musicmanager.svg @@ -0,0 +1 @@ +google-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-play-books.svg b/.local/share/icons/Nordic/apps/scalable/google-play-books.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-play-books.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-play-music-desktop-player.svg b/.local/share/icons/Nordic/apps/scalable/google-play-music-desktop-player.svg new file mode 120000 index 0000000..0ee17a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-play-music-desktop-player.svg @@ -0,0 +1 @@ +google-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/google-play-music.svg b/.local/share/icons/Nordic/apps/scalable/google-play-music.svg new file mode 120000 index 0000000..0ee17a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/google-play-music.svg @@ -0,0 +1 @@ +google-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/googlechrome.svg b/.local/share/icons/Nordic/apps/scalable/googlechrome.svg new file mode 120000 index 0000000..51768eb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/googlechrome.svg @@ -0,0 +1 @@ +google-chrome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/googlemusicframe.svg b/.local/share/icons/Nordic/apps/scalable/googlemusicframe.svg new file mode 120000 index 0000000..0ee17a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/googlemusicframe.svg @@ -0,0 +1 @@ +google-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gopchop.svg b/.local/share/icons/Nordic/apps/scalable/gopchop.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gopchop.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gp.svg b/.local/share/icons/Nordic/apps/scalable/gp.svg new file mode 120000 index 0000000..e2d84ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gp.svg @@ -0,0 +1 @@ +gnome-paint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpa.svg b/.local/share/icons/Nordic/apps/scalable/gpa.svg new file mode 120000 index 0000000..f4b9b74 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpa.svg @@ -0,0 +1 @@ +keyring-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpaint.svg b/.local/share/icons/Nordic/apps/scalable/gpaint.svg new file mode 120000 index 0000000..e2d84ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpaint.svg @@ -0,0 +1 @@ +gnome-paint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gparted.svg b/.local/share/icons/Nordic/apps/scalable/gparted.svg new file mode 100644 index 0000000..8720b4b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gparted.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpass-icon.svg b/.local/share/icons/Nordic/apps/scalable/gpass-icon.svg new file mode 120000 index 0000000..4373e6c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpass-icon.svg @@ -0,0 +1 @@ +password-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpaste.svg b/.local/share/icons/Nordic/apps/scalable/gpaste.svg new file mode 120000 index 0000000..644ff5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpaste.svg @@ -0,0 +1 @@ +diodon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpcview.svg b/.local/share/icons/Nordic/apps/scalable/gpcview.svg new file mode 120000 index 0000000..e5cfafd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpcview.svg @@ -0,0 +1 @@ +mirage.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpick.svg b/.local/share/icons/Nordic/apps/scalable/gpick.svg new file mode 100644 index 0000000..78a827c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpicview.svg b/.local/share/icons/Nordic/apps/scalable/gpicview.svg new file mode 100644 index 0000000..cc3cb40 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpicview.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpk-log.svg b/.local/share/icons/Nordic/apps/scalable/gpk-log.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpk-log.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpk-prefs.svg b/.local/share/icons/Nordic/apps/scalable/gpk-prefs.svg new file mode 120000 index 0000000..9eeacd6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpk-prefs.svg @@ -0,0 +1 @@ +update-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpk-repo.svg b/.local/share/icons/Nordic/apps/scalable/gpk-repo.svg new file mode 120000 index 0000000..b4324aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpk-repo.svg @@ -0,0 +1 @@ +software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpk-service-pack.svg b/.local/share/icons/Nordic/apps/scalable/gpk-service-pack.svg new file mode 120000 index 0000000..6a3b5fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpk-service-pack.svg @@ -0,0 +1 @@ +preferences-plugin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpmdp.svg b/.local/share/icons/Nordic/apps/scalable/gpmdp.svg new file mode 120000 index 0000000..0ee17a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpmdp.svg @@ -0,0 +1 @@ +google-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gprename.svg b/.local/share/icons/Nordic/apps/scalable/gprename.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gprename.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gps.svg b/.local/share/icons/Nordic/apps/scalable/gps.svg new file mode 100644 index 0000000..cd030e3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gps.svg @@ -0,0 +1,937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gpsdrive.svg b/.local/share/icons/Nordic/apps/scalable/gpsdrive.svg new file mode 120000 index 0000000..59b5c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpsdrive.svg @@ -0,0 +1 @@ +maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpsicon.svg b/.local/share/icons/Nordic/apps/scalable/gpsicon.svg new file mode 120000 index 0000000..59b5c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpsicon.svg @@ -0,0 +1 @@ +maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gpxviewer.svg b/.local/share/icons/Nordic/apps/scalable/gpxviewer.svg new file mode 120000 index 0000000..59b5c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gpxviewer.svg @@ -0,0 +1 @@ +maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gradio.svg b/.local/share/icons/Nordic/apps/scalable/gradio.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gradio.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/grandr.svg b/.local/share/icons/Nordic/apps/scalable/grandr.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/grandr.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/granule.svg b/.local/share/icons/Nordic/apps/scalable/granule.svg new file mode 100644 index 0000000..32caee8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/granule.svg @@ -0,0 +1,95 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/graphics-image-editor.svg b/.local/share/icons/Nordic/apps/scalable/graphics-image-editor.svg new file mode 120000 index 0000000..210f979 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/graphics-image-editor.svg @@ -0,0 +1 @@ +accessories-painting.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/graphics-image-viewer.svg b/.local/share/icons/Nordic/apps/scalable/graphics-image-viewer.svg new file mode 120000 index 0000000..89b072f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/graphics-image-viewer.svg @@ -0,0 +1 @@ +multimedia-photo-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/graphics-viewer-document.svg b/.local/share/icons/Nordic/apps/scalable/graphics-viewer-document.svg new file mode 120000 index 0000000..e7bda03 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/graphics-viewer-document.svg @@ -0,0 +1 @@ +okular.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/graphics_viewer_document.svg b/.local/share/icons/Nordic/apps/scalable/graphics_viewer_document.svg new file mode 120000 index 0000000..e7bda03 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/graphics_viewer_document.svg @@ -0,0 +1 @@ +okular.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/griffith.svg b/.local/share/icons/Nordic/apps/scalable/griffith.svg new file mode 100644 index 0000000..eb40731 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/griffith.svg @@ -0,0 +1 @@ +G \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/grip.svg b/.local/share/icons/Nordic/apps/scalable/grip.svg new file mode 120000 index 0000000..9976859 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/grip.svg @@ -0,0 +1 @@ +ubiquity.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/grisbi.svg b/.local/share/icons/Nordic/apps/scalable/grisbi.svg new file mode 120000 index 0000000..5635fbf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/grisbi.svg @@ -0,0 +1 @@ +homebank.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/group-edit.svg b/.local/share/icons/Nordic/apps/scalable/group-edit.svg new file mode 120000 index 0000000..6bccf22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/group-edit.svg @@ -0,0 +1 @@ +gedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/grsync-restore.svg b/.local/share/icons/Nordic/apps/scalable/grsync-restore.svg new file mode 120000 index 0000000..a562f83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/grsync-restore.svg @@ -0,0 +1 @@ +deja-dup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/grsync.svg b/.local/share/icons/Nordic/apps/scalable/grsync.svg new file mode 100644 index 0000000..62b25f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/grsync.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/grub-customizer.svg b/.local/share/icons/Nordic/apps/scalable/grub-customizer.svg new file mode 100644 index 0000000..254ab21 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/grub-customizer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gscan2pdf.svg b/.local/share/icons/Nordic/apps/scalable/gscan2pdf.svg new file mode 120000 index 0000000..ae216ea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gscan2pdf.svg @@ -0,0 +1 @@ +qpdfview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gscreenshot.svg b/.local/share/icons/Nordic/apps/scalable/gscreenshot.svg new file mode 120000 index 0000000..a5d78dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gscreenshot.svg @@ -0,0 +1 @@ +accessories-screenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gsd-xrandr.svg b/.local/share/icons/Nordic/apps/scalable/gsd-xrandr.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gsd-xrandr.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gsearchtool.svg b/.local/share/icons/Nordic/apps/scalable/gsearchtool.svg new file mode 120000 index 0000000..f97340b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gsearchtool.svg @@ -0,0 +1 @@ +search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gsmartcontrol.svg b/.local/share/icons/Nordic/apps/scalable/gsmartcontrol.svg new file mode 120000 index 0000000..b6e5cee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gsmartcontrol.svg @@ -0,0 +1 @@ +utilities-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gstreamer-properties.svg b/.local/share/icons/Nordic/apps/scalable/gstreamer-properties.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gstreamer-properties.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gstreamer.svg b/.local/share/icons/Nordic/apps/scalable/gstreamer.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gstreamer.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gswitchit-applet.svg b/.local/share/icons/Nordic/apps/scalable/gswitchit-applet.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gswitchit-applet.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gswitchit-properties-applet.svg b/.local/share/icons/Nordic/apps/scalable/gswitchit-properties-applet.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gswitchit-properties-applet.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gswitchit-properties-capplet.svg b/.local/share/icons/Nordic/apps/scalable/gswitchit-properties-capplet.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gswitchit-properties-capplet.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtg.svg b/.local/share/icons/Nordic/apps/scalable/gtg.svg new file mode 120000 index 0000000..a1ab7bb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtg.svg @@ -0,0 +1 @@ +clipit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gthumb.svg b/.local/share/icons/Nordic/apps/scalable/gthumb.svg new file mode 120000 index 0000000..51be258 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gthumb.svg @@ -0,0 +1 @@ +shotwell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-about.svg b/.local/share/icons/Nordic/apps/scalable/gtk-about.svg new file mode 120000 index 0000000..ad95326 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-about.svg @@ -0,0 +1 @@ +about.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-dialog-authentication.svg b/.local/share/icons/Nordic/apps/scalable/gtk-dialog-authentication.svg new file mode 120000 index 0000000..062121d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-dialog-authentication.svg @@ -0,0 +1 @@ +seahorse.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-dialog-info.svg b/.local/share/icons/Nordic/apps/scalable/gtk-dialog-info.svg new file mode 120000 index 0000000..7be27df --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-dialog-info.svg @@ -0,0 +1 @@ +userinfo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-exacute.svg b/.local/share/icons/Nordic/apps/scalable/gtk-exacute.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-exacute.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-find.svg b/.local/share/icons/Nordic/apps/scalable/gtk-find.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-find.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-font.svg b/.local/share/icons/Nordic/apps/scalable/gtk-font.svg new file mode 120000 index 0000000..a1e5ae9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-font.svg @@ -0,0 +1 @@ +fonts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-gnutella.svg b/.local/share/icons/Nordic/apps/scalable/gtk-gnutella.svg new file mode 100644 index 0000000..4b7f003 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-gnutella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-help.svg b/.local/share/icons/Nordic/apps/scalable/gtk-help.svg new file mode 120000 index 0000000..5ec8e9d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-help.svg @@ -0,0 +1 @@ +help-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-info.svg b/.local/share/icons/Nordic/apps/scalable/gtk-info.svg new file mode 100644 index 0000000..7e6a4db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-liveinstall.svg b/.local/share/icons/Nordic/apps/scalable/gtk-liveinstall.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-liveinstall.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-lshw.svg b/.local/share/icons/Nordic/apps/scalable/gtk-lshw.svg new file mode 120000 index 0000000..1f9cbf3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-lshw.svg @@ -0,0 +1 @@ +video-card.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-network.svg b/.local/share/icons/Nordic/apps/scalable/gtk-network.svg new file mode 120000 index 0000000..28bce89 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-network.svg @@ -0,0 +1 @@ +system-config-samba.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-preferences.svg b/.local/share/icons/Nordic/apps/scalable/gtk-preferences.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-preferences.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-properties.svg b/.local/share/icons/Nordic/apps/scalable/gtk-properties.svg new file mode 120000 index 0000000..57250bf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-properties.svg @@ -0,0 +1 @@ +gtk-preferences.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-recordmydesktop.svg b/.local/share/icons/Nordic/apps/scalable/gtk-recordmydesktop.svg new file mode 100644 index 0000000..658ce57 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-recordmydesktop.svg @@ -0,0 +1,95 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-redshift.svg b/.local/share/icons/Nordic/apps/scalable/gtk-redshift.svg new file mode 120000 index 0000000..918a748 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-redshift.svg @@ -0,0 +1 @@ +redshift.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-select-color.svg b/.local/share/icons/Nordic/apps/scalable/gtk-select-color.svg new file mode 120000 index 0000000..15e1778 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-select-color.svg @@ -0,0 +1 @@ +colour.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk-theme-config.svg b/.local/share/icons/Nordic/apps/scalable/gtk-theme-config.svg new file mode 120000 index 0000000..9393046 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk-theme-config.svg @@ -0,0 +1 @@ +color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk3-demo.svg b/.local/share/icons/Nordic/apps/scalable/gtk3-demo.svg new file mode 120000 index 0000000..94c48c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk3-demo.svg @@ -0,0 +1 @@ +preferences-gtk-config.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk3-icon-browser.svg b/.local/share/icons/Nordic/apps/scalable/gtk3-icon-browser.svg new file mode 120000 index 0000000..94c48c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk3-icon-browser.svg @@ -0,0 +1 @@ +preferences-gtk-config.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk3-widget-factory.svg b/.local/share/icons/Nordic/apps/scalable/gtk3-widget-factory.svg new file mode 120000 index 0000000..63b0d5e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk3-widget-factory.svg @@ -0,0 +1 @@ +conky-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk4-demo.svg b/.local/share/icons/Nordic/apps/scalable/gtk4-demo.svg new file mode 120000 index 0000000..5cad03d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk4-demo.svg @@ -0,0 +1 @@ +gtk3-demo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk4-widget-factory.svg b/.local/share/icons/Nordic/apps/scalable/gtk4-widget-factory.svg new file mode 120000 index 0000000..01b24b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk4-widget-factory.svg @@ -0,0 +1 @@ +kmenuedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk_about.svg b/.local/share/icons/Nordic/apps/scalable/gtk_about.svg new file mode 120000 index 0000000..ad95326 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk_about.svg @@ -0,0 +1 @@ +about.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtk_info.svg b/.local/share/icons/Nordic/apps/scalable/gtk_info.svg new file mode 120000 index 0000000..29abcb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtk_info.svg @@ -0,0 +1 @@ +gtk-info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtkam-camera.svg b/.local/share/icons/Nordic/apps/scalable/gtkam-camera.svg new file mode 120000 index 0000000..4e73455 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtkam-camera.svg @@ -0,0 +1 @@ +photo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtkam.svg b/.local/share/icons/Nordic/apps/scalable/gtkam.svg new file mode 120000 index 0000000..6fe6baa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtkam.svg @@ -0,0 +1 @@ +cheese.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtkclocksetup.svg b/.local/share/icons/Nordic/apps/scalable/gtkclocksetup.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtkclocksetup.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtkconfig.svg b/.local/share/icons/Nordic/apps/scalable/gtkconfig.svg new file mode 120000 index 0000000..94c48c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtkconfig.svg @@ -0,0 +1 @@ +preferences-gtk-config.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtkdiskfree.svg b/.local/share/icons/Nordic/apps/scalable/gtkdiskfree.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtkdiskfree.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtkhostsetup.svg b/.local/share/icons/Nordic/apps/scalable/gtkhostsetup.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtkhostsetup.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtklocalesetup.svg b/.local/share/icons/Nordic/apps/scalable/gtklocalesetup.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtklocalesetup.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtklp.svg b/.local/share/icons/Nordic/apps/scalable/gtklp.svg new file mode 120000 index 0000000..f0bff22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtklp.svg @@ -0,0 +1 @@ +printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtklpq.svg b/.local/share/icons/Nordic/apps/scalable/gtklpq.svg new file mode 120000 index 0000000..f0bff22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtklpq.svg @@ -0,0 +1 @@ +printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtkterm.svg b/.local/share/icons/Nordic/apps/scalable/gtkterm.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtkterm.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtranslator.svg b/.local/share/icons/Nordic/apps/scalable/gtranslator.svg new file mode 120000 index 0000000..2c7dbd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtranslator.svg @@ -0,0 +1 @@ +translator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gtubeclock.svg b/.local/share/icons/Nordic/apps/scalable/gtubeclock.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gtubeclock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/guake-indicator.svg b/.local/share/icons/Nordic/apps/scalable/guake-indicator.svg new file mode 120000 index 0000000..5526d3a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/guake-indicator.svg @@ -0,0 +1 @@ +guake.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/guake-prefs.svg b/.local/share/icons/Nordic/apps/scalable/guake-prefs.svg new file mode 100644 index 0000000..600bb05 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/guake-prefs.svg @@ -0,0 +1 @@ +$ \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/guake.svg b/.local/share/icons/Nordic/apps/scalable/guake.svg new file mode 100644 index 0000000..b2ddbd2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/guake.svg @@ -0,0 +1 @@ +$ \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/guayadeque.svg b/.local/share/icons/Nordic/apps/scalable/guayadeque.svg new file mode 120000 index 0000000..9df0f54 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/guayadeque.svg @@ -0,0 +1 @@ +musique.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gucharmap.svg b/.local/share/icons/Nordic/apps/scalable/gucharmap.svg new file mode 100644 index 0000000..808cdc5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gucharmap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gufw.svg b/.local/share/icons/Nordic/apps/scalable/gufw.svg new file mode 100644 index 0000000..a88d938 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gufw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gufw_menu.svg b/.local/share/icons/Nordic/apps/scalable/gufw_menu.svg new file mode 120000 index 0000000..84538d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gufw_menu.svg @@ -0,0 +1 @@ +gufw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/guvcview.svg b/.local/share/icons/Nordic/apps/scalable/guvcview.svg new file mode 120000 index 0000000..6e314c5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/guvcview.svg @@ -0,0 +1 @@ +accessories-camera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gvfsd-archive-file.svg b/.local/share/icons/Nordic/apps/scalable/gvfsd-archive-file.svg new file mode 120000 index 0000000..53b1e0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gvfsd-archive-file.svg @@ -0,0 +1 @@ +7z.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gvim.svg b/.local/share/icons/Nordic/apps/scalable/gvim.svg new file mode 100644 index 0000000..779fb17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gvim.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gwallpapers.svg b/.local/share/icons/Nordic/apps/scalable/gwallpapers.svg new file mode 120000 index 0000000..fa25bc8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gwallpapers.svg @@ -0,0 +1 @@ +variety.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gweled.svg b/.local/share/icons/Nordic/apps/scalable/gweled.svg new file mode 100644 index 0000000..5eca937 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gweled.svg @@ -0,0 +1,839 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gwenrename.svg b/.local/share/icons/Nordic/apps/scalable/gwenrename.svg new file mode 120000 index 0000000..ff79c02 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gwenrename.svg @@ -0,0 +1 @@ +rapid.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gwenview.svg b/.local/share/icons/Nordic/apps/scalable/gwenview.svg new file mode 120000 index 0000000..29f48f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gwenview.svg @@ -0,0 +1 @@ +nomacs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gwibber.svg b/.local/share/icons/Nordic/apps/scalable/gwibber.svg new file mode 120000 index 0000000..894e8e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gwibber.svg @@ -0,0 +1 @@ +twitter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gwoffice.svg b/.local/share/icons/Nordic/apps/scalable/gwoffice.svg new file mode 100644 index 0000000..25b650b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gwoffice.svg @@ -0,0 +1,60 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/gworldclock.svg b/.local/share/icons/Nordic/apps/scalable/gworldclock.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gworldclock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gxine.svg b/.local/share/icons/Nordic/apps/scalable/gxine.svg new file mode 120000 index 0000000..052b506 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gxine.svg @@ -0,0 +1 @@ +xine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gxneur.svg b/.local/share/icons/Nordic/apps/scalable/gxneur.svg new file mode 120000 index 0000000..a52bbb5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gxneur.svg @@ -0,0 +1 @@ +xneur.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/gydl.svg b/.local/share/icons/Nordic/apps/scalable/gydl.svg new file mode 120000 index 0000000..68228e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/gydl.svg @@ -0,0 +1 @@ +youtube-dl.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hamster-applet.svg b/.local/share/icons/Nordic/apps/scalable/hamster-applet.svg new file mode 120000 index 0000000..04a836a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hamster-applet.svg @@ -0,0 +1 @@ +hamster.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hamster-indicator.svg b/.local/share/icons/Nordic/apps/scalable/hamster-indicator.svg new file mode 120000 index 0000000..04a836a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hamster-indicator.svg @@ -0,0 +1 @@ +hamster.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hamster-time-tracker.svg b/.local/share/icons/Nordic/apps/scalable/hamster-time-tracker.svg new file mode 120000 index 0000000..04a836a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hamster-time-tracker.svg @@ -0,0 +1 @@ +hamster.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hamster.svg b/.local/share/icons/Nordic/apps/scalable/hamster.svg new file mode 100644 index 0000000..8d63543 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hamster.svg @@ -0,0 +1,952 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/handbrake.svg b/.local/share/icons/Nordic/apps/scalable/handbrake.svg new file mode 120000 index 0000000..01f4e43 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/handbrake.svg @@ -0,0 +1 @@ +hb-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/harddrake.svg b/.local/share/icons/Nordic/apps/scalable/harddrake.svg new file mode 120000 index 0000000..1f9cbf3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/harddrake.svg @@ -0,0 +1 @@ +video-card.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/harddrake2.svg b/.local/share/icons/Nordic/apps/scalable/harddrake2.svg new file mode 120000 index 0000000..7bf78e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/harddrake2.svg @@ -0,0 +1 @@ +hardinfo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hardinfo.svg b/.local/share/icons/Nordic/apps/scalable/hardinfo.svg new file mode 100644 index 0000000..2211765 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hardinfo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/haroopad.svg b/.local/share/icons/Nordic/apps/scalable/haroopad.svg new file mode 100644 index 0000000..292d52f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/haroopad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hb-icon.svg b/.local/share/icons/Nordic/apps/scalable/hb-icon.svg new file mode 100644 index 0000000..7287bc7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hb-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hedgewars.svg b/.local/share/icons/Nordic/apps/scalable/hedgewars.svg new file mode 100644 index 0000000..509049d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hedgewars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/heimer.svg b/.local/share/icons/Nordic/apps/scalable/heimer.svg new file mode 120000 index 0000000..fb5edfa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/heimer.svg @@ -0,0 +1 @@ +semantik.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/help-about.svg b/.local/share/icons/Nordic/apps/scalable/help-about.svg new file mode 120000 index 0000000..ad95326 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/help-about.svg @@ -0,0 +1 @@ +about.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/help-browser.svg b/.local/share/icons/Nordic/apps/scalable/help-browser.svg new file mode 120000 index 0000000..29abcb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/help-browser.svg @@ -0,0 +1 @@ +gtk-info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/help-contents b/.local/share/icons/Nordic/apps/scalable/help-contents new file mode 120000 index 0000000..74f27a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/help-contents @@ -0,0 +1 @@ +help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/help-contents.svg b/.local/share/icons/Nordic/apps/scalable/help-contents.svg new file mode 120000 index 0000000..74f27a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/help-contents.svg @@ -0,0 +1 @@ +help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/help-faq.svg b/.local/share/icons/Nordic/apps/scalable/help-faq.svg new file mode 120000 index 0000000..ebf599d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/help-faq.svg @@ -0,0 +1 @@ +notification.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/help-info.svg b/.local/share/icons/Nordic/apps/scalable/help-info.svg new file mode 120000 index 0000000..cad5391 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/help-info.svg @@ -0,0 +1 @@ +info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/help-keyboard-shortcuts.svg b/.local/share/icons/Nordic/apps/scalable/help-keyboard-shortcuts.svg new file mode 120000 index 0000000..74f27a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/help-keyboard-shortcuts.svg @@ -0,0 +1 @@ +help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/help.svg b/.local/share/icons/Nordic/apps/scalable/help.svg new file mode 100644 index 0000000..7e6a4db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/help_browser.svg b/.local/share/icons/Nordic/apps/scalable/help_browser.svg new file mode 120000 index 0000000..e855b95 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/help_browser.svg @@ -0,0 +1 @@ +browser-help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hexchat.svg b/.local/share/icons/Nordic/apps/scalable/hexchat.svg new file mode 100644 index 0000000..b3d6c6a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hexchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hfhhnacclhffhdffklopdkcgdhifgngh-Default.svg b/.local/share/icons/Nordic/apps/scalable/hfhhnacclhffhdffklopdkcgdhifgngh-Default.svg new file mode 120000 index 0000000..0804e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hfhhnacclhffhdffklopdkcgdhifgngh-Default.svg @@ -0,0 +1 @@ +screenie.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hi16-app-photolayoutseditor.svg b/.local/share/icons/Nordic/apps/scalable/hi16-app-photolayoutseditor.svg new file mode 120000 index 0000000..094639b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hi16-app-photolayoutseditor.svg @@ -0,0 +1 @@ +applications-graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hi22-app-photolayoutseditor.svg b/.local/share/icons/Nordic/apps/scalable/hi22-app-photolayoutseditor.svg new file mode 120000 index 0000000..094639b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hi22-app-photolayoutseditor.svg @@ -0,0 +1 @@ +applications-graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hi28-app-photolayoutseditor.svg b/.local/share/icons/Nordic/apps/scalable/hi28-app-photolayoutseditor.svg new file mode 120000 index 0000000..094639b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hi28-app-photolayoutseditor.svg @@ -0,0 +1 @@ +applications-graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hi32-app-photolayoutseditor.svg b/.local/share/icons/Nordic/apps/scalable/hi32-app-photolayoutseditor.svg new file mode 120000 index 0000000..094639b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hi32-app-photolayoutseditor.svg @@ -0,0 +1 @@ +applications-graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hi48-app-photolayoutseditor.svg b/.local/share/icons/Nordic/apps/scalable/hi48-app-photolayoutseditor.svg new file mode 120000 index 0000000..094639b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hi48-app-photolayoutseditor.svg @@ -0,0 +1 @@ +applications-graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hi64-app-photolayoutseditor.svg b/.local/share/icons/Nordic/apps/scalable/hi64-app-photolayoutseditor.svg new file mode 120000 index 0000000..094639b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hi64-app-photolayoutseditor.svg @@ -0,0 +1 @@ +applications-graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hi64-apps-ffado.svg b/.local/share/icons/Nordic/apps/scalable/hi64-apps-ffado.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hi64-apps-ffado.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/higan.svg b/.local/share/icons/Nordic/apps/scalable/higan.svg new file mode 120000 index 0000000..2f6dc60 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/higan.svg @@ -0,0 +1 @@ +fceux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hitori.svg b/.local/share/icons/Nordic/apps/scalable/hitori.svg new file mode 100644 index 0000000..8e9c1d5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hitori.svg @@ -0,0 +1,207 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/homebank.svg b/.local/share/icons/Nordic/apps/scalable/homebank.svg new file mode 100644 index 0000000..3f43e2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/homebank.svg @@ -0,0 +1,15079 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/hotot.svg b/.local/share/icons/Nordic/apps/scalable/hotot.svg new file mode 120000 index 0000000..894e8e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hotot.svg @@ -0,0 +1 @@ +twitter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hotwire.svg b/.local/share/icons/Nordic/apps/scalable/hotwire.svg new file mode 120000 index 0000000..08ba74f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hotwire.svg @@ -0,0 +1 @@ +utilities-terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hourglass.svg b/.local/share/icons/Nordic/apps/scalable/hourglass.svg new file mode 120000 index 0000000..9f07aea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hourglass.svg @@ -0,0 +1 @@ +preferences-system-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/htop.svg b/.local/share/icons/Nordic/apps/scalable/htop.svg new file mode 120000 index 0000000..b6e5cee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/htop.svg @@ -0,0 +1 @@ +utilities-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hugin.svg b/.local/share/icons/Nordic/apps/scalable/hugin.svg new file mode 120000 index 0000000..094639b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hugin.svg @@ -0,0 +1 @@ +applications-graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hw-probe.svg b/.local/share/icons/Nordic/apps/scalable/hw-probe.svg new file mode 100644 index 0000000..de8007a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hw-probe.svg @@ -0,0 +1,936 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/hwbrowser.svg b/.local/share/icons/Nordic/apps/scalable/hwbrowser.svg new file mode 120000 index 0000000..7bf78e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hwbrowser.svg @@ -0,0 +1 @@ +hardinfo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/hwinfo.svg b/.local/share/icons/Nordic/apps/scalable/hwinfo.svg new file mode 120000 index 0000000..7bf78e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/hwinfo.svg @@ -0,0 +1 @@ +hardinfo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/i-network-printer.svg b/.local/share/icons/Nordic/apps/scalable/i-network-printer.svg new file mode 120000 index 0000000..fb4f8da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/i-network-printer.svg @@ -0,0 +1 @@ +cups.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ibus-bopomofo.svg b/.local/share/icons/Nordic/apps/scalable/ibus-bopomofo.svg new file mode 100644 index 0000000..c095b46 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ibus-bopomofo.svg @@ -0,0 +1,945 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/ibus-daemon.svg b/.local/share/icons/Nordic/apps/scalable/ibus-daemon.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ibus-daemon.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ibus-engine.svg b/.local/share/icons/Nordic/apps/scalable/ibus-engine.svg new file mode 120000 index 0000000..ed6fc03 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ibus-engine.svg @@ -0,0 +1 @@ +ibus.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ibus-keyboard.svg b/.local/share/icons/Nordic/apps/scalable/ibus-keyboard.svg new file mode 120000 index 0000000..d14a5be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ibus-keyboard.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ibus-pinyin.svg b/.local/share/icons/Nordic/apps/scalable/ibus-pinyin.svg new file mode 100644 index 0000000..dae2409 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ibus-pinyin.svg @@ -0,0 +1,170 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/ibus-setup-chewing.svg b/.local/share/icons/Nordic/apps/scalable/ibus-setup-chewing.svg new file mode 120000 index 0000000..7ba4759 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ibus-setup-chewing.svg @@ -0,0 +1 @@ +ibus-daemon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ibus-setup-hangul.svg b/.local/share/icons/Nordic/apps/scalable/ibus-setup-hangul.svg new file mode 120000 index 0000000..ed6fc03 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ibus-setup-hangul.svg @@ -0,0 +1 @@ +ibus.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ibus-setup.svg b/.local/share/icons/Nordic/apps/scalable/ibus-setup.svg new file mode 120000 index 0000000..7ba4759 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ibus-setup.svg @@ -0,0 +1 @@ +ibus-daemon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ibus.svg b/.local/share/icons/Nordic/apps/scalable/ibus.svg new file mode 120000 index 0000000..7ba4759 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ibus.svg @@ -0,0 +1 @@ +ibus-daemon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/icaconfigmgr.svg b/.local/share/icons/Nordic/apps/scalable/icaconfigmgr.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/icaconfigmgr.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/icaconncenter.svg b/.local/share/icons/Nordic/apps/scalable/icaconncenter.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/icaconncenter.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/icamanager.svg b/.local/share/icons/Nordic/apps/scalable/icamanager.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/icamanager.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/icaselfservice.svg b/.local/share/icons/Nordic/apps/scalable/icaselfservice.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/icaselfservice.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ice.svg b/.local/share/icons/Nordic/apps/scalable/ice.svg new file mode 100644 index 0000000..b0d6ecd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ice.svg @@ -0,0 +1,98 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/icon_epdfview-24.svg b/.local/share/icons/Nordic/apps/scalable/icon_epdfview-24.svg new file mode 120000 index 0000000..e7bda03 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/icon_epdfview-24.svg @@ -0,0 +1 @@ +okular.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/icon_epdfview-32.svg b/.local/share/icons/Nordic/apps/scalable/icon_epdfview-32.svg new file mode 120000 index 0000000..e7bda03 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/icon_epdfview-32.svg @@ -0,0 +1 @@ +okular.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/icon_epdfview-48.svg b/.local/share/icons/Nordic/apps/scalable/icon_epdfview-48.svg new file mode 120000 index 0000000..e7bda03 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/icon_epdfview-48.svg @@ -0,0 +1 @@ +okular.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/iconoscope.svg b/.local/share/icons/Nordic/apps/scalable/iconoscope.svg new file mode 100644 index 0000000..dd3f83d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/iconoscope.svg @@ -0,0 +1,2772 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/icons.svg b/.local/share/icons/Nordic/apps/scalable/icons.svg new file mode 120000 index 0000000..f1c66af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/icons.svg @@ -0,0 +1 @@ +conky.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/idea-ultimate.svg b/.local/share/icons/Nordic/apps/scalable/idea-ultimate.svg new file mode 120000 index 0000000..760b0ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/idea-ultimate.svg @@ -0,0 +1 @@ +intellij.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/idea.svg b/.local/share/icons/Nordic/apps/scalable/idea.svg new file mode 120000 index 0000000..760b0ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/idea.svg @@ -0,0 +1 @@ +intellij.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/idevice.svg b/.local/share/icons/Nordic/apps/scalable/idevice.svg new file mode 100644 index 0000000..18666f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/idevice.svg @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/idle-python2.6.svg b/.local/share/icons/Nordic/apps/scalable/idle-python2.6.svg new file mode 120000 index 0000000..17e28a2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/idle-python2.6.svg @@ -0,0 +1 @@ +python-all.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/iease-music.svg b/.local/share/icons/Nordic/apps/scalable/iease-music.svg new file mode 120000 index 0000000..0ee17a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/iease-music.svg @@ -0,0 +1 @@ +google-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/im-config.svg b/.local/share/icons/Nordic/apps/scalable/im-config.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/im-config.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/im-msn.svg b/.local/share/icons/Nordic/apps/scalable/im-msn.svg new file mode 120000 index 0000000..0756da4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/im-msn.svg @@ -0,0 +1 @@ +windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/im-skype.svg b/.local/share/icons/Nordic/apps/scalable/im-skype.svg new file mode 120000 index 0000000..c233e23 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/im-skype.svg @@ -0,0 +1 @@ +skype.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/im-telegram.svg b/.local/share/icons/Nordic/apps/scalable/im-telegram.svg new file mode 120000 index 0000000..8fa96d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/im-telegram.svg @@ -0,0 +1 @@ +telegram.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/im.dino.Dino.svg b/.local/share/icons/Nordic/apps/scalable/im.dino.Dino.svg new file mode 100644 index 0000000..f39c505 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/im.dino.Dino.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/im.pidgin.Pidgin.svg b/.local/share/icons/Nordic/apps/scalable/im.pidgin.Pidgin.svg new file mode 120000 index 0000000..778691e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/im.pidgin.Pidgin.svg @@ -0,0 +1 @@ +pidgin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/im.riot.Riot.svg b/.local/share/icons/Nordic/apps/scalable/im.riot.Riot.svg new file mode 120000 index 0000000..5bb245c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/im.riot.Riot.svg @@ -0,0 +1 @@ +riot-web.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/image-viewer.svg b/.local/share/icons/Nordic/apps/scalable/image-viewer.svg new file mode 120000 index 0000000..89b072f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/image-viewer.svg @@ -0,0 +1 @@ +multimedia-photo-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/imagemagick.svg b/.local/share/icons/Nordic/apps/scalable/imagemagick.svg new file mode 100644 index 0000000..39aebaf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/imagemagick.svg @@ -0,0 +1,114 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/imageviewer.svg b/.local/share/icons/Nordic/apps/scalable/imageviewer.svg new file mode 120000 index 0000000..e8e460b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/imageviewer.svg @@ -0,0 +1 @@ +accessories-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/imagewriter.svg b/.local/share/icons/Nordic/apps/scalable/imagewriter.svg new file mode 100644 index 0000000..5e0fc8e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/imagewriter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/imagination.svg b/.local/share/icons/Nordic/apps/scalable/imagination.svg new file mode 120000 index 0000000..89b072f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/imagination.svg @@ -0,0 +1 @@ +multimedia-photo-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/imap.svg b/.local/share/icons/Nordic/apps/scalable/imap.svg new file mode 120000 index 0000000..26b10f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/imap.svg @@ -0,0 +1 @@ +internet-mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/indicator-applet.svg b/.local/share/icons/Nordic/apps/scalable/indicator-applet.svg new file mode 120000 index 0000000..cad5391 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/indicator-applet.svg @@ -0,0 +1 @@ +info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/indicator-china-weather.svg b/.local/share/icons/Nordic/apps/scalable/indicator-china-weather.svg new file mode 120000 index 0000000..4f715a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/indicator-china-weather.svg @@ -0,0 +1 @@ +org.gnome.Weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/indicator-privacy.svg b/.local/share/icons/Nordic/apps/scalable/indicator-privacy.svg new file mode 120000 index 0000000..e1b9885 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/indicator-privacy.svg @@ -0,0 +1 @@ +document-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/indicator-sensors.svg b/.local/share/icons/Nordic/apps/scalable/indicator-sensors.svg new file mode 120000 index 0000000..349f2c7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/indicator-sensors.svg @@ -0,0 +1 @@ +psensor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/indicator-sound-switcher.svg b/.local/share/icons/Nordic/apps/scalable/indicator-sound-switcher.svg new file mode 120000 index 0000000..4eae085 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/indicator-sound-switcher.svg @@ -0,0 +1 @@ +kmix.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/indicator-weather.svg b/.local/share/icons/Nordic/apps/scalable/indicator-weather.svg new file mode 120000 index 0000000..8103a34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/indicator-weather.svg @@ -0,0 +1 @@ +weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/info.bibletime.BibleTime.svg b/.local/share/icons/Nordic/apps/scalable/info.bibletime.BibleTime.svg new file mode 120000 index 0000000..2d1b284 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/info.bibletime.BibleTime.svg @@ -0,0 +1 @@ +bibletime.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/info.svg b/.local/share/icons/Nordic/apps/scalable/info.svg new file mode 120000 index 0000000..29abcb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/info.svg @@ -0,0 +1 @@ +gtk-info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/inkscape-logo.svg b/.local/share/icons/Nordic/apps/scalable/inkscape-logo.svg new file mode 120000 index 0000000..ca1fc7a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/inkscape-logo.svg @@ -0,0 +1 @@ +inkscape.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/inkscape.svg b/.local/share/icons/Nordic/apps/scalable/inkscape.svg new file mode 100644 index 0000000..90f0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/inkscape.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/inkscape.viewer.svg b/.local/share/icons/Nordic/apps/scalable/inkscape.viewer.svg new file mode 120000 index 0000000..ca1fc7a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/inkscape.viewer.svg @@ -0,0 +1 @@ +inkscape.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/input-keyboard.svg b/.local/share/icons/Nordic/apps/scalable/input-keyboard.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/input-keyboard.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/insight.svg b/.local/share/icons/Nordic/apps/scalable/insight.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/insight.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/insomnia.svg b/.local/share/icons/Nordic/apps/scalable/insomnia.svg new file mode 100644 index 0000000..34c81db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/insomnia.svg @@ -0,0 +1,1094 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/intellij-idea-ce.svg b/.local/share/icons/Nordic/apps/scalable/intellij-idea-ce.svg new file mode 120000 index 0000000..760b0ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/intellij-idea-ce.svg @@ -0,0 +1 @@ +intellij.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/intellij-idea-community.svg b/.local/share/icons/Nordic/apps/scalable/intellij-idea-community.svg new file mode 120000 index 0000000..760b0ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/intellij-idea-community.svg @@ -0,0 +1 @@ +intellij.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/intellij-idea-ue-bundled-jre.svg b/.local/share/icons/Nordic/apps/scalable/intellij-idea-ue-bundled-jre.svg new file mode 120000 index 0000000..760b0ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/intellij-idea-ue-bundled-jre.svg @@ -0,0 +1 @@ +intellij.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/intellij-idea-ultimate-edition.svg b/.local/share/icons/Nordic/apps/scalable/intellij-idea-ultimate-edition.svg new file mode 120000 index 0000000..760b0ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/intellij-idea-ultimate-edition.svg @@ -0,0 +1 @@ +intellij.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/intellij-idea-ultimate.svg b/.local/share/icons/Nordic/apps/scalable/intellij-idea-ultimate.svg new file mode 120000 index 0000000..760b0ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/intellij-idea-ultimate.svg @@ -0,0 +1 @@ +intellij.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/intellij-idea.svg b/.local/share/icons/Nordic/apps/scalable/intellij-idea.svg new file mode 120000 index 0000000..760b0ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/intellij-idea.svg @@ -0,0 +1 @@ +intellij.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/intellij.svg b/.local/share/icons/Nordic/apps/scalable/intellij.svg new file mode 100644 index 0000000..6117301 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/intellij.svg @@ -0,0 +1,85 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/intellij_idea.svg b/.local/share/icons/Nordic/apps/scalable/intellij_idea.svg new file mode 120000 index 0000000..760b0ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/intellij_idea.svg @@ -0,0 +1 @@ +intellij.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/internet-archive.svg b/.local/share/icons/Nordic/apps/scalable/internet-archive.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/internet-archive.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/internet-feed-reader.svg b/.local/share/icons/Nordic/apps/scalable/internet-feed-reader.svg new file mode 120000 index 0000000..0c771e9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/internet-feed-reader.svg @@ -0,0 +1 @@ +rss.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/internet-mail.old.svg b/.local/share/icons/Nordic/apps/scalable/internet-mail.old.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/internet-mail.old.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/internet-mail.svg b/.local/share/icons/Nordic/apps/scalable/internet-mail.svg new file mode 100644 index 0000000..99497f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/internet-mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/internet-news-reader-alt.svg b/.local/share/icons/Nordic/apps/scalable/internet-news-reader-alt.svg new file mode 100644 index 0000000..1736912 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/internet-news-reader-alt.svg @@ -0,0 +1,6896 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/internet-news-reader.svg b/.local/share/icons/Nordic/apps/scalable/internet-news-reader.svg new file mode 120000 index 0000000..cd2f63b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/internet-news-reader.svg @@ -0,0 +1 @@ +org.gnome.News.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/internet-web-browser.svg b/.local/share/icons/Nordic/apps/scalable/internet-web-browser.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/internet-web-browser.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/internet.svg b/.local/share/icons/Nordic/apps/scalable/internet.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/internet.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/internet_mail.svg b/.local/share/icons/Nordic/apps/scalable/internet_mail.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/internet_mail.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.atom.Atom.svg b/.local/share/icons/Nordic/apps/scalable/io.atom.Atom.svg new file mode 120000 index 0000000..cf7e364 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.atom.Atom.svg @@ -0,0 +1 @@ +atom.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.atom.electron.BaseApp.svg b/.local/share/icons/Nordic/apps/scalable/io.atom.electron.BaseApp.svg new file mode 120000 index 0000000..0a8bb49 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.atom.electron.BaseApp.svg @@ -0,0 +1 @@ +electron.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.brackets.Brackets.svg b/.local/share/icons/Nordic/apps/scalable/io.brackets.Brackets.svg new file mode 120000 index 0000000..c064636 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.brackets.Brackets.svg @@ -0,0 +1 @@ +brackets.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.appcenter.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.appcenter.svg new file mode 120000 index 0000000..7e458b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.appcenter.svg @@ -0,0 +1 @@ +system-software-install.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.calculator.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.calculator.svg new file mode 120000 index 0000000..9bce370 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.calculator.svg @@ -0,0 +1 @@ +calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.calendar.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.calendar.svg new file mode 120000 index 0000000..2b85387 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.calendar.svg @@ -0,0 +1 @@ +office-calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.camera.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.camera.svg new file mode 120000 index 0000000..6e314c5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.camera.svg @@ -0,0 +1 @@ +accessories-camera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.code.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.code.svg new file mode 120000 index 0000000..d8e87ac --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.code.svg @@ -0,0 +1 @@ +elementary-code.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.files.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.files.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.files.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.mail.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.mail.svg new file mode 120000 index 0000000..0dd6899 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.mail.svg @@ -0,0 +1 @@ +geary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.music.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.music.svg new file mode 120000 index 0000000..790c8c3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.music.svg @@ -0,0 +1 @@ +multimedia-audio-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.photos-viewer.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.photos-viewer.svg new file mode 120000 index 0000000..51be258 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.photos-viewer.svg @@ -0,0 +1 @@ +shotwell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.photos.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.photos.svg new file mode 120000 index 0000000..51be258 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.photos.svg @@ -0,0 +1 @@ +shotwell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.screenshot-tool.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.screenshot-tool.svg new file mode 120000 index 0000000..a5d78dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.screenshot-tool.svg @@ -0,0 +1 @@ +accessories-screenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.switchboard.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.switchboard.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.switchboard.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.terminal.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.terminal.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.terminal.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.elementary.videos.svg b/.local/share/icons/Nordic/apps/scalable/io.elementary.videos.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.elementary.videos.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.freetubeapp.FreeTube.svg b/.local/share/icons/Nordic/apps/scalable/io.freetubeapp.FreeTube.svg new file mode 120000 index 0000000..2508fb1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.freetubeapp.FreeTube.svg @@ -0,0 +1 @@ +freetube.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.Celluloid.svg b/.local/share/icons/Nordic/apps/scalable/io.github.Celluloid.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.Celluloid.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.GnomeMpv.svg b/.local/share/icons/Nordic/apps/scalable/io.github.GnomeMpv.svg new file mode 120000 index 0000000..2dd814a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.GnomeMpv.svg @@ -0,0 +1 @@ +gnome-mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.Hexchat.svg b/.local/share/icons/Nordic/apps/scalable/io.github.Hexchat.svg new file mode 120000 index 0000000..e597c17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.Hexchat.svg @@ -0,0 +1 @@ +xchat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.Pithos.svg b/.local/share/icons/Nordic/apps/scalable/io.github.Pithos.svg new file mode 120000 index 0000000..8c29b40 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.Pithos.svg @@ -0,0 +1 @@ +sonata.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.TransmissionRemoteGtk.svg b/.local/share/icons/Nordic/apps/scalable/io.github.TransmissionRemoteGtk.svg new file mode 120000 index 0000000..72adf73 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.TransmissionRemoteGtk.svg @@ -0,0 +1 @@ +transmission-remote-gtk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.antimicrox.antimicrox.svg b/.local/share/icons/Nordic/apps/scalable/io.github.antimicrox.antimicrox.svg new file mode 100644 index 0000000..efa8eea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.antimicrox.antimicrox.svg @@ -0,0 +1,515 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.arunsivaramanneo.GPUViewer.svg b/.local/share/icons/Nordic/apps/scalable/io.github.arunsivaramanneo.GPUViewer.svg new file mode 120000 index 0000000..efc6e8d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.arunsivaramanneo.GPUViewer.svg @@ -0,0 +1 @@ +GPU_Viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.celluloid-player.Celluloid.svg b/.local/share/icons/Nordic/apps/scalable/io.github.celluloid-player.Celluloid.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.celluloid-player.Celluloid.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.jkozera.ZevDocs.svg b/.local/share/icons/Nordic/apps/scalable/io.github.jkozera.ZevDocs.svg new file mode 120000 index 0000000..c410bbf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.jkozera.ZevDocs.svg @@ -0,0 +1 @@ +devhelp.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.jliljebl.Flowblade.svg b/.local/share/icons/Nordic/apps/scalable/io.github.jliljebl.Flowblade.svg new file mode 100644 index 0000000..2aadb8d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.jliljebl.Flowblade.svg @@ -0,0 +1,86 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.openWMail.openWMail.svg b/.local/share/icons/Nordic/apps/scalable/io.github.openWMail.openWMail.svg new file mode 120000 index 0000000..535ba00 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.openWMail.openWMail.svg @@ -0,0 +1 @@ +gmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.qalculate.Qalculate.svg b/.local/share/icons/Nordic/apps/scalable/io.github.qalculate.Qalculate.svg new file mode 120000 index 0000000..f3815da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.qalculate.Qalculate.svg @@ -0,0 +1 @@ +qalculate.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.quodlibet.QuodLibet.svg b/.local/share/icons/Nordic/apps/scalable/io.github.quodlibet.QuodLibet.svg new file mode 120000 index 0000000..baa6013 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.quodlibet.QuodLibet.svg @@ -0,0 +1 @@ +quodlibet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.github.wereturtle.ghostwriter.svg b/.local/share/icons/Nordic/apps/scalable/io.github.wereturtle.ghostwriter.svg new file mode 120000 index 0000000..edbf8f7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.github.wereturtle.ghostwriter.svg @@ -0,0 +1 @@ +ghostwriter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.liri.BaseApp.svg b/.local/share/icons/Nordic/apps/scalable/io.liri.BaseApp.svg new file mode 120000 index 0000000..9c1d0c7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.liri.BaseApp.svg @@ -0,0 +1 @@ +liri.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.liri.Calculator.svg b/.local/share/icons/Nordic/apps/scalable/io.liri.Calculator.svg new file mode 120000 index 0000000..9bce370 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.liri.Calculator.svg @@ -0,0 +1 @@ +calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.liri.Text.svg b/.local/share/icons/Nordic/apps/scalable/io.liri.Text.svg new file mode 120000 index 0000000..ca6c483 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.liri.Text.svg @@ -0,0 +1 @@ +text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/io.mpv.Mpv.svg b/.local/share/icons/Nordic/apps/scalable/io.mpv.Mpv.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/io.mpv.Mpv.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/iok.svg b/.local/share/icons/Nordic/apps/scalable/iok.svg new file mode 120000 index 0000000..f115475 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/iok.svg @@ -0,0 +1 @@ +onboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ipub.svg b/.local/share/icons/Nordic/apps/scalable/ipub.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ipub.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ipython-doc.svg b/.local/share/icons/Nordic/apps/scalable/ipython-doc.svg new file mode 120000 index 0000000..17e28a2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ipython-doc.svg @@ -0,0 +1 @@ +python-all.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ipython-qtconsole.svg b/.local/share/icons/Nordic/apps/scalable/ipython-qtconsole.svg new file mode 120000 index 0000000..17e28a2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ipython-qtconsole.svg @@ -0,0 +1 @@ +python-all.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ipython.org.svg b/.local/share/icons/Nordic/apps/scalable/ipython.org.svg new file mode 120000 index 0000000..53cbe2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ipython.org.svg @@ -0,0 +1 @@ +ipython.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ipython.svg b/.local/share/icons/Nordic/apps/scalable/ipython.svg new file mode 100644 index 0000000..e1566f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ipython.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ipython3.svg b/.local/share/icons/Nordic/apps/scalable/ipython3.svg new file mode 120000 index 0000000..17e28a2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ipython3.svg @@ -0,0 +1 @@ +python-all.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/irc-chat.svg b/.local/share/icons/Nordic/apps/scalable/irc-chat.svg new file mode 120000 index 0000000..45d25b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/irc-chat.svg @@ -0,0 +1 @@ +org.gnome.Polari.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/iso-image-burn.svg b/.local/share/icons/Nordic/apps/scalable/iso-image-burn.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/iso-image-burn.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/isoimagewriter.svg b/.local/share/icons/Nordic/apps/scalable/isoimagewriter.svg new file mode 120000 index 0000000..6558433 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/isoimagewriter.svg @@ -0,0 +1 @@ +multibootusb.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/istanbul.svg b/.local/share/icons/Nordic/apps/scalable/istanbul.svg new file mode 120000 index 0000000..9100e9c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/istanbul.svg @@ -0,0 +1 @@ +simplescreenrecorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/itch.svg b/.local/share/icons/Nordic/apps/scalable/itch.svg new file mode 100644 index 0000000..825f9f0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/itch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/itunes.svg b/.local/share/icons/Nordic/apps/scalable/itunes.svg new file mode 120000 index 0000000..9df0f54 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/itunes.svg @@ -0,0 +1 @@ +musique.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jack-mixer.svg b/.local/share/icons/Nordic/apps/scalable/jack-mixer.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jack-mixer.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jack.svg b/.local/share/icons/Nordic/apps/scalable/jack.svg new file mode 120000 index 0000000..66b55dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jack.svg @@ -0,0 +1 @@ +qjackctl.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jack_mixer.svg b/.local/share/icons/Nordic/apps/scalable/jack_mixer.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jack_mixer.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jackeq.svg b/.local/share/icons/Nordic/apps/scalable/jackeq.svg new file mode 120000 index 0000000..34ea9b6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jackeq.svg @@ -0,0 +1 @@ +jack.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jami.svg b/.local/share/icons/Nordic/apps/scalable/jami.svg new file mode 120000 index 0000000..b57bb8c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jami.svg @@ -0,0 +1 @@ +ring.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jamin.svg b/.local/share/icons/Nordic/apps/scalable/jamin.svg new file mode 120000 index 0000000..d025f1c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jamin.svg @@ -0,0 +1 @@ +music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/java-1.6.0.svg b/.local/share/icons/Nordic/apps/scalable/java-1.6.0.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/java-1.6.0.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/java-1.7.0.svg b/.local/share/icons/Nordic/apps/scalable/java-1.7.0.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/java-1.7.0.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/java-1.8.0-openjdk.svg b/.local/share/icons/Nordic/apps/scalable/java-1.8.0-openjdk.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/java-1.8.0-openjdk.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/java-1.8.0.svg b/.local/share/icons/Nordic/apps/scalable/java-1.8.0.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/java-1.8.0.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/java-1.9.0.svg b/.local/share/icons/Nordic/apps/scalable/java-1.9.0.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/java-1.9.0.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/java.svg b/.local/share/icons/Nordic/apps/scalable/java.svg new file mode 100644 index 0000000..20c981b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/java.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/java10-openjdk.svg b/.local/share/icons/Nordic/apps/scalable/java10-openjdk.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/java10-openjdk.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/java11-openjdk.svg b/.local/share/icons/Nordic/apps/scalable/java11-openjdk.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/java11-openjdk.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/java8-openjdk.svg b/.local/share/icons/Nordic/apps/scalable/java8-openjdk.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/java8-openjdk.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/java8.svg b/.local/share/icons/Nordic/apps/scalable/java8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/java8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/java9-openjdk.svg b/.local/share/icons/Nordic/apps/scalable/java9-openjdk.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/java9-openjdk.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/javaws.svg b/.local/share/icons/Nordic/apps/scalable/javaws.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/javaws.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jazzradio.svg b/.local/share/icons/Nordic/apps/scalable/jazzradio.svg new file mode 120000 index 0000000..d025f1c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jazzradio.svg @@ -0,0 +1 @@ +music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jedit.svg b/.local/share/icons/Nordic/apps/scalable/jedit.svg new file mode 120000 index 0000000..6bccf22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jedit.svg @@ -0,0 +1 @@ +gedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jeex.svg b/.local/share/icons/Nordic/apps/scalable/jeex.svg new file mode 120000 index 0000000..601daaa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jeex.svg @@ -0,0 +1 @@ +okteta.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jetbrains-intellij-idea.svg b/.local/share/icons/Nordic/apps/scalable/jetbrains-intellij-idea.svg new file mode 120000 index 0000000..6c7a72a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jetbrains-intellij-idea.svg @@ -0,0 +1 @@ +idea.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jetbrains-intellij.svg b/.local/share/icons/Nordic/apps/scalable/jetbrains-intellij.svg new file mode 120000 index 0000000..6c7a72a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jetbrains-intellij.svg @@ -0,0 +1 @@ +idea.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jetbrains-phpstorm.svg b/.local/share/icons/Nordic/apps/scalable/jetbrains-phpstorm.svg new file mode 120000 index 0000000..3b0db9e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jetbrains-phpstorm.svg @@ -0,0 +1 @@ +phpstorm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jetbrains-pycharm-edu.svg b/.local/share/icons/Nordic/apps/scalable/jetbrains-pycharm-edu.svg new file mode 120000 index 0000000..9d455f3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jetbrains-pycharm-edu.svg @@ -0,0 +1 @@ +pycharm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jetbrains-pycharm.svg b/.local/share/icons/Nordic/apps/scalable/jetbrains-pycharm.svg new file mode 120000 index 0000000..9d455f3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jetbrains-pycharm.svg @@ -0,0 +1 @@ +pycharm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jetbrains-webstorm.svg b/.local/share/icons/Nordic/apps/scalable/jetbrains-webstorm.svg new file mode 120000 index 0000000..b9025bc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jetbrains-webstorm.svg @@ -0,0 +1 @@ +webstorm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jitsi.meet.svg b/.local/share/icons/Nordic/apps/scalable/jitsi.meet.svg new file mode 100644 index 0000000..77b76f5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jitsi.meet.svg @@ -0,0 +1,65 @@ + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/jockey-gtk.svg b/.local/share/icons/Nordic/apps/scalable/jockey-gtk.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jockey-gtk.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jockey-kde.svg b/.local/share/icons/Nordic/apps/scalable/jockey-kde.svg new file mode 120000 index 0000000..1f9cbf3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jockey-kde.svg @@ -0,0 +1 @@ +video-card.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jockey.svg b/.local/share/icons/Nordic/apps/scalable/jockey.svg new file mode 120000 index 0000000..b4324aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jockey.svg @@ -0,0 +1 @@ +software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/joplin.svg b/.local/share/icons/Nordic/apps/scalable/joplin.svg new file mode 100644 index 0000000..8e59c31 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/joplin.svg @@ -0,0 +1,71 @@ + + + + + + image/svg+xml + + + + + + + + + J + + diff --git a/.local/share/icons/Nordic/apps/scalable/josm-32.svg b/.local/share/icons/Nordic/apps/scalable/josm-32.svg new file mode 120000 index 0000000..59b5c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/josm-32.svg @@ -0,0 +1 @@ +maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/josm-latest.svg b/.local/share/icons/Nordic/apps/scalable/josm-latest.svg new file mode 120000 index 0000000..59b5c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/josm-latest.svg @@ -0,0 +1 @@ +maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/josm.svg b/.local/share/icons/Nordic/apps/scalable/josm.svg new file mode 120000 index 0000000..59b5c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/josm.svg @@ -0,0 +1 @@ +maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/journal.svg b/.local/share/icons/Nordic/apps/scalable/journal.svg new file mode 120000 index 0000000..ca6c483 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/journal.svg @@ -0,0 +1 @@ +text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/jstest-gtk.svg b/.local/share/icons/Nordic/apps/scalable/jstest-gtk.svg new file mode 120000 index 0000000..b5a8d72 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/jstest-gtk.svg @@ -0,0 +1 @@ +antimicro.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/juffed.svg b/.local/share/icons/Nordic/apps/scalable/juffed.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/juffed.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/juk.svg b/.local/share/icons/Nordic/apps/scalable/juk.svg new file mode 100644 index 0000000..15bf772 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/juk.svg @@ -0,0 +1,236 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/k3b.svg b/.local/share/icons/Nordic/apps/scalable/k3b.svg new file mode 100644 index 0000000..48974ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/k3b.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/k9-copy.svg b/.local/share/icons/Nordic/apps/scalable/k9-copy.svg new file mode 100644 index 0000000..7133c61 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/k9-copy.svg @@ -0,0 +1,263 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/k9copy.svg b/.local/share/icons/Nordic/apps/scalable/k9copy.svg new file mode 120000 index 0000000..a60a9dd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/k9copy.svg @@ -0,0 +1 @@ +k9-copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kaaddressbook.svg b/.local/share/icons/Nordic/apps/scalable/kaaddressbook.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kaaddressbook.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kaccess.svg b/.local/share/icons/Nordic/apps/scalable/kaccess.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kaccess.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kaddressbook.svg b/.local/share/icons/Nordic/apps/scalable/kaddressbook.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kaddressbook.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kaffeine.svg b/.local/share/icons/Nordic/apps/scalable/kaffeine.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kaffeine.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kaku.svg b/.local/share/icons/Nordic/apps/scalable/kaku.svg new file mode 100644 index 0000000..2c2f684 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kaku.svg @@ -0,0 +1,98 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/kalarm.svg b/.local/share/icons/Nordic/apps/scalable/kalarm.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kalarm.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kalu.svg b/.local/share/icons/Nordic/apps/scalable/kalu.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kalu.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kamerka.svg b/.local/share/icons/Nordic/apps/scalable/kamerka.svg new file mode 120000 index 0000000..6fe6baa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kamerka.svg @@ -0,0 +1 @@ +cheese.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kamoso.svg b/.local/share/icons/Nordic/apps/scalable/kamoso.svg new file mode 120000 index 0000000..6fe6baa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kamoso.svg @@ -0,0 +1 @@ +cheese.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kapman.svg b/.local/share/icons/Nordic/apps/scalable/kapman.svg new file mode 100644 index 0000000..07fd8e6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kapman.svg @@ -0,0 +1,1082 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/karbon.svg b/.local/share/icons/Nordic/apps/scalable/karbon.svg new file mode 100644 index 0000000..36b0334 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/karbon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kate.svg b/.local/share/icons/Nordic/apps/scalable/kate.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kate.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/katimon.svg b/.local/share/icons/Nordic/apps/scalable/katimon.svg new file mode 120000 index 0000000..b519b7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/katimon.svg @@ -0,0 +1 @@ +amd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/katomic.svg b/.local/share/icons/Nordic/apps/scalable/katomic.svg new file mode 120000 index 0000000..3f0c743 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/katomic.svg @@ -0,0 +1 @@ +atomix.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kazam.svg b/.local/share/icons/Nordic/apps/scalable/kazam.svg new file mode 100644 index 0000000..6380567 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kazam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kbabeldict.svg b/.local/share/icons/Nordic/apps/scalable/kbabeldict.svg new file mode 120000 index 0000000..d9848b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kbabeldict.svg @@ -0,0 +1 @@ +./accessories-dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kbackup.svg b/.local/share/icons/Nordic/apps/scalable/kbackup.svg new file mode 120000 index 0000000..a562f83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kbackup.svg @@ -0,0 +1 @@ +deja-dup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kblogger.svg b/.local/share/icons/Nordic/apps/scalable/kblogger.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kblogger.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kbluetooth.svg b/.local/share/icons/Nordic/apps/scalable/kbluetooth.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kbluetooth.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kbluetooth4-flashing.svg b/.local/share/icons/Nordic/apps/scalable/kbluetooth4-flashing.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kbluetooth4-flashing.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kbluetooth4.svg b/.local/share/icons/Nordic/apps/scalable/kbluetooth4.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kbluetooth4.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kbruch.svg b/.local/share/icons/Nordic/apps/scalable/kbruch.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kbruch.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kbugbuster.svg b/.local/share/icons/Nordic/apps/scalable/kbugbuster.svg new file mode 120000 index 0000000..2778f8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kbugbuster.svg @@ -0,0 +1 @@ +abrt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kbugster.svg b/.local/share/icons/Nordic/apps/scalable/kbugster.svg new file mode 120000 index 0000000..2778f8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kbugster.svg @@ -0,0 +1 @@ +abrt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kcalc.svg b/.local/share/icons/Nordic/apps/scalable/kcalc.svg new file mode 120000 index 0000000..80698d6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kcalc.svg @@ -0,0 +1 @@ +accessories-calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kcharselect.svg b/.local/share/icons/Nordic/apps/scalable/kcharselect.svg new file mode 120000 index 0000000..f04d467 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kcharselect.svg @@ -0,0 +1 @@ +accessories-character-map.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kcharselect1.svg b/.local/share/icons/Nordic/apps/scalable/kcharselect1.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kcharselect1.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kcheckers.svg b/.local/share/icons/Nordic/apps/scalable/kcheckers.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kcheckers.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kchmviewer.svg b/.local/share/icons/Nordic/apps/scalable/kchmviewer.svg new file mode 120000 index 0000000..5ec8e9d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kchmviewer.svg @@ -0,0 +1 @@ +help-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kcmkwm.svg b/.local/share/icons/Nordic/apps/scalable/kcmkwm.svg new file mode 120000 index 0000000..8cc1dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kcmkwm.svg @@ -0,0 +1 @@ +gnome-window-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kcmsound.svg b/.local/share/icons/Nordic/apps/scalable/kcmsound.svg new file mode 120000 index 0000000..04c6d09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kcmsound.svg @@ -0,0 +1 @@ +multimedia-volume-control.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kcnmsound.svg b/.local/share/icons/Nordic/apps/scalable/kcnmsound.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kcnmsound.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kcolorchooser.svg b/.local/share/icons/Nordic/apps/scalable/kcolorchooser.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kcolorchooser.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kcoloreditkcoloredit.svg b/.local/share/icons/Nordic/apps/scalable/kcoloreditkcoloredit.svg new file mode 120000 index 0000000..59e6fa7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kcoloreditkcoloredit.svg @@ -0,0 +1 @@ +agave.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kconsole.svg b/.local/share/icons/Nordic/apps/scalable/kconsole.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kconsole.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kcontrol.svg b/.local/share/icons/Nordic/apps/scalable/kcontrol.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kcontrol.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kdcraw.svg b/.local/share/icons/Nordic/apps/scalable/kdcraw.svg new file mode 120000 index 0000000..6fe6baa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kdcraw.svg @@ -0,0 +1 @@ +cheese.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kde-frameworks.svg b/.local/share/icons/Nordic/apps/scalable/kde-frameworks.svg new file mode 120000 index 0000000..eeb0366 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kde-frameworks.svg @@ -0,0 +1 @@ +desktop-environment-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kde-gtk-config.svg b/.local/share/icons/Nordic/apps/scalable/kde-gtk-config.svg new file mode 100644 index 0000000..96ec7ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kde-gtk-config.svg @@ -0,0 +1 @@ +GTKGTK \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kde-logo.svg b/.local/share/icons/Nordic/apps/scalable/kde-logo.svg new file mode 120000 index 0000000..eeb0366 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kde-logo.svg @@ -0,0 +1 @@ +desktop-environment-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kde-utilities-system-monitor.svg b/.local/share/icons/Nordic/apps/scalable/kde-utilities-system-monitor.svg new file mode 120000 index 0000000..93dc759 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kde-utilities-system-monitor.svg @@ -0,0 +1 @@ +top.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kde-windows.svg b/.local/share/icons/Nordic/apps/scalable/kde-windows.svg new file mode 120000 index 0000000..eeb0366 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kde-windows.svg @@ -0,0 +1 @@ +desktop-environment-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kde.svg b/.local/share/icons/Nordic/apps/scalable/kde.svg new file mode 120000 index 0000000..eeb0366 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kde.svg @@ -0,0 +1 @@ +desktop-environment-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kdeapp.svg b/.local/share/icons/Nordic/apps/scalable/kdeapp.svg new file mode 120000 index 0000000..eeb0366 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kdeapp.svg @@ -0,0 +1 @@ +desktop-environment-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kdebluetooth.svg b/.local/share/icons/Nordic/apps/scalable/kdebluetooth.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kdebluetooth.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kded5.svg b/.local/share/icons/Nordic/apps/scalable/kded5.svg new file mode 120000 index 0000000..e7a4d9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kded5.svg @@ -0,0 +1 @@ +preferences-system-power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kdeneur.svg b/.local/share/icons/Nordic/apps/scalable/kdeneur.svg new file mode 120000 index 0000000..a52bbb5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kdeneur.svg @@ -0,0 +1 @@ +xneur.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kdenlive.svg b/.local/share/icons/Nordic/apps/scalable/kdenlive.svg new file mode 100644 index 0000000..3b956d5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kdenlive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kdepim-dropbox.svg b/.local/share/icons/Nordic/apps/scalable/kdepim-dropbox.svg new file mode 120000 index 0000000..3b77629 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kdepim-dropbox.svg @@ -0,0 +1 @@ +dropbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kdevelop.svg b/.local/share/icons/Nordic/apps/scalable/kdevelop.svg new file mode 100644 index 0000000..0a87edb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kdevelop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kdf.svg b/.local/share/icons/Nordic/apps/scalable/kdf.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kdf.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kdmconfig.svg b/.local/share/icons/Nordic/apps/scalable/kdmconfig.svg new file mode 120000 index 0000000..bbf3141 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kdmconfig.svg @@ -0,0 +1 @@ +lightdm-gtk-greeter-settings.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kdoubanfm.svg b/.local/share/icons/Nordic/apps/scalable/kdoubanfm.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kdoubanfm.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kedit-icon.svg b/.local/share/icons/Nordic/apps/scalable/kedit-icon.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kedit-icon.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kedit.svg b/.local/share/icons/Nordic/apps/scalable/kedit.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kedit.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/keepass.svg b/.local/share/icons/Nordic/apps/scalable/keepass.svg new file mode 120000 index 0000000..a13d2aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/keepass.svg @@ -0,0 +1 @@ +keepassxc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/keepass2.svg b/.local/share/icons/Nordic/apps/scalable/keepass2.svg new file mode 120000 index 0000000..3a0b0a1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/keepass2.svg @@ -0,0 +1 @@ +keepass.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/keepassx.svg b/.local/share/icons/Nordic/apps/scalable/keepassx.svg new file mode 120000 index 0000000..062121d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/keepassx.svg @@ -0,0 +1 @@ +seahorse.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/keepassx2.svg b/.local/share/icons/Nordic/apps/scalable/keepassx2.svg new file mode 120000 index 0000000..062121d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/keepassx2.svg @@ -0,0 +1 @@ +seahorse.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/keepassxc.svg b/.local/share/icons/Nordic/apps/scalable/keepassxc.svg new file mode 100644 index 0000000..fcfe8ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/keepassxc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kentoo.svg b/.local/share/icons/Nordic/apps/scalable/kentoo.svg new file mode 120000 index 0000000..df850da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kentoo.svg @@ -0,0 +1 @@ +system-software-installer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/key-mon.svg b/.local/share/icons/Nordic/apps/scalable/key-mon.svg new file mode 120000 index 0000000..d5aa3f2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/key-mon.svg @@ -0,0 +1 @@ +keymon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/key_bindings.svg b/.local/share/icons/Nordic/apps/scalable/key_bindings.svg new file mode 120000 index 0000000..d14a5be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/key_bindings.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/keybase.svg b/.local/share/icons/Nordic/apps/scalable/keybase.svg new file mode 100644 index 0000000..92b349a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/keybase.svg @@ -0,0 +1,120 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/keyboard.svg b/.local/share/icons/Nordic/apps/scalable/keyboard.svg new file mode 120000 index 0000000..d14a5be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/keyboard.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/keyman.svg b/.local/share/icons/Nordic/apps/scalable/keyman.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/keyman.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/keymon.svg b/.local/share/icons/Nordic/apps/scalable/keymon.svg new file mode 100644 index 0000000..5da24d5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/keymon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/keyring-manager.svg b/.local/share/icons/Nordic/apps/scalable/keyring-manager.svg new file mode 100644 index 0000000..347fa48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/keyring-manager.svg @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/keyring.svg b/.local/share/icons/Nordic/apps/scalable/keyring.svg new file mode 120000 index 0000000..062121d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/keyring.svg @@ -0,0 +1 @@ +seahorse.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/keysync.svg b/.local/share/icons/Nordic/apps/scalable/keysync.svg new file mode 120000 index 0000000..fa6d52c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/keysync.svg @@ -0,0 +1 @@ +kgpg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kfilebox.svg b/.local/share/icons/Nordic/apps/scalable/kfilebox.svg new file mode 120000 index 0000000..3b77629 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kfilebox.svg @@ -0,0 +1 @@ +dropbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kfind.svg b/.local/share/icons/Nordic/apps/scalable/kfind.svg new file mode 120000 index 0000000..cb1fa4c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kfind.svg @@ -0,0 +1 @@ +system-search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kfindb.svg b/.local/share/icons/Nordic/apps/scalable/kfindb.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kfindb.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kfindc.svg b/.local/share/icons/Nordic/apps/scalable/kfindc.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kfindc.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kflickr.svg b/.local/share/icons/Nordic/apps/scalable/kflickr.svg new file mode 120000 index 0000000..1bc6e8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kflickr.svg @@ -0,0 +1 @@ +flickr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kfm.svg b/.local/share/icons/Nordic/apps/scalable/kfm.svg new file mode 120000 index 0000000..abdd0fd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kfm.svg @@ -0,0 +1 @@ +system-file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kfm_home.svg b/.local/share/icons/Nordic/apps/scalable/kfm_home.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kfm_home.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kfontview.svg b/.local/share/icons/Nordic/apps/scalable/kfontview.svg new file mode 100644 index 0000000..492da7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kfontview.svg @@ -0,0 +1 @@ +AA \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kgeography.svg b/.local/share/icons/Nordic/apps/scalable/kgeography.svg new file mode 100644 index 0000000..3a22ecf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kgeography.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kget.svg b/.local/share/icons/Nordic/apps/scalable/kget.svg new file mode 120000 index 0000000..096ca88 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kget.svg @@ -0,0 +1 @@ +clipgrab.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kget_dock.svg b/.local/share/icons/Nordic/apps/scalable/kget_dock.svg new file mode 120000 index 0000000..9ad181a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kget_dock.svg @@ -0,0 +1 @@ +kget.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kget_dock_download.svg b/.local/share/icons/Nordic/apps/scalable/kget_dock_download.svg new file mode 120000 index 0000000..9ad181a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kget_dock_download.svg @@ -0,0 +1 @@ +kget.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kgpg.svg b/.local/share/icons/Nordic/apps/scalable/kgpg.svg new file mode 120000 index 0000000..8f0e93a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kgpg.svg @@ -0,0 +1 @@ +security-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/khelpcenter.svg b/.local/share/icons/Nordic/apps/scalable/khelpcenter.svg new file mode 120000 index 0000000..8508302 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/khelpcenter.svg @@ -0,0 +1 @@ +system-help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kicad.svg b/.local/share/icons/Nordic/apps/scalable/kicad.svg new file mode 100644 index 0000000..0c53246 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kicad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kid3.svg b/.local/share/icons/Nordic/apps/scalable/kid3.svg new file mode 100644 index 0000000..e436e58 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kid3.svg @@ -0,0 +1,964 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/kile.svg b/.local/share/icons/Nordic/apps/scalable/kile.svg new file mode 100644 index 0000000..95d1225 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kile.svg @@ -0,0 +1,69 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/kindd.svg b/.local/share/icons/Nordic/apps/scalable/kindd.svg new file mode 100644 index 0000000..a2b0eeb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kindd.svg @@ -0,0 +1,2856 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/kindle.svg b/.local/share/icons/Nordic/apps/scalable/kindle.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kindle.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kino.svg b/.local/share/icons/Nordic/apps/scalable/kino.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kino.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kipi-debianscreenshots.svg b/.local/share/icons/Nordic/apps/scalable/kipi-debianscreenshots.svg new file mode 120000 index 0000000..0804e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kipi-debianscreenshots.svg @@ -0,0 +1 @@ +screenie.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kipi-flickr.svg b/.local/share/icons/Nordic/apps/scalable/kipi-flickr.svg new file mode 120000 index 0000000..1bc6e8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kipi-flickr.svg @@ -0,0 +1 @@ +flickr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kipi-gallery.svg b/.local/share/icons/Nordic/apps/scalable/kipi-gallery.svg new file mode 120000 index 0000000..c8a5065 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kipi-gallery.svg @@ -0,0 +1 @@ +gpicview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kipi-piwigo.svg b/.local/share/icons/Nordic/apps/scalable/kipi-piwigo.svg new file mode 120000 index 0000000..0d639f3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kipi-piwigo.svg @@ -0,0 +1 @@ +digikam.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kipi-slideshow.svg b/.local/share/icons/Nordic/apps/scalable/kipi-slideshow.svg new file mode 120000 index 0000000..3e52076 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kipi-slideshow.svg @@ -0,0 +1 @@ +luminance-hdr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kipi-timeadjust.svg b/.local/share/icons/Nordic/apps/scalable/kipi-timeadjust.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kipi-timeadjust.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kitty.svg b/.local/share/icons/Nordic/apps/scalable/kitty.svg new file mode 100644 index 0000000..30b4408 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kitty.svg @@ -0,0 +1,116 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/kjots.svg b/.local/share/icons/Nordic/apps/scalable/kjots.svg new file mode 120000 index 0000000..f49bc26 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kjots.svg @@ -0,0 +1 @@ +knotes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kjournal.svg b/.local/share/icons/Nordic/apps/scalable/kjournal.svg new file mode 120000 index 0000000..a375001 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kjournal.svg @@ -0,0 +1 @@ +gnome-activity-journal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kleopatra.svg b/.local/share/icons/Nordic/apps/scalable/kleopatra.svg new file mode 120000 index 0000000..4373e6c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kleopatra.svg @@ -0,0 +1 @@ +password-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/klettres.svg b/.local/share/icons/Nordic/apps/scalable/klettres.svg new file mode 120000 index 0000000..2c7dbd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/klettres.svg @@ -0,0 +1 @@ +translator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/klinkstatus.svg b/.local/share/icons/Nordic/apps/scalable/klinkstatus.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/klinkstatus.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/klipper.svg b/.local/share/icons/Nordic/apps/scalable/klipper.svg new file mode 120000 index 0000000..c04ad03 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/klipper.svg @@ -0,0 +1 @@ +qlipper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kmahjongg.svg b/.local/share/icons/Nordic/apps/scalable/kmahjongg.svg new file mode 120000 index 0000000..3dad7ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kmahjongg.svg @@ -0,0 +1 @@ +gnome-mahjongg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kmail.svg b/.local/share/icons/Nordic/apps/scalable/kmail.svg new file mode 120000 index 0000000..26b10f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kmail.svg @@ -0,0 +1 @@ +internet-mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kmail2.svg b/.local/share/icons/Nordic/apps/scalable/kmail2.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kmail2.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kmailcvt.svg b/.local/share/icons/Nordic/apps/scalable/kmailcvt.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kmailcvt.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kmenu.svg b/.local/share/icons/Nordic/apps/scalable/kmenu.svg new file mode 120000 index 0000000..eeb0366 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kmenu.svg @@ -0,0 +1 @@ +desktop-environment-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kmenuedit.svg b/.local/share/icons/Nordic/apps/scalable/kmenuedit.svg new file mode 120000 index 0000000..f0eff2c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kmenuedit.svg @@ -0,0 +1 @@ +menulibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kmines.svg b/.local/share/icons/Nordic/apps/scalable/kmines.svg new file mode 120000 index 0000000..8d17902 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kmines.svg @@ -0,0 +1 @@ +mines.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kminicom.svg b/.local/share/icons/Nordic/apps/scalable/kminicom.svg new file mode 120000 index 0000000..a7c3c34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kminicom.svg @@ -0,0 +1 @@ +cutecom.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kmix.svg b/.local/share/icons/Nordic/apps/scalable/kmix.svg new file mode 100644 index 0000000..156696a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kmix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kmldonkey.svg b/.local/share/icons/Nordic/apps/scalable/kmldonkey.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kmldonkey.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kmplayer.svg b/.local/share/icons/Nordic/apps/scalable/kmplayer.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kmplayer.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/knemo.svg b/.local/share/icons/Nordic/apps/scalable/knemo.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/knemo.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/knetattach.svg b/.local/share/icons/Nordic/apps/scalable/knetattach.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/knetattach.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/knetwalk.svg b/.local/share/icons/Nordic/apps/scalable/knetwalk.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/knetwalk.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/knetwork.svg b/.local/share/icons/Nordic/apps/scalable/knetwork.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/knetwork.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/knights.svg b/.local/share/icons/Nordic/apps/scalable/knights.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/knights.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/knotes.svg b/.local/share/icons/Nordic/apps/scalable/knotes.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/knotes.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/knotify.svg b/.local/share/icons/Nordic/apps/scalable/knotify.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/knotify.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kodi.svg b/.local/share/icons/Nordic/apps/scalable/kodi.svg new file mode 100644 index 0000000..6b86bc6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kodi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kokopete_some_away.svg b/.local/share/icons/Nordic/apps/scalable/kokopete_some_away.svg new file mode 120000 index 0000000..62d0d72 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kokopete_some_away.svg @@ -0,0 +1 @@ +kopete.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kokopete_some_online.svg b/.local/share/icons/Nordic/apps/scalable/kokopete_some_online.svg new file mode 120000 index 0000000..62d0d72 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kokopete_some_online.svg @@ -0,0 +1 @@ +kopete.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kolourpaint.svg b/.local/share/icons/Nordic/apps/scalable/kolourpaint.svg new file mode 120000 index 0000000..a0d2d8a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kolourpaint.svg @@ -0,0 +1 @@ +paint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/komodo.svg b/.local/share/icons/Nordic/apps/scalable/komodo.svg new file mode 100644 index 0000000..fb4fc0f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/komodo.svg @@ -0,0 +1,203 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/konqueror-icon.svg b/.local/share/icons/Nordic/apps/scalable/konqueror-icon.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/konqueror-icon.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/konqueror.svg b/.local/share/icons/Nordic/apps/scalable/konqueror.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/konqueror.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/konsole-linux32.svg b/.local/share/icons/Nordic/apps/scalable/konsole-linux32.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/konsole-linux32.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/konsole.svg b/.local/share/icons/Nordic/apps/scalable/konsole.svg new file mode 120000 index 0000000..08ba74f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/konsole.svg @@ -0,0 +1 @@ +utilities-terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/konsole_tux.svg b/.local/share/icons/Nordic/apps/scalable/konsole_tux.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/konsole_tux.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/konsolecalendar.svg b/.local/share/icons/Nordic/apps/scalable/konsolecalendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/konsolecalendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/konsolekalendar.svg b/.local/share/icons/Nordic/apps/scalable/konsolekalendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/konsolekalendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kontact-import-wizard.svg b/.local/share/icons/Nordic/apps/scalable/kontact-import-wizard.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kontact-import-wizard.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kontact.svg b/.local/share/icons/Nordic/apps/scalable/kontact.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kontact.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/konversation.svg b/.local/share/icons/Nordic/apps/scalable/konversation.svg new file mode 120000 index 0000000..ff94574 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/konversation.svg @@ -0,0 +1 @@ +telepathy-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/konversation32x32.svg b/.local/share/icons/Nordic/apps/scalable/konversation32x32.svg new file mode 120000 index 0000000..eb461e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/konversation32x32.svg @@ -0,0 +1 @@ +message.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kopete.svg b/.local/share/icons/Nordic/apps/scalable/kopete.svg new file mode 100644 index 0000000..0007d12 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kopete.svg @@ -0,0 +1,78 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/kopete2-svg b/.local/share/icons/Nordic/apps/scalable/kopete2-svg new file mode 120000 index 0000000..62d0d72 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kopete2-svg @@ -0,0 +1 @@ +kopete.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kopete_all_away.svg b/.local/share/icons/Nordic/apps/scalable/kopete_all_away.svg new file mode 120000 index 0000000..62d0d72 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kopete_all_away.svg @@ -0,0 +1 @@ +kopete.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/korg-journal.svg b/.local/share/icons/Nordic/apps/scalable/korg-journal.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/korg-journal.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/korg-todo.svg b/.local/share/icons/Nordic/apps/scalable/korg-todo.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/korg-todo.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/korgac.svg b/.local/share/icons/Nordic/apps/scalable/korgac.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/korgac.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/korganizer.svg b/.local/share/icons/Nordic/apps/scalable/korganizer.svg new file mode 120000 index 0000000..7097408 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/korganizer.svg @@ -0,0 +1 @@ +agenda.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kpackage.svg b/.local/share/icons/Nordic/apps/scalable/kpackage.svg new file mode 120000 index 0000000..df850da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kpackage.svg @@ -0,0 +1 @@ +system-software-installer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kpackage48.svg b/.local/share/icons/Nordic/apps/scalable/kpackage48.svg new file mode 120000 index 0000000..df850da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kpackage48.svg @@ -0,0 +1 @@ +system-software-installer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kparted.svg b/.local/share/icons/Nordic/apps/scalable/kparted.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kparted.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kpatience.svg b/.local/share/icons/Nordic/apps/scalable/kpatience.svg new file mode 120000 index 0000000..f29204c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kpatience.svg @@ -0,0 +1 @@ +aisleriot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kphoto.svg b/.local/share/icons/Nordic/apps/scalable/kphoto.svg new file mode 120000 index 0000000..4e73455 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kphoto.svg @@ -0,0 +1 @@ +photo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kphotoalbum.svg b/.local/share/icons/Nordic/apps/scalable/kphotoalbum.svg new file mode 120000 index 0000000..4e73455 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kphotoalbum.svg @@ -0,0 +1 @@ +photo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kplato.svg b/.local/share/icons/Nordic/apps/scalable/kplato.svg new file mode 120000 index 0000000..75989ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kplato.svg @@ -0,0 +1 @@ +calligraplan.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kplayer.svg b/.local/share/icons/Nordic/apps/scalable/kplayer.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kplayer.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kpresenter.svg b/.local/share/icons/Nordic/apps/scalable/kpresenter.svg new file mode 120000 index 0000000..5eb9f40 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kpresenter.svg @@ -0,0 +1 @@ +calligrastage.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kpresentor.svg b/.local/share/icons/Nordic/apps/scalable/kpresentor.svg new file mode 120000 index 0000000..73f00dd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kpresentor.svg @@ -0,0 +1 @@ +kpresenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kradio.svg b/.local/share/icons/Nordic/apps/scalable/kradio.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kradio.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kradio4.svg b/.local/share/icons/Nordic/apps/scalable/kradio4.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kradio4.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/krdc.svg b/.local/share/icons/Nordic/apps/scalable/krdc.svg new file mode 120000 index 0000000..e92c08a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/krdc.svg @@ -0,0 +1 @@ +remote-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/krename.svg b/.local/share/icons/Nordic/apps/scalable/krename.svg new file mode 120000 index 0000000..a562d4b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/krename.svg @@ -0,0 +1 @@ +./leafpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/krfb.svg b/.local/share/icons/Nordic/apps/scalable/krfb.svg new file mode 120000 index 0000000..e92c08a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/krfb.svg @@ -0,0 +1 @@ +remote-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/krita.svg b/.local/share/icons/Nordic/apps/scalable/krita.svg new file mode 120000 index 0000000..2f0fbf7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/krita.svg @@ -0,0 +1 @@ +mtpaint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kritagemini.svg b/.local/share/icons/Nordic/apps/scalable/kritagemini.svg new file mode 120000 index 0000000..842fa48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kritagemini.svg @@ -0,0 +1 @@ +krita.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kritasketch.svg b/.local/share/icons/Nordic/apps/scalable/kritasketch.svg new file mode 120000 index 0000000..842fa48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kritasketch.svg @@ -0,0 +1 @@ +krita.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kronometer.svg b/.local/share/icons/Nordic/apps/scalable/kronometer.svg new file mode 100644 index 0000000..fbfe9f2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kronometer.svg @@ -0,0 +1,4001 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/krop.svg b/.local/share/icons/Nordic/apps/scalable/krop.svg new file mode 100644 index 0000000..947000a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/krop.svg @@ -0,0 +1,938 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/krudio.svg b/.local/share/icons/Nordic/apps/scalable/krudio.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/krudio.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/krunner.svg b/.local/share/icons/Nordic/apps/scalable/krunner.svg new file mode 120000 index 0000000..bba31bb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/krunner.svg @@ -0,0 +1 @@ +plasma-search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/krusader-user-2.svg b/.local/share/icons/Nordic/apps/scalable/krusader-user-2.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/krusader-user-2.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/krusader-user.svg b/.local/share/icons/Nordic/apps/scalable/krusader-user.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/krusader-user.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/krusader.svg b/.local/share/icons/Nordic/apps/scalable/krusader.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/krusader.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/krusader_user.svg b/.local/share/icons/Nordic/apps/scalable/krusader_user.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/krusader_user.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kscreensaver.svg b/.local/share/icons/Nordic/apps/scalable/kscreensaver.svg new file mode 120000 index 0000000..4cbb8f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kscreensaver.svg @@ -0,0 +1 @@ +preferences-desktop-screensaver.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kscreenshot.svg b/.local/share/icons/Nordic/apps/scalable/kscreenshot.svg new file mode 120000 index 0000000..7549e2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kscreenshot.svg @@ -0,0 +1 @@ +gnome-screenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kse.svg b/.local/share/icons/Nordic/apps/scalable/kse.svg new file mode 100644 index 0000000..15cfb25 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kse.svg @@ -0,0 +1,269 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/ksmserver.svg b/.local/share/icons/Nordic/apps/scalable/ksmserver.svg new file mode 120000 index 0000000..22a7f7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ksmserver.svg @@ -0,0 +1 @@ +password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ksnapshot.svg b/.local/share/icons/Nordic/apps/scalable/ksnapshot.svg new file mode 120000 index 0000000..7549e2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ksnapshot.svg @@ -0,0 +1 @@ +gnome-screenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ksniffer.svg b/.local/share/icons/Nordic/apps/scalable/ksniffer.svg new file mode 120000 index 0000000..d5ad405 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ksniffer.svg @@ -0,0 +1 @@ +computerjanitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ksnip.svg b/.local/share/icons/Nordic/apps/scalable/ksnip.svg new file mode 120000 index 0000000..a5d78dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ksnip.svg @@ -0,0 +1 @@ +accessories-screenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kstars.svg b/.local/share/icons/Nordic/apps/scalable/kstars.svg new file mode 100644 index 0000000..c935ccd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kstars.svg @@ -0,0 +1,155 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/kstars_colors.svg b/.local/share/icons/Nordic/apps/scalable/kstars_colors.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kstars_colors.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ksysguard.svg b/.local/share/icons/Nordic/apps/scalable/ksysguard.svg new file mode 120000 index 0000000..b6e5cee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ksysguard.svg @@ -0,0 +1 @@ +utilities-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ksysguardd.svg b/.local/share/icons/Nordic/apps/scalable/ksysguardd.svg new file mode 120000 index 0000000..93dc759 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ksysguardd.svg @@ -0,0 +1 @@ +top.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ksystemlog.svg b/.local/share/icons/Nordic/apps/scalable/ksystemlog.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ksystemlog.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kterm.svg b/.local/share/icons/Nordic/apps/scalable/kterm.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kterm.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ktexteditorautobrace.svg b/.local/share/icons/Nordic/apps/scalable/ktexteditorautobrace.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ktexteditorautobrace.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kthesaurus.svg b/.local/share/icons/Nordic/apps/scalable/kthesaurus.svg new file mode 120000 index 0000000..fc7facf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kthesaurus.svg @@ -0,0 +1 @@ +accessories-dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ktimer.svg b/.local/share/icons/Nordic/apps/scalable/ktimer.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ktimer.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ktimetracker.svg b/.local/share/icons/Nordic/apps/scalable/ktimetracker.svg new file mode 120000 index 0000000..f07425d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ktimetracker.svg @@ -0,0 +1 @@ +any_do.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ktip.svg b/.local/share/icons/Nordic/apps/scalable/ktip.svg new file mode 120000 index 0000000..cad5391 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ktip.svg @@ -0,0 +1 @@ +info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ktnef.svg b/.local/share/icons/Nordic/apps/scalable/ktnef.svg new file mode 120000 index 0000000..5e62363 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ktnef.svg @@ -0,0 +1 @@ +network-mail-reader.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ktneft.svg b/.local/share/icons/Nordic/apps/scalable/ktneft.svg new file mode 120000 index 0000000..72381db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ktneft.svg @@ -0,0 +1 @@ +file-roller.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ktorrent.svg b/.local/share/icons/Nordic/apps/scalable/ktorrent.svg new file mode 120000 index 0000000..f9513bb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ktorrent.svg @@ -0,0 +1 @@ +qbittorrent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ktouch.svg b/.local/share/icons/Nordic/apps/scalable/ktouch.svg new file mode 120000 index 0000000..d14a5be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ktouch.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ktp-contacts.svg b/.local/share/icons/Nordic/apps/scalable/ktp-contacts.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ktp-contacts.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ktp-log-viewer.svg b/.local/share/icons/Nordic/apps/scalable/ktp-log-viewer.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ktp-log-viewer.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kuaipan4uk.svg b/.local/share/icons/Nordic/apps/scalable/kuaipan4uk.svg new file mode 100644 index 0000000..3f7e556 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kuaipan4uk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kuickshow.svg b/.local/share/icons/Nordic/apps/scalable/kuickshow.svg new file mode 120000 index 0000000..0f365ba --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kuickshow.svg @@ -0,0 +1 @@ +deepin-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kuiviewer.svg b/.local/share/icons/Nordic/apps/scalable/kuiviewer.svg new file mode 120000 index 0000000..89b072f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kuiviewer.svg @@ -0,0 +1 @@ +multimedia-photo-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kupfer.svg b/.local/share/icons/Nordic/apps/scalable/kupfer.svg new file mode 100644 index 0000000..d3d4c35 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kupfer.svg @@ -0,0 +1,1433 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/kuroo.svg b/.local/share/icons/Nordic/apps/scalable/kuroo.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kuroo.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kuser.svg b/.local/share/icons/Nordic/apps/scalable/kuser.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kuser.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kvantum.svg b/.local/share/icons/Nordic/apps/scalable/kvantum.svg new file mode 100644 index 0000000..cae6584 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kvantum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kvpm.svg b/.local/share/icons/Nordic/apps/scalable/kvpm.svg new file mode 120000 index 0000000..6080e25 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kvpm.svg @@ -0,0 +1 @@ +gnome-disks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kwalletmanager.svg b/.local/share/icons/Nordic/apps/scalable/kwalletmanager.svg new file mode 100644 index 0000000..6c137dd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kwalletmanager.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kwalletmanager2.svg b/.local/share/icons/Nordic/apps/scalable/kwalletmanager2.svg new file mode 120000 index 0000000..e8f9d81 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kwalletmanager2.svg @@ -0,0 +1 @@ +wallet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kwikdisk.svg b/.local/share/icons/Nordic/apps/scalable/kwikdisk.svg new file mode 120000 index 0000000..6080e25 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kwikdisk.svg @@ -0,0 +1 @@ +gnome-disks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kwin.svg b/.local/share/icons/Nordic/apps/scalable/kwin.svg new file mode 120000 index 0000000..8cc1dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kwin.svg @@ -0,0 +1 @@ +gnome-window-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kword.svg b/.local/share/icons/Nordic/apps/scalable/kword.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kword.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kwordquiz.svg b/.local/share/icons/Nordic/apps/scalable/kwordquiz.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kwordquiz.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kwords.svg b/.local/share/icons/Nordic/apps/scalable/kwords.svg new file mode 120000 index 0000000..c3954af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kwords.svg @@ -0,0 +1 @@ +calligrawords.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kwrite.svg b/.local/share/icons/Nordic/apps/scalable/kwrite.svg new file mode 100644 index 0000000..7ec340a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kwrite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kxsldbg.svg b/.local/share/icons/Nordic/apps/scalable/kxsldbg.svg new file mode 120000 index 0000000..2778f8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kxsldbg.svg @@ -0,0 +1 @@ +abrt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kylin-video.svg b/.local/share/icons/Nordic/apps/scalable/kylin-video.svg new file mode 120000 index 0000000..eb851c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kylin-video.svg @@ -0,0 +1 @@ +mplayer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kyman.svg b/.local/share/icons/Nordic/apps/scalable/kyman.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kyman.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kynapatic.svg b/.local/share/icons/Nordic/apps/scalable/kynapatic.svg new file mode 120000 index 0000000..91652a1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kynapatic.svg @@ -0,0 +1 @@ +kynaptic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kynaptic.svg b/.local/share/icons/Nordic/apps/scalable/kynaptic.svg new file mode 120000 index 0000000..b4324aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kynaptic.svg @@ -0,0 +1 @@ +software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/kynpatic.svg b/.local/share/icons/Nordic/apps/scalable/kynpatic.svg new file mode 120000 index 0000000..df850da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/kynpatic.svg @@ -0,0 +1 @@ +system-software-installer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/l3afpad.svg b/.local/share/icons/Nordic/apps/scalable/l3afpad.svg new file mode 120000 index 0000000..ca6c483 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/l3afpad.svg @@ -0,0 +1 @@ +text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/language-selector.svg b/.local/share/icons/Nordic/apps/scalable/language-selector.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/language-selector.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/laptop-mode-tools.svg b/.local/share/icons/Nordic/apps/scalable/laptop-mode-tools.svg new file mode 100644 index 0000000..68c2445 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/laptop-mode-tools.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/last-fm.svg b/.local/share/icons/Nordic/apps/scalable/last-fm.svg new file mode 120000 index 0000000..76dd477 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/last-fm.svg @@ -0,0 +1 @@ +lastfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lastfm-audioscrobbler.svg b/.local/share/icons/Nordic/apps/scalable/lastfm-audioscrobbler.svg new file mode 120000 index 0000000..76dd477 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lastfm-audioscrobbler.svg @@ -0,0 +1 @@ +lastfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lastfm-client.svg b/.local/share/icons/Nordic/apps/scalable/lastfm-client.svg new file mode 120000 index 0000000..76dd477 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lastfm-client.svg @@ -0,0 +1 @@ +lastfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lastfm-valut.svg b/.local/share/icons/Nordic/apps/scalable/lastfm-valut.svg new file mode 120000 index 0000000..76dd477 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lastfm-valut.svg @@ -0,0 +1 @@ +lastfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lastfm-www.last.fm.svg b/.local/share/icons/Nordic/apps/scalable/lastfm-www.last.fm.svg new file mode 120000 index 0000000..76dd477 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lastfm-www.last.fm.svg @@ -0,0 +1 @@ +lastfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lastfm.svg b/.local/share/icons/Nordic/apps/scalable/lastfm.svg new file mode 100644 index 0000000..9d08293 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lastfm.svg @@ -0,0 +1,1007 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/latexila.svg b/.local/share/icons/Nordic/apps/scalable/latexila.svg new file mode 120000 index 0000000..6bccf22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/latexila.svg @@ -0,0 +1 @@ +gedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/launch.svg b/.local/share/icons/Nordic/apps/scalable/launch.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/launch.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/launcher-program.svg b/.local/share/icons/Nordic/apps/scalable/launcher-program.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/launcher-program.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/launcher.svg b/.local/share/icons/Nordic/apps/scalable/launcher.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/launcher.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lazpaint.svg b/.local/share/icons/Nordic/apps/scalable/lazpaint.svg new file mode 120000 index 0000000..a0d2d8a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lazpaint.svg @@ -0,0 +1 @@ +paint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/leafpad.svg b/.local/share/icons/Nordic/apps/scalable/leafpad.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/leafpad.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/leftpad.svg b/.local/share/icons/Nordic/apps/scalable/leftpad.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/leftpad.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libinput-gestures.svg b/.local/share/icons/Nordic/apps/scalable/libinput-gestures.svg new file mode 100644 index 0000000..ab8e3bf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libinput-gestures.svg @@ -0,0 +1,64 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/library-internet-radio.svg b/.local/share/icons/Nordic/apps/scalable/library-internet-radio.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/library-internet-radio.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-base-alt.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-base-alt.svg new file mode 100644 index 0000000..e8a4096 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-base-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-base.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-base.svg new file mode 100644 index 0000000..2a9bc1d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-base.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-calc.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-calc.svg new file mode 100644 index 0000000..902d354 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-calc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-draw-alt.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-draw-alt.svg new file mode 100644 index 0000000..5086c6a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-draw-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-draw.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-draw.svg new file mode 100644 index 0000000..cc0d130 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-draw.svg @@ -0,0 +1 @@ +D \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-impress-alt.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-impress-alt.svg new file mode 100644 index 0000000..8ac99d6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-impress-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-impress.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-impress.svg new file mode 100644 index 0000000..78fa8b6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-impress.svg @@ -0,0 +1 @@ +I \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-main-alt.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-main-alt.svg new file mode 100644 index 0000000..051bbee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-main-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-main.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-main.svg new file mode 100644 index 0000000..d9f1c3f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-main.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-math-alt.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-math-alt.svg new file mode 100644 index 0000000..870c397 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-math-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-math.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-math.svg new file mode 100644 index 0000000..592f4a2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-math.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-printeradmin.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-printeradmin.svg new file mode 120000 index 0000000..14899db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-printeradmin.svg @@ -0,0 +1 @@ +office-printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-start-centre.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-start-centre.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-start-centre.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-startcenter.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-startcenter.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-startcenter.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-template.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-template.svg new file mode 100644 index 0000000..4721c07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-template.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-writer-alt.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-writer-alt.svg new file mode 100644 index 0000000..eba228a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-writer-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice-writer.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice-writer.svg new file mode 100644 index 0000000..0bf3380 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice-writer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice3-base.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice3-base.svg new file mode 120000 index 0000000..7a162ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice3-base.svg @@ -0,0 +1 @@ +libreoffice-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice3-calc.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice3-calc.svg new file mode 120000 index 0000000..6c95c6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice3-calc.svg @@ -0,0 +1 @@ +libreoffice-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice3-draw.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice3-draw.svg new file mode 120000 index 0000000..2c9640b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice3-draw.svg @@ -0,0 +1 @@ +libreoffice-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice3-impress.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice3-impress.svg new file mode 120000 index 0000000..23162b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice3-impress.svg @@ -0,0 +1 @@ +libreoffice-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice3-main.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice3-main.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice3-main.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice3-math.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice3-math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice3-math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice3-printeradmin.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice3-printeradmin.svg new file mode 120000 index 0000000..14899db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice3-printeradmin.svg @@ -0,0 +1 @@ +office-printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice3-startcenter.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice3-startcenter.svg new file mode 120000 index 0000000..6597421 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice3-startcenter.svg @@ -0,0 +1 @@ +libreoffice-startcenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice3-template.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice3-template.svg new file mode 120000 index 0000000..e121fb4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice3-template.svg @@ -0,0 +1 @@ +libreoffice-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice3-writer.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice3-writer.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice3-writer.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice3.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice3.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice3.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice34-base.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice34-base.svg new file mode 120000 index 0000000..7a162ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice34-base.svg @@ -0,0 +1 @@ +libreoffice-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice34-calc.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice34-calc.svg new file mode 120000 index 0000000..6c95c6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice34-calc.svg @@ -0,0 +1 @@ +libreoffice-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice34-draw.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice34-draw.svg new file mode 120000 index 0000000..2c9640b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice34-draw.svg @@ -0,0 +1 @@ +libreoffice-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice34-impress.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice34-impress.svg new file mode 120000 index 0000000..23162b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice34-impress.svg @@ -0,0 +1 @@ +libreoffice-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice34-main.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice34-main.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice34-main.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice34-math.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice34-math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice34-math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice34-printeradmin.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice34-printeradmin.svg new file mode 120000 index 0000000..14899db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice34-printeradmin.svg @@ -0,0 +1 @@ +office-printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice34-startcenter.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice34-startcenter.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice34-startcenter.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice34-template.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice34-template.svg new file mode 120000 index 0000000..e121fb4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice34-template.svg @@ -0,0 +1 @@ +libreoffice-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice34-writer.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice34-writer.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice34-writer.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice34.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice34.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice34.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-base.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-base.svg new file mode 120000 index 0000000..7a162ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-base.svg @@ -0,0 +1 @@ +libreoffice-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-calc.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-calc.svg new file mode 120000 index 0000000..6c95c6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-calc.svg @@ -0,0 +1 @@ +libreoffice-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-draw.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-draw.svg new file mode 120000 index 0000000..2c9640b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-draw.svg @@ -0,0 +1 @@ +libreoffice-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-impress.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-impress.svg new file mode 120000 index 0000000..23162b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-impress.svg @@ -0,0 +1 @@ +libreoffice-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-math.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-printeradmin.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-printeradmin.svg new file mode 120000 index 0000000..14899db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-printeradmin.svg @@ -0,0 +1 @@ +office-printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-startcenter b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-startcenter new file mode 120000 index 0000000..6597421 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-startcenter @@ -0,0 +1 @@ +libreoffice-startcenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-startcenter.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-startcenter.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-startcenter.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-template.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-template.svg new file mode 120000 index 0000000..e121fb4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-template.svg @@ -0,0 +1 @@ +libreoffice-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-writer.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-writer.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice4.2-writer.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice4.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice4.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice4.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-base.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-base.svg new file mode 120000 index 0000000..7a162ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-base.svg @@ -0,0 +1 @@ +libreoffice-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-calc.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-calc.svg new file mode 120000 index 0000000..6c95c6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-calc.svg @@ -0,0 +1 @@ +libreoffice-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-draw.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-draw.svg new file mode 120000 index 0000000..2c9640b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-draw.svg @@ -0,0 +1 @@ +libreoffice-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-impress.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-impress.svg new file mode 120000 index 0000000..23162b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-impress.svg @@ -0,0 +1 @@ +libreoffice-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-main.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-main.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-main.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-math.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-startcenter.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-startcenter.svg new file mode 120000 index 0000000..6597421 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-startcenter.svg @@ -0,0 +1 @@ +libreoffice-startcenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-writer.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-writer.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0-writer.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.0.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.0.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-base.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-base.svg new file mode 120000 index 0000000..7a162ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-base.svg @@ -0,0 +1 @@ +libreoffice-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-calc.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-calc.svg new file mode 120000 index 0000000..6c95c6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-calc.svg @@ -0,0 +1 @@ +libreoffice-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-draw.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-draw.svg new file mode 120000 index 0000000..2c9640b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-draw.svg @@ -0,0 +1 @@ +libreoffice-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-impress.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-impress.svg new file mode 120000 index 0000000..23162b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-impress.svg @@ -0,0 +1 @@ +libreoffice-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-main.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-main.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-main.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-math.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-startcenter.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-startcenter.svg new file mode 120000 index 0000000..6597421 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-startcenter.svg @@ -0,0 +1 @@ +libreoffice-startcenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-writer.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-writer.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1-writer.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.1.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.1.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-base.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-base.svg new file mode 120000 index 0000000..7a162ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-base.svg @@ -0,0 +1 @@ +libreoffice-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-calc.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-calc.svg new file mode 120000 index 0000000..6c95c6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-calc.svg @@ -0,0 +1 @@ +libreoffice-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-draw.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-draw.svg new file mode 120000 index 0000000..2c9640b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-draw.svg @@ -0,0 +1 @@ +libreoffice-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-impress.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-impress.svg new file mode 120000 index 0000000..23162b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-impress.svg @@ -0,0 +1 @@ +libreoffice-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-main.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-main.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-main.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-math.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-startcenter.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-startcenter.svg new file mode 120000 index 0000000..6597421 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-startcenter.svg @@ -0,0 +1 @@ +libreoffice-startcenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-writer.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-writer.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2-writer.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.2.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.2.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-base.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-base.svg new file mode 120000 index 0000000..7a162ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-base.svg @@ -0,0 +1 @@ +libreoffice-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-calc.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-calc.svg new file mode 120000 index 0000000..6c95c6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-calc.svg @@ -0,0 +1 @@ +libreoffice-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-draw.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-draw.svg new file mode 120000 index 0000000..2c9640b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-draw.svg @@ -0,0 +1 @@ +libreoffice-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-impress.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-impress.svg new file mode 120000 index 0000000..23162b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-impress.svg @@ -0,0 +1 @@ +libreoffice-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-main.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-main.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-main.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-math.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-startcenter.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-startcenter.svg new file mode 120000 index 0000000..6597421 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-startcenter.svg @@ -0,0 +1 @@ +libreoffice-startcenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-writer.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-writer.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3-writer.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.3.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.3.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-base.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-base.svg new file mode 120000 index 0000000..7a162ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-base.svg @@ -0,0 +1 @@ +libreoffice-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-calc.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-calc.svg new file mode 120000 index 0000000..6c95c6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-calc.svg @@ -0,0 +1 @@ +libreoffice-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-draw.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-draw.svg new file mode 120000 index 0000000..2c9640b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-draw.svg @@ -0,0 +1 @@ +libreoffice-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-impress.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-impress.svg new file mode 120000 index 0000000..23162b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-impress.svg @@ -0,0 +1 @@ +libreoffice-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-main.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-main.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-main.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-math.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-startcenter.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-startcenter.svg new file mode 120000 index 0000000..6597421 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-startcenter.svg @@ -0,0 +1 @@ +libreoffice-startcenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-writer.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-writer.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4-writer.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice5.4.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice5.4.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-base.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-base.svg new file mode 120000 index 0000000..7a162ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-base.svg @@ -0,0 +1 @@ +libreoffice-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-calc.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-calc.svg new file mode 120000 index 0000000..6c95c6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-calc.svg @@ -0,0 +1 @@ +libreoffice-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-draw.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-draw.svg new file mode 120000 index 0000000..2c9640b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-draw.svg @@ -0,0 +1 @@ +libreoffice-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-impress.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-impress.svg new file mode 120000 index 0000000..23162b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-impress.svg @@ -0,0 +1 @@ +libreoffice-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-main.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-main.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-main.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-math.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-startcenter.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-startcenter.svg new file mode 120000 index 0000000..6597421 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-startcenter.svg @@ -0,0 +1 @@ +libreoffice-startcenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-writer.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-writer.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0-writer.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreoffice6.0.svg b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreoffice6.0.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-base.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-base.svg new file mode 120000 index 0000000..7a162ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-base.svg @@ -0,0 +1 @@ +libreoffice-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-calc.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-calc.svg new file mode 120000 index 0000000..6c95c6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-calc.svg @@ -0,0 +1 @@ +libreoffice-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-draw.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-draw.svg new file mode 120000 index 0000000..2c9640b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-draw.svg @@ -0,0 +1 @@ +libreoffice-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-impress.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-impress.svg new file mode 120000 index 0000000..23162b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-impress.svg @@ -0,0 +1 @@ +libreoffice-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-main.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-main.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-main.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-math.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-startcenter.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-startcenter.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-startcenter.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-writer.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-writer.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.0-writer.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-base.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-base.svg new file mode 120000 index 0000000..7a162ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-base.svg @@ -0,0 +1 @@ +libreoffice-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-calc.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-calc.svg new file mode 120000 index 0000000..6c95c6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-calc.svg @@ -0,0 +1 @@ +libreoffice-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-draw.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-draw.svg new file mode 120000 index 0000000..2c9640b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-draw.svg @@ -0,0 +1 @@ +libreoffice-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-impress.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-impress.svg new file mode 120000 index 0000000..23162b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-impress.svg @@ -0,0 +1 @@ +libreoffice-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-main.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-main.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-main.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-math.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-startcenter.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-startcenter.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-startcenter.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-writer.svg b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-writer.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/libreofficedev6.1-writer.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/liferea.svg b/.local/share/icons/Nordic/apps/scalable/liferea.svg new file mode 100644 index 0000000..f17cc43 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/liferea.svg @@ -0,0 +1,69 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/light-software-center.svg b/.local/share/icons/Nordic/apps/scalable/light-software-center.svg new file mode 120000 index 0000000..2a919ea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/light-software-center.svg @@ -0,0 +1 @@ +lubuntu-software-center.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/light_neovim_gtk.svg b/.local/share/icons/Nordic/apps/scalable/light_neovim_gtk.svg new file mode 120000 index 0000000..3ae48ed --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/light_neovim_gtk.svg @@ -0,0 +1 @@ +neovim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lightdm-gtk-greeter-settings.svg b/.local/share/icons/Nordic/apps/scalable/lightdm-gtk-greeter-settings.svg new file mode 100644 index 0000000..96087ef --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lightdm-gtk-greeter-settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lightdm-gtk-greeter.svg b/.local/share/icons/Nordic/apps/scalable/lightdm-gtk-greeter.svg new file mode 120000 index 0000000..bd5c7c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lightdm-gtk-greeter.svg @@ -0,0 +1 @@ +login.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lightdm-settings.svg b/.local/share/icons/Nordic/apps/scalable/lightdm-settings.svg new file mode 120000 index 0000000..8f0e93a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lightdm-settings.svg @@ -0,0 +1 @@ +security-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lightsoff.svg b/.local/share/icons/Nordic/apps/scalable/lightsoff.svg new file mode 100644 index 0000000..c9997cc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lightsoff.svg @@ -0,0 +1,926 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/linguist-qt4.svg b/.local/share/icons/Nordic/apps/scalable/linguist-qt4.svg new file mode 120000 index 0000000..8ab4eab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/linguist-qt4.svg @@ -0,0 +1 @@ +qtlinguistic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/linguist-qt5.svg b/.local/share/icons/Nordic/apps/scalable/linguist-qt5.svg new file mode 120000 index 0000000..8ab4eab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/linguist-qt5.svg @@ -0,0 +1 @@ +qtlinguistic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/linguist.svg b/.local/share/icons/Nordic/apps/scalable/linguist.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/linguist.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/linguist5.svg b/.local/share/icons/Nordic/apps/scalable/linguist5.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/linguist5.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/linguistic.svg b/.local/share/icons/Nordic/apps/scalable/linguistic.svg new file mode 120000 index 0000000..8ab4eab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/linguistic.svg @@ -0,0 +1 @@ +qtlinguistic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/links.svg b/.local/share/icons/Nordic/apps/scalable/links.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/links.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/linuxdcpp.svg b/.local/share/icons/Nordic/apps/scalable/linuxdcpp.svg new file mode 120000 index 0000000..458808e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/linuxdcpp.svg @@ -0,0 +1 @@ +dart.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/liri.svg b/.local/share/icons/Nordic/apps/scalable/liri.svg new file mode 100644 index 0000000..17ecd75 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/liri.svg @@ -0,0 +1,66 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/liveinst.svg b/.local/share/icons/Nordic/apps/scalable/liveinst.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/liveinst.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/livepatch.svg b/.local/share/icons/Nordic/apps/scalable/livepatch.svg new file mode 100644 index 0000000..01787ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/livepatch.svg @@ -0,0 +1,802 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/lives.svg b/.local/share/icons/Nordic/apps/scalable/lives.svg new file mode 100644 index 0000000..6e1e4d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lives.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/liveusb-creator.svg b/.local/share/icons/Nordic/apps/scalable/liveusb-creator.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/liveusb-creator.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/livewallpaper-config.svg b/.local/share/icons/Nordic/apps/scalable/livewallpaper-config.svg new file mode 120000 index 0000000..5ffe4fd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/livewallpaper-config.svg @@ -0,0 +1 @@ +livewallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/livewallpaper.svg b/.local/share/icons/Nordic/apps/scalable/livewallpaper.svg new file mode 120000 index 0000000..fa25bc8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/livewallpaper.svg @@ -0,0 +1 @@ +variety.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lmms.svg b/.local/share/icons/Nordic/apps/scalable/lmms.svg new file mode 100644 index 0000000..8b0c421 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lmms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/locale.svg b/.local/share/icons/Nordic/apps/scalable/locale.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/locale.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/localedrake.svg b/.local/share/icons/Nordic/apps/scalable/localedrake.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/localedrake.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/localize.svg b/.local/share/icons/Nordic/apps/scalable/localize.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/localize.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lock-keys-applet.svg b/.local/share/icons/Nordic/apps/scalable/lock-keys-applet.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lock-keys-applet.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lock-ok.svg b/.local/share/icons/Nordic/apps/scalable/lock-ok.svg new file mode 120000 index 0000000..f4b9b74 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lock-ok.svg @@ -0,0 +1 @@ +keyring-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lock-screen.svg b/.local/share/icons/Nordic/apps/scalable/lock-screen.svg new file mode 120000 index 0000000..bd5c7c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lock-screen.svg @@ -0,0 +1 @@ +login.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lock.svg b/.local/share/icons/Nordic/apps/scalable/lock.svg new file mode 120000 index 0000000..4cbb8f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lock.svg @@ -0,0 +1 @@ +preferences-desktop-screensaver.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/log.svg b/.local/share/icons/Nordic/apps/scalable/log.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/log.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/logfactor5.svg b/.local/share/icons/Nordic/apps/scalable/logfactor5.svg new file mode 120000 index 0000000..eca8d56 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/logfactor5.svg @@ -0,0 +1 @@ +logviewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/login-photo.svg b/.local/share/icons/Nordic/apps/scalable/login-photo.svg new file mode 120000 index 0000000..bd5c7c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/login-photo.svg @@ -0,0 +1 @@ +login.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/login.svg b/.local/share/icons/Nordic/apps/scalable/login.svg new file mode 120000 index 0000000..bbf3141 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/login.svg @@ -0,0 +1 @@ +lightdm-gtk-greeter-settings.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/logjam.svg b/.local/share/icons/Nordic/apps/scalable/logjam.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/logjam.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/logview.svg b/.local/share/icons/Nordic/apps/scalable/logview.svg new file mode 120000 index 0000000..086f9ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/logview.svg @@ -0,0 +1 @@ +utilities-log-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/logviewer.svg b/.local/share/icons/Nordic/apps/scalable/logviewer.svg new file mode 120000 index 0000000..086f9ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/logviewer.svg @@ -0,0 +1 @@ +utilities-log-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lokalize.svg b/.local/share/icons/Nordic/apps/scalable/lokalize.svg new file mode 120000 index 0000000..2c7dbd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lokalize.svg @@ -0,0 +1 @@ +translator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lollypop.svg b/.local/share/icons/Nordic/apps/scalable/lollypop.svg new file mode 100644 index 0000000..8a8fa08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lollypop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lombard.svg b/.local/share/icons/Nordic/apps/scalable/lombard.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lombard.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/losslesscut.svg b/.local/share/icons/Nordic/apps/scalable/losslesscut.svg new file mode 100644 index 0000000..432f72c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/losslesscut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lpi-bug.svg b/.local/share/icons/Nordic/apps/scalable/lpi-bug.svg new file mode 120000 index 0000000..3146dda --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lpi-bug.svg @@ -0,0 +1 @@ +apport.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lpi-bus.svg b/.local/share/icons/Nordic/apps/scalable/lpi-bus.svg new file mode 120000 index 0000000..2778f8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lpi-bus.svg @@ -0,0 +1 @@ +abrt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lpi-translate.svg b/.local/share/icons/Nordic/apps/scalable/lpi-translate.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lpi-translate.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lprof.svg b/.local/share/icons/Nordic/apps/scalable/lprof.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lprof.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lpub.svg b/.local/share/icons/Nordic/apps/scalable/lpub.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lpub.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lrfviewer.svg b/.local/share/icons/Nordic/apps/scalable/lrfviewer.svg new file mode 120000 index 0000000..aa6a013 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lrfviewer.svg @@ -0,0 +1 @@ +ebook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lshw.svg b/.local/share/icons/Nordic/apps/scalable/lshw.svg new file mode 120000 index 0000000..1f9cbf3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lshw.svg @@ -0,0 +1 @@ +video-card.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lskat.svg b/.local/share/icons/Nordic/apps/scalable/lskat.svg new file mode 120000 index 0000000..a1cc83a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lskat.svg @@ -0,0 +1 @@ +gnome-aisleriot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lubuntu-software-center.svg b/.local/share/icons/Nordic/apps/scalable/lubuntu-software-center.svg new file mode 100644 index 0000000..0d54a61 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lubuntu-software-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/luckyBackup.svg b/.local/share/icons/Nordic/apps/scalable/luckyBackup.svg new file mode 120000 index 0000000..ab8391b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/luckyBackup.svg @@ -0,0 +1 @@ +luckybackup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/luckybackup.svg b/.local/share/icons/Nordic/apps/scalable/luckybackup.svg new file mode 120000 index 0000000..a562f83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/luckybackup.svg @@ -0,0 +1 @@ +deja-dup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/luminance-hdr.svg b/.local/share/icons/Nordic/apps/scalable/luminance-hdr.svg new file mode 120000 index 0000000..89b072f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/luminance-hdr.svg @@ -0,0 +1 @@ +multimedia-photo-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lutris.svg b/.local/share/icons/Nordic/apps/scalable/lutris.svg new file mode 100644 index 0000000..217219a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lutris.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lxfind.svg b/.local/share/icons/Nordic/apps/scalable/lxfind.svg new file mode 100644 index 0000000..0377fcc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lxfind.svg @@ -0,0 +1,81 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/lximage-qt.svg b/.local/share/icons/Nordic/apps/scalable/lximage-qt.svg new file mode 120000 index 0000000..c8a5065 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lximage-qt.svg @@ -0,0 +1 @@ +gpicview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lximage.svg b/.local/share/icons/Nordic/apps/scalable/lximage.svg new file mode 120000 index 0000000..89b072f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lximage.svg @@ -0,0 +1 @@ +multimedia-photo-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lxinput.svg b/.local/share/icons/Nordic/apps/scalable/lxinput.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lxinput.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lxkeymap.svg b/.local/share/icons/Nordic/apps/scalable/lxkeymap.svg new file mode 100644 index 0000000..5e456fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lxkeymap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lxscreenshot.svg b/.local/share/icons/Nordic/apps/scalable/lxscreenshot.svg new file mode 100644 index 0000000..e300ac9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lxscreenshot.svg @@ -0,0 +1,81 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/lxtask.svg b/.local/share/icons/Nordic/apps/scalable/lxtask.svg new file mode 120000 index 0000000..b6e5cee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lxtask.svg @@ -0,0 +1 @@ +utilities-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lxterminal.svg b/.local/share/icons/Nordic/apps/scalable/lxterminal.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lxterminal.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/lyx.svg b/.local/share/icons/Nordic/apps/scalable/lyx.svg new file mode 100644 index 0000000..2d20809 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/lyx.svg @@ -0,0 +1,218 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/m64py.svg b/.local/share/icons/Nordic/apps/scalable/m64py.svg new file mode 120000 index 0000000..4b79121 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/m64py.svg @@ -0,0 +1 @@ +mupen64.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mahjongg.svg b/.local/share/icons/Nordic/apps/scalable/mahjongg.svg new file mode 120000 index 0000000..3dad7ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mahjongg.svg @@ -0,0 +1 @@ +gnome-mahjongg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mail-client.svg b/.local/share/icons/Nordic/apps/scalable/mail-client.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mail-client.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mail-generic.svg b/.local/share/icons/Nordic/apps/scalable/mail-generic.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mail-generic.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mail-notification.svg b/.local/share/icons/Nordic/apps/scalable/mail-notification.svg new file mode 120000 index 0000000..60a1b57 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mail-notification.svg @@ -0,0 +1 @@ +mailnag.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mail_generic.svg b/.local/share/icons/Nordic/apps/scalable/mail_generic.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mail_generic.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mailer.svg b/.local/share/icons/Nordic/apps/scalable/mailer.svg new file mode 120000 index 0000000..26b10f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mailer.svg @@ -0,0 +1 @@ +internet-mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mailnag.svg b/.local/share/icons/Nordic/apps/scalable/mailnag.svg new file mode 100644 index 0000000..542939f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mailnag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mailru-mail.ru.svg b/.local/share/icons/Nordic/apps/scalable/mailru-mail.ru.svg new file mode 120000 index 0000000..73af2ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mailru-mail.ru.svg @@ -0,0 +1 @@ +email.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mailspring.svg b/.local/share/icons/Nordic/apps/scalable/mailspring.svg new file mode 120000 index 0000000..73af2ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mailspring.svg @@ -0,0 +1 @@ +email.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/makehuman.svg b/.local/share/icons/Nordic/apps/scalable/makehuman.svg new file mode 100644 index 0000000..8b5baf0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/makehuman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/makehuman_bg.svg b/.local/share/icons/Nordic/apps/scalable/makehuman_bg.svg new file mode 120000 index 0000000..e4c07a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/makehuman_bg.svg @@ -0,0 +1 @@ +makehuman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mandrivaupdate.svg b/.local/share/icons/Nordic/apps/scalable/mandrivaupdate.svg new file mode 120000 index 0000000..1cca4a7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mandrivaupdate.svg @@ -0,0 +1 @@ +update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/maps.svg b/.local/share/icons/Nordic/apps/scalable/maps.svg new file mode 120000 index 0000000..0b4b048 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/maps.svg @@ -0,0 +1 @@ +gnome-maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/marble.svg b/.local/share/icons/Nordic/apps/scalable/marble.svg new file mode 120000 index 0000000..59b5c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/marble.svg @@ -0,0 +1 @@ +maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/marco.svg b/.local/share/icons/Nordic/apps/scalable/marco.svg new file mode 120000 index 0000000..7ce0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/marco.svg @@ -0,0 +1 @@ +cs-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mark-location-symbolic.svg b/.local/share/icons/Nordic/apps/scalable/mark-location-symbolic.svg new file mode 120000 index 0000000..cb1fa4c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mark-location-symbolic.svg @@ -0,0 +1 @@ +system-search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/marlin.svg b/.local/share/icons/Nordic/apps/scalable/marlin.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/marlin.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/martchus.syncthingplasmoid.svg b/.local/share/icons/Nordic/apps/scalable/martchus.syncthingplasmoid.svg new file mode 120000 index 0000000..ec492b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/martchus.syncthingplasmoid.svg @@ -0,0 +1 @@ +syncthing-gtk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/master-pdf-editor.svg b/.local/share/icons/Nordic/apps/scalable/master-pdf-editor.svg new file mode 120000 index 0000000..7d25da7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/master-pdf-editor.svg @@ -0,0 +1 @@ +pdfeditor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/masterPDFEditor-free.svg b/.local/share/icons/Nordic/apps/scalable/masterPDFEditor-free.svg new file mode 120000 index 0000000..7d25da7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/masterPDFEditor-free.svg @@ -0,0 +1 @@ +pdfeditor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/masterPDFEditor.svg b/.local/share/icons/Nordic/apps/scalable/masterPDFEditor.svg new file mode 120000 index 0000000..7d25da7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/masterPDFEditor.svg @@ -0,0 +1 @@ +pdfeditor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/masterpdfeditor.svg b/.local/share/icons/Nordic/apps/scalable/masterpdfeditor.svg new file mode 120000 index 0000000..a856502 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/masterpdfeditor.svg @@ -0,0 +1 @@ +pdf-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/masterpdfeditor3.svg b/.local/share/icons/Nordic/apps/scalable/masterpdfeditor3.svg new file mode 120000 index 0000000..7d25da7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/masterpdfeditor3.svg @@ -0,0 +1 @@ +pdfeditor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/masterpdfeditor4.svg b/.local/share/icons/Nordic/apps/scalable/masterpdfeditor4.svg new file mode 120000 index 0000000..7d25da7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/masterpdfeditor4.svg @@ -0,0 +1 @@ +pdfeditor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/masterpdfeditor5.svg b/.local/share/icons/Nordic/apps/scalable/masterpdfeditor5.svg new file mode 120000 index 0000000..7d25da7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/masterpdfeditor5.svg @@ -0,0 +1 @@ +pdfeditor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-color-manager.svg b/.local/share/icons/Nordic/apps/scalable/mate-color-manager.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-color-manager.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-cpu-frequency-applet.svg b/.local/share/icons/Nordic/apps/scalable/mate-cpu-frequency-applet.svg new file mode 120000 index 0000000..e9dcd5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-cpu-frequency-applet.svg @@ -0,0 +1 @@ +qtop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-desktop-item-edit.svg b/.local/share/icons/Nordic/apps/scalable/mate-desktop-item-edit.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-desktop-item-edit.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-disk-usage-analyzer.svg b/.local/share/icons/Nordic/apps/scalable/mate-disk-usage-analyzer.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-disk-usage-analyzer.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-indicator-applet.svg b/.local/share/icons/Nordic/apps/scalable/mate-indicator-applet.svg new file mode 120000 index 0000000..cad5391 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-indicator-applet.svg @@ -0,0 +1 @@ +info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-netspeed-applet.svg b/.local/share/icons/Nordic/apps/scalable/mate-netspeed-applet.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-netspeed-applet.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-netspeed-loopback.svg b/.local/share/icons/Nordic/apps/scalable/mate-netspeed-loopback.svg new file mode 120000 index 0000000..61b9f17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-netspeed-loopback.svg @@ -0,0 +1 @@ +mate-netspeed-applet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-netspeed-plip.svg b/.local/share/icons/Nordic/apps/scalable/mate-netspeed-plip.svg new file mode 120000 index 0000000..61b9f17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-netspeed-plip.svg @@ -0,0 +1 @@ +mate-netspeed-applet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-netspeed-ppp.svg b/.local/share/icons/Nordic/apps/scalable/mate-netspeed-ppp.svg new file mode 120000 index 0000000..61b9f17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-netspeed-ppp.svg @@ -0,0 +1 @@ +mate-netspeed-applet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-netspeed_applet.svg b/.local/share/icons/Nordic/apps/scalable/mate-netspeed_applet.svg new file mode 120000 index 0000000..61b9f17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-netspeed_applet.svg @@ -0,0 +1 @@ +mate-netspeed-applet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-network-properties.svg b/.local/share/icons/Nordic/apps/scalable/mate-network-properties.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-network-properties.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-notification-properties.svg b/.local/share/icons/Nordic/apps/scalable/mate-notification-properties.svg new file mode 120000 index 0000000..ee0c10d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-notification-properties.svg @@ -0,0 +1 @@ +preferences-system-notifications.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-panel-clock.svg b/.local/share/icons/Nordic/apps/scalable/mate-panel-clock.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-panel-clock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-panel-fish.svg b/.local/share/icons/Nordic/apps/scalable/mate-panel-fish.svg new file mode 120000 index 0000000..aa9cef1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-panel-fish.svg @@ -0,0 +1 @@ +bluefish.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-panel-launcher.svg b/.local/share/icons/Nordic/apps/scalable/mate-panel-launcher.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-panel-launcher.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-panel-notification-area.svg b/.local/share/icons/Nordic/apps/scalable/mate-panel-notification-area.svg new file mode 120000 index 0000000..0f3a718 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-panel-notification-area.svg @@ -0,0 +1 @@ +preferences-desktop-notification-bell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-panel-window-amenu.svg b/.local/share/icons/Nordic/apps/scalable/mate-panel-window-amenu.svg new file mode 120000 index 0000000..7ce0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-panel-window-amenu.svg @@ -0,0 +1 @@ +cs-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-panel-window-list.svg b/.local/share/icons/Nordic/apps/scalable/mate-panel-window-list.svg new file mode 120000 index 0000000..7ce0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-panel-window-list.svg @@ -0,0 +1 @@ +cs-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-panel-window-menu.svg b/.local/share/icons/Nordic/apps/scalable/mate-panel-window-menu.svg new file mode 120000 index 0000000..7ce0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-panel-window-menu.svg @@ -0,0 +1 @@ +cs-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-panel-workspace-switcher.svg b/.local/share/icons/Nordic/apps/scalable/mate-panel-workspace-switcher.svg new file mode 120000 index 0000000..1f7180c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-panel-workspace-switcher.svg @@ -0,0 +1 @@ +gnome-workspace.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-panel.svg b/.local/share/icons/Nordic/apps/scalable/mate-panel.svg new file mode 120000 index 0000000..010fb8a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-panel.svg @@ -0,0 +1 @@ +panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-power-manager.svg b/.local/share/icons/Nordic/apps/scalable/mate-power-manager.svg new file mode 120000 index 0000000..e7a4d9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-power-manager.svg @@ -0,0 +1 @@ +preferences-system-power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-power-statistics.svg b/.local/share/icons/Nordic/apps/scalable/mate-power-statistics.svg new file mode 120000 index 0000000..82c357f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-power-statistics.svg @@ -0,0 +1 @@ +gnome-power-statistics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-preferences-desktop-display.svg b/.local/share/icons/Nordic/apps/scalable/mate-preferences-desktop-display.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-preferences-desktop-display.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-sensors-applet.svg b/.local/share/icons/Nordic/apps/scalable/mate-sensors-applet.svg new file mode 120000 index 0000000..a6c23f4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-sensors-applet.svg @@ -0,0 +1 @@ +thermal-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-session-properties.svg b/.local/share/icons/Nordic/apps/scalable/mate-session-properties.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-session-properties.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-stick-notes-applet.svg b/.local/share/icons/Nordic/apps/scalable/mate-stick-notes-applet.svg new file mode 120000 index 0000000..7a25e1c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-stick-notes-applet.svg @@ -0,0 +1 @@ +notes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-sticky-notes-applet.svg b/.local/share/icons/Nordic/apps/scalable/mate-sticky-notes-applet.svg new file mode 120000 index 0000000..f49bc26 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-sticky-notes-applet.svg @@ -0,0 +1 @@ +knotes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-system-log.svg b/.local/share/icons/Nordic/apps/scalable/mate-system-log.svg new file mode 120000 index 0000000..086f9ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-system-log.svg @@ -0,0 +1 @@ +utilities-log-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mate-time-admin.svg b/.local/share/icons/Nordic/apps/scalable/mate-time-admin.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mate-time-admin.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/matepalimpsest.svg b/.local/share/icons/Nordic/apps/scalable/matepalimpsest.svg new file mode 120000 index 0000000..87ada2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/matepalimpsest.svg @@ -0,0 +1 @@ +palimpsest.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mathematica.svg b/.local/share/icons/Nordic/apps/scalable/mathematica.svg new file mode 100644 index 0000000..1687567 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mathematica.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/matlab.svg b/.local/share/icons/Nordic/apps/scalable/matlab.svg new file mode 100644 index 0000000..fa31293 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/matlab.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/maxthon-browser.svg b/.local/share/icons/Nordic/apps/scalable/maxthon-browser.svg new file mode 100644 index 0000000..3df4f0b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/maxthon-browser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mc.svg b/.local/share/icons/Nordic/apps/scalable/mc.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mc.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mdcharm.svg b/.local/share/icons/Nordic/apps/scalable/mdcharm.svg new file mode 120000 index 0000000..7a25e1c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mdcharm.svg @@ -0,0 +1 @@ +notes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mdmflexiserver.svg b/.local/share/icons/Nordic/apps/scalable/mdmflexiserver.svg new file mode 120000 index 0000000..8f0e93a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mdmflexiserver.svg @@ -0,0 +1 @@ +security-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mdmsetup.svg b/.local/share/icons/Nordic/apps/scalable/mdmsetup.svg new file mode 120000 index 0000000..8f0e93a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mdmsetup.svg @@ -0,0 +1 @@ +security-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/me.kozec.syncthingtk.svg b/.local/share/icons/Nordic/apps/scalable/me.kozec.syncthingtk.svg new file mode 120000 index 0000000..ec492b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/me.kozec.syncthingtk.svg @@ -0,0 +1 @@ +syncthing-gtk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/media-cdrom.svg b/.local/share/icons/Nordic/apps/scalable/media-cdrom.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/media-cdrom.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/media-player-48.svg b/.local/share/icons/Nordic/apps/scalable/media-player-48.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/media-player-48.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/media-player-banshee.svg b/.local/share/icons/Nordic/apps/scalable/media-player-banshee.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/media-player-banshee.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/media-player.svg b/.local/share/icons/Nordic/apps/scalable/media-player.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/media-player.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/media-removable.svg b/.local/share/icons/Nordic/apps/scalable/media-removable.svg new file mode 120000 index 0000000..87ada2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/media-removable.svg @@ -0,0 +1 @@ +palimpsest.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mediacontrol.svg b/.local/share/icons/Nordic/apps/scalable/mediacontrol.svg new file mode 120000 index 0000000..fb62c06 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mediacontrol.svg @@ -0,0 +1 @@ +preferences-desktop-multimedia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mediawriter.svg b/.local/share/icons/Nordic/apps/scalable/mediawriter.svg new file mode 100644 index 0000000..cb4dd5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mediawriter.svg @@ -0,0 +1,90 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/medit.svg b/.local/share/icons/Nordic/apps/scalable/medit.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/medit.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mednafen.svg b/.local/share/icons/Nordic/apps/scalable/mednafen.svg new file mode 120000 index 0000000..2f6dc60 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mednafen.svg @@ -0,0 +1 @@ +fceux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mega.svg b/.local/share/icons/Nordic/apps/scalable/mega.svg new file mode 100644 index 0000000..966b6ea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mega.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/megasync.svg b/.local/share/icons/Nordic/apps/scalable/megasync.svg new file mode 120000 index 0000000..ffd8247 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/megasync.svg @@ -0,0 +1 @@ +mega.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/meld.svg b/.local/share/icons/Nordic/apps/scalable/meld.svg new file mode 100644 index 0000000..5fdd4df --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/meld.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mendeley-desktop.svg b/.local/share/icons/Nordic/apps/scalable/mendeley-desktop.svg new file mode 100644 index 0000000..4cf92f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mendeley-desktop.svg @@ -0,0 +1,141 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mendeley.svg b/.local/share/icons/Nordic/apps/scalable/mendeley.svg new file mode 120000 index 0000000..ce9bdb1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mendeley.svg @@ -0,0 +1 @@ +mendeleydesktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mendeleydesktop.svg b/.local/share/icons/Nordic/apps/scalable/mendeleydesktop.svg new file mode 120000 index 0000000..d3db846 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mendeleydesktop.svg @@ -0,0 +1 @@ +mendeley-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/menu-editor.svg b/.local/share/icons/Nordic/apps/scalable/menu-editor.svg new file mode 100644 index 0000000..d6536d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/menu-editor.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/menu-misc.svg b/.local/share/icons/Nordic/apps/scalable/menu-misc.svg new file mode 120000 index 0000000..f0eff2c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/menu-misc.svg @@ -0,0 +1 @@ +menulibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/menuk-mdk.svg b/.local/share/icons/Nordic/apps/scalable/menuk-mdk.svg new file mode 120000 index 0000000..f0eff2c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/menuk-mdk.svg @@ -0,0 +1 @@ +menulibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/menulibre.svg b/.local/share/icons/Nordic/apps/scalable/menulibre.svg new file mode 100644 index 0000000..5abb7d6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/menulibre.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mercury.svg b/.local/share/icons/Nordic/apps/scalable/mercury.svg new file mode 120000 index 0000000..0756da4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mercury.svg @@ -0,0 +1 @@ +windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/meshlab.svg b/.local/share/icons/Nordic/apps/scalable/meshlab.svg new file mode 100644 index 0000000..30b680e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/meshlab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mess.svg b/.local/share/icons/Nordic/apps/scalable/mess.svg new file mode 120000 index 0000000..2f6dc60 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mess.svg @@ -0,0 +1 @@ +fceux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/message-x-gnu-rmail.svg b/.local/share/icons/Nordic/apps/scalable/message-x-gnu-rmail.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/message-x-gnu-rmail.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/message.svg b/.local/share/icons/Nordic/apps/scalable/message.svg new file mode 100644 index 0000000..f9a8da0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/message.svg @@ -0,0 +1,78 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/messagebox_info.svg b/.local/share/icons/Nordic/apps/scalable/messagebox_info.svg new file mode 120000 index 0000000..7be27df --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/messagebox_info.svg @@ -0,0 +1 @@ +userinfo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/messengerfordesktop.svg b/.local/share/icons/Nordic/apps/scalable/messengerfordesktop.svg new file mode 120000 index 0000000..b8719ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/messengerfordesktop.svg @@ -0,0 +1 @@ +fbmessenger.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/metacity.svg b/.local/share/icons/Nordic/apps/scalable/metacity.svg new file mode 120000 index 0000000..8cc1dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/metacity.svg @@ -0,0 +1 @@ +gnome-window-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/micro.svg b/.local/share/icons/Nordic/apps/scalable/micro.svg new file mode 100644 index 0000000..f9d2a49 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/micro.svg @@ -0,0 +1,802 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/micropad.svg b/.local/share/icons/Nordic/apps/scalable/micropad.svg new file mode 100644 index 0000000..c13a198 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/micropad.svg @@ -0,0 +1,71 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/microsoft.svg b/.local/share/icons/Nordic/apps/scalable/microsoft.svg new file mode 120000 index 0000000..0756da4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/microsoft.svg @@ -0,0 +1 @@ +windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/midnight-commander.svg b/.local/share/icons/Nordic/apps/scalable/midnight-commander.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/midnight-commander.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/midori.svg b/.local/share/icons/Nordic/apps/scalable/midori.svg new file mode 100644 index 0000000..6ecfef7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/midori.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mindi.svg b/.local/share/icons/Nordic/apps/scalable/mindi.svg new file mode 100644 index 0000000..3825237 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mindi.svg @@ -0,0 +1,750 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mindmapp.svg b/.local/share/icons/Nordic/apps/scalable/mindmapp.svg new file mode 100644 index 0000000..3db4ac5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mindmapp.svg @@ -0,0 +1,996 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mine.svg b/.local/share/icons/Nordic/apps/scalable/mine.svg new file mode 100644 index 0000000..15b5d67 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/minecraft-launcher.svg b/.local/share/icons/Nordic/apps/scalable/minecraft-launcher.svg new file mode 120000 index 0000000..9a4276a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/minecraft-launcher.svg @@ -0,0 +1 @@ +minecraft.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/minecraft.svg b/.local/share/icons/Nordic/apps/scalable/minecraft.svg new file mode 100644 index 0000000..27437e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/minecraft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mines.svg b/.local/share/icons/Nordic/apps/scalable/mines.svg new file mode 120000 index 0000000..7b0b599 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mines.svg @@ -0,0 +1 @@ +mine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/minetest-icon.svg b/.local/share/icons/Nordic/apps/scalable/minetest-icon.svg new file mode 120000 index 0000000..21f44e5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/minetest-icon.svg @@ -0,0 +1 @@ +minetest.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/minetest.svg b/.local/share/icons/Nordic/apps/scalable/minetest.svg new file mode 120000 index 0000000..9a4276a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/minetest.svg @@ -0,0 +1 @@ +minecraft.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/minetime.svg b/.local/share/icons/Nordic/apps/scalable/minetime.svg new file mode 100644 index 0000000..9351e30 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/minetime.svg @@ -0,0 +1,114 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mini.xterm_32x32.svg b/.local/share/icons/Nordic/apps/scalable/mini.xterm_32x32.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mini.xterm_32x32.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mini.xterm_48x48.svg b/.local/share/icons/Nordic/apps/scalable/mini.xterm_48x48.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mini.xterm_48x48.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/minimizeall.svg b/.local/share/icons/Nordic/apps/scalable/minimizeall.svg new file mode 120000 index 0000000..010fb8a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/minimizeall.svg @@ -0,0 +1 @@ +panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/minitunes.svg b/.local/share/icons/Nordic/apps/scalable/minitunes.svg new file mode 120000 index 0000000..d025f1c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/minitunes.svg @@ -0,0 +1 @@ +music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintBackup.svg b/.local/share/icons/Nordic/apps/scalable/mintBackup.svg new file mode 120000 index 0000000..a562f83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintBackup.svg @@ -0,0 +1 @@ +deja-dup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintNanny.svg b/.local/share/icons/Nordic/apps/scalable/mintNanny.svg new file mode 120000 index 0000000..7cf81ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintNanny.svg @@ -0,0 +1 @@ +mintnanny.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintUpdate.svg b/.local/share/icons/Nordic/apps/scalable/mintUpdate.svg new file mode 120000 index 0000000..e442172 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintUpdate.svg @@ -0,0 +1 @@ +system-software-update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintbackup-icon.svg b/.local/share/icons/Nordic/apps/scalable/mintbackup-icon.svg new file mode 120000 index 0000000..a562f83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintbackup-icon.svg @@ -0,0 +1 @@ +deja-dup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintbackup.svg b/.local/share/icons/Nordic/apps/scalable/mintbackup.svg new file mode 120000 index 0000000..a562f83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintbackup.svg @@ -0,0 +1 @@ +deja-dup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintdrivers.svg b/.local/share/icons/Nordic/apps/scalable/mintdrivers.svg new file mode 120000 index 0000000..1f9cbf3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintdrivers.svg @@ -0,0 +1 @@ +video-card.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintinstall.svg b/.local/share/icons/Nordic/apps/scalable/mintinstall.svg new file mode 120000 index 0000000..8b27194 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintinstall.svg @@ -0,0 +1 @@ +softwarecenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintlocale-im.svg b/.local/share/icons/Nordic/apps/scalable/mintlocale-im.svg new file mode 120000 index 0000000..946a31a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintlocale-im.svg @@ -0,0 +1 @@ +mintlocale.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintlocale.svg b/.local/share/icons/Nordic/apps/scalable/mintlocale.svg new file mode 120000 index 0000000..c0bcf8b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintlocale.svg @@ -0,0 +1 @@ +preferences-desktop-locale.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintnanny.svg b/.local/share/icons/Nordic/apps/scalable/mintnanny.svg new file mode 120000 index 0000000..8ef5795 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintnanny.svg @@ -0,0 +1 @@ +preferences-system-parental-controls.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintreport.svg b/.local/share/icons/Nordic/apps/scalable/mintreport.svg new file mode 120000 index 0000000..2778f8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintreport.svg @@ -0,0 +1 @@ +abrt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintsources-keys.svg b/.local/share/icons/Nordic/apps/scalable/mintsources-keys.svg new file mode 120000 index 0000000..22a7f7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintsources-keys.svg @@ -0,0 +1 @@ +password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintsources-mint.svg b/.local/share/icons/Nordic/apps/scalable/mintsources-mint.svg new file mode 120000 index 0000000..b4324aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintsources-mint.svg @@ -0,0 +1 @@ +software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintsources.svg b/.local/share/icons/Nordic/apps/scalable/mintsources.svg new file mode 120000 index 0000000..b4324aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintsources.svg @@ -0,0 +1 @@ +software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintstick.svg b/.local/share/icons/Nordic/apps/scalable/mintstick.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintstick.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintupdate-release-upgrade.svg b/.local/share/icons/Nordic/apps/scalable/mintupdate-release-upgrade.svg new file mode 120000 index 0000000..e442172 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintupdate-release-upgrade.svg @@ -0,0 +1 @@ +system-software-update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mintupdate.svg b/.local/share/icons/Nordic/apps/scalable/mintupdate.svg new file mode 120000 index 0000000..e442172 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mintupdate.svg @@ -0,0 +1 @@ +system-software-update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mirage.svg b/.local/share/icons/Nordic/apps/scalable/mirage.svg new file mode 100644 index 0000000..c56fdee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mirage.svg @@ -0,0 +1,90 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mirovideoconverter.svg b/.local/share/icons/Nordic/apps/scalable/mirovideoconverter.svg new file mode 120000 index 0000000..29de607 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mirovideoconverter.svg @@ -0,0 +1 @@ +accessories-media-converter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mkv-extractor-gui.svg b/.local/share/icons/Nordic/apps/scalable/mkv-extractor-gui.svg new file mode 120000 index 0000000..3641e98 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mkv-extractor-gui.svg @@ -0,0 +1 @@ +mkvmergeGUI.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mkv-gui.svg b/.local/share/icons/Nordic/apps/scalable/mkv-gui.svg new file mode 120000 index 0000000..6ab4d36 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mkv-gui.svg @@ -0,0 +1 @@ +mkvmerge.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mkvmerge.svg b/.local/share/icons/Nordic/apps/scalable/mkvmerge.svg new file mode 100644 index 0000000..e3293d2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mkvmerge.svg @@ -0,0 +1,1265 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mkvmergeGUI.svg b/.local/share/icons/Nordic/apps/scalable/mkvmergeGUI.svg new file mode 120000 index 0000000..6ab4d36 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mkvmergeGUI.svg @@ -0,0 +1 @@ +mkvmerge.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mkvmergegui.svg b/.local/share/icons/Nordic/apps/scalable/mkvmergegui.svg new file mode 120000 index 0000000..3641e98 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mkvmergegui.svg @@ -0,0 +1 @@ +mkvmergeGUI.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mkvpropedit.svg b/.local/share/icons/Nordic/apps/scalable/mkvpropedit.svg new file mode 120000 index 0000000..3641e98 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mkvpropedit.svg @@ -0,0 +1 @@ +mkvmergeGUI.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mkvtoolnix-gui.svg b/.local/share/icons/Nordic/apps/scalable/mkvtoolnix-gui.svg new file mode 120000 index 0000000..6ab4d36 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mkvtoolnix-gui.svg @@ -0,0 +1 @@ +mkvmerge.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mmc.svg b/.local/share/icons/Nordic/apps/scalable/mmc.svg new file mode 120000 index 0000000..27d2c5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mmc.svg @@ -0,0 +1 @@ +dragonplayer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/modem-manager-gui.svg b/.local/share/icons/Nordic/apps/scalable/modem-manager-gui.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/modem-manager-gui.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/modules-files.svg b/.local/share/icons/Nordic/apps/scalable/modules-files.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/modules-files.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mongodb-compass.svg b/.local/share/icons/Nordic/apps/scalable/mongodb-compass.svg new file mode 100644 index 0000000..7ed4970 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mongodb-compass.svg @@ -0,0 +1,5249 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mongodb.svg b/.local/share/icons/Nordic/apps/scalable/mongodb.svg new file mode 120000 index 0000000..019e2c7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mongodb.svg @@ -0,0 +1 @@ +mongodb-compass.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/monitor.svg b/.local/share/icons/Nordic/apps/scalable/monitor.svg new file mode 120000 index 0000000..bec88a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/monitor.svg @@ -0,0 +1 @@ +deepin-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mono-runtime-common.svg b/.local/share/icons/Nordic/apps/scalable/mono-runtime-common.svg new file mode 120000 index 0000000..e9473b3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mono-runtime-common.svg @@ -0,0 +1 @@ +mono.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mono-runtime.svg b/.local/share/icons/Nordic/apps/scalable/mono-runtime.svg new file mode 120000 index 0000000..e9473b3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mono-runtime.svg @@ -0,0 +1 @@ +mono.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mono.svg b/.local/share/icons/Nordic/apps/scalable/mono.svg new file mode 100644 index 0000000..9ea9cd4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mono.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/monodevelop.svg b/.local/share/icons/Nordic/apps/scalable/monodevelop.svg new file mode 120000 index 0000000..e9473b3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/monodevelop.svg @@ -0,0 +1 @@ +mono.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/monodevelopment.svg b/.local/share/icons/Nordic/apps/scalable/monodevelopment.svg new file mode 120000 index 0000000..e9473b3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/monodevelopment.svg @@ -0,0 +1 @@ +mono.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mousepad.svg b/.local/share/icons/Nordic/apps/scalable/mousepad.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mousepad.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/movie-editor.svg b/.local/share/icons/Nordic/apps/scalable/movie-editor.svg new file mode 120000 index 0000000..7b84bf0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/movie-editor.svg @@ -0,0 +1 @@ +openshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mozilla-firefox.svg b/.local/share/icons/Nordic/apps/scalable/mozilla-firefox.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mozilla-firefox.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mozilla-thunderbird-icon.svg b/.local/share/icons/Nordic/apps/scalable/mozilla-thunderbird-icon.svg new file mode 120000 index 0000000..27d04a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mozilla-thunderbird-icon.svg @@ -0,0 +1 @@ +mozilla_thunderbird.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mozilla-thunderbird.svg b/.local/share/icons/Nordic/apps/scalable/mozilla-thunderbird.svg new file mode 120000 index 0000000..27d04a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mozilla-thunderbird.svg @@ -0,0 +1 @@ +mozilla_thunderbird.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mozilla_thunderbird.svg b/.local/share/icons/Nordic/apps/scalable/mozilla_thunderbird.svg new file mode 100644 index 0000000..059c28c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mozilla_thunderbird.svg @@ -0,0 +1,120 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mozo.svg b/.local/share/icons/Nordic/apps/scalable/mozo.svg new file mode 120000 index 0000000..01b24b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mozo.svg @@ -0,0 +1 @@ +kmenuedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mplayer.svg b/.local/share/icons/Nordic/apps/scalable/mplayer.svg new file mode 100644 index 0000000..587492c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mplayer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mps.svg b/.local/share/icons/Nordic/apps/scalable/mps.svg new file mode 100644 index 0000000..228b272 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mpv-icon-8bit-64x64.svg b/.local/share/icons/Nordic/apps/scalable/mpv-icon-8bit-64x64.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mpv-icon-8bit-64x64.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mpv.svg b/.local/share/icons/Nordic/apps/scalable/mpv.svg new file mode 100644 index 0000000..8c8527d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mpv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ms-excel.svg b/.local/share/icons/Nordic/apps/scalable/ms-excel.svg new file mode 100644 index 0000000..f9bf357 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ms-excel.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + x + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/ms-office.svg b/.local/share/icons/Nordic/apps/scalable/ms-office.svg new file mode 100644 index 0000000..0215f89 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ms-office.svg @@ -0,0 +1,98 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/ms-skype.svg b/.local/share/icons/Nordic/apps/scalable/ms-skype.svg new file mode 120000 index 0000000..c233e23 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ms-skype.svg @@ -0,0 +1 @@ +skype.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ms-word.svg b/.local/share/icons/Nordic/apps/scalable/ms-word.svg new file mode 100644 index 0000000..16cce22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ms-word.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mscore.svg b/.local/share/icons/Nordic/apps/scalable/mscore.svg new file mode 100644 index 0000000..a0480bd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mscore.svg @@ -0,0 +1,122 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/msd-xrandr.svg b/.local/share/icons/Nordic/apps/scalable/msd-xrandr.svg new file mode 120000 index 0000000..32b4509 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/msd-xrandr.svg @@ -0,0 +1 @@ +display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/msexcel-2007.svg b/.local/share/icons/Nordic/apps/scalable/msexcel-2007.svg new file mode 120000 index 0000000..5f368a1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/msexcel-2007.svg @@ -0,0 +1 @@ +ms-excel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/msn.svg b/.local/share/icons/Nordic/apps/scalable/msn.svg new file mode 120000 index 0000000..0756da4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/msn.svg @@ -0,0 +1 @@ +windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/msword-2007.svg b/.local/share/icons/Nordic/apps/scalable/msword-2007.svg new file mode 120000 index 0000000..093f649 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/msword-2007.svg @@ -0,0 +1 @@ +ms-word.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mtpaint.svg b/.local/share/icons/Nordic/apps/scalable/mtpaint.svg new file mode 100644 index 0000000..4e23355 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mtpaint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mugshot.svg b/.local/share/icons/Nordic/apps/scalable/mugshot.svg new file mode 100644 index 0000000..b4b45d6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mugshot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multibootusb.svg b/.local/share/icons/Nordic/apps/scalable/multibootusb.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multibootusb.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multilingual-terminal.svg b/.local/share/icons/Nordic/apps/scalable/multilingual-terminal.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multilingual-terminal.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multimedia-audio-player.svg b/.local/share/icons/Nordic/apps/scalable/multimedia-audio-player.svg new file mode 100644 index 0000000..6bfa2e2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multimedia-audio-player.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multimedia-mpv.svg b/.local/share/icons/Nordic/apps/scalable/multimedia-mpv.svg new file mode 120000 index 0000000..7b84bf0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multimedia-mpv.svg @@ -0,0 +1 @@ +openshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multimedia-photo-manager.svg b/.local/share/icons/Nordic/apps/scalable/multimedia-photo-manager.svg new file mode 120000 index 0000000..d14acbb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multimedia-photo-manager.svg @@ -0,0 +1 @@ +photos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multimedia-photo-viewer.svg b/.local/share/icons/Nordic/apps/scalable/multimedia-photo-viewer.svg new file mode 120000 index 0000000..c8a5065 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multimedia-photo-viewer.svg @@ -0,0 +1 @@ +gpicview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multimedia-player.svg b/.local/share/icons/Nordic/apps/scalable/multimedia-player.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multimedia-player.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multimedia-radio.svg b/.local/share/icons/Nordic/apps/scalable/multimedia-radio.svg new file mode 120000 index 0000000..3104163 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multimedia-radio.svg @@ -0,0 +1 @@ +radio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multimedia-section.svg b/.local/share/icons/Nordic/apps/scalable/multimedia-section.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multimedia-section.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multimedia-video-editor.svg b/.local/share/icons/Nordic/apps/scalable/multimedia-video-editor.svg new file mode 120000 index 0000000..7b84bf0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multimedia-video-editor.svg @@ -0,0 +1 @@ +openshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multimedia-video-player.svg b/.local/share/icons/Nordic/apps/scalable/multimedia-video-player.svg new file mode 100644 index 0000000..91f235f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multimedia-video-player.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multimedia-vlc.svg b/.local/share/icons/Nordic/apps/scalable/multimedia-vlc.svg new file mode 120000 index 0000000..495a636 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multimedia-vlc.svg @@ -0,0 +1 @@ +vlc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multimedia-volume-control.svg b/.local/share/icons/Nordic/apps/scalable/multimedia-volume-control.svg new file mode 120000 index 0000000..8434bc1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multimedia-volume-control.svg @@ -0,0 +1 @@ +xfce4-mixer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multimedia.svg b/.local/share/icons/Nordic/apps/scalable/multimedia.svg new file mode 120000 index 0000000..04c6d09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multimedia.svg @@ -0,0 +1 @@ +multimedia-volume-control.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multimedia_section.svg b/.local/share/icons/Nordic/apps/scalable/multimedia_section.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multimedia_section.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multisystem-liveusb.svg b/.local/share/icons/Nordic/apps/scalable/multisystem-liveusb.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multisystem-liveusb.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multisystem-test-iso.svg b/.local/share/icons/Nordic/apps/scalable/multisystem-test-iso.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multisystem-test-iso.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multisystem-vbox.svg b/.local/share/icons/Nordic/apps/scalable/multisystem-vbox.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multisystem-vbox.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multisystem.svg b/.local/share/icons/Nordic/apps/scalable/multisystem.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multisystem.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/multitasking-view.svg b/.local/share/icons/Nordic/apps/scalable/multitasking-view.svg new file mode 100644 index 0000000..6791cfd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/multitasking-view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mumble.svg b/.local/share/icons/Nordic/apps/scalable/mumble.svg new file mode 100644 index 0000000..44ec22e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mumble.svg @@ -0,0 +1,403 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/muon-discover.svg b/.local/share/icons/Nordic/apps/scalable/muon-discover.svg new file mode 120000 index 0000000..66ccc99 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/muon-discover.svg @@ -0,0 +1 @@ +muon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/muon-installer.svg b/.local/share/icons/Nordic/apps/scalable/muon-installer.svg new file mode 120000 index 0000000..66ccc99 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/muon-installer.svg @@ -0,0 +1 @@ +muon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/muon.svg b/.local/share/icons/Nordic/apps/scalable/muon.svg new file mode 120000 index 0000000..47a6e9b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/muon.svg @@ -0,0 +1 @@ +synaptic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/muondis-cover.svg b/.local/share/icons/Nordic/apps/scalable/muondis-cover.svg new file mode 120000 index 0000000..66ccc99 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/muondis-cover.svg @@ -0,0 +1 @@ +muon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/muondiscover.svg b/.local/share/icons/Nordic/apps/scalable/muondiscover.svg new file mode 120000 index 0000000..b4324aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/muondiscover.svg @@ -0,0 +1 @@ +software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/muonnotifier.svg b/.local/share/icons/Nordic/apps/scalable/muonnotifier.svg new file mode 120000 index 0000000..8b27194 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/muonnotifier.svg @@ -0,0 +1 @@ +softwarecenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mupdf.svg b/.local/share/icons/Nordic/apps/scalable/mupdf.svg new file mode 120000 index 0000000..e1b9885 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mupdf.svg @@ -0,0 +1 @@ +document-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mupen64-plus.svg b/.local/share/icons/Nordic/apps/scalable/mupen64-plus.svg new file mode 120000 index 0000000..4b79121 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mupen64-plus.svg @@ -0,0 +1 @@ +mupen64.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mupen64.svg b/.local/share/icons/Nordic/apps/scalable/mupen64.svg new file mode 100644 index 0000000..7fb3cb3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mupen64.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/music.svg b/.local/share/icons/Nordic/apps/scalable/music.svg new file mode 100755 index 0000000..113aad2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/music.svg @@ -0,0 +1,512 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/music_icon-24.svg b/.local/share/icons/Nordic/apps/scalable/music_icon-24.svg new file mode 120000 index 0000000..a2a4b34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/music_icon-24.svg @@ -0,0 +1 @@ +deepin-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/musicbrainz-picard.svg b/.local/share/icons/Nordic/apps/scalable/musicbrainz-picard.svg new file mode 120000 index 0000000..9e9193d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/musicbrainz-picard.svg @@ -0,0 +1 @@ +picard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/musicbrainz.svg b/.local/share/icons/Nordic/apps/scalable/musicbrainz.svg new file mode 120000 index 0000000..9e9193d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/musicbrainz.svg @@ -0,0 +1 @@ +picard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/musique.svg b/.local/share/icons/Nordic/apps/scalable/musique.svg new file mode 120000 index 0000000..4bf1121 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/musique.svg @@ -0,0 +1 @@ +juk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mx-bootrepair.svg b/.local/share/icons/Nordic/apps/scalable/mx-bootrepair.svg new file mode 100644 index 0000000..0d61fe9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-bootrepair.svg @@ -0,0 +1,78 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mx-cleanup.svg b/.local/share/icons/Nordic/apps/scalable/mx-cleanup.svg new file mode 100644 index 0000000..e6e95f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-cleanup.svg @@ -0,0 +1,86 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mx-clocky.svg b/.local/share/icons/Nordic/apps/scalable/mx-clocky.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-clocky.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mx-codecs.svg b/.local/share/icons/Nordic/apps/scalable/mx-codecs.svg new file mode 120000 index 0000000..ff57c5a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-codecs.svg @@ -0,0 +1 @@ +exaile.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mx-conky.svg b/.local/share/icons/Nordic/apps/scalable/mx-conky.svg new file mode 120000 index 0000000..63b0d5e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-conky.svg @@ -0,0 +1 @@ +conky-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mx-menu-editor.svg b/.local/share/icons/Nordic/apps/scalable/mx-menu-editor.svg new file mode 120000 index 0000000..f0eff2c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-menu-editor.svg @@ -0,0 +1 @@ +menulibre.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mx-network-assistant.svg b/.local/share/icons/Nordic/apps/scalable/mx-network-assistant.svg new file mode 120000 index 0000000..4624448 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-network-assistant.svg @@ -0,0 +1 @@ +vmware-netcfg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mx-packageinstaller.svg b/.local/share/icons/Nordic/apps/scalable/mx-packageinstaller.svg new file mode 100644 index 0000000..d354782 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-packageinstaller.svg @@ -0,0 +1,81 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mx-sound.svg b/.local/share/icons/Nordic/apps/scalable/mx-sound.svg new file mode 100644 index 0000000..6e35433 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-sound.svg @@ -0,0 +1,241 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mx-timeset-gui-icon.svg b/.local/share/icons/Nordic/apps/scalable/mx-timeset-gui-icon.svg new file mode 100644 index 0000000..2be9c92 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-timeset-gui-icon.svg @@ -0,0 +1,92 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mx-tools.svg b/.local/share/icons/Nordic/apps/scalable/mx-tools.svg new file mode 100644 index 0000000..6d59f5d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-tools.svg @@ -0,0 +1,162 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mx-tweak.svg b/.local/share/icons/Nordic/apps/scalable/mx-tweak.svg new file mode 100644 index 0000000..131a0f5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-tweak.svg @@ -0,0 +1,107 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/mx-update.svg b/.local/share/icons/Nordic/apps/scalable/mx-update.svg new file mode 120000 index 0000000..9eeacd6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-update.svg @@ -0,0 +1 @@ +update-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mx-usb-unmounter.svg b/.local/share/icons/Nordic/apps/scalable/mx-usb-unmounter.svg new file mode 100644 index 0000000..29b46e9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mx-usb-unmounter.svg @@ -0,0 +1,76 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/my-weather-indicator.svg b/.local/share/icons/Nordic/apps/scalable/my-weather-indicator.svg new file mode 120000 index 0000000..4f715a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/my-weather-indicator.svg @@ -0,0 +1 @@ +org.gnome.Weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/myltimedia-audio-player.svg b/.local/share/icons/Nordic/apps/scalable/myltimedia-audio-player.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/myltimedia-audio-player.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mypaint.svg b/.local/share/icons/Nordic/apps/scalable/mypaint.svg new file mode 120000 index 0000000..2f0fbf7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mypaint.svg @@ -0,0 +1 @@ +mtpaint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/mysql-workbench.svg b/.local/share/icons/Nordic/apps/scalable/mysql-workbench.svg new file mode 100644 index 0000000..2a5984e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/mysql-workbench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/n1.svg b/.local/share/icons/Nordic/apps/scalable/n1.svg new file mode 100644 index 0000000..2ce28cb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/n1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nautilus-actions-config-tool.svg b/.local/share/icons/Nordic/apps/scalable/nautilus-actions-config-tool.svg new file mode 120000 index 0000000..edc468c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nautilus-actions-config-tool.svg @@ -0,0 +1 @@ +nautilus.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nautilus-actions.svg b/.local/share/icons/Nordic/apps/scalable/nautilus-actions.svg new file mode 120000 index 0000000..edc468c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nautilus-actions.svg @@ -0,0 +1 @@ +nautilus.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nautilus-burn.svg b/.local/share/icons/Nordic/apps/scalable/nautilus-burn.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nautilus-burn.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nautilus-cd-burner.svg b/.local/share/icons/Nordic/apps/scalable/nautilus-cd-burner.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nautilus-cd-burner.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nautilus-dropbox.svg b/.local/share/icons/Nordic/apps/scalable/nautilus-dropbox.svg new file mode 120000 index 0000000..3b77629 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nautilus-dropbox.svg @@ -0,0 +1 @@ +dropbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nautilus.svg b/.local/share/icons/Nordic/apps/scalable/nautilus.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nautilus.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ndisgtk.svg b/.local/share/icons/Nordic/apps/scalable/ndisgtk.svg new file mode 100644 index 0000000..9ddf480 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ndisgtk.svg @@ -0,0 +1,74 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/neat-control.svg b/.local/share/icons/Nordic/apps/scalable/neat-control.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/neat-control.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nemo.svg b/.local/share/icons/Nordic/apps/scalable/nemo.svg new file mode 120000 index 0000000..abdd0fd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nemo.svg @@ -0,0 +1 @@ +system-file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/neovim.svg b/.local/share/icons/Nordic/apps/scalable/neovim.svg new file mode 120000 index 0000000..f481afa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/neovim.svg @@ -0,0 +1 @@ +nvim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nepomuk.svg b/.local/share/icons/Nordic/apps/scalable/nepomuk.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nepomuk.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nestopia.svg b/.local/share/icons/Nordic/apps/scalable/nestopia.svg new file mode 120000 index 0000000..2f6dc60 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nestopia.svg @@ -0,0 +1 @@ +fceux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/net.ankiweb.Anki.svg b/.local/share/icons/Nordic/apps/scalable/net.ankiweb.Anki.svg new file mode 120000 index 0000000..ca6806c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/net.ankiweb.Anki.svg @@ -0,0 +1 @@ +anki.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/net.minetest.Minetest.svg b/.local/share/icons/Nordic/apps/scalable/net.minetest.Minetest.svg new file mode 120000 index 0000000..21f44e5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/net.minetest.Minetest.svg @@ -0,0 +1 @@ +minetest.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/net.rpdev.OpenTodoList.svg b/.local/share/icons/Nordic/apps/scalable/net.rpdev.OpenTodoList.svg new file mode 120000 index 0000000..16b75ed --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/net.rpdev.OpenTodoList.svg @@ -0,0 +1 @@ +opentodolist.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/net.sourceforge.Chessx.svg b/.local/share/icons/Nordic/apps/scalable/net.sourceforge.Chessx.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/net.sourceforge.Chessx.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg b/.local/share/icons/Nordic/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg new file mode 120000 index 0000000..3e52076 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -0,0 +1 @@ +luminance-hdr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/net.sourceforge.xournal.svg b/.local/share/icons/Nordic/apps/scalable/net.sourceforge.xournal.svg new file mode 120000 index 0000000..c04e205 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/net.sourceforge.xournal.svg @@ -0,0 +1 @@ +xournal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/net.supertuxkart.SuperTuxKart.svg b/.local/share/icons/Nordic/apps/scalable/net.supertuxkart.SuperTuxKart.svg new file mode 120000 index 0000000..337217e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/net.supertuxkart.SuperTuxKart.svg @@ -0,0 +1 @@ +supertuxkart.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/net.xmind.XMind8.svg b/.local/share/icons/Nordic/apps/scalable/net.xmind.XMind8.svg new file mode 120000 index 0000000..8399b17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/net.xmind.XMind8.svg @@ -0,0 +1 @@ +xmind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/netbeans-ide.svg b/.local/share/icons/Nordic/apps/scalable/netbeans-ide.svg new file mode 120000 index 0000000..3af5b3d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/netbeans-ide.svg @@ -0,0 +1 @@ +netbeans.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/netbeans.svg b/.local/share/icons/Nordic/apps/scalable/netbeans.svg new file mode 100644 index 0000000..be0d042 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/netbeans.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/netease-cloud-music.svg b/.local/share/icons/Nordic/apps/scalable/netease-cloud-music.svg new file mode 100644 index 0000000..3da215a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/netease-cloud-music.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/netflix.svg b/.local/share/icons/Nordic/apps/scalable/netflix.svg new file mode 100644 index 0000000..3db4373 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/netflix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/netpkg.svg b/.local/share/icons/Nordic/apps/scalable/netpkg.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/netpkg.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-bittorrent-client.svg b/.local/share/icons/Nordic/apps/scalable/network-bittorrent-client.svg new file mode 120000 index 0000000..f57b950 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-bittorrent-client.svg @@ -0,0 +1 @@ +bittorrent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-bluetooth.svg b/.local/share/icons/Nordic/apps/scalable/network-bluetooth.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-bluetooth.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-chrome.svg b/.local/share/icons/Nordic/apps/scalable/network-chrome.svg new file mode 120000 index 0000000..3625dae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-chrome.svg @@ -0,0 +1 @@ +chrome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-chromium.svg b/.local/share/icons/Nordic/apps/scalable/network-chromium.svg new file mode 120000 index 0000000..76494bd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-chromium.svg @@ -0,0 +1 @@ +chromium-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-defaultroute.svg b/.local/share/icons/Nordic/apps/scalable/network-defaultroute.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-defaultroute.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-firewall.svg b/.local/share/icons/Nordic/apps/scalable/network-firewall.svg new file mode 120000 index 0000000..3184e8c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-firewall.svg @@ -0,0 +1 @@ +firewall-config.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-idle.svg b/.local/share/icons/Nordic/apps/scalable/network-idle.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-idle.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-mail-reader.svg b/.local/share/icons/Nordic/apps/scalable/network-mail-reader.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-mail-reader.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-mail.svg b/.local/share/icons/Nordic/apps/scalable/network-mail.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-mail.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-manager.svg b/.local/share/icons/Nordic/apps/scalable/network-manager.svg new file mode 100644 index 0000000..8bf3e38 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-manager.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-opera.svg b/.local/share/icons/Nordic/apps/scalable/network-opera.svg new file mode 120000 index 0000000..6075479 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-opera.svg @@ -0,0 +1 @@ +opera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-preference.svg b/.local/share/icons/Nordic/apps/scalable/network-preference.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-preference.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-preferences.svg b/.local/share/icons/Nordic/apps/scalable/network-preferences.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-preferences.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-torrent-client.svg b/.local/share/icons/Nordic/apps/scalable/network-torrent-client.svg new file mode 120000 index 0000000..f57b950 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-torrent-client.svg @@ -0,0 +1 @@ +bittorrent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-wired.svg b/.local/share/icons/Nordic/apps/scalable/network-wired.svg new file mode 120000 index 0000000..66bda98 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-wired.svg @@ -0,0 +1 @@ +preferences-system-network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network-workgroup.svg b/.local/share/icons/Nordic/apps/scalable/network-workgroup.svg new file mode 120000 index 0000000..28bce89 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network-workgroup.svg @@ -0,0 +1 @@ +system-config-samba.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/network.svg b/.local/share/icons/Nordic/apps/scalable/network.svg new file mode 100755 index 0000000..074524a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/network.svg @@ -0,0 +1,66 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/networkmanager.svg b/.local/share/icons/Nordic/apps/scalable/networkmanager.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/networkmanager.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-128.svg b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-128.svg new file mode 120000 index 0000000..f4b5c4e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-128.svg @@ -0,0 +1 @@ +nextcloud-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-16.svg b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-16.svg new file mode 120000 index 0000000..f4b5c4e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-16.svg @@ -0,0 +1 @@ +nextcloud-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-22.svg b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-22.svg new file mode 120000 index 0000000..f4b5c4e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-22.svg @@ -0,0 +1 @@ +nextcloud-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-256.svg b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-256.svg new file mode 120000 index 0000000..f4b5c4e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-256.svg @@ -0,0 +1 @@ +nextcloud-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-32.svg b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-32.svg new file mode 120000 index 0000000..f4b5c4e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-32.svg @@ -0,0 +1 @@ +nextcloud-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-48.svg b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-48.svg new file mode 120000 index 0000000..f4b5c4e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-48.svg @@ -0,0 +1 @@ +nextcloud-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-512.svg b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-512.svg new file mode 120000 index 0000000..f4b5c4e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-512.svg @@ -0,0 +1 @@ +nextcloud-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-64.svg b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-64.svg new file mode 120000 index 0000000..f4b5c4e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-64.svg @@ -0,0 +1 @@ +nextcloud-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-96.svg b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-96.svg new file mode 120000 index 0000000..f4b5c4e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon-96.svg @@ -0,0 +1 @@ +nextcloud-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nextcloud-icon.svg b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon.svg new file mode 100644 index 0000000..53657b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nextcloud-icon.svg @@ -0,0 +1,1012 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/nextcloud.svg b/.local/share/icons/Nordic/apps/scalable/nextcloud.svg new file mode 100644 index 0000000..d3aa663 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nextcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nimbus.svg b/.local/share/icons/Nordic/apps/scalable/nimbus.svg new file mode 120000 index 0000000..ec42a30 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nimbus.svg @@ -0,0 +1 @@ +indicator-weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nitrogen.svg b/.local/share/icons/Nordic/apps/scalable/nitrogen.svg new file mode 100644 index 0000000..4401b46 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nitrogen.svg @@ -0,0 +1,2818 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/nitrotasks.svg b/.local/share/icons/Nordic/apps/scalable/nitrotasks.svg new file mode 120000 index 0000000..bcdcd70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nitrotasks.svg @@ -0,0 +1 @@ +org.gnome.Todo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nixnote.svg b/.local/share/icons/Nordic/apps/scalable/nixnote.svg new file mode 120000 index 0000000..7500816 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nixnote.svg @@ -0,0 +1 @@ +avernote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nl.hjdskes.Gcolor3.svg b/.local/share/icons/Nordic/apps/scalable/nl.hjdskes.Gcolor3.svg new file mode 120000 index 0000000..30bd807 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nl.hjdskes.Gcolor3.svg @@ -0,0 +1 @@ +gcolor2.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nl.hjdskes.gcolor3.svg b/.local/share/icons/Nordic/apps/scalable/nl.hjdskes.gcolor3.svg new file mode 120000 index 0000000..803df98 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nl.hjdskes.gcolor3.svg @@ -0,0 +1 @@ +gcolor3.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nl.openoffice.bluefish.svg b/.local/share/icons/Nordic/apps/scalable/nl.openoffice.bluefish.svg new file mode 120000 index 0000000..aa9cef1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nl.openoffice.bluefish.svg @@ -0,0 +1 @@ +bluefish.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nmap.svg b/.local/share/icons/Nordic/apps/scalable/nmap.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nmap.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nmap_icon.svg b/.local/share/icons/Nordic/apps/scalable/nmap_icon.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nmap_icon.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nocturn-linux.svg b/.local/share/icons/Nordic/apps/scalable/nocturn-linux.svg new file mode 120000 index 0000000..43aa990 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nocturn-linux.svg @@ -0,0 +1 @@ +nocturn.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nocturn.svg b/.local/share/icons/Nordic/apps/scalable/nocturn.svg new file mode 100644 index 0000000..57ef075 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nocturn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/noise.svg b/.local/share/icons/Nordic/apps/scalable/noise.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/noise.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nomacs.svg b/.local/share/icons/Nordic/apps/scalable/nomacs.svg new file mode 100644 index 0000000..50da561 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nomacs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/notable.svg b/.local/share/icons/Nordic/apps/scalable/notable.svg new file mode 100644 index 0000000..9ac0291 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/notable.svg @@ -0,0 +1,927 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/notecase.svg b/.local/share/icons/Nordic/apps/scalable/notecase.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/notecase.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/notepad-48.svg b/.local/share/icons/Nordic/apps/scalable/notepad-48.svg new file mode 120000 index 0000000..92550a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/notepad-48.svg @@ -0,0 +1 @@ +standard-notes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/notepad.svg b/.local/share/icons/Nordic/apps/scalable/notepad.svg new file mode 100644 index 0000000..9dffdc2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/notepad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/notes-app.svg b/.local/share/icons/Nordic/apps/scalable/notes-app.svg new file mode 120000 index 0000000..92550a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/notes-app.svg @@ -0,0 +1 @@ +standard-notes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/notes.svg b/.local/share/icons/Nordic/apps/scalable/notes.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/notes.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/notification-daemon.svg b/.local/share/icons/Nordic/apps/scalable/notification-daemon.svg new file mode 120000 index 0000000..ebf599d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/notification-daemon.svg @@ -0,0 +1 @@ +notification.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/notification.svg b/.local/share/icons/Nordic/apps/scalable/notification.svg new file mode 120000 index 0000000..0f3a718 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/notification.svg @@ -0,0 +1 @@ +preferences-desktop-notification-bell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/notifyconf.svg b/.local/share/icons/Nordic/apps/scalable/notifyconf.svg new file mode 120000 index 0000000..ebf599d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/notifyconf.svg @@ -0,0 +1 @@ +notification.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/notion.app.svg b/.local/share/icons/Nordic/apps/scalable/notion.app.svg new file mode 100644 index 0000000..155b6f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/notion.app.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/notion.svg b/.local/share/icons/Nordic/apps/scalable/notion.svg new file mode 120000 index 0000000..b3076ed --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/notion.svg @@ -0,0 +1 @@ +notion.app.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/novprog.svg b/.local/share/icons/Nordic/apps/scalable/novprog.svg new file mode 100644 index 0000000..5bee108 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/novprog.svg @@ -0,0 +1,98 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/nuvolaplayer.svg b/.local/share/icons/Nordic/apps/scalable/nuvolaplayer.svg new file mode 100644 index 0000000..066b149 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nuvolaplayer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nuvolaplayer3_8tracks.svg b/.local/share/icons/Nordic/apps/scalable/nuvolaplayer3_8tracks.svg new file mode 120000 index 0000000..d14d1c7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nuvolaplayer3_8tracks.svg @@ -0,0 +1 @@ +8tracks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nuvolaplayer3_google_play_music.svg b/.local/share/icons/Nordic/apps/scalable/nuvolaplayer3_google_play_music.svg new file mode 120000 index 0000000..0ee17a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nuvolaplayer3_google_play_music.svg @@ -0,0 +1 @@ +google-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nuvolaplayer3_spotify.svg b/.local/share/icons/Nordic/apps/scalable/nuvolaplayer3_spotify.svg new file mode 120000 index 0000000..2d1e6f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nuvolaplayer3_spotify.svg @@ -0,0 +1 @@ +spotify-client.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nuvolaplayer3_yandex_music.svg b/.local/share/icons/Nordic/apps/scalable/nuvolaplayer3_yandex_music.svg new file mode 120000 index 0000000..dd4dff7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nuvolaplayer3_yandex_music.svg @@ -0,0 +1 @@ +jazzradio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvclock-gtk.svg b/.local/share/icons/Nordic/apps/scalable/nvclock-gtk.svg new file mode 120000 index 0000000..fc42cf5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvclock-gtk.svg @@ -0,0 +1 @@ +nvidia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvclock.svg b/.local/share/icons/Nordic/apps/scalable/nvclock.svg new file mode 120000 index 0000000..fc42cf5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvclock.svg @@ -0,0 +1 @@ +nvidia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvdock.svg b/.local/share/icons/Nordic/apps/scalable/nvdock.svg new file mode 120000 index 0000000..b933b70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvdock.svg @@ -0,0 +1 @@ +nvidia-settings.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvidia-304-settings.svg b/.local/share/icons/Nordic/apps/scalable/nvidia-304-settings.svg new file mode 120000 index 0000000..fc42cf5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvidia-304-settings.svg @@ -0,0 +1 @@ +nvidia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvidia-310-settings.svg b/.local/share/icons/Nordic/apps/scalable/nvidia-310-settings.svg new file mode 120000 index 0000000..fc42cf5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvidia-310-settings.svg @@ -0,0 +1 @@ +nvidia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvidia-current-settings.svg b/.local/share/icons/Nordic/apps/scalable/nvidia-current-settings.svg new file mode 120000 index 0000000..fc42cf5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvidia-current-settings.svg @@ -0,0 +1 @@ +nvidia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvidia-current-updates-settings.svg b/.local/share/icons/Nordic/apps/scalable/nvidia-current-updates-settings.svg new file mode 120000 index 0000000..fc42cf5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvidia-current-updates-settings.svg @@ -0,0 +1 @@ +nvidia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvidia-ddm-mx.svg b/.local/share/icons/Nordic/apps/scalable/nvidia-ddm-mx.svg new file mode 120000 index 0000000..fc42cf5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvidia-ddm-mx.svg @@ -0,0 +1 @@ +nvidia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvidia-drivers-settings.svg b/.local/share/icons/Nordic/apps/scalable/nvidia-drivers-settings.svg new file mode 120000 index 0000000..b933b70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvidia-drivers-settings.svg @@ -0,0 +1 @@ +nvidia-settings.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvidia-settings.svg b/.local/share/icons/Nordic/apps/scalable/nvidia-settings.svg new file mode 120000 index 0000000..fc42cf5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvidia-settings.svg @@ -0,0 +1 @@ +nvidia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvidia-x-server-setting.svg b/.local/share/icons/Nordic/apps/scalable/nvidia-x-server-setting.svg new file mode 120000 index 0000000..b933b70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvidia-x-server-setting.svg @@ -0,0 +1 @@ +nvidia-settings.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvidia-x-server-settings.svg b/.local/share/icons/Nordic/apps/scalable/nvidia-x-server-settings.svg new file mode 120000 index 0000000..b933b70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvidia-x-server-settings.svg @@ -0,0 +1 @@ +nvidia-settings.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvidia.svg b/.local/share/icons/Nordic/apps/scalable/nvidia.svg new file mode 100644 index 0000000..ef4e72e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvidia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvim-gtk.svg b/.local/share/icons/Nordic/apps/scalable/nvim-gtk.svg new file mode 120000 index 0000000..f481afa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvim-gtk.svg @@ -0,0 +1 @@ +nvim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvim-qt.svg b/.local/share/icons/Nordic/apps/scalable/nvim-qt.svg new file mode 120000 index 0000000..f481afa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvim-qt.svg @@ -0,0 +1 @@ +nvim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nvim.svg b/.local/share/icons/Nordic/apps/scalable/nvim.svg new file mode 100644 index 0000000..a48416e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvim.svg @@ -0,0 +1,1013 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/nvmax.svg b/.local/share/icons/Nordic/apps/scalable/nvmax.svg new file mode 120000 index 0000000..fc42cf5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nvmax.svg @@ -0,0 +1 @@ +nvidia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nx-software-center.svg b/.local/share/icons/Nordic/apps/scalable/nx-software-center.svg new file mode 120000 index 0000000..ff64ae4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nx-software-center.svg @@ -0,0 +1 @@ +gdebi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nx-software-updater.svg b/.local/share/icons/Nordic/apps/scalable/nx-software-updater.svg new file mode 120000 index 0000000..e442172 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nx-software-updater.svg @@ -0,0 +1 @@ +system-software-update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nxclient-wizard.svg b/.local/share/icons/Nordic/apps/scalable/nxclient-wizard.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nxclient-wizard.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nxterm.svg b/.local/share/icons/Nordic/apps/scalable/nxterm.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nxterm.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nylas-N1.svg b/.local/share/icons/Nordic/apps/scalable/nylas-N1.svg new file mode 120000 index 0000000..b839174 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nylas-N1.svg @@ -0,0 +1 @@ +n1.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nylas-mail.svg b/.local/share/icons/Nordic/apps/scalable/nylas-mail.svg new file mode 120000 index 0000000..2fffe17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nylas-mail.svg @@ -0,0 +1 @@ +nylas.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nylas-n1.svg b/.local/share/icons/Nordic/apps/scalable/nylas-n1.svg new file mode 120000 index 0000000..b839174 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nylas-n1.svg @@ -0,0 +1 @@ +n1.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/nylas.svg b/.local/share/icons/Nordic/apps/scalable/nylas.svg new file mode 100644 index 0000000..b961b73 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/nylas.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/obconf-qt.svg b/.local/share/icons/Nordic/apps/scalable/obconf-qt.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/obconf-qt.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/obconf.svg b/.local/share/icons/Nordic/apps/scalable/obconf.svg new file mode 120000 index 0000000..275fda6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/obconf.svg @@ -0,0 +1 @@ +window-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/obs.svg b/.local/share/icons/Nordic/apps/scalable/obs.svg new file mode 100644 index 0000000..4a2bcdb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/obs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ocrfeeder.svg b/.local/share/icons/Nordic/apps/scalable/ocrfeeder.svg new file mode 100644 index 0000000..fb120c1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ocrfeeder.svg @@ -0,0 +1,951 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/octocat.svg b/.local/share/icons/Nordic/apps/scalable/octocat.svg new file mode 120000 index 0000000..0298855 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/octocat.svg @@ -0,0 +1 @@ +github.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/octopi-repoeditor.svg b/.local/share/icons/Nordic/apps/scalable/octopi-repoeditor.svg new file mode 120000 index 0000000..fd41b4d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/octopi-repoeditor.svg @@ -0,0 +1 @@ +octopi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/octopi.svg b/.local/share/icons/Nordic/apps/scalable/octopi.svg new file mode 100644 index 0000000..a1a82ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/octopi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/odio.svg b/.local/share/icons/Nordic/apps/scalable/odio.svg new file mode 100644 index 0000000..c626cca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/odio.svg @@ -0,0 +1,225 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/office-address-book.svg b/.local/share/icons/Nordic/apps/scalable/office-address-book.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/office-address-book.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/office-addressbook.svg b/.local/share/icons/Nordic/apps/scalable/office-addressbook.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/office-addressbook.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/office-calendar.svg b/.local/share/icons/Nordic/apps/scalable/office-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/office-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/office-date.svg b/.local/share/icons/Nordic/apps/scalable/office-date.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/office-date.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/office-printer.svg b/.local/share/icons/Nordic/apps/scalable/office-printer.svg new file mode 100644 index 0000000..5d28a90 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/office-printer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/office_address_book.svg b/.local/share/icons/Nordic/apps/scalable/office_address_book.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/office_address_book.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/office_addressbook.svg b/.local/share/icons/Nordic/apps/scalable/office_addressbook.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/office_addressbook.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/office_calendar.svg b/.local/share/icons/Nordic/apps/scalable/office_calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/office_calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/offroad.svg b/.local/share/icons/Nordic/apps/scalable/offroad.svg new file mode 100644 index 0000000..93e517f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/offroad.svg @@ -0,0 +1,101 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/ogle.svg b/.local/share/icons/Nordic/apps/scalable/ogle.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ogle.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ogmrip.svg b/.local/share/icons/Nordic/apps/scalable/ogmrip.svg new file mode 120000 index 0000000..9976859 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ogmrip.svg @@ -0,0 +1 @@ +ubiquity.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/okteta.svg b/.local/share/icons/Nordic/apps/scalable/okteta.svg new file mode 100644 index 0000000..5ca7b10 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/okteta.svg @@ -0,0 +1,158 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/okular.svg b/.local/share/icons/Nordic/apps/scalable/okular.svg new file mode 100644 index 0000000..86a8096 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/okular.svg @@ -0,0 +1,79 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/olivia.svg b/.local/share/icons/Nordic/apps/scalable/olivia.svg new file mode 100644 index 0000000..b060ca5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/olivia.svg @@ -0,0 +1,227 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/om.github.junrrein.PDFSlicer.svg b/.local/share/icons/Nordic/apps/scalable/om.github.junrrein.PDFSlicer.svg new file mode 100644 index 0000000..6de8925 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/om.github.junrrein.PDFSlicer.svg @@ -0,0 +1,112 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/omgrip.svg b/.local/share/icons/Nordic/apps/scalable/omgrip.svg new file mode 120000 index 0000000..7881ba4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/omgrip.svg @@ -0,0 +1 @@ +disk-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/onboard-mono.svg b/.local/share/icons/Nordic/apps/scalable/onboard-mono.svg new file mode 120000 index 0000000..f115475 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/onboard-mono.svg @@ -0,0 +1 @@ +onboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/onboard-settings.svg b/.local/share/icons/Nordic/apps/scalable/onboard-settings.svg new file mode 120000 index 0000000..f115475 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/onboard-settings.svg @@ -0,0 +1 @@ +onboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/onboard.svg b/.local/share/icons/Nordic/apps/scalable/onboard.svg new file mode 100644 index 0000000..fe53601 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/onboard.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/onionshare.svg b/.local/share/icons/Nordic/apps/scalable/onionshare.svg new file mode 100644 index 0000000..ee56319 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/onionshare.svg @@ -0,0 +1,75 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/online-account-fastmail.svg b/.local/share/icons/Nordic/apps/scalable/online-account-fastmail.svg new file mode 120000 index 0000000..aa23632 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/online-account-fastmail.svg @@ -0,0 +1 @@ +fastmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/online-account-lastfm.svg b/.local/share/icons/Nordic/apps/scalable/online-account-lastfm.svg new file mode 120000 index 0000000..939f62d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/online-account-lastfm.svg @@ -0,0 +1 @@ +goa-account-lastfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/online-accounts.svg b/.local/share/icons/Nordic/apps/scalable/online-accounts.svg new file mode 120000 index 0000000..6c7330a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/online-accounts.svg @@ -0,0 +1 @@ +credentials-preferences.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/onlyoffice-alt.svg b/.local/share/icons/Nordic/apps/scalable/onlyoffice-alt.svg new file mode 100644 index 0000000..2a05903 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/onlyoffice-alt.svg @@ -0,0 +1,93 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/onlyoffice.svg b/.local/share/icons/Nordic/apps/scalable/onlyoffice.svg new file mode 100644 index 0000000..f8f8a5c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/onlyoffice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ooo-base.svg b/.local/share/icons/Nordic/apps/scalable/ooo-base.svg new file mode 100644 index 0000000..b852c6a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ooo-base.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ooo-calc.svg b/.local/share/icons/Nordic/apps/scalable/ooo-calc.svg new file mode 100644 index 0000000..f2583a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ooo-calc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ooo-draw.svg b/.local/share/icons/Nordic/apps/scalable/ooo-draw.svg new file mode 100644 index 0000000..d39cbd7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ooo-draw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ooo-impress.svg b/.local/share/icons/Nordic/apps/scalable/ooo-impress.svg new file mode 100644 index 0000000..9586b6c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ooo-impress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ooo-math.svg b/.local/share/icons/Nordic/apps/scalable/ooo-math.svg new file mode 100644 index 0000000..3201d4e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ooo-math.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ooo-printeradmin.svg b/.local/share/icons/Nordic/apps/scalable/ooo-printeradmin.svg new file mode 100644 index 0000000..3f2fd3a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ooo-printeradmin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ooo-template.svg b/.local/share/icons/Nordic/apps/scalable/ooo-template.svg new file mode 100644 index 0000000..598f2fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ooo-template.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ooo-writer.svg b/.local/share/icons/Nordic/apps/scalable/ooo-writer.svg new file mode 100644 index 0000000..1d05b89 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ooo-writer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openarena.svg b/.local/share/icons/Nordic/apps/scalable/openarena.svg new file mode 100644 index 0000000..e469283 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openarena.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openarena128.svg b/.local/share/icons/Nordic/apps/scalable/openarena128.svg new file mode 120000 index 0000000..fcca97b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openarena128.svg @@ -0,0 +1 @@ +openarena.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openbox.svg b/.local/share/icons/Nordic/apps/scalable/openbox.svg new file mode 120000 index 0000000..275fda6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openbox.svg @@ -0,0 +1 @@ +window-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opendesktop-app.svg b/.local/share/icons/Nordic/apps/scalable/opendesktop-app.svg new file mode 100644 index 0000000..652c561 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opendesktop-app.svg @@ -0,0 +1,77 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/openerp-client.svg b/.local/share/icons/Nordic/apps/scalable/openerp-client.svg new file mode 120000 index 0000000..6075479 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openerp-client.svg @@ -0,0 +1 @@ +opera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openjdk-10.svg b/.local/share/icons/Nordic/apps/scalable/openjdk-10.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openjdk-10.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openjdk-11.svg b/.local/share/icons/Nordic/apps/scalable/openjdk-11.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openjdk-11.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openjdk-6.svg b/.local/share/icons/Nordic/apps/scalable/openjdk-6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openjdk-6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openjdk-7.svg b/.local/share/icons/Nordic/apps/scalable/openjdk-7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openjdk-7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openjdk-8.svg b/.local/share/icons/Nordic/apps/scalable/openjdk-8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openjdk-8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openjdk-9.svg b/.local/share/icons/Nordic/apps/scalable/openjdk-9.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openjdk-9.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openoffice4-printeradmin.svg b/.local/share/icons/Nordic/apps/scalable/openoffice4-printeradmin.svg new file mode 120000 index 0000000..14899db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openoffice4-printeradmin.svg @@ -0,0 +1 @@ +office-printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg-20-math.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg-20-math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg-20-math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg-base.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg-base.svg new file mode 120000 index 0000000..ea7526e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg-base.svg @@ -0,0 +1 @@ +./ooo-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg-calc.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg-calc.svg new file mode 120000 index 0000000..6a1830a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg-calc.svg @@ -0,0 +1 @@ +./ooo-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg-draw.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg-draw.svg new file mode 120000 index 0000000..4ce1677 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg-draw.svg @@ -0,0 +1 @@ +./ooo-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg-impress.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg-impress.svg new file mode 120000 index 0000000..f47310a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg-impress.svg @@ -0,0 +1 @@ +./ooo-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg-math.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg-math.svg new file mode 120000 index 0000000..2ade430 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg-math.svg @@ -0,0 +1 @@ +./ooo-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg-printeradmin.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg-printeradmin.svg new file mode 120000 index 0000000..9227dd6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg-printeradmin.svg @@ -0,0 +1 @@ +./ooo-printeradmin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg-template.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg-template.svg new file mode 120000 index 0000000..e2e5bba --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg-template.svg @@ -0,0 +1 @@ +./ooo-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg-writer.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg-writer.svg new file mode 120000 index 0000000..637454e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg-writer.svg @@ -0,0 +1 @@ +./ooo-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg24-calc.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg24-calc.svg new file mode 120000 index 0000000..6a1830a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg24-calc.svg @@ -0,0 +1 @@ +./ooo-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg24-impress.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg24-impress.svg new file mode 120000 index 0000000..f47310a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg24-impress.svg @@ -0,0 +1 @@ +./ooo-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg24-writer.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg24-writer.svg new file mode 120000 index 0000000..637454e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg24-writer.svg @@ -0,0 +1 @@ +./ooo-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3-base.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-base.svg new file mode 120000 index 0000000..ea7526e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-base.svg @@ -0,0 +1 @@ +./ooo-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3-calc.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-calc.svg new file mode 120000 index 0000000..6a1830a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-calc.svg @@ -0,0 +1 @@ +./ooo-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3-draw.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-draw.svg new file mode 120000 index 0000000..4ce1677 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-draw.svg @@ -0,0 +1 @@ +./ooo-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3-impress.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-impress.svg new file mode 120000 index 0000000..f47310a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-impress.svg @@ -0,0 +1 @@ +./ooo-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3-math.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-math.svg new file mode 120000 index 0000000..2ade430 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-math.svg @@ -0,0 +1 @@ +./ooo-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3-printeradmin.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-printeradmin.svg new file mode 120000 index 0000000..9227dd6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-printeradmin.svg @@ -0,0 +1 @@ +./ooo-printeradmin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3-template.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-template.svg new file mode 120000 index 0000000..e2e5bba --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-template.svg @@ -0,0 +1 @@ +./ooo-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3-writer.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-writer.svg new file mode 120000 index 0000000..637454e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3-writer.svg @@ -0,0 +1 @@ +./ooo-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-base.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-base.svg new file mode 120000 index 0000000..ea7526e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-base.svg @@ -0,0 +1 @@ +./ooo-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-calc.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-calc.svg new file mode 120000 index 0000000..6a1830a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-calc.svg @@ -0,0 +1 @@ +./ooo-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-draw.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-draw.svg new file mode 120000 index 0000000..4ce1677 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-draw.svg @@ -0,0 +1 @@ +./ooo-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-impress.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-impress.svg new file mode 120000 index 0000000..f47310a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-impress.svg @@ -0,0 +1 @@ +./ooo-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-math.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-math.svg new file mode 120000 index 0000000..2ade430 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-math.svg @@ -0,0 +1 @@ +./ooo-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-printeradmin.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-printeradmin.svg new file mode 120000 index 0000000..9227dd6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-printeradmin.svg @@ -0,0 +1 @@ +./ooo-printeradmin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-template.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-template.svg new file mode 120000 index 0000000..e2e5bba --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-template.svg @@ -0,0 +1 @@ +./ooo-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-writer.svg b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-writer.svg new file mode 120000 index 0000000..637454e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openofficeorg3.0-writer.svg @@ -0,0 +1 @@ +./ooo-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openra-ra.svg b/.local/share/icons/Nordic/apps/scalable/openra-ra.svg new file mode 120000 index 0000000..f784220 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openra-ra.svg @@ -0,0 +1 @@ +openra.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openra.svg b/.local/share/icons/Nordic/apps/scalable/openra.svg new file mode 100644 index 0000000..b7d17cf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openshot-logo.svg b/.local/share/icons/Nordic/apps/scalable/openshot-logo.svg new file mode 120000 index 0000000..7b84bf0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openshot-logo.svg @@ -0,0 +1 @@ +openshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openshot-qt.svg b/.local/share/icons/Nordic/apps/scalable/openshot-qt.svg new file mode 120000 index 0000000..7b84bf0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openshot-qt.svg @@ -0,0 +1 @@ +openshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openshot.svg b/.local/share/icons/Nordic/apps/scalable/openshot.svg new file mode 100644 index 0000000..7f6c9dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openshot.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/openshot_logo.svg b/.local/share/icons/Nordic/apps/scalable/openshot_logo.svg new file mode 120000 index 0000000..7b84bf0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openshot_logo.svg @@ -0,0 +1 @@ +openshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/openterm.svg b/.local/share/icons/Nordic/apps/scalable/openterm.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openterm.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opentodolist.svg b/.local/share/icons/Nordic/apps/scalable/opentodolist.svg new file mode 100644 index 0000000..fc087df --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opentodolist.svg @@ -0,0 +1,80 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/openwmail.svg b/.local/share/icons/Nordic/apps/scalable/openwmail.svg new file mode 120000 index 0000000..535ba00 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/openwmail.svg @@ -0,0 +1 @@ +gmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opera-beta.svg b/.local/share/icons/Nordic/apps/scalable/opera-beta.svg new file mode 100644 index 0000000..9edfb90 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opera-beta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opera-browser-.svg b/.local/share/icons/Nordic/apps/scalable/opera-browser-.svg new file mode 120000 index 0000000..6075479 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opera-browser-.svg @@ -0,0 +1 @@ +opera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opera-browser-developer.svg b/.local/share/icons/Nordic/apps/scalable/opera-browser-developer.svg new file mode 120000 index 0000000..6075479 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opera-browser-developer.svg @@ -0,0 +1 @@ +opera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opera-browser-icon.svg b/.local/share/icons/Nordic/apps/scalable/opera-browser-icon.svg new file mode 120000 index 0000000..6075479 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opera-browser-icon.svg @@ -0,0 +1 @@ +opera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opera-browser-icons.svg b/.local/share/icons/Nordic/apps/scalable/opera-browser-icons.svg new file mode 120000 index 0000000..6075479 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opera-browser-icons.svg @@ -0,0 +1 @@ +opera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opera-browser.svg b/.local/share/icons/Nordic/apps/scalable/opera-browser.svg new file mode 120000 index 0000000..6075479 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opera-browser.svg @@ -0,0 +1 @@ +opera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opera-icon.svg b/.local/share/icons/Nordic/apps/scalable/opera-icon.svg new file mode 120000 index 0000000..6075479 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opera-icon.svg @@ -0,0 +1 @@ +opera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opera-next-browser.svg b/.local/share/icons/Nordic/apps/scalable/opera-next-browser.svg new file mode 120000 index 0000000..257137f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opera-next-browser.svg @@ -0,0 +1 @@ +opera-beta.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opera-next.svg b/.local/share/icons/Nordic/apps/scalable/opera-next.svg new file mode 120000 index 0000000..257137f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opera-next.svg @@ -0,0 +1 @@ +opera-beta.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opera-widget-manager.svg b/.local/share/icons/Nordic/apps/scalable/opera-widget-manager.svg new file mode 120000 index 0000000..257137f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opera-widget-manager.svg @@ -0,0 +1 @@ +opera-beta.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opera-widget.svg b/.local/share/icons/Nordic/apps/scalable/opera-widget.svg new file mode 120000 index 0000000..257137f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opera-widget.svg @@ -0,0 +1 @@ +opera-beta.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/opera.svg b/.local/share/icons/Nordic/apps/scalable/opera.svg new file mode 100644 index 0000000..686c1ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/opera.svg @@ -0,0 +1,67 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/oracle-javaws.svg b/.local/share/icons/Nordic/apps/scalable/oracle-javaws.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/oracle-javaws.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/oracle_java10.svg b/.local/share/icons/Nordic/apps/scalable/oracle_java10.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/oracle_java10.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/oracle_java11.svg b/.local/share/icons/Nordic/apps/scalable/oracle_java11.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/oracle_java11.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/oracle_java6.svg b/.local/share/icons/Nordic/apps/scalable/oracle_java6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/oracle_java6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/oracle_java7.svg b/.local/share/icons/Nordic/apps/scalable/oracle_java7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/oracle_java7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/oracle_java8.svg b/.local/share/icons/Nordic/apps/scalable/oracle_java8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/oracle_java8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/oracle_java9.svg b/.local/share/icons/Nordic/apps/scalable/oracle_java9.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/oracle_java9.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/orage.svg b/.local/share/icons/Nordic/apps/scalable/orage.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/orage.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/orage_globaltime.svg b/.local/share/icons/Nordic/apps/scalable/orage_globaltime.svg new file mode 120000 index 0000000..9f07aea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/orage_globaltime.svg @@ -0,0 +1 @@ +preferences-system-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/orancle-java.svg b/.local/share/icons/Nordic/apps/scalable/orancle-java.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/orancle-java.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/orancle_java.svg b/.local/share/icons/Nordic/apps/scalable/orancle_java.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/orancle_java.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/orancle_java6.svg b/.local/share/icons/Nordic/apps/scalable/orancle_java6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/orancle_java6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/orancle_java7.svg b/.local/share/icons/Nordic/apps/scalable/orancle_java7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/orancle_java7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/orancle_java8.svg b/.local/share/icons/Nordic/apps/scalable/orancle_java8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/orancle_java8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/orancle_java9.svg b/.local/share/icons/Nordic/apps/scalable/orancle_java9.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/orancle_java9.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/orancle_javaws.svg b/.local/share/icons/Nordic/apps/scalable/orancle_javaws.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/orancle_javaws.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org,gnome.Games.svg b/.local/share/icons/Nordic/apps/scalable/org,gnome.Games.svg new file mode 120000 index 0000000..69f0e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org,gnome.Games.svg @@ -0,0 +1 @@ +applications-games.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.audacityteam.Audacity.svg b/.local/share/icons/Nordic/apps/scalable/org.audacityteam.Audacity.svg new file mode 120000 index 0000000..c2e2d13 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.audacityteam.Audacity.svg @@ -0,0 +1 @@ +audacity.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.avidemux.Avidemux.svg b/.local/share/icons/Nordic/apps/scalable/org.avidemux.Avidemux.svg new file mode 120000 index 0000000..cdae97d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.avidemux.Avidemux.svg @@ -0,0 +1 @@ +avidemux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.baedert.corebird.svg b/.local/share/icons/Nordic/apps/scalable/org.baedert.corebird.svg new file mode 120000 index 0000000..215d044 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.baedert.corebird.svg @@ -0,0 +1 @@ +corebird.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.blender.Blender.svg b/.local/share/icons/Nordic/apps/scalable/org.blender.Blender.svg new file mode 120000 index 0000000..965ce91 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.blender.Blender.svg @@ -0,0 +1 @@ +blender.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.bunkus.mkvtoolnix-gui.svg b/.local/share/icons/Nordic/apps/scalable/org.bunkus.mkvtoolnix-gui.svg new file mode 120000 index 0000000..6ab4d36 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.bunkus.mkvtoolnix-gui.svg @@ -0,0 +1 @@ +mkvmerge.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.chromium.Chromium.svg b/.local/share/icons/Nordic/apps/scalable/org.chromium.Chromium.svg new file mode 120000 index 0000000..e97fd96 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.chromium.Chromium.svg @@ -0,0 +1 @@ +chromium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.claws_mail.Claws-Mail.svg b/.local/share/icons/Nordic/apps/scalable/org.claws_mail.Claws-Mail.svg new file mode 120000 index 0000000..3867230 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.claws_mail.Claws-Mail.svg @@ -0,0 +1 @@ +claws-mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.clawsmail.Claws.svg b/.local/share/icons/Nordic/apps/scalable/org.clawsmail.Claws.svg new file mode 120000 index 0000000..3867230 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.clawsmail.Claws.svg @@ -0,0 +1 @@ +claws-mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.clementine_player.Clementine.svg b/.local/share/icons/Nordic/apps/scalable/org.clementine_player.Clementine.svg new file mode 120000 index 0000000..fd92315 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.clementine_player.Clementine.svg @@ -0,0 +1 @@ +clementine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.codeblocks.codeblocks.svg b/.local/share/icons/Nordic/apps/scalable/org.codeblocks.codeblocks.svg new file mode 120000 index 0000000..de60994 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.codeblocks.codeblocks.svg @@ -0,0 +1 @@ +codeblocks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.daa.NeovimGtk.svg b/.local/share/icons/Nordic/apps/scalable/org.daa.NeovimGtk.svg new file mode 120000 index 0000000..3ae48ed --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.daa.NeovimGtk.svg @@ -0,0 +1 @@ +neovim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.darktable.Darktable.svg b/.local/share/icons/Nordic/apps/scalable/org.darktable.Darktable.svg new file mode 120000 index 0000000..68a39c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.darktable.Darktable.svg @@ -0,0 +1 @@ +darktable.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-calculator.svg b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-calculator.svg new file mode 120000 index 0000000..3d873c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-calculator.svg @@ -0,0 +1 @@ +deepin-calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-calendar.svg b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-calendar.svg new file mode 120000 index 0000000..f132e6f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-calendar.svg @@ -0,0 +1 @@ +com.deepin.Calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-image-viewer.svg b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-image-viewer.svg new file mode 120000 index 0000000..0f365ba --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-image-viewer.svg @@ -0,0 +1 @@ +deepin-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-movie.svg b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-movie.svg new file mode 120000 index 0000000..b0e943f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-movie.svg @@ -0,0 +1 @@ +deepin-movie.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-music.svg b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-music.svg new file mode 120000 index 0000000..530253e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-music.svg @@ -0,0 +1 @@ +com.deepin.Music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-screen-recorder.svg b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-screen-recorder.svg new file mode 120000 index 0000000..52aef62 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-screen-recorder.svg @@ -0,0 +1 @@ +com.deepin.ScreenRecorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg new file mode 120000 index 0000000..09ad1f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg @@ -0,0 +1 @@ +com.deepin.Screenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg new file mode 120000 index 0000000..c863f31 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg @@ -0,0 +1 @@ +com.deepin.VoiceRecorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.electronjs.Electron2.BaseApp.svg b/.local/share/icons/Nordic/apps/scalable/org.electronjs.Electron2.BaseApp.svg new file mode 120000 index 0000000..0a8bb49 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.electronjs.Electron2.BaseApp.svg @@ -0,0 +1 @@ +electron.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.electronjs.Electron3.BaseApp.svg b/.local/share/icons/Nordic/apps/scalable/org.electronjs.Electron3.BaseApp.svg new file mode 120000 index 0000000..0a8bb49 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.electronjs.Electron3.BaseApp.svg @@ -0,0 +1 @@ +electron.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.electronjs.Electron4.BaseApp.svg b/.local/share/icons/Nordic/apps/scalable/org.electronjs.Electron4.BaseApp.svg new file mode 120000 index 0000000..0a8bb49 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.electronjs.Electron4.BaseApp.svg @@ -0,0 +1 @@ +electron.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.equeim.Tremotesf.svg b/.local/share/icons/Nordic/apps/scalable/org.equeim.Tremotesf.svg new file mode 120000 index 0000000..cc56576 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.equeim.Tremotesf.svg @@ -0,0 +1 @@ +transmission.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.fedoraproject.MediaWriter.svg b/.local/share/icons/Nordic/apps/scalable/org.fedoraproject.MediaWriter.svg new file mode 120000 index 0000000..286d1d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.fedoraproject.MediaWriter.svg @@ -0,0 +1 @@ +mediawriter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.filezillaproject.Filezilla.svg b/.local/share/icons/Nordic/apps/scalable/org.filezillaproject.Filezilla.svg new file mode 120000 index 0000000..59b19a2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.filezillaproject.Filezilla.svg @@ -0,0 +1 @@ +filezilla.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.freedesktop.GlxInfo.svg b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.GlxInfo.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.GlxInfo.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.freedesktop.GnomeAbrt.svg b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.GnomeAbrt.svg new file mode 120000 index 0000000..3146dda --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.GnomeAbrt.svg @@ -0,0 +1 @@ +apport.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk.svg b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk10.svg b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk10.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk10.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk11.svg b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk11.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk11.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk8.svg b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk9.svg b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk9.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.Sdk.Extension.openjdk9.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.freedesktop.problems.applet.svg b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.problems.applet.svg new file mode 120000 index 0000000..3146dda --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.freedesktop.problems.applet.svg @@ -0,0 +1 @@ +apport.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gahshomar.Gahshomar.svg b/.local/share/icons/Nordic/apps/scalable/org.gahshomar.Gahshomar.svg new file mode 120000 index 0000000..ab32675 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gahshomar.Gahshomar.svg @@ -0,0 +1 @@ +gahshomar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.geany.Geany.svg b/.local/share/icons/Nordic/apps/scalable/org.geany.Geany.svg new file mode 120000 index 0000000..b5b94e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.geany.Geany.svg @@ -0,0 +1 @@ +geany.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gimp.GIMP.svg b/.local/share/icons/Nordic/apps/scalable/org.gimp.GIMP.svg new file mode 120000 index 0000000..6b2c669 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gimp.GIMP.svg @@ -0,0 +1 @@ +gimp.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.2048.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.2048.svg new file mode 120000 index 0000000..f9b2ba2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.2048.svg @@ -0,0 +1 @@ +2048.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Aisleriot.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Aisleriot.svg new file mode 120000 index 0000000..a1cc83a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Aisleriot.svg @@ -0,0 +1 @@ +gnome-aisleriot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.ArchiveManager.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.ArchiveManager.svg new file mode 120000 index 0000000..72381db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.ArchiveManager.svg @@ -0,0 +1 @@ +file-roller.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Baobab.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Baobab.svg new file mode 120000 index 0000000..4180791 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Baobab.svg @@ -0,0 +1 @@ +baobab.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Bijiben.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Bijiben.svg new file mode 120000 index 0000000..e7debc0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Bijiben.svg @@ -0,0 +1 @@ +basket.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Books.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Books.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Books.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Boxes.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Boxes.svg new file mode 120000 index 0000000..14c25b6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Boxes.svg @@ -0,0 +1 @@ +gnome-boxes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Builder.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Builder.svg new file mode 120000 index 0000000..d153228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Builder.svg @@ -0,0 +1 @@ +builder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Calculator.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Calculator.svg new file mode 120000 index 0000000..9bce370 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Calculator.svg @@ -0,0 +1 @@ +calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Calendar.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Camara.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Camara.svg new file mode 120000 index 0000000..6e314c5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Camara.svg @@ -0,0 +1 @@ +accessories-camera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.CharacterMap.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.CharacterMap.svg new file mode 120000 index 0000000..f4f8197 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.CharacterMap.svg @@ -0,0 +1 @@ +gnome-characters.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Characters.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Characters.svg new file mode 120000 index 0000000..f04d467 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Characters.svg @@ -0,0 +1 @@ +accessories-character-map.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Cheese.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Cheese.svg new file mode 100644 index 0000000..ec11856 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Cheese.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Chess.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Chess.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Chess.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.ChromeGnomeShell.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.ChromeGnomeShell.svg new file mode 120000 index 0000000..879651b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.ChromeGnomeShell.svg @@ -0,0 +1 @@ +desktop-environment-gnome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Clocks.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Clocks.svg new file mode 120000 index 0000000..1512def --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Clocks.svg @@ -0,0 +1 @@ +gnome-clocks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.ColorProfileViewer.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.ColorProfileViewer.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.ColorProfileViewer.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.ColorViewer.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.ColorViewer.svg new file mode 120000 index 0000000..15e1778 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.ColorViewer.svg @@ -0,0 +1 @@ +colour.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Contacts.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Contacts.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Contacts.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.DejaDup.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.DejaDup.svg new file mode 100644 index 0000000..96c7e5a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.DejaDup.svg @@ -0,0 +1,76 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Devhelp.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Devhelp.svg new file mode 120000 index 0000000..c410bbf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Devhelp.svg @@ -0,0 +1 @@ +devhelp.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Dictionary.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Dictionary.svg new file mode 120000 index 0000000..9f0d52e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Dictionary.svg @@ -0,0 +1 @@ +dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.DiskUtility-symbolic.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.DiskUtility-symbolic.svg new file mode 120000 index 0000000..ecad508 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.DiskUtility-symbolic.svg @@ -0,0 +1 @@ +disk-usage-analyzer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.DiskUtility.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.DiskUtility.svg new file mode 100644 index 0000000..b663257 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.DiskUtility.svg @@ -0,0 +1,117 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Documents.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Documents.svg new file mode 120000 index 0000000..1463ca1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Documents.svg @@ -0,0 +1 @@ +Gnome-Documents.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Empathy.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Empathy.svg new file mode 120000 index 0000000..9d83504 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Empathy.svg @@ -0,0 +1 @@ +empathy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Eolie.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Eolie.svg new file mode 120000 index 0000000..3000504 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Eolie.svg @@ -0,0 +1 @@ +internet-web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Epiphany.Devel.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Epiphany.Devel.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Epiphany.Devel.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Epiphany.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Epiphany.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Epiphany.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Evince-previewer.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Evince-previewer.svg new file mode 120000 index 0000000..4ba012d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Evince-previewer.svg @@ -0,0 +1 @@ +accessories-document-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Evince.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Evince.svg new file mode 120000 index 0000000..e1b9885 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Evince.svg @@ -0,0 +1 @@ +document-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Evolution.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Evolution.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Evolution.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Extensions.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Extensions.svg new file mode 120000 index 0000000..61b774c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Extensions.svg @@ -0,0 +1 @@ +extensions.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.FeedReader.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.FeedReader.svg new file mode 120000 index 0000000..bb8249c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.FeedReader.svg @@ -0,0 +1 @@ +feedreader.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.FileRoller.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.FileRoller.svg new file mode 120000 index 0000000..72381db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.FileRoller.svg @@ -0,0 +1 @@ +file-roller.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Files.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Files.svg new file mode 120000 index 0000000..edc468c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Files.svg @@ -0,0 +1 @@ +nautilus.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.FontViewer.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.FontViewer.svg new file mode 120000 index 0000000..a1e5ae9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.FontViewer.svg @@ -0,0 +1 @@ +fonts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Fonts.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Fonts.svg new file mode 120000 index 0000000..a1e5ae9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Fonts.svg @@ -0,0 +1 @@ +fonts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Four-in-a-row.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Four-in-a-row.svg new file mode 120000 index 0000000..aae4eb1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Four-in-a-row.svg @@ -0,0 +1 @@ +gnome-glines.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Fractal.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Fractal.svg new file mode 120000 index 0000000..0d59069 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Fractal.svg @@ -0,0 +1 @@ +fractal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.GSmartControl.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.GSmartControl.svg new file mode 120000 index 0000000..374f367 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.GSmartControl.svg @@ -0,0 +1 @@ +gsmartcontrol.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Games.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Games.svg new file mode 120000 index 0000000..69f0e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Games.svg @@ -0,0 +1 @@ +applications-games.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Geary.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Geary.svg new file mode 120000 index 0000000..0dd6899 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Geary.svg @@ -0,0 +1 @@ +geary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Genius.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Genius.svg new file mode 120000 index 0000000..852099c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Genius.svg @@ -0,0 +1 @@ +pcbcalculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Glade.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Glade.svg new file mode 120000 index 0000000..d5852ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Glade.svg @@ -0,0 +1 @@ +glade.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Gnote.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Gnote.svg new file mode 120000 index 0000000..a9f99bb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Gnote.svg @@ -0,0 +1 @@ +tomboy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Gtranslator.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Gtranslator.svg new file mode 120000 index 0000000..2c7dbd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Gtranslator.svg @@ -0,0 +1 @@ +translator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Hitori.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Hitori.svg new file mode 120000 index 0000000..983e9c5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Hitori.svg @@ -0,0 +1 @@ +hitori.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.IconPreview.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.IconPreview.svg new file mode 100644 index 0000000..491dd45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.IconPreview.svg @@ -0,0 +1,78 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Keysign.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Keysign.svg new file mode 100644 index 0000000..6f66aab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Keysign.svg @@ -0,0 +1,71 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Klotski.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Klotski.svg new file mode 120000 index 0000000..6d6f9fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Klotski.svg @@ -0,0 +1 @@ +gnome-klotski.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.LightsOff.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.LightsOff.svg new file mode 120000 index 0000000..88261cb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.LightsOff.svg @@ -0,0 +1 @@ +lightsoff.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Logs.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Logs.svg new file mode 120000 index 0000000..086f9ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Logs.svg @@ -0,0 +1 @@ +utilities-log-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Lollypop.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Lollypop.svg new file mode 120000 index 0000000..6ee338b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Lollypop.svg @@ -0,0 +1 @@ +lollypop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Mahjongg.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Mahjongg.svg new file mode 120000 index 0000000..6c409e3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Mahjongg.svg @@ -0,0 +1 @@ +kmahjongg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Maps.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Maps.svg new file mode 120000 index 0000000..55081b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Maps.svg @@ -0,0 +1 @@ +Gnome-Maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Mines.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Mines.svg new file mode 120000 index 0000000..f4b0083 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Mines.svg @@ -0,0 +1 @@ +kmines.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Mpv.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Mpv.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Mpv.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.MultiWriter.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.MultiWriter.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.MultiWriter.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Music.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Music.svg new file mode 120000 index 0000000..c2a653b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Music.svg @@ -0,0 +1 @@ +gnome-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Nautilus.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Nautilus.svg new file mode 120000 index 0000000..abdd0fd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Nautilus.svg @@ -0,0 +1 @@ +system-file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.News.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.News.svg new file mode 100644 index 0000000..c72e778 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.News.svg @@ -0,0 +1 @@ +News \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Nibbles.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Nibbles.svg new file mode 120000 index 0000000..2d93279 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Nibbles.svg @@ -0,0 +1 @@ +gnome-nibbles.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Notes.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Notes.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Notes.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.OCRFeeder.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.OCRFeeder.svg new file mode 120000 index 0000000..44243e0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.OCRFeeder.svg @@ -0,0 +1 @@ +ocrfeeder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.OfficeRunner.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.OfficeRunner.svg new file mode 100644 index 0000000..b5a804f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.OfficeRunner.svg @@ -0,0 +1,923 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.PasswordSafe.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.PasswordSafe.svg new file mode 120000 index 0000000..22a7f7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.PasswordSafe.svg @@ -0,0 +1 @@ +password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Photos.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Photos.svg new file mode 120000 index 0000000..93a448c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Photos.svg @@ -0,0 +1 @@ +gnome-photos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Pitivi.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Pitivi.svg new file mode 120000 index 0000000..cdae97d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Pitivi.svg @@ -0,0 +1 @@ +avidemux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Podcasts.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Podcasts.svg new file mode 100644 index 0000000..5ef3949 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Podcasts.svg @@ -0,0 +1,919 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Polari.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Polari.svg new file mode 120000 index 0000000..5db6754 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Polari.svg @@ -0,0 +1 @@ +polari.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.PowerStats.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.PowerStats.svg new file mode 100644 index 0000000..d7e22f0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.PowerStats.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Quadrapassel.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Quadrapassel.svg new file mode 120000 index 0000000..765b85d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Quadrapassel.svg @@ -0,0 +1 @@ +quadrapassel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Recipes.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Recipes.svg new file mode 120000 index 0000000..d55b6fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Recipes.svg @@ -0,0 +1 @@ +recipes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Rhythmbox.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Rhythmbox.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Rhythmbox.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Rhythmbox3.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Rhythmbox3.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Rhythmbox3.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Robots.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Robots.svg new file mode 120000 index 0000000..cd2fa6c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Robots.svg @@ -0,0 +1 @@ +gnome-robots.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Screenshot.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Screenshot.svg new file mode 100644 index 0000000..ee4980c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Screenshot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Seahorse.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Seahorse.svg new file mode 120000 index 0000000..062121d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Seahorse.svg @@ -0,0 +1 @@ +seahorse.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Settings.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Settings.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Settings.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Shell.Extensions.GSConnect.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Shell.Extensions.GSConnect.svg new file mode 120000 index 0000000..879651b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Shell.Extensions.GSConnect.svg @@ -0,0 +1 @@ +desktop-environment-gnome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Shell.Extensions.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Shell.Extensions.svg new file mode 120000 index 0000000..61b774c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Shell.Extensions.svg @@ -0,0 +1 @@ +extensions.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Shotwell.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Shotwell.svg new file mode 120000 index 0000000..51be258 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Shotwell.svg @@ -0,0 +1 @@ +shotwell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.SimpleScan.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.SimpleScan.svg new file mode 120000 index 0000000..490a5aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.SimpleScan.svg @@ -0,0 +1 @@ +scanner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Software-alt.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Software-alt.svg new file mode 100644 index 0000000..d8eab9b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Software-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Software.Editor.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Software.Editor.svg new file mode 120000 index 0000000..6b4d186 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Software.Editor.svg @@ -0,0 +1 @@ +gnome-software.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Software.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Software.svg new file mode 100644 index 0000000..611494e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Software.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.SoundRecorder.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.SoundRecorder.svg new file mode 120000 index 0000000..59e75f2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.SoundRecorder.svg @@ -0,0 +1 @@ +gnome-sound-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Sysprof.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Sysprof.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Sysprof.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Sysprof2.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Sysprof2.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Sysprof2.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Sysprof3.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Sysprof3.svg new file mode 120000 index 0000000..cc212c5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Sysprof3.svg @@ -0,0 +1 @@ +sysprof.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.SystemMonitor.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.SystemMonitor.svg new file mode 120000 index 0000000..b6e5cee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.SystemMonitor.svg @@ -0,0 +1 @@ +utilities-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Terminal.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Terminal.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Terminal.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Todo.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Todo.svg new file mode 100644 index 0000000..56528ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Todo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Tomboy.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Tomboy.svg new file mode 120000 index 0000000..8380701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Tomboy.svg @@ -0,0 +1 @@ +accessories-notes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Totem.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Totem.svg new file mode 120000 index 0000000..a30e61e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Totem.svg @@ -0,0 +1 @@ +totem.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Tweaks.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Tweaks.svg new file mode 120000 index 0000000..aab5834 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Tweaks.svg @@ -0,0 +1 @@ +gnome-tweak-tool.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.TwentyFortyEight.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.TwentyFortyEight.svg new file mode 120000 index 0000000..2de3589 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.TwentyFortyEight.svg @@ -0,0 +1 @@ +gnome-2048.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Usage.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Usage.svg new file mode 120000 index 0000000..733c722 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Usage.svg @@ -0,0 +1 @@ +gnome-usage.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Video.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Video.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Video.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Videos.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Videos.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Videos.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Weather.Application.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Weather.Application.svg new file mode 120000 index 0000000..8103a34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Weather.Application.svg @@ -0,0 +1 @@ +weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Weather.Application.svg} b/.local/share/icons/Nordic/apps/scalable/org.gnome.Weather.Application.svg} new file mode 120000 index 0000000..4f715a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Weather.Application.svg} @@ -0,0 +1 @@ +org.gnome.Weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Weather.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Weather.svg new file mode 100644 index 0000000..7ece204 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Weather.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.Yelp.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.Yelp.svg new file mode 120000 index 0000000..5ec8e9d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.Yelp.svg @@ -0,0 +1 @@ +help-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.almanah.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.almanah.svg new file mode 120000 index 0000000..3dfd8ea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.almanah.svg @@ -0,0 +1 @@ +almanah.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.baobab.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.baobab.svg new file mode 120000 index 0000000..ecad508 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.baobab.svg @@ -0,0 +1 @@ +disk-usage-analyzer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.bijiben.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.bijiben.svg new file mode 120000 index 0000000..51a8e65 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.bijiben.svg @@ -0,0 +1 @@ +gnote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.books.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.books.svg new file mode 120000 index 0000000..aa6a013 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.books.svg @@ -0,0 +1 @@ +ebook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.builder.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.builder.svg new file mode 120000 index 0000000..d153228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.builder.svg @@ -0,0 +1 @@ +builder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.calendar.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.calendar.svg new file mode 120000 index 0000000..2b85387 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.calendar.svg @@ -0,0 +1 @@ +office-calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.cheese.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.cheese.svg new file mode 120000 index 0000000..6fe6baa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.cheese.svg @@ -0,0 +1 @@ +cheese.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.chess.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.chess.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.chess.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.clocks.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.clocks.svg new file mode 100644 index 0000000..2f5c1cd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.clocks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.dconf-editor.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.dconf-editor.svg new file mode 120000 index 0000000..5c5aea0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.dconf-editor.svg @@ -0,0 +1 @@ +dconf-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.design.Contrast.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.design.Contrast.svg new file mode 100644 index 0000000..643a6f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.design.Contrast.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.dfeet.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.dfeet.svg new file mode 100644 index 0000000..f70154a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.dfeet.svg @@ -0,0 +1,943 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.documents.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.documents.svg new file mode 120000 index 0000000..746aac9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.documents.svg @@ -0,0 +1 @@ +document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.eog.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.eog.svg new file mode 120000 index 0000000..89b072f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.eog.svg @@ -0,0 +1 @@ +multimedia-photo-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.epiphany.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.epiphany.svg new file mode 120000 index 0000000..8dca13c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.epiphany.svg @@ -0,0 +1 @@ +epiphany.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.files.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.files.svg new file mode 120000 index 0000000..edc468c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.files.svg @@ -0,0 +1 @@ +nautilus.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.five-or-more.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.five-or-more.svg new file mode 120000 index 0000000..aae4eb1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.five-or-more.svg @@ -0,0 +1 @@ +gnome-glines.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.font-viewer.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.font-viewer.svg new file mode 120000 index 0000000..a1e5ae9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.font-viewer.svg @@ -0,0 +1 @@ +fonts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.frogr.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.frogr.svg new file mode 120000 index 0000000..807441d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.frogr.svg @@ -0,0 +1 @@ +frogr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.gThumb.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.gThumb.svg new file mode 120000 index 0000000..f3aa7ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.gThumb.svg @@ -0,0 +1 @@ +gthumb.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.games.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.games.svg new file mode 120000 index 0000000..ff28254 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.games.svg @@ -0,0 +1 @@ +preferences-desktop-gaming.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.gbrainy.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.gbrainy.svg new file mode 120000 index 0000000..589693c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.gbrainy.svg @@ -0,0 +1 @@ +gbrainy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.gedit.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.gedit.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.gedit.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.ghex.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.ghex.svg new file mode 120000 index 0000000..601daaa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.ghex.svg @@ -0,0 +1 @@ +okteta.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.gitg.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.gitg.svg new file mode 120000 index 0000000..e6630d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.gitg.svg @@ -0,0 +1 @@ +gitg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.glabels-3.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.glabels-3.svg new file mode 120000 index 0000000..d944d10 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.glabels-3.svg @@ -0,0 +1 @@ +glabels-3.0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.gnome-2048.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.gnome-2048.svg new file mode 120000 index 0000000..f9b2ba2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.gnome-2048.svg @@ -0,0 +1 @@ +2048.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.gnome-mahjongg.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.gnome-mahjongg.svg new file mode 120000 index 0000000..3dad7ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.gnome-mahjongg.svg @@ -0,0 +1 @@ +gnome-mahjongg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.hitori.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.hitori.svg new file mode 120000 index 0000000..983e9c5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.hitori.svg @@ -0,0 +1 @@ +hitori.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.iagno.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.iagno.svg new file mode 120000 index 0000000..46d3ec2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.iagno.svg @@ -0,0 +1 @@ +qgo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.lollypop.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.lollypop.svg new file mode 120000 index 0000000..6ee338b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.lollypop.svg @@ -0,0 +1 @@ +lollypop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.mahjongg.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.mahjongg.svg new file mode 120000 index 0000000..6c409e3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.mahjongg.svg @@ -0,0 +1 @@ +kmahjongg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.maps.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.maps.svg new file mode 120000 index 0000000..59b5c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.maps.svg @@ -0,0 +1 @@ +maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.meld.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.meld.svg new file mode 120000 index 0000000..eaf0b44 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.meld.svg @@ -0,0 +1 @@ +meld.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.music.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.music.svg new file mode 120000 index 0000000..c2a653b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.music.svg @@ -0,0 +1 @@ +gnome-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.nautilus.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.nautilus.svg new file mode 120000 index 0000000..edc468c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.nautilus.svg @@ -0,0 +1 @@ +nautilus.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.photos.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.photos.svg new file mode 120000 index 0000000..4e73455 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.photos.svg @@ -0,0 +1 @@ +photo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.polari.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.polari.svg new file mode 120000 index 0000000..28bbff2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.polari.svg @@ -0,0 +1 @@ +irc-chat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.powerstats.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.powerstats.svg new file mode 120000 index 0000000..82c357f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.powerstats.svg @@ -0,0 +1 @@ +gnome-power-statistics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.quadrapassel.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.quadrapassel.svg new file mode 120000 index 0000000..765b85d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.quadrapassel.svg @@ -0,0 +1 @@ +quadrapassel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.recipes.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.recipes.svg new file mode 120000 index 0000000..d55b6fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.recipes.svg @@ -0,0 +1 @@ +recipes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.seahorse.Application.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.seahorse.Application.svg new file mode 120000 index 0000000..c01534f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.seahorse.Application.svg @@ -0,0 +1 @@ +preferences-system-privacy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.software.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.software.svg new file mode 120000 index 0000000..fe804b2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.software.svg @@ -0,0 +1 @@ +org.gnome.Software.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.todo.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.todo.svg new file mode 120000 index 0000000..56fbf25 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.todo.svg @@ -0,0 +1 @@ +gnome-todo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.totem.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.totem.svg new file mode 120000 index 0000000..a30e61e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.totem.svg @@ -0,0 +1 @@ +totem.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.tweak.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.tweak.svg new file mode 120000 index 0000000..7331f8e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.tweak.svg @@ -0,0 +1 @@ +gnome-tweaks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.tweaks.desktop.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.tweaks.desktop.svg new file mode 120000 index 0000000..7331f8e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.tweaks.desktop.svg @@ -0,0 +1 @@ +gnome-tweaks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.tweaks.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.tweaks.svg new file mode 120000 index 0000000..aab5834 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.tweaks.svg @@ -0,0 +1 @@ +gnome-tweak-tool.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.weather.application.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.weather.application.svg new file mode 120000 index 0000000..8103a34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.weather.application.svg @@ -0,0 +1 @@ +weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.weather.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.weather.svg new file mode 120000 index 0000000..8103a34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.weather.svg @@ -0,0 +1 @@ +weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnome.web.svg b/.local/share/icons/Nordic/apps/scalable/org.gnome.web.svg new file mode 120000 index 0000000..3a22870 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnome.web.svg @@ -0,0 +1 @@ +gnome-web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gnu.emacs.svg b/.local/share/icons/Nordic/apps/scalable/org.gnu.emacs.svg new file mode 120000 index 0000000..a940c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gnu.emacs.svg @@ -0,0 +1 @@ +emacs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.godotengine.Godot.svg b/.local/share/icons/Nordic/apps/scalable/org.godotengine.Godot.svg new file mode 120000 index 0000000..d2f793f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.godotengine.Godot.svg @@ -0,0 +1 @@ +godot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gottcode.NovProg.svg b/.local/share/icons/Nordic/apps/scalable/org.gottcode.NovProg.svg new file mode 120000 index 0000000..d0c2c94 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gottcode.NovProg.svg @@ -0,0 +1 @@ +novprog.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gtk.Demo3.svg b/.local/share/icons/Nordic/apps/scalable/org.gtk.Demo3.svg new file mode 120000 index 0000000..5cad03d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gtk.Demo3.svg @@ -0,0 +1 @@ +gtk3-demo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gtk.Demo4.svg b/.local/share/icons/Nordic/apps/scalable/org.gtk.Demo4.svg new file mode 120000 index 0000000..5cad03d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gtk.Demo4.svg @@ -0,0 +1 @@ +gtk3-demo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gtk.WidgetFactory3.svg b/.local/share/icons/Nordic/apps/scalable/org.gtk.WidgetFactory3.svg new file mode 120000 index 0000000..da40e48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gtk.WidgetFactory3.svg @@ -0,0 +1 @@ +gtk3-widget-factory.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.gtk.WidgetFactory4.svg b/.local/share/icons/Nordic/apps/scalable/org.gtk.WidgetFactory4.svg new file mode 120000 index 0000000..da40e48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.gtk.WidgetFactory4.svg @@ -0,0 +1 @@ +gtk3-widget-factory.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.inkscape.Inkscape.svg b/.local/share/icons/Nordic/apps/scalable/org.inkscape.Inkscape.svg new file mode 120000 index 0000000..ca1fc7a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.inkscape.Inkscape.svg @@ -0,0 +1 @@ +inkscape.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.Gwenview.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.Gwenview.svg new file mode 120000 index 0000000..c8a5065 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.Gwenview.svg @@ -0,0 +1 @@ +gpicview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.amarok.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.amarok.svg new file mode 120000 index 0000000..d0cde88 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.amarok.svg @@ -0,0 +1 @@ +amarok.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.ark.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.ark.svg new file mode 120000 index 0000000..72381db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.ark.svg @@ -0,0 +1 @@ +file-roller.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.blogilo.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.blogilo.svg new file mode 120000 index 0000000..ca6c483 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.blogilo.svg @@ -0,0 +1 @@ +text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.calligraplan.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.calligraplan.svg new file mode 120000 index 0000000..75989ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.calligraplan.svg @@ -0,0 +1 @@ +calligraplan.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.calligrastage.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.calligrastage.svg new file mode 120000 index 0000000..5eb9f40 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.calligrastage.svg @@ -0,0 +1 @@ +calligrastage.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.calligrawords.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.calligrawords.svg new file mode 120000 index 0000000..c3954af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.calligrawords.svg @@ -0,0 +1 @@ +calligrawords.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.digikam.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.digikam.svg new file mode 120000 index 0000000..0d639f3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.digikam.svg @@ -0,0 +1 @@ +digikam.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.discover.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.discover.svg new file mode 120000 index 0000000..0c38aad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.discover.svg @@ -0,0 +1 @@ +muondiscover.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.distrowatcher.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.distrowatcher.svg new file mode 120000 index 0000000..63c0e71 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.distrowatcher.svg @@ -0,0 +1 @@ +ubiquity-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.dragonplayer.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.dragonplayer.svg new file mode 120000 index 0000000..27d2c5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.dragonplayer.svg @@ -0,0 +1 @@ +dragonplayer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.filelight.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.filelight.svg new file mode 120000 index 0000000..4180791 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.filelight.svg @@ -0,0 +1 @@ +baobab.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.gwenview.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.gwenview.svg new file mode 120000 index 0000000..c8a5065 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.gwenview.svg @@ -0,0 +1 @@ +gpicview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.k3b.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.k3b.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.k3b.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kaddressbook.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kaddressbook.svg new file mode 120000 index 0000000..ee8923e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kaddressbook.svg @@ -0,0 +1 @@ +addressbook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kalarm.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kalarm.svg new file mode 120000 index 0000000..9f07aea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kalarm.svg @@ -0,0 +1 @@ +preferences-system-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.karbon.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.karbon.svg new file mode 120000 index 0000000..5ed45ea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.karbon.svg @@ -0,0 +1 @@ +calligrakarbon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kate.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kate.svg new file mode 120000 index 0000000..ca6c483 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kate.svg @@ -0,0 +1 @@ +text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kdenlive.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kdenlive.svg new file mode 120000 index 0000000..f57ee4a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kdenlive.svg @@ -0,0 +1 @@ +kdenlive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kget.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kget.svg new file mode 120000 index 0000000..9ad181a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kget.svg @@ -0,0 +1 @@ +kget.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kjots.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kjots.svg new file mode 120000 index 0000000..a9f99bb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kjots.svg @@ -0,0 +1 @@ +tomboy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kleopatra.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kleopatra.svg new file mode 120000 index 0000000..062121d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kleopatra.svg @@ -0,0 +1 @@ +seahorse.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kmahjongg.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kmahjongg.svg new file mode 120000 index 0000000..6c409e3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kmahjongg.svg @@ -0,0 +1 @@ +kmahjongg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kmail.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kmail.svg new file mode 120000 index 0000000..91d00ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kmail.svg @@ -0,0 +1 @@ +kmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kmail2.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kmail2.svg new file mode 120000 index 0000000..91d00ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kmail2.svg @@ -0,0 +1 @@ +kmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kmines.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kmines.svg new file mode 120000 index 0000000..41d3788 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kmines.svg @@ -0,0 +1 @@ +gnome-mines.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kmix.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kmix.svg new file mode 120000 index 0000000..04c6d09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kmix.svg @@ -0,0 +1 @@ +multimedia-volume-control.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.knetattach.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.knetattach.svg new file mode 120000 index 0000000..25cfd83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.knetattach.svg @@ -0,0 +1 @@ +knetattach.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.knetwalk.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.knetwalk.svg new file mode 120000 index 0000000..8a775e1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.knetwalk.svg @@ -0,0 +1 @@ +knemo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.knotes.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.knotes.svg new file mode 120000 index 0000000..e7debc0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.knotes.svg @@ -0,0 +1 @@ +basket.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kolourpaint.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kolourpaint.svg new file mode 120000 index 0000000..210f979 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kolourpaint.svg @@ -0,0 +1 @@ +accessories-painting.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kontact.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kontact.svg new file mode 120000 index 0000000..ee8923e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kontact.svg @@ -0,0 +1 @@ +addressbook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.konversation.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.konversation.svg new file mode 120000 index 0000000..338f588 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.konversation.svg @@ -0,0 +1 @@ +konversation.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.korganizer.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.korganizer.svg new file mode 120000 index 0000000..2b85387 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.korganizer.svg @@ -0,0 +1 @@ +office-calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.krename.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.krename.svg new file mode 120000 index 0000000..904ec89 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.krename.svg @@ -0,0 +1 @@ +krename.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.krfb.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.krfb.svg new file mode 120000 index 0000000..e92c08a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.krfb.svg @@ -0,0 +1 @@ +remote-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.krita.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.krita.svg new file mode 120000 index 0000000..842fa48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.krita.svg @@ -0,0 +1 @@ +krita.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kronometer.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kronometer.svg new file mode 120000 index 0000000..02a5b08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kronometer.svg @@ -0,0 +1 @@ +kronometer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.krusader.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.krusader.svg new file mode 120000 index 0000000..1660e62 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.krusader.svg @@ -0,0 +1 @@ +krusader_user.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.ksnakeduel.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.ksnakeduel.svg new file mode 100644 index 0000000..e27cd07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.ksnakeduel.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.ktorrent.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.ktorrent.svg new file mode 120000 index 0000000..6cb9870 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.ktorrent.svg @@ -0,0 +1 @@ +ktorrent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.ktouch.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.ktouch.svg new file mode 120000 index 0000000..8803a8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.ktouch.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard-shortcuts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.kwrite.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.kwrite.svg new file mode 120000 index 0000000..ca6c483 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.kwrite.svg @@ -0,0 +1 @@ +text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.lokalize.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.lokalize.svg new file mode 120000 index 0000000..2c7dbd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.lokalize.svg @@ -0,0 +1 @@ +translator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.lskat.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.lskat.svg new file mode 120000 index 0000000..a1cc83a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.lskat.svg @@ -0,0 +1 @@ +gnome-aisleriot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.marble.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.marble.svg new file mode 100644 index 0000000..bb2dc7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.marble.svg @@ -0,0 +1,139 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.okular.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.okular.svg new file mode 120000 index 0000000..e7bda03 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.okular.svg @@ -0,0 +1 @@ +okular.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.palapeli.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.palapeli.svg new file mode 120000 index 0000000..694e75b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.palapeli.svg @@ -0,0 +1 @@ +palapeli.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.partitionmanager.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.partitionmanager.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.partitionmanager.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.activitybar.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.activitybar.svg new file mode 120000 index 0000000..01b24b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.activitybar.svg @@ -0,0 +1 @@ +kmenuedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.activitypager.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.activitypager.svg new file mode 120000 index 0000000..01b24b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.activitypager.svg @@ -0,0 +1 @@ +kmenuedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.audiodeviceswitcher.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.audiodeviceswitcher.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.audiodeviceswitcher.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.bitcoinprice.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.bitcoinprice.svg new file mode 120000 index 0000000..b43f410 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.bitcoinprice.svg @@ -0,0 +1 @@ +bitcoin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.bluetooth.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.bluetooth.svg new file mode 120000 index 0000000..cf25beb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.bluetooth.svg @@ -0,0 +1 @@ +preferences-system-bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.caffeine-plus.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.caffeine-plus.svg new file mode 120000 index 0000000..eed6ea5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.caffeine-plus.svg @@ -0,0 +1 @@ +caffeine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.calendar.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.calendar.svg new file mode 120000 index 0000000..2b85387 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.calendar.svg @@ -0,0 +1 @@ +office-calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.clipboard.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.clipboard.svg new file mode 120000 index 0000000..644ff5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.clipboard.svg @@ -0,0 +1 @@ +diodon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.date.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.date.svg new file mode 120000 index 0000000..2b85387 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.date.svg @@ -0,0 +1 @@ +office-calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.frame.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.frame.svg new file mode 120000 index 0000000..911ba54 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.frame.svg @@ -0,0 +1 @@ +preferences-desktop-wallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.icontasks.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.icontasks.svg new file mode 120000 index 0000000..8d2e75a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.icontasks.svg @@ -0,0 +1 @@ +cs-applets.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.katesessions.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.katesessions.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.katesessions.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.kickerdash.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.kickerdash.svg new file mode 120000 index 0000000..743fd0f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.kickerdash.svg @@ -0,0 +1 @@ +preferences-desktop-icons.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.konsoleprofiles.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.konsoleprofiles.svg new file mode 120000 index 0000000..08ba74f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.konsoleprofiles.svg @@ -0,0 +1 @@ +utilities-terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.mediacontroller.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.mediacontroller.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.mediacontroller.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.mediacontrollercompact.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.mediacontrollercompact.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.mediacontrollercompact.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.mediaframe.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.mediaframe.svg new file mode 120000 index 0000000..89b072f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.mediaframe.svg @@ -0,0 +1 @@ +multimedia-photo-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.multimediacontrols.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.multimediacontrols.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.multimediacontrols.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.networkmanagement.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.networkmanagement.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.networkmanagement.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.notes.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.notes.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.notes.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.notifications.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.notifications.svg new file mode 120000 index 0000000..0f3a718 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.notifications.svg @@ -0,0 +1 @@ +preferences-desktop-notification-bell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.pager.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.pager.svg new file mode 120000 index 0000000..f57e576 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.pager.svg @@ -0,0 +1 @@ +workspace-switcher-right-top.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.printmanager.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.printmanager.svg new file mode 120000 index 0000000..fb4f8da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.printmanager.svg @@ -0,0 +1 @@ +cups.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.quicklaunch.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.quicklaunch.svg new file mode 120000 index 0000000..92d2518 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.quicklaunch.svg @@ -0,0 +1 @@ +preferences-system-login.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.showActivityManager.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.showActivityManager.svg new file mode 120000 index 0000000..01b24b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.showActivityManager.svg @@ -0,0 +1 @@ +kmenuedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.showactivitymanager.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.showactivitymanager.svg new file mode 120000 index 0000000..01b24b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.showactivitymanager.svg @@ -0,0 +1 @@ +kmenuedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.showdesktop.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.showdesktop.svg new file mode 120000 index 0000000..134c2f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.showdesktop.svg @@ -0,0 +1 @@ +cs-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.systemloadviewer.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.systemloadviewer.svg new file mode 120000 index 0000000..bec88a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.systemloadviewer.svg @@ -0,0 +1 @@ +deepin-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.userswitch.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.userswitch.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.userswitch.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.userswitcher.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.userswitcher.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.userswitcher.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.uswitcher.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.uswitcher.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.uswitcher.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.volume.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.volume.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.volume.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.weather.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.weather.svg new file mode 120000 index 0000000..8103a34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.weather.svg @@ -0,0 +1 @@ +weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.webbrowser.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.webbrowser.svg new file mode 120000 index 0000000..3000504 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.webbrowser.svg @@ -0,0 +1 @@ +internet-web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.win7showdesktop.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.win7showdesktop.svg new file mode 120000 index 0000000..134c2f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasma.win7showdesktop.svg @@ -0,0 +1 @@ +cs-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.plasmatube.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.plasmatube.svg new file mode 120000 index 0000000..6c62c16 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.plasmatube.svg @@ -0,0 +1 @@ +youtube.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.resourcesMonitor.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.resourcesMonitor.svg new file mode 120000 index 0000000..53ccf3b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.resourcesMonitor.svg @@ -0,0 +1 @@ +applications-utilities.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.showfoto.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.showfoto.svg new file mode 120000 index 0000000..e8e460b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.showfoto.svg @@ -0,0 +1 @@ +accessories-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.step.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.step.svg new file mode 100644 index 0000000..50f828c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.step.svg @@ -0,0 +1,251 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.thermalMonitor.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.thermalMonitor.svg new file mode 120000 index 0000000..a6c23f4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.thermalMonitor.svg @@ -0,0 +1 @@ +thermal-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.weatherWidget.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.weatherWidget.svg new file mode 120000 index 0000000..8103a34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.weatherWidget.svg @@ -0,0 +1 @@ +weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.kde.yakuake.svg b/.local/share/icons/Nordic/apps/scalable/org.kde.yakuake.svg new file mode 120000 index 0000000..73a5b7b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.kde.yakuake.svg @@ -0,0 +1 @@ +yakuake.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.keepassxc.KeePassXC.svg b/.local/share/icons/Nordic/apps/scalable/org.keepassxc.KeePassXC.svg new file mode 120000 index 0000000..a13d2aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.keepassxc.KeePassXC.svg @@ -0,0 +1 @@ +keepassxc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-base.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-base.svg new file mode 120000 index 0000000..7a162ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-base.svg @@ -0,0 +1 @@ +libreoffice-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-calc.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-calc.svg new file mode 120000 index 0000000..6c95c6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-calc.svg @@ -0,0 +1 @@ +libreoffice-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-draw.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-draw.svg new file mode 120000 index 0000000..2c9640b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-draw.svg @@ -0,0 +1 @@ +libreoffice-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-impress.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-impress.svg new file mode 120000 index 0000000..23162b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-impress.svg @@ -0,0 +1 @@ +libreoffice-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-math.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-startcenter.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-startcenter.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-startcenter.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-writer.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-writer.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice-writer.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.base.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.base.svg new file mode 120000 index 0000000..7a162ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.base.svg @@ -0,0 +1 @@ +libreoffice-base.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.calc.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.calc.svg new file mode 120000 index 0000000..6c95c6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.calc.svg @@ -0,0 +1 @@ +libreoffice-calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.draw.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.draw.svg new file mode 120000 index 0000000..2c9640b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.draw.svg @@ -0,0 +1 @@ +libreoffice-draw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.impress.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.impress.svg new file mode 120000 index 0000000..23162b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.impress.svg @@ -0,0 +1 @@ +libreoffice-impress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.math.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.math.svg new file mode 120000 index 0000000..d819533 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.math.svg @@ -0,0 +1 @@ +libreoffice-math.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.startcenter.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.startcenter.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.startcenter.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.writer.svg b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.writer.svg new file mode 120000 index 0000000..3030672 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.libreoffice.LibreOffice.writer.svg @@ -0,0 +1 @@ +libreoffice-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.linux_hardware.hw-probe.svg b/.local/share/icons/Nordic/apps/scalable/org.linux_hardware.hw-probe.svg new file mode 120000 index 0000000..64b64e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.linux_hardware.hw-probe.svg @@ -0,0 +1 @@ +hw-probe.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.mozilla.Firefox.svg b/.local/share/icons/Nordic/apps/scalable/org.mozilla.Firefox.svg new file mode 120000 index 0000000..90ca4b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.mozilla.Firefox.svg @@ -0,0 +1 @@ +firefox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.mozilla.FirefoxDevEdition.svg b/.local/share/icons/Nordic/apps/scalable/org.mozilla.FirefoxDevEdition.svg new file mode 120000 index 0000000..6d66c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.mozilla.FirefoxDevEdition.svg @@ -0,0 +1 @@ +firefox-developer-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.mozilla.FirefoxNightly.svg b/.local/share/icons/Nordic/apps/scalable/org.mozilla.FirefoxNightly.svg new file mode 120000 index 0000000..8597ee3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.mozilla.FirefoxNightly.svg @@ -0,0 +1 @@ +firefox-trunk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.mozilla.FirefoxNightlyWayland.svg b/.local/share/icons/Nordic/apps/scalable/org.mozilla.FirefoxNightlyWayland.svg new file mode 120000 index 0000000..8597ee3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.mozilla.FirefoxNightlyWayland.svg @@ -0,0 +1 @@ +firefox-trunk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.mozilla.Thunderbird.svg b/.local/share/icons/Nordic/apps/scalable/org.mozilla.Thunderbird.svg new file mode 120000 index 0000000..b5aba8a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.mozilla.Thunderbird.svg @@ -0,0 +1 @@ +thunderbird.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.mypaint.MyPaint.svg b/.local/share/icons/Nordic/apps/scalable/org.mypaint.MyPaint.svg new file mode 120000 index 0000000..5e98c9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.mypaint.MyPaint.svg @@ -0,0 +1 @@ +mypaint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.neovim.nvim.svg b/.local/share/icons/Nordic/apps/scalable/org.neovim.nvim.svg new file mode 120000 index 0000000..3ae48ed --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.neovim.nvim.svg @@ -0,0 +1 @@ +neovim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.nextcloud.Nextcloud.svg b/.local/share/icons/Nordic/apps/scalable/org.nextcloud.Nextcloud.svg new file mode 120000 index 0000000..d01d25d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.nextcloud.Nextcloud.svg @@ -0,0 +1 @@ +nextcloud.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.nxos.softwarecenter.svg b/.local/share/icons/Nordic/apps/scalable/org.nxos.softwarecenter.svg new file mode 120000 index 0000000..ff64ae4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.nxos.softwarecenter.svg @@ -0,0 +1 @@ +gdebi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.openshot.OpenShot.svg b/.local/share/icons/Nordic/apps/scalable/org.openshot.OpenShot.svg new file mode 120000 index 0000000..7b84bf0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.openshot.OpenShot.svg @@ -0,0 +1 @@ +openshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.openstreetmap.josm.svg b/.local/share/icons/Nordic/apps/scalable/org.openstreetmap.josm.svg new file mode 120000 index 0000000..0b4b048 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.openstreetmap.josm.svg @@ -0,0 +1 @@ +gnome-maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.pantheon.noise.svg b/.local/share/icons/Nordic/apps/scalable/org.pantheon.noise.svg new file mode 120000 index 0000000..790c8c3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.pantheon.noise.svg @@ -0,0 +1 @@ +multimedia-audio-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.photoqt.PhotoQt.svg b/.local/share/icons/Nordic/apps/scalable/org.photoqt.PhotoQt.svg new file mode 120000 index 0000000..4e73455 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.photoqt.PhotoQt.svg @@ -0,0 +1 @@ +photo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.pitivi.Pitivi.svg b/.local/share/icons/Nordic/apps/scalable/org.pitivi.Pitivi.svg new file mode 120000 index 0000000..bbcb867 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.pitivi.Pitivi.svg @@ -0,0 +1 @@ +pitivi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.ppsspp.PPSSPP.svg b/.local/share/icons/Nordic/apps/scalable/org.ppsspp.PPSSPP.svg new file mode 120000 index 0000000..1e164ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.ppsspp.PPSSPP.svg @@ -0,0 +1 @@ +ppsspp.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.pulseaudio.pavucontrol.svg b/.local/share/icons/Nordic/apps/scalable/org.pulseaudio.pavucontrol.svg new file mode 120000 index 0000000..04c6d09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.pulseaudio.pavucontrol.svg @@ -0,0 +1 @@ +multimedia-volume-control.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.qbittorrent.qBittorrent.svg b/.local/share/icons/Nordic/apps/scalable/org.qbittorrent.qBittorrent.svg new file mode 120000 index 0000000..f9513bb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.qbittorrent.qBittorrent.svg @@ -0,0 +1 @@ +qbittorrent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.qt-project.qtcreator.svg b/.local/share/icons/Nordic/apps/scalable/org.qt-project.qtcreator.svg new file mode 120000 index 0000000..619ebc9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.qt-project.qtcreator.svg @@ -0,0 +1 @@ +qtcreator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.remmina.Remmina.svg b/.local/share/icons/Nordic/apps/scalable/org.remmina.Remmina.svg new file mode 120000 index 0000000..0940d90 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.remmina.Remmina.svg @@ -0,0 +1 @@ +remmina.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.shotcut.Shotcut.svg b/.local/share/icons/Nordic/apps/scalable/org.shotcut.Shotcut.svg new file mode 100644 index 0000000..0f31347 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.shotcut.Shotcut.svg @@ -0,0 +1,86 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/org.signal.Signal.svg b/.local/share/icons/Nordic/apps/scalable/org.signal.Signal.svg new file mode 120000 index 0000000..6255391 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.signal.Signal.svg @@ -0,0 +1 @@ +signal-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.speedcrunch.SpeedCrunch.svg b/.local/share/icons/Nordic/apps/scalable/org.speedcrunch.SpeedCrunch.svg new file mode 120000 index 0000000..9bce370 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.speedcrunch.SpeedCrunch.svg @@ -0,0 +1 @@ +calc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.stellarium.Stellarium.svg b/.local/share/icons/Nordic/apps/scalable/org.stellarium.Stellarium.svg new file mode 120000 index 0000000..9189a67 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.stellarium.Stellarium.svg @@ -0,0 +1 @@ +stellarium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.synfig.SynfigStudio.svg b/.local/share/icons/Nordic/apps/scalable/org.synfig.SynfigStudio.svg new file mode 120000 index 0000000..9e19345 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.synfig.SynfigStudio.svg @@ -0,0 +1 @@ +synfig_icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.taisei_project.Taisei.svg b/.local/share/icons/Nordic/apps/scalable/org.taisei_project.Taisei.svg new file mode 120000 index 0000000..451f821 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.taisei_project.Taisei.svg @@ -0,0 +1 @@ +taisei.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.telegram.desktop.svg b/.local/share/icons/Nordic/apps/scalable/org.telegram.desktop.svg new file mode 120000 index 0000000..8fa96d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.telegram.desktop.svg @@ -0,0 +1 @@ +telegram.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.videolan.VLC.svg b/.local/share/icons/Nordic/apps/scalable/org.videolan.VLC.svg new file mode 120000 index 0000000..495a636 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.videolan.VLC.svg @@ -0,0 +1 @@ +vlc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.vim.Vim.svg b/.local/share/icons/Nordic/apps/scalable/org.vim.Vim.svg new file mode 120000 index 0000000..150dd04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.vim.Vim.svg @@ -0,0 +1 @@ +vim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.xfce.Parole.svg b/.local/share/icons/Nordic/apps/scalable/org.xfce.Parole.svg new file mode 120000 index 0000000..25548de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.xfce.Parole.svg @@ -0,0 +1 @@ +parole.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.yorba.geary.svg b/.local/share/icons/Nordic/apps/scalable/org.yorba.geary.svg new file mode 120000 index 0000000..0dd6899 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.yorba.geary.svg @@ -0,0 +1 @@ +geary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.zealdocs.Zeal.svg b/.local/share/icons/Nordic/apps/scalable/org.zealdocs.Zeal.svg new file mode 120000 index 0000000..e5593d7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.zealdocs.Zeal.svg @@ -0,0 +1 @@ +zeal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.zim_wiki.Zim.svg b/.local/share/icons/Nordic/apps/scalable/org.zim_wiki.Zim.svg new file mode 120000 index 0000000..a5f80f3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.zim_wiki.Zim.svg @@ -0,0 +1 @@ +zim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.zimwiki.Zim.svg b/.local/share/icons/Nordic/apps/scalable/org.zimwiki.Zim.svg new file mode 120000 index 0000000..e7debc0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.zimwiki.Zim.svg @@ -0,0 +1 @@ +basket.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.zotero.Zotero.svg b/.local/share/icons/Nordic/apps/scalable/org.zotero.Zotero.svg new file mode 120000 index 0000000..8b064a9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.zotero.Zotero.svg @@ -0,0 +1 @@ +zotero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/org.zulip.Zulip.svg b/.local/share/icons/Nordic/apps/scalable/org.zulip.Zulip.svg new file mode 120000 index 0000000..cfed72f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/org.zulip.Zulip.svg @@ -0,0 +1 @@ +zulip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/osmo.svg b/.local/share/icons/Nordic/apps/scalable/osmo.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/osmo.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/otter-browser.svg b/.local/share/icons/Nordic/apps/scalable/otter-browser.svg new file mode 100644 index 0000000..6b280ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/otter-browser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/oxygen.svg b/.local/share/icons/Nordic/apps/scalable/oxygen.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/oxygen.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/p7z.svg b/.local/share/icons/Nordic/apps/scalable/p7z.svg new file mode 120000 index 0000000..53b1e0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/p7z.svg @@ -0,0 +1 @@ +7z.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/p7zip.svg b/.local/share/icons/Nordic/apps/scalable/p7zip.svg new file mode 120000 index 0000000..72381db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/p7zip.svg @@ -0,0 +1 @@ +file-roller.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package-manager-icon.svg b/.local/share/icons/Nordic/apps/scalable/package-manager-icon.svg new file mode 120000 index 0000000..df850da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package-manager-icon.svg @@ -0,0 +1 @@ +system-software-installer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package.svg b/.local/share/icons/Nordic/apps/scalable/package.svg new file mode 120000 index 0000000..54c7b9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package.svg @@ -0,0 +1 @@ +./software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_applications.svg b/.local/share/icons/Nordic/apps/scalable/package_applications.svg new file mode 120000 index 0000000..54c7b9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_applications.svg @@ -0,0 +1 @@ +./software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_development.svg b/.local/share/icons/Nordic/apps/scalable/package_development.svg new file mode 120000 index 0000000..d153228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_development.svg @@ -0,0 +1 @@ +builder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_development_debugger.svg b/.local/share/icons/Nordic/apps/scalable/package_development_debugger.svg new file mode 120000 index 0000000..3146dda --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_development_debugger.svg @@ -0,0 +1 @@ +apport.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_development_tools.svg b/.local/share/icons/Nordic/apps/scalable/package_development_tools.svg new file mode 120000 index 0000000..d153228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_development_tools.svg @@ -0,0 +1 @@ +builder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_development_translation.svg b/.local/share/icons/Nordic/apps/scalable/package_development_translation.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_development_translation.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_editor.svg b/.local/share/icons/Nordic/apps/scalable/package_editor.svg new file mode 120000 index 0000000..6bccf22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_editor.svg @@ -0,0 +1 @@ +gedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_edutainment_languages.svg b/.local/share/icons/Nordic/apps/scalable/package_edutainment_languages.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_edutainment_languages.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_edutainment_music.svg b/.local/share/icons/Nordic/apps/scalable/package_edutainment_music.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_edutainment_music.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_games.svg b/.local/share/icons/Nordic/apps/scalable/package_games.svg new file mode 120000 index 0000000..69f0e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_games.svg @@ -0,0 +1 @@ +applications-games.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_games_arcade.svg b/.local/share/icons/Nordic/apps/scalable/package_games_arcade.svg new file mode 120000 index 0000000..b5a8d72 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_games_arcade.svg @@ -0,0 +1 @@ +antimicro.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_games_platformgame.svg b/.local/share/icons/Nordic/apps/scalable/package_games_platformgame.svg new file mode 120000 index 0000000..b5a8d72 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_games_platformgame.svg @@ -0,0 +1 @@ +antimicro.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_graphics.svg b/.local/share/icons/Nordic/apps/scalable/package_graphics.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_graphics.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_graphics_photography.svg b/.local/share/icons/Nordic/apps/scalable/package_graphics_photography.svg new file mode 120000 index 0000000..7549e2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_graphics_photography.svg @@ -0,0 +1 @@ +gnome-screenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_graphics_scanning.svg b/.local/share/icons/Nordic/apps/scalable/package_graphics_scanning.svg new file mode 120000 index 0000000..490a5aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_graphics_scanning.svg @@ -0,0 +1 @@ +scanner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_internet.svg b/.local/share/icons/Nordic/apps/scalable/package_internet.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_internet.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_internet_email.svg b/.local/share/icons/Nordic/apps/scalable/package_internet_email.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_internet_email.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_internet_p2p.svg b/.local/share/icons/Nordic/apps/scalable/package_internet_p2p.svg new file mode 120000 index 0000000..f57b950 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_internet_p2p.svg @@ -0,0 +1 @@ +bittorrent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_internet_remoteaccess.svg b/.local/share/icons/Nordic/apps/scalable/package_internet_remoteaccess.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_internet_remoteaccess.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_multimedia.svg b/.local/share/icons/Nordic/apps/scalable/package_multimedia.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_multimedia.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_multimedia_audiomixer.svg b/.local/share/icons/Nordic/apps/scalable/package_multimedia_audiomixer.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_multimedia_audiomixer.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_multimedia_audioplayer.svg b/.local/share/icons/Nordic/apps/scalable/package_multimedia_audioplayer.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_multimedia_audioplayer.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_multimedia_burning.svg b/.local/share/icons/Nordic/apps/scalable/package_multimedia_burning.svg new file mode 120000 index 0000000..cf0709c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_multimedia_burning.svg @@ -0,0 +1 @@ +./k3b.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_multimedia_jukebox.svg b/.local/share/icons/Nordic/apps/scalable/package_multimedia_jukebox.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_multimedia_jukebox.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_network.svg b/.local/share/icons/Nordic/apps/scalable/package_network.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_network.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_office_addressbook.svg b/.local/share/icons/Nordic/apps/scalable/package_office_addressbook.svg new file mode 120000 index 0000000..ee8923e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_office_addressbook.svg @@ -0,0 +1 @@ +addressbook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_settings_network.svg b/.local/share/icons/Nordic/apps/scalable/package_settings_network.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_settings_network.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_settings_power.svg b/.local/share/icons/Nordic/apps/scalable/package_settings_power.svg new file mode 120000 index 0000000..e7a4d9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_settings_power.svg @@ -0,0 +1 @@ +preferences-system-power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_settings_sound.svg b/.local/share/icons/Nordic/apps/scalable/package_settings_sound.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_settings_sound.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_settings_webbrowsing.svg b/.local/share/icons/Nordic/apps/scalable/package_settings_webbrowsing.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_settings_webbrowsing.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_system_network.svg b/.local/share/icons/Nordic/apps/scalable/package_system_network.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_system_network.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_utilities_web.svg b/.local/share/icons/Nordic/apps/scalable/package_utilities_web.svg new file mode 120000 index 0000000..fe9f8e2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_utilities_web.svg @@ -0,0 +1 @@ +./preferences-system-network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_utility_archiving.svg b/.local/share/icons/Nordic/apps/scalable/package_utility_archiving.svg new file mode 120000 index 0000000..53b1e0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_utility_archiving.svg @@ -0,0 +1 @@ +7z.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_yast_apparmor.svg b/.local/share/icons/Nordic/apps/scalable/package_yast_apparmor.svg new file mode 120000 index 0000000..4373e6c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_yast_apparmor.svg @@ -0,0 +1 @@ +password-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/package_yast_security.svg b/.local/share/icons/Nordic/apps/scalable/package_yast_security.svg new file mode 120000 index 0000000..0a55455 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/package_yast_security.svg @@ -0,0 +1 @@ +zenmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/packettracer.svg b/.local/share/icons/Nordic/apps/scalable/packettracer.svg new file mode 100644 index 0000000..f8be5cb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/packettracer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/paint-x.svg b/.local/share/icons/Nordic/apps/scalable/paint-x.svg new file mode 120000 index 0000000..a0d2d8a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/paint-x.svg @@ -0,0 +1 @@ +paint.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/paint.svg b/.local/share/icons/Nordic/apps/scalable/paint.svg new file mode 120000 index 0000000..842fa48 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/paint.svg @@ -0,0 +1 @@ +krita.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pairs.svg b/.local/share/icons/Nordic/apps/scalable/pairs.svg new file mode 100644 index 0000000..1d9dbc2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pairs.svg @@ -0,0 +1,172 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/palapeli.svg b/.local/share/icons/Nordic/apps/scalable/palapeli.svg new file mode 120000 index 0000000..240d708 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/palapeli.svg @@ -0,0 +1 @@ +plugin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/palaura.svg b/.local/share/icons/Nordic/apps/scalable/palaura.svg new file mode 120000 index 0000000..9f0d52e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/palaura.svg @@ -0,0 +1 @@ +dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/palemoon.svg b/.local/share/icons/Nordic/apps/scalable/palemoon.svg new file mode 100644 index 0000000..549beb3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/palemoon.svg @@ -0,0 +1,361 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/palette.svg b/.local/share/icons/Nordic/apps/scalable/palette.svg new file mode 120000 index 0000000..eec08e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/palette.svg @@ -0,0 +1 @@ +palette_color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/palette_color.svg b/.local/share/icons/Nordic/apps/scalable/palette_color.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/palette_color.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/palimpsest.svg b/.local/share/icons/Nordic/apps/scalable/palimpsest.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/palimpsest.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pamac-manager.svg b/.local/share/icons/Nordic/apps/scalable/pamac-manager.svg new file mode 120000 index 0000000..7e458b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pamac-manager.svg @@ -0,0 +1 @@ +system-software-install.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pamac-updater.svg b/.local/share/icons/Nordic/apps/scalable/pamac-updater.svg new file mode 120000 index 0000000..1cca4a7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pamac-updater.svg @@ -0,0 +1 @@ +update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pamac.svg b/.local/share/icons/Nordic/apps/scalable/pamac.svg new file mode 120000 index 0000000..7e458b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pamac.svg @@ -0,0 +1 @@ +system-software-install.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pan.svg b/.local/share/icons/Nordic/apps/scalable/pan.svg new file mode 120000 index 0000000..0c771e9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pan.svg @@ -0,0 +1 @@ +rss.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/panel-applets.svg b/.local/share/icons/Nordic/apps/scalable/panel-applets.svg new file mode 120000 index 0000000..c720251 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/panel-applets.svg @@ -0,0 +1 @@ +desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/panel-searchtool.svg b/.local/share/icons/Nordic/apps/scalable/panel-searchtool.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/panel-searchtool.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/panel.svg b/.local/share/icons/Nordic/apps/scalable/panel.svg new file mode 100644 index 0000000..a538d2a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/panel.svg @@ -0,0 +1,75 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/paperwork.svg b/.local/share/icons/Nordic/apps/scalable/paperwork.svg new file mode 100644 index 0000000..9986f04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/paperwork.svg @@ -0,0 +1,67 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/paprefs.svg b/.local/share/icons/Nordic/apps/scalable/paprefs.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/paprefs.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/paraview.svg b/.local/share/icons/Nordic/apps/scalable/paraview.svg new file mode 100644 index 0000000..5192680 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/paraview.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/parcellite.svg b/.local/share/icons/Nordic/apps/scalable/parcellite.svg new file mode 120000 index 0000000..644ff5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/parcellite.svg @@ -0,0 +1 @@ +diodon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/parlatype.svg b/.local/share/icons/Nordic/apps/scalable/parlatype.svg new file mode 100644 index 0000000..a5882e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/parlatype.svg @@ -0,0 +1,164 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/parole.svg b/.local/share/icons/Nordic/apps/scalable/parole.svg new file mode 120000 index 0000000..a30e61e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/parole.svg @@ -0,0 +1 @@ +totem.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/partimage.svg b/.local/share/icons/Nordic/apps/scalable/partimage.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/partimage.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/partition-manager.svg b/.local/share/icons/Nordic/apps/scalable/partition-manager.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/partition-manager.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/partitionmanager.svg b/.local/share/icons/Nordic/apps/scalable/partitionmanager.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/partitionmanager.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/partitions.svg b/.local/share/icons/Nordic/apps/scalable/partitions.svg new file mode 120000 index 0000000..86ccd96 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/partitions.svg @@ -0,0 +1 @@ +partitionmanager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pass.svg b/.local/share/icons/Nordic/apps/scalable/pass.svg new file mode 120000 index 0000000..4373e6c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pass.svg @@ -0,0 +1 @@ +password-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pass2.svg b/.local/share/icons/Nordic/apps/scalable/pass2.svg new file mode 120000 index 0000000..4373e6c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pass2.svg @@ -0,0 +1 @@ +password-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/password-manager.svg b/.local/share/icons/Nordic/apps/scalable/password-manager.svg new file mode 100644 index 0000000..0e7be76 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/password-manager.svg @@ -0,0 +1,357 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/password.svg b/.local/share/icons/Nordic/apps/scalable/password.svg new file mode 100644 index 0000000..b62af5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/password.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/passwords-app.svg b/.local/share/icons/Nordic/apps/scalable/passwords-app.svg new file mode 120000 index 0000000..22a7f7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/passwords-app.svg @@ -0,0 +1 @@ +password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/passwords.svg b/.local/share/icons/Nordic/apps/scalable/passwords.svg new file mode 120000 index 0000000..4373e6c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/passwords.svg @@ -0,0 +1 @@ +password-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/patchbay.svg b/.local/share/icons/Nordic/apps/scalable/patchbay.svg new file mode 100644 index 0000000..61f571f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/patchbay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pattern-apparmor.svg b/.local/share/icons/Nordic/apps/scalable/pattern-apparmor.svg new file mode 120000 index 0000000..4373e6c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pattern-apparmor.svg @@ -0,0 +1 @@ +password-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pattern-kde.svg b/.local/share/icons/Nordic/apps/scalable/pattern-kde.svg new file mode 120000 index 0000000..eeb0366 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pattern-kde.svg @@ -0,0 +1 @@ +desktop-environment-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pattern-kde4.svg b/.local/share/icons/Nordic/apps/scalable/pattern-kde4.svg new file mode 120000 index 0000000..eeb0366 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pattern-kde4.svg @@ -0,0 +1 @@ +desktop-environment-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pavucontrol.svg b/.local/share/icons/Nordic/apps/scalable/pavucontrol.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pavucontrol.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pavumeter.svg b/.local/share/icons/Nordic/apps/scalable/pavumeter.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pavumeter.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pbchess.svg b/.local/share/icons/Nordic/apps/scalable/pbchess.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pbchess.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pcalendar-pcal.svg b/.local/share/icons/Nordic/apps/scalable/pcalendar-pcal.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pcalendar-pcal.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pcalendar-pcalc.svg b/.local/share/icons/Nordic/apps/scalable/pcalendar-pcalc.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pcalendar-pcalc.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pcalendar.svg b/.local/share/icons/Nordic/apps/scalable/pcalendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pcalendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pcbcalculator.svg b/.local/share/icons/Nordic/apps/scalable/pcbcalculator.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pcbcalculator.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pcloud.svg b/.local/share/icons/Nordic/apps/scalable/pcloud.svg new file mode 100644 index 0000000..5c79ea0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pcloud.svg @@ -0,0 +1,1373 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pcmanfm-mod.svg b/.local/share/icons/Nordic/apps/scalable/pcmanfm-mod.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pcmanfm-mod.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pcmanfm.svg b/.local/share/icons/Nordic/apps/scalable/pcmanfm.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pcmanfm.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pcsx-icon.svg b/.local/share/icons/Nordic/apps/scalable/pcsx-icon.svg new file mode 120000 index 0000000..68717f0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pcsx-icon.svg @@ -0,0 +1 @@ +pcsxr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pcsx2.svg b/.local/share/icons/Nordic/apps/scalable/pcsx2.svg new file mode 120000 index 0000000..68717f0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pcsx2.svg @@ -0,0 +1 @@ +pcsxr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pcsxr.svg b/.local/share/icons/Nordic/apps/scalable/pcsxr.svg new file mode 100644 index 0000000..2ab5281 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pcsxr.svg @@ -0,0 +1,14441 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pdf-editor.svg b/.local/share/icons/Nordic/apps/scalable/pdf-editor.svg new file mode 100644 index 0000000..031f661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pdf-editor.svg @@ -0,0 +1,110 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pdf-presenter-console.svg b/.local/share/icons/Nordic/apps/scalable/pdf-presenter-console.svg new file mode 120000 index 0000000..ae216ea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pdf-presenter-console.svg @@ -0,0 +1 @@ +qpdfview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pdf-utility.svg b/.local/share/icons/Nordic/apps/scalable/pdf-utility.svg new file mode 120000 index 0000000..a856502 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pdf-utility.svg @@ -0,0 +1 @@ +pdf-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pdf-viewer.svg b/.local/share/icons/Nordic/apps/scalable/pdf-viewer.svg new file mode 120000 index 0000000..213799c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pdf-viewer.svg @@ -0,0 +1 @@ +x-pdf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pdf.svg b/.local/share/icons/Nordic/apps/scalable/pdf.svg new file mode 120000 index 0000000..213799c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pdf.svg @@ -0,0 +1 @@ +x-pdf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pdfchain.svg b/.local/share/icons/Nordic/apps/scalable/pdfchain.svg new file mode 120000 index 0000000..213799c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pdfchain.svg @@ -0,0 +1 @@ +x-pdf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pdfeditor.svg b/.local/share/icons/Nordic/apps/scalable/pdfeditor.svg new file mode 100644 index 0000000..628ca8d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pdfeditor.svg @@ -0,0 +1,938 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pdfmod.svg b/.local/share/icons/Nordic/apps/scalable/pdfmod.svg new file mode 120000 index 0000000..7d25da7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pdfmod.svg @@ -0,0 +1 @@ +pdfeditor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pdfsam-alt.svg b/.local/share/icons/Nordic/apps/scalable/pdfsam-alt.svg new file mode 100644 index 0000000..f58dd21 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pdfsam-alt.svg @@ -0,0 +1,938 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pdfsam.svg b/.local/share/icons/Nordic/apps/scalable/pdfsam.svg new file mode 100644 index 0000000..f865ed3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pdfsam.svg @@ -0,0 +1,97 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pdfshuffler.svg b/.local/share/icons/Nordic/apps/scalable/pdfshuffler.svg new file mode 120000 index 0000000..213799c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pdfshuffler.svg @@ -0,0 +1 @@ +x-pdf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/peek.svg b/.local/share/icons/Nordic/apps/scalable/peek.svg new file mode 100644 index 0000000..b5ca20f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/peek.svg @@ -0,0 +1,224 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pencil.svg b/.local/share/icons/Nordic/apps/scalable/pencil.svg new file mode 100644 index 0000000..1fd65e1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pencil.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/penguin-pegged.svg b/.local/share/icons/Nordic/apps/scalable/penguin-pegged.svg new file mode 100644 index 0000000..5b185b6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/penguin-pegged.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/persepolis.svg b/.local/share/icons/Nordic/apps/scalable/persepolis.svg new file mode 100644 index 0000000..5377660 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/persepolis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pgAdmin4.svg b/.local/share/icons/Nordic/apps/scalable/pgAdmin4.svg new file mode 120000 index 0000000..882dd51 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pgAdmin4.svg @@ -0,0 +1 @@ +pgadmin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pgadmin.svg b/.local/share/icons/Nordic/apps/scalable/pgadmin.svg new file mode 120000 index 0000000..b86a7a9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pgadmin.svg @@ -0,0 +1 @@ +pgadmin3.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pgadmin3.svg b/.local/share/icons/Nordic/apps/scalable/pgadmin3.svg new file mode 100644 index 0000000..79723f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pgadmin3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/phonon-gstreamer.svg b/.local/share/icons/Nordic/apps/scalable/phonon-gstreamer.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/phonon-gstreamer.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/phonon-vlc.scg b/.local/share/icons/Nordic/apps/scalable/phonon-vlc.scg new file mode 120000 index 0000000..495a636 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/phonon-vlc.scg @@ -0,0 +1 @@ +vlc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/photivo.svg b/.local/share/icons/Nordic/apps/scalable/photivo.svg new file mode 100644 index 0000000..0e6116f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/photivo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/photo-gstreamer.svg b/.local/share/icons/Nordic/apps/scalable/photo-gstreamer.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/photo-gstreamer.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/photo-multimedia.viewer.svg b/.local/share/icons/Nordic/apps/scalable/photo-multimedia.viewer.svg new file mode 120000 index 0000000..c8a5065 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/photo-multimedia.viewer.svg @@ -0,0 +1 @@ +gpicview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/photo.svg b/.local/share/icons/Nordic/apps/scalable/photo.svg new file mode 120000 index 0000000..d14acbb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/photo.svg @@ -0,0 +1 @@ +photos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/photocollage.svg b/.local/share/icons/Nordic/apps/scalable/photocollage.svg new file mode 100644 index 0000000..e855724 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/photocollage.svg @@ -0,0 +1,109 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/photolayoutseditor.svg b/.local/share/icons/Nordic/apps/scalable/photolayoutseditor.svg new file mode 120000 index 0000000..697ffdf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/photolayoutseditor.svg @@ -0,0 +1 @@ +applets-screenshooter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/photoqt.svg b/.local/share/icons/Nordic/apps/scalable/photoqt.svg new file mode 120000 index 0000000..89b072f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/photoqt.svg @@ -0,0 +1 @@ +multimedia-photo-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/photos.svg b/.local/share/icons/Nordic/apps/scalable/photos.svg new file mode 120000 index 0000000..4f606c6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/photos.svg @@ -0,0 +1 @@ +ristretto.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/photoscape.svg b/.local/share/icons/Nordic/apps/scalable/photoscape.svg new file mode 100644 index 0000000..ca65db5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/photoscape.svg @@ -0,0 +1,1037 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/php.svg b/.local/share/icons/Nordic/apps/scalable/php.svg new file mode 100644 index 0000000..31e38dd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/php.svg @@ -0,0 +1,98 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/phpstorm.svg b/.local/share/icons/Nordic/apps/scalable/phpstorm.svg new file mode 100644 index 0000000..c1ebd3b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/phpstorm.svg @@ -0,0 +1,91 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/picard.svg b/.local/share/icons/Nordic/apps/scalable/picard.svg new file mode 100644 index 0000000..37ff254 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/picard.svg @@ -0,0 +1,99 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pick.svg b/.local/share/icons/Nordic/apps/scalable/pick.svg new file mode 120000 index 0000000..59e6fa7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pick.svg @@ -0,0 +1 @@ +agave.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/picmi.svg b/.local/share/icons/Nordic/apps/scalable/picmi.svg new file mode 120000 index 0000000..61b774c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/picmi.svg @@ -0,0 +1 @@ +extensions.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pidgin.svg b/.local/share/icons/Nordic/apps/scalable/pidgin.svg new file mode 100644 index 0000000..770f6d3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pidgin.svg @@ -0,0 +1,78 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pimsettingexporter.svg b/.local/share/icons/Nordic/apps/scalable/pimsettingexporter.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pimsettingexporter.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pinegrow-web-editor.svg b/.local/share/icons/Nordic/apps/scalable/pinegrow-web-editor.svg new file mode 120000 index 0000000..75c2876 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pinegrow-web-editor.svg @@ -0,0 +1 @@ +pinegrow.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pinegrow-web-pro.svg b/.local/share/icons/Nordic/apps/scalable/pinegrow-web-pro.svg new file mode 120000 index 0000000..75c2876 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pinegrow-web-pro.svg @@ -0,0 +1 @@ +pinegrow.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pinegrow-web.svg b/.local/share/icons/Nordic/apps/scalable/pinegrow-web.svg new file mode 120000 index 0000000..75c2876 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pinegrow-web.svg @@ -0,0 +1 @@ +pinegrow.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pinegrow.svg b/.local/share/icons/Nordic/apps/scalable/pinegrow.svg new file mode 100644 index 0000000..1757ee6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pinegrow.svg @@ -0,0 +1,352 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pinot.svg b/.local/share/icons/Nordic/apps/scalable/pinot.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pinot.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pinta.svg b/.local/share/icons/Nordic/apps/scalable/pinta.svg new file mode 100644 index 0000000..2f0fd8d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pinta.svg @@ -0,0 +1,188 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pirut.svg b/.local/share/icons/Nordic/apps/scalable/pirut.svg new file mode 120000 index 0000000..df850da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pirut.svg @@ -0,0 +1 @@ +system-software-installer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pithos.svg b/.local/share/icons/Nordic/apps/scalable/pithos.svg new file mode 120000 index 0000000..8c29b40 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pithos.svg @@ -0,0 +1 @@ +sonata.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pitivi.svg b/.local/share/icons/Nordic/apps/scalable/pitivi.svg new file mode 100644 index 0000000..da3696a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pitivi.svg @@ -0,0 +1,996 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pix.svg b/.local/share/icons/Nordic/apps/scalable/pix.svg new file mode 120000 index 0000000..89b072f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pix.svg @@ -0,0 +1 @@ +multimedia-photo-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pk-package-sources.svg b/.local/share/icons/Nordic/apps/scalable/pk-package-sources.svg new file mode 120000 index 0000000..b4324aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pk-package-sources.svg @@ -0,0 +1 @@ +software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pk-packge-sources.svg b/.local/share/icons/Nordic/apps/scalable/pk-packge-sources.svg new file mode 120000 index 0000000..8b27194 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pk-packge-sources.svg @@ -0,0 +1 @@ +softwarecenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pkgbrowser.svg b/.local/share/icons/Nordic/apps/scalable/pkgbrowser.svg new file mode 100644 index 0000000..eda653c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pkgbrowser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pkgtool.svg b/.local/share/icons/Nordic/apps/scalable/pkgtool.svg new file mode 120000 index 0000000..861c24d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pkgtool.svg @@ -0,0 +1 @@ +pkgbrowser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plan.svg b/.local/share/icons/Nordic/apps/scalable/plan.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plan.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plank.svg b/.local/share/icons/Nordic/apps/scalable/plank.svg new file mode 100644 index 0000000..de5b5f2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plank.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/planner.svg b/.local/share/icons/Nordic/apps/scalable/planner.svg new file mode 120000 index 0000000..7097408 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/planner.svg @@ -0,0 +1 @@ +agenda.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/planwork.svg b/.local/share/icons/Nordic/apps/scalable/planwork.svg new file mode 120000 index 0000000..7097408 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/planwork.svg @@ -0,0 +1 @@ +agenda.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plasma-media-center.svg b/.local/share/icons/Nordic/apps/scalable/plasma-media-center.svg new file mode 120000 index 0000000..2f42f03 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plasma-media-center.svg @@ -0,0 +1 @@ +plasma.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plasma-search.svg b/.local/share/icons/Nordic/apps/scalable/plasma-search.svg new file mode 100644 index 0000000..035b2b0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plasma-search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plasma.svg b/.local/share/icons/Nordic/apps/scalable/plasma.svg new file mode 100644 index 0000000..5979709 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plasma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plasmadiscover.svg b/.local/share/icons/Nordic/apps/scalable/plasmadiscover.svg new file mode 100644 index 0000000..3c84774 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plasmadiscover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plasmagik.svg b/.local/share/icons/Nordic/apps/scalable/plasmagik.svg new file mode 120000 index 0000000..fd58724 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plasmagik.svg @@ -0,0 +1 @@ +preferences-desktop-plasma.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plasmashell.svg b/.local/share/icons/Nordic/apps/scalable/plasmashell.svg new file mode 120000 index 0000000..fd58724 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plasmashell.svg @@ -0,0 +1 @@ +preferences-desktop-plasma.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/playmymusic.svg b/.local/share/icons/Nordic/apps/scalable/playmymusic.svg new file mode 100644 index 0000000..f98dd9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/playmymusic.svg @@ -0,0 +1,236 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/playonlinux.svg b/.local/share/icons/Nordic/apps/scalable/playonlinux.svg new file mode 100644 index 0000000..889c2cd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/playonlinux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/playonlinux32.svg b/.local/share/icons/Nordic/apps/scalable/playonlinux32.svg new file mode 120000 index 0000000..80fc8ef --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/playonlinux32.svg @@ -0,0 +1 @@ +playonlinux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plex-home-theater.svg b/.local/share/icons/Nordic/apps/scalable/plex-home-theater.svg new file mode 120000 index 0000000..803959f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plex-home-theater.svg @@ -0,0 +1 @@ +plex.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plex-server.svg b/.local/share/icons/Nordic/apps/scalable/plex-server.svg new file mode 120000 index 0000000..803959f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plex-server.svg @@ -0,0 +1 @@ +plex.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plex.svg b/.local/share/icons/Nordic/apps/scalable/plex.svg new file mode 100644 index 0000000..1135e7d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plg.svg b/.local/share/icons/Nordic/apps/scalable/plg.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plg.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plugin-colorfilter.svg b/.local/share/icons/Nordic/apps/scalable/plugin-colorfilter.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plugin-colorfilter.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plugin-kdecompat.svg b/.local/share/icons/Nordic/apps/scalable/plugin-kdecompat.svg new file mode 120000 index 0000000..eeb0366 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plugin-kdecompat.svg @@ -0,0 +1 @@ +desktop-environment-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plugin-notification.svg b/.local/share/icons/Nordic/apps/scalable/plugin-notification.svg new file mode 120000 index 0000000..7a90da7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plugin-notification.svg @@ -0,0 +1 @@ +preferences-desktop-notification.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plugin-screenshot.svg b/.local/share/icons/Nordic/apps/scalable/plugin-screenshot.svg new file mode 120000 index 0000000..0804e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plugin-screenshot.svg @@ -0,0 +1 @@ +screenie.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plugin-wallpaper.svg b/.local/share/icons/Nordic/apps/scalable/plugin-wallpaper.svg new file mode 120000 index 0000000..911ba54 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plugin-wallpaper.svg @@ -0,0 +1 @@ +preferences-desktop-wallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plugin.svg b/.local/share/icons/Nordic/apps/scalable/plugin.svg new file mode 120000 index 0000000..61b774c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plugin.svg @@ -0,0 +1 @@ +extensions.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plugins-accessibility.svg b/.local/share/icons/Nordic/apps/scalable/plugins-accessibility.svg new file mode 120000 index 0000000..7a2bed3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plugins-accessibility.svg @@ -0,0 +1 @@ +accessibility.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plugins-general.svg b/.local/share/icons/Nordic/apps/scalable/plugins-general.svg new file mode 120000 index 0000000..6a3b5fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plugins-general.svg @@ -0,0 +1 @@ +preferences-plugin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plugins-window_management.svg b/.local/share/icons/Nordic/apps/scalable/plugins-window_management.svg new file mode 120000 index 0000000..7ce0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plugins-window_management.svg @@ -0,0 +1 @@ +cs-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plv.svg b/.local/share/icons/Nordic/apps/scalable/plv.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plv.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/plymouth.svg b/.local/share/icons/Nordic/apps/scalable/plymouth.svg new file mode 120000 index 0000000..7c21c95 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/plymouth.svg @@ -0,0 +1 @@ +preferences-system-hotcorners.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pnmixer.svg b/.local/share/icons/Nordic/apps/scalable/pnmixer.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pnmixer.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/podcast-amarok.svg b/.local/share/icons/Nordic/apps/scalable/podcast-amarok.svg new file mode 120000 index 0000000..6d7b037 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/podcast-amarok.svg @@ -0,0 +1 @@ +audio-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/podcast.svg b/.local/share/icons/Nordic/apps/scalable/podcast.svg new file mode 100644 index 0000000..837186b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/podcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/polari.svg b/.local/share/icons/Nordic/apps/scalable/polari.svg new file mode 100644 index 0000000..1281bb8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/polari.svg @@ -0,0 +1,78 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pop3.svg b/.local/share/icons/Nordic/apps/scalable/pop3.svg new file mode 120000 index 0000000..26b10f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pop3.svg @@ -0,0 +1 @@ +internet-mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/popcorntime.svg b/.local/share/icons/Nordic/apps/scalable/popcorntime.svg new file mode 100644 index 0000000..a8779f0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/popcorntime.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/popsicle.svg b/.local/share/icons/Nordic/apps/scalable/popsicle.svg new file mode 120000 index 0000000..8834b66 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/popsicle.svg @@ -0,0 +1 @@ +gnome-multi-writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/porthole-icon.svg b/.local/share/icons/Nordic/apps/scalable/porthole-icon.svg new file mode 120000 index 0000000..ef7a95a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/porthole-icon.svg @@ -0,0 +1 @@ +cupt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/porthole.svg b/.local/share/icons/Nordic/apps/scalable/porthole.svg new file mode 120000 index 0000000..df850da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/porthole.svg @@ -0,0 +1 @@ +system-software-installer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/postman.svg b/.local/share/icons/Nordic/apps/scalable/postman.svg new file mode 100644 index 0000000..4434d6e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/postman.svg @@ -0,0 +1,4635 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/postscript-viewer.svg b/.local/share/icons/Nordic/apps/scalable/postscript-viewer.svg new file mode 120000 index 0000000..e1b9885 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/postscript-viewer.svg @@ -0,0 +1 @@ +document-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/power-management.svg b/.local/share/icons/Nordic/apps/scalable/power-management.svg new file mode 120000 index 0000000..e7a4d9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/power-management.svg @@ -0,0 +1 @@ +preferences-system-power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/power.svg b/.local/share/icons/Nordic/apps/scalable/power.svg new file mode 120000 index 0000000..0fbb2af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/power.svg @@ -0,0 +1 @@ +gnome-power-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pppoeconf.svg b/.local/share/icons/Nordic/apps/scalable/pppoeconf.svg new file mode 100644 index 0000000..f2dc331 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pppoeconf.svg @@ -0,0 +1,186 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/ppsspp.svg b/.local/share/icons/Nordic/apps/scalable/ppsspp.svg new file mode 100644 index 0000000..4f19293 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ppsspp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/praga.svg b/.local/share/icons/Nordic/apps/scalable/praga.svg new file mode 100644 index 0000000..5358c33 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/praga.svg @@ -0,0 +1,958 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pragha.svg b/.local/share/icons/Nordic/apps/scalable/pragha.svg new file mode 100644 index 0000000..13be82e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pragha.svg @@ -0,0 +1,958 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-accessibility.svg b/.local/share/icons/Nordic/apps/scalable/preferences-accessibility.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-accessibility.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-accessibility1.svg b/.local/share/icons/Nordic/apps/scalable/preferences-accessibility1.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-accessibility1.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-applications.svg b/.local/share/icons/Nordic/apps/scalable/preferences-applications.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-applications.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-assistive-technology.svg b/.local/share/icons/Nordic/apps/scalable/preferences-assistive-technology.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-assistive-technology.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-bluetooth.svg b/.local/share/icons/Nordic/apps/scalable/preferences-bluetooth.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-bluetooth.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-calendar-and-task.svg b/.local/share/icons/Nordic/apps/scalable/preferences-calendar-and-task.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-calendar-and-task.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-calendar-and-tasks.svg b/.local/share/icons/Nordic/apps/scalable/preferences-calendar-and-tasks.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-calendar-and-tasks.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-calendar-tasks.svg b/.local/share/icons/Nordic/apps/scalable/preferences-calendar-tasks.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-calendar-tasks.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-certificates.svg b/.local/share/icons/Nordic/apps/scalable/preferences-certificates.svg new file mode 120000 index 0000000..84538d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-certificates.svg @@ -0,0 +1 @@ +gufw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-color.svg b/.local/share/icons/Nordic/apps/scalable/preferences-color.svg new file mode 100644 index 0000000..d24f488 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-color.svg @@ -0,0 +1,78 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-composer.svg b/.local/share/icons/Nordic/apps/scalable/preferences-composer.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-composer.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-contact-list.svg b/.local/share/icons/Nordic/apps/scalable/preferences-contact-list.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-contact-list.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-accessibility.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-accessibility.svg new file mode 100644 index 0000000..cf73a41 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-accessibility.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-applications.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-applications.svg new file mode 100644 index 0000000..8330f52 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-applications.svg @@ -0,0 +1,71 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-assistive-technology.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-assistive-technology.svg new file mode 120000 index 0000000..9f1c42c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-assistive-technology.svg @@ -0,0 +1 @@ +./preferences-desktop-accessibility.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-baloo.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-baloo.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-baloo.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-color.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-color.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-color.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-cryptography.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-cryptography.svg new file mode 120000 index 0000000..22a7f7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-cryptography.svg @@ -0,0 +1 @@ +password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-default-applications.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-default-applications.svg new file mode 100644 index 0000000..716a923 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-default-applications.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-desktop-wallpaper.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-desktop-wallpaper.svg new file mode 120000 index 0000000..0bb5014 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-desktop-wallpaper.svg @@ -0,0 +1 @@ +preferences-wallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-display-color.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-display-color.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-display-color.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-display.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-display.svg new file mode 100644 index 0000000..dfb4bac --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-display.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-font-installer.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-font-installer.svg new file mode 120000 index 0000000..a1e5ae9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-font-installer.svg @@ -0,0 +1 @@ +fonts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-font.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-font.svg new file mode 120000 index 0000000..6b94e32 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-font.svg @@ -0,0 +1 @@ +font.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-fonts.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-fonts.svg new file mode 120000 index 0000000..ad05215 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-fonts.svg @@ -0,0 +1 @@ +preferences-desktop-font.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-gaming.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-gaming.svg new file mode 100644 index 0000000..d1ce9c7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-gaming.svg @@ -0,0 +1,919 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-gestures-screenedges.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-gestures-screenedges.svg new file mode 120000 index 0000000..7c21c95 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-gestures-screenedges.svg @@ -0,0 +1 @@ +preferences-system-hotcorners.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-hotcorners.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-hotcorners.svg new file mode 120000 index 0000000..6c94173 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-hotcorners.svg @@ -0,0 +1 @@ +preferences-desktop-gestures-screenedges.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-icons.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-icons.svg new file mode 120000 index 0000000..b51d9aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-icons.svg @@ -0,0 +1 @@ +wallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-keyboard-shortcuts.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-keyboard-shortcuts.svg new file mode 120000 index 0000000..d14a5be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-keyboard-shortcuts.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-keyboard.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-keyboard.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-keyboard.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-launch-feedback.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-launch-feedback.svg new file mode 120000 index 0000000..92d2518 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-launch-feedback.svg @@ -0,0 +1 @@ +preferences-system-login.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-locale.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-locale.svg new file mode 100644 index 0000000..e004305 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-locale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-multimedia.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-multimedia.svg new file mode 120000 index 0000000..03818cf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-multimedia.svg @@ -0,0 +1 @@ +applications-multimedia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-notification-bell.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-notification-bell.svg new file mode 100644 index 0000000..5ef6284 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-notification-bell.svg @@ -0,0 +1,66 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-notification.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-notification.svg new file mode 120000 index 0000000..0f3a718 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-notification.svg @@ -0,0 +1 @@ +preferences-desktop-notification-bell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-notifications.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-notifications.svg new file mode 120000 index 0000000..7a90da7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-notifications.svg @@ -0,0 +1 @@ +preferences-desktop-notification.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-online-accounts.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-online-accounts.svg new file mode 100644 index 0000000..11ca13f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-online-accounts.svg @@ -0,0 +1,85 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-peripherals.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-peripherals.svg new file mode 100644 index 0000000..2cdc13f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-peripherals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-plasma-theme.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-plasma-theme.svg new file mode 120000 index 0000000..a951a67 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-plasma-theme.svg @@ -0,0 +1 @@ +thememgr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-plasma.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-plasma.svg new file mode 100644 index 0000000..6537b1c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-plasma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-remote-desktop.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-remote-desktop.svg new file mode 100644 index 0000000..c8a520d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-remote-desktop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-screensaver b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-screensaver new file mode 120000 index 0000000..c01534f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-screensaver @@ -0,0 +1 @@ +preferences-system-privacy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-screensaver.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-screensaver.svg new file mode 120000 index 0000000..c6d3661 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-screensaver.svg @@ -0,0 +1 @@ +xscreensaver.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-search.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-search.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-search.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-sound.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-sound.svg new file mode 120000 index 0000000..79507b2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-sound.svg @@ -0,0 +1 @@ +yast-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-text-to-speech.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-text-to-speech.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-text-to-speech.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-theme-global.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-theme-global.svg new file mode 120000 index 0000000..db63ac6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-theme-global.svg @@ -0,0 +1 @@ +theme-config.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-theme.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-theme.svg new file mode 100644 index 0000000..090118e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-theme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-tweaks.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-tweaks.svg new file mode 100644 index 0000000..50075e1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-tweaks.svg @@ -0,0 +1,82 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-user-password.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-user-password.svg new file mode 100644 index 0000000..bf81fc8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-user-password.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-user.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-user.svg new file mode 100644 index 0000000..df84888 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop-wallpaper.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-wallpaper.svg new file mode 100644 index 0000000..7a803eb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop-wallpaper.svg @@ -0,0 +1,85 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-desktop.svg b/.local/share/icons/Nordic/apps/scalable/preferences-desktop.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-desktop.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-devices-scanner.svg b/.local/share/icons/Nordic/apps/scalable/preferences-devices-scanner.svg new file mode 120000 index 0000000..490a5aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-devices-scanner.svg @@ -0,0 +1 @@ +scanner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-display-color.svg b/.local/share/icons/Nordic/apps/scalable/preferences-display-color.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-display-color.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-gtk-config.svg b/.local/share/icons/Nordic/apps/scalable/preferences-gtk-config.svg new file mode 120000 index 0000000..79297f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-gtk-config.svg @@ -0,0 +1 @@ +kde-gtk-config.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-locale.svg b/.local/share/icons/Nordic/apps/scalable/preferences-locale.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-locale.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-mail-accounts.svg b/.local/share/icons/Nordic/apps/scalable/preferences-mail-accounts.svg new file mode 120000 index 0000000..d7b5891 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-mail-accounts.svg @@ -0,0 +1 @@ +user.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-mail.svg b/.local/share/icons/Nordic/apps/scalable/preferences-mail.svg new file mode 120000 index 0000000..26b10f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-mail.svg @@ -0,0 +1 @@ +internet-mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-notification.svg b/.local/share/icons/Nordic/apps/scalable/preferences-notification.svg new file mode 120000 index 0000000..0f3a718 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-notification.svg @@ -0,0 +1 @@ +preferences-desktop-notification-bell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-notifications.svg b/.local/share/icons/Nordic/apps/scalable/preferences-notifications.svg new file mode 120000 index 0000000..0f3a718 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-notifications.svg @@ -0,0 +1 @@ +preferences-desktop-notification-bell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-other.svg b/.local/share/icons/Nordic/apps/scalable/preferences-other.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-other.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-plugin.svg b/.local/share/icons/Nordic/apps/scalable/preferences-plugin.svg new file mode 100644 index 0000000..7eb8496 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-plugin.svg @@ -0,0 +1,78 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-remote-desktop.svg b/.local/share/icons/Nordic/apps/scalable/preferences-remote-desktop.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-remote-desktop.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-security-apparmor.svg b/.local/share/icons/Nordic/apps/scalable/preferences-security-apparmor.svg new file mode 120000 index 0000000..eb2f950 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-security-apparmor.svg @@ -0,0 +1 @@ +preferences-security.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-security-firewall.svg b/.local/share/icons/Nordic/apps/scalable/preferences-security-firewall.svg new file mode 120000 index 0000000..3184e8c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-security-firewall.svg @@ -0,0 +1 @@ +firewall-config.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-security-kerberos.svg b/.local/share/icons/Nordic/apps/scalable/preferences-security-kerberos.svg new file mode 120000 index 0000000..eb2f950 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-security-kerberos.svg @@ -0,0 +1 @@ +preferences-security.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-security.svg b/.local/share/icons/Nordic/apps/scalable/preferences-security.svg new file mode 120000 index 0000000..c01534f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-security.svg @@ -0,0 +1 @@ +preferences-system-privacy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-sound.svg b/.local/share/icons/Nordic/apps/scalable/preferences-sound.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-sound.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-bluetooth-inactive.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-bluetooth-inactive.svg new file mode 120000 index 0000000..bb03334 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-bluetooth-inactive.svg @@ -0,0 +1 @@ +bluetooth-inactive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-bluetooth.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-bluetooth.svg new file mode 120000 index 0000000..7aa2d81 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-bluetooth.svg @@ -0,0 +1 @@ +blueman-device.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-brightness-lock.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-brightness-lock.svg new file mode 100644 index 0000000..c39b840 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-brightness-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-directory.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-directory.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-directory.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-firewall.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-firewall.svg new file mode 120000 index 0000000..84538d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-firewall.svg @@ -0,0 +1 @@ +gufw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-hotcorners.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-hotcorners.svg new file mode 100644 index 0000000..d4b6961 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-hotcorners.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-login.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-login.svg new file mode 120000 index 0000000..bbf3141 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-login.svg @@ -0,0 +1 @@ +lightdm-gtk-greeter-settings.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-network-ldap.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-network-ldap.svg new file mode 120000 index 0000000..ee8923e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-network-ldap.svg @@ -0,0 +1 @@ +addressbook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-network-proxy.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-network-proxy.svg new file mode 120000 index 0000000..66bda98 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-network-proxy.svg @@ -0,0 +1 @@ +preferences-system-network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-network-share.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-network-share.svg new file mode 120000 index 0000000..39b750d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-network-share.svg @@ -0,0 +1 @@ +preferences-system-network-sharing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-network-sharing.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-network-sharing.svg new file mode 100644 index 0000000..7ecdd35 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-network-sharing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-network.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-network.svg new file mode 120000 index 0000000..28bce89 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-network.svg @@ -0,0 +1 @@ +system-config-samba.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-notifications.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-notifications.svg new file mode 120000 index 0000000..7a90da7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-notifications.svg @@ -0,0 +1 @@ +preferences-desktop-notification.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-parental-controls.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-parental-controls.svg new file mode 100644 index 0000000..1418754 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-parental-controls.svg @@ -0,0 +1,919 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-performance.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-performance.svg new file mode 120000 index 0000000..b6e5cee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-performance.svg @@ -0,0 +1 @@ +utilities-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-power-management.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-power-management.svg new file mode 120000 index 0000000..e7a4d9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-power-management.svg @@ -0,0 +1 @@ +preferences-system-power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-power.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-power.svg new file mode 100644 index 0000000..5541110 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-power.svg @@ -0,0 +1,64 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-privacy.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-privacy.svg new file mode 120000 index 0000000..3b5930e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-privacy.svg @@ -0,0 +1 @@ +revelation.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-search.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-search.svg new file mode 100644 index 0000000..a7a3246 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-services.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-services.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-services.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-session-services.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-session-services.svg new file mode 120000 index 0000000..14429f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-session-services.svg @@ -0,0 +1 @@ +wmtweaks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-session.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-session.svg new file mode 120000 index 0000000..1752c2f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-session.svg @@ -0,0 +1 @@ +session-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-sharing.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-sharing.svg new file mode 100644 index 0000000..1f3a85f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-sharing.svg @@ -0,0 +1,13584 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-sound.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-sound.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-sound.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-time.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-time.svg new file mode 100644 index 0000000..a2f4a5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-users.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-users.svg new file mode 120000 index 0000000..fc847a3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-users.svg @@ -0,0 +1 @@ +yast-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-windows-actions.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-windows-actions.svg new file mode 120000 index 0000000..d87a4ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-windows-actions.svg @@ -0,0 +1 @@ +preferences-system-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-windows-move.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-windows-move.svg new file mode 120000 index 0000000..56ebc7d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-windows-move.svg @@ -0,0 +1 @@ +multitasking-view.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-windows-movement.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-windows-movement.svg new file mode 120000 index 0000000..7ce0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-windows-movement.svg @@ -0,0 +1 @@ +cs-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system-windows.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system-windows.svg new file mode 120000 index 0000000..275fda6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system-windows.svg @@ -0,0 +1 @@ +window-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-system.svg b/.local/share/icons/Nordic/apps/scalable/preferences-system.svg new file mode 120000 index 0000000..14429f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-system.svg @@ -0,0 +1 @@ +wmtweaks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-theme.svg b/.local/share/icons/Nordic/apps/scalable/preferences-theme.svg new file mode 120000 index 0000000..3c8cc87 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-theme.svg @@ -0,0 +1 @@ +preferences-desktop-theme.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-time.svg b/.local/share/icons/Nordic/apps/scalable/preferences-time.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-time.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-anim.svg b/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-anim.svg new file mode 100644 index 0000000..2283c4b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-anim.svg @@ -0,0 +1,115 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-animation.svg b/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-animation.svg new file mode 120000 index 0000000..14634f7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-animation.svg @@ -0,0 +1 @@ +preferences-tweaks-anim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-cerbere.svg b/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-cerbere.svg new file mode 120000 index 0000000..92d2518 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-cerbere.svg @@ -0,0 +1 @@ +preferences-system-login.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-shadows.svg b/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-shadows.svg new file mode 120000 index 0000000..d87a4ae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-shadows.svg @@ -0,0 +1 @@ +preferences-system-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-slingshot.svg b/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-slingshot.svg new file mode 100644 index 0000000..f4b6c20 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-tweaks-slingshot.svg @@ -0,0 +1,103 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-ubuntu-panel.svg b/.local/share/icons/Nordic/apps/scalable/preferences-ubuntu-panel.svg new file mode 120000 index 0000000..010fb8a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-ubuntu-panel.svg @@ -0,0 +1 @@ +panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-user-information.svg b/.local/share/icons/Nordic/apps/scalable/preferences-user-information.svg new file mode 120000 index 0000000..55af24c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-user-information.svg @@ -0,0 +1 @@ +kuser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-wallpaper.svg b/.local/share/icons/Nordic/apps/scalable/preferences-wallpaper.svg new file mode 120000 index 0000000..911ba54 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-wallpaper.svg @@ -0,0 +1 @@ +preferences-desktop-wallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-web-browser-cache.svg b/.local/share/icons/Nordic/apps/scalable/preferences-web-browser-cache.svg new file mode 120000 index 0000000..e7a4d9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-web-browser-cache.svg @@ -0,0 +1 @@ +preferences-system-power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-web-browser-identification.svg b/.local/share/icons/Nordic/apps/scalable/preferences-web-browser-identification.svg new file mode 120000 index 0000000..3000504 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-web-browser-identification.svg @@ -0,0 +1 @@ +internet-web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-web-browser-shortcuts.svg b/.local/share/icons/Nordic/apps/scalable/preferences-web-browser-shortcuts.svg new file mode 120000 index 0000000..3000504 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-web-browser-shortcuts.svg @@ -0,0 +1 @@ +internet-web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-web-browser-stylesheets.svg b/.local/share/icons/Nordic/apps/scalable/preferences-web-browser-stylesheets.svg new file mode 100644 index 0000000..9fbcf75 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-web-browser-stylesheets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-windows-actions.svg b/.local/share/icons/Nordic/apps/scalable/preferences-windows-actions.svg new file mode 120000 index 0000000..7ce0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-windows-actions.svg @@ -0,0 +1 @@ +cs-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-windows-move.svg b/.local/share/icons/Nordic/apps/scalable/preferences-windows-move.svg new file mode 120000 index 0000000..7ce0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-windows-move.svg @@ -0,0 +1 @@ +cs-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences-windows-movement.svg b/.local/share/icons/Nordic/apps/scalable/preferences-windows-movement.svg new file mode 120000 index 0000000..7ce0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences-windows-movement.svg @@ -0,0 +1 @@ +cs-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences.svg b/.local/share/icons/Nordic/apps/scalable/preferences.svg new file mode 120000 index 0000000..70f4854 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences.svg @@ -0,0 +1 @@ +application-default-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_contact_list.svg b/.local/share/icons/Nordic/apps/scalable/preferences_contact_list.svg new file mode 120000 index 0000000..55af24c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_contact_list.svg @@ -0,0 +1 @@ +kuser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_desktop_accessibility.svg b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_accessibility.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_accessibility.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_desktop_accessibility1.svg b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_accessibility1.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_accessibility1.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_desktop_color.svg b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_color.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_color.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_desktop_display.svg b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_display.svg new file mode 120000 index 0000000..32b4509 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_display.svg @@ -0,0 +1 @@ +display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_desktop_font.svg b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_font.svg new file mode 120000 index 0000000..ad05215 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_font.svg @@ -0,0 +1 @@ +preferences-desktop-font.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_desktop_gaming.svg b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_gaming.svg new file mode 120000 index 0000000..69f0e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_gaming.svg @@ -0,0 +1 @@ +applications-games.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_desktop_locale.svg b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_locale.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_locale.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_desktop_notification.svg b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_notification.svg new file mode 120000 index 0000000..09f157f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_notification.svg @@ -0,0 +1 @@ +cs-notifications.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_desktop_sound.svg b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_sound.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_sound.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_desktop_theme.svg b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_theme.svg new file mode 120000 index 0000000..d804b0c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_theme.svg @@ -0,0 +1 @@ +cs-themes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_desktop_user.svg b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_user.svg new file mode 120000 index 0000000..55af24c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_user.svg @@ -0,0 +1 @@ +kuser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_desktop_wallpaper.svg b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_wallpaper.svg new file mode 120000 index 0000000..fa25bc8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_desktop_wallpaper.svg @@ -0,0 +1 @@ +variety.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_system.svg b/.local/share/icons/Nordic/apps/scalable/preferences_system.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_system.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_system_bluetooth.svg b/.local/share/icons/Nordic/apps/scalable/preferences_system_bluetooth.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_system_bluetooth.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_system_time.svg b/.local/share/icons/Nordic/apps/scalable/preferences_system_time.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_system_time.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/preferences_system_windows.svg b/.local/share/icons/Nordic/apps/scalable/preferences_system_windows.svg new file mode 120000 index 0000000..7ce0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/preferences_system_windows.svg @@ -0,0 +1 @@ +cs-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/previewer.svg b/.local/share/icons/Nordic/apps/scalable/previewer.svg new file mode 120000 index 0000000..3e52076 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/previewer.svg @@ -0,0 +1 @@ +luminance-hdr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/printer-driver-deepin-cloud-print.svg b/.local/share/icons/Nordic/apps/scalable/printer-driver-deepin-cloud-print.svg new file mode 120000 index 0000000..e965378 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/printer-driver-deepin-cloud-print.svg @@ -0,0 +1 @@ +deepin-cloud-print-configurator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/printer.svg b/.local/share/icons/Nordic/apps/scalable/printer.svg new file mode 100644 index 0000000..fade2a9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/printer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/prism-google-calendar.svg b/.local/share/icons/Nordic/apps/scalable/prism-google-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/prism-google-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/privacy.svg b/.local/share/icons/Nordic/apps/scalable/privacy.svg new file mode 120000 index 0000000..c01534f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/privacy.svg @@ -0,0 +1 @@ +preferences-system-privacy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/process-viewer.svg b/.local/share/icons/Nordic/apps/scalable/process-viewer.svg new file mode 120000 index 0000000..93dc759 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/process-viewer.svg @@ -0,0 +1 @@ +top.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/procman.svg b/.local/share/icons/Nordic/apps/scalable/procman.svg new file mode 120000 index 0000000..e9dcd5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/procman.svg @@ -0,0 +1 @@ +qtop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/protonmail-desktop.svg b/.local/share/icons/Nordic/apps/scalable/protonmail-desktop.svg new file mode 100644 index 0000000..126d23c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/protonmail-desktop.svg @@ -0,0 +1,156 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/psensor.svg b/.local/share/icons/Nordic/apps/scalable/psensor.svg new file mode 100644 index 0000000..98ad96a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/psensor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pstree16.svg b/.local/share/icons/Nordic/apps/scalable/pstree16.svg new file mode 120000 index 0000000..93dc759 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pstree16.svg @@ -0,0 +1 @@ +top.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/puddletag.svg b/.local/share/icons/Nordic/apps/scalable/puddletag.svg new file mode 120000 index 0000000..655858a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/puddletag.svg @@ -0,0 +1 @@ +easytag.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pulseeffects.svg b/.local/share/icons/Nordic/apps/scalable/pulseeffects.svg new file mode 120000 index 0000000..ab4dcad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pulseeffects.svg @@ -0,0 +1 @@ +ccsm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pup.svg b/.local/share/icons/Nordic/apps/scalable/pup.svg new file mode 120000 index 0000000..e442172 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pup.svg @@ -0,0 +1 @@ +system-software-update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pycad.svg b/.local/share/icons/Nordic/apps/scalable/pycad.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pycad.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pycharm-community.svg b/.local/share/icons/Nordic/apps/scalable/pycharm-community.svg new file mode 120000 index 0000000..9d455f3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pycharm-community.svg @@ -0,0 +1 @@ +pycharm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pycharm-education.svg b/.local/share/icons/Nordic/apps/scalable/pycharm-education.svg new file mode 120000 index 0000000..9d455f3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pycharm-education.svg @@ -0,0 +1 @@ +pycharm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pycharm-professional.svg b/.local/share/icons/Nordic/apps/scalable/pycharm-professional.svg new file mode 120000 index 0000000..9d455f3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pycharm-professional.svg @@ -0,0 +1 @@ +pycharm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pycharm.svg b/.local/share/icons/Nordic/apps/scalable/pycharm.svg new file mode 100644 index 0000000..6054a02 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pycharm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pychess.svg b/.local/share/icons/Nordic/apps/scalable/pychess.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pychess.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pynvim.svg b/.local/share/icons/Nordic/apps/scalable/pynvim.svg new file mode 120000 index 0000000..f481afa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pynvim.svg @@ -0,0 +1 @@ +nvim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/pyrenamer.svg b/.local/share/icons/Nordic/apps/scalable/pyrenamer.svg new file mode 100644 index 0000000..b7f507d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pyrenamer.svg @@ -0,0 +1,82 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/pysol.svg b/.local/share/icons/Nordic/apps/scalable/pysol.svg new file mode 100644 index 0000000..c047a2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/pysol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-2.3.svg b/.local/share/icons/Nordic/apps/scalable/python-2.3.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-2.3.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-2.3svg b/.local/share/icons/Nordic/apps/scalable/python-2.3svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-2.3svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-2.4.svg b/.local/share/icons/Nordic/apps/scalable/python-2.4.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-2.4.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-2.5.svg b/.local/share/icons/Nordic/apps/scalable/python-2.5.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-2.5.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-2.6.svg b/.local/share/icons/Nordic/apps/scalable/python-2.6.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-2.6.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-2.7.svg b/.local/share/icons/Nordic/apps/scalable/python-2.7.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-2.7.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-2.svg b/.local/share/icons/Nordic/apps/scalable/python-2.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-2.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-3.0.svg b/.local/share/icons/Nordic/apps/scalable/python-3.0.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-3.0.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-3.0svg b/.local/share/icons/Nordic/apps/scalable/python-3.0svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-3.0svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-3.1.svg b/.local/share/icons/Nordic/apps/scalable/python-3.1.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-3.1.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-3.1svg b/.local/share/icons/Nordic/apps/scalable/python-3.1svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-3.1svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-3.2.svg b/.local/share/icons/Nordic/apps/scalable/python-3.2.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-3.2.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-3.2svg b/.local/share/icons/Nordic/apps/scalable/python-3.2svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-3.2svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-3.3.svg b/.local/share/icons/Nordic/apps/scalable/python-3.3.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-3.3.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-3.3svg b/.local/share/icons/Nordic/apps/scalable/python-3.3svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-3.3svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-3.4.svg b/.local/share/icons/Nordic/apps/scalable/python-3.4.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-3.4.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-3.5.svg b/.local/share/icons/Nordic/apps/scalable/python-3.5.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-3.5.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-3.6.svg b/.local/share/icons/Nordic/apps/scalable/python-3.6.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-3.6.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-3.svg b/.local/share/icons/Nordic/apps/scalable/python-3.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-3.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-all.svg b/.local/share/icons/Nordic/apps/scalable/python-all.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-all.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python-idle.svg b/.local/share/icons/Nordic/apps/scalable/python-idle.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python-idle.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python.svg b/.local/share/icons/Nordic/apps/scalable/python.svg new file mode 100644 index 0000000..b197cc9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python2.0.svg b/.local/share/icons/Nordic/apps/scalable/python2.0.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python2.0.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python2.1.svg b/.local/share/icons/Nordic/apps/scalable/python2.1.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python2.1.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python2.2.svg b/.local/share/icons/Nordic/apps/scalable/python2.2.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python2.2.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python2.3.svg b/.local/share/icons/Nordic/apps/scalable/python2.3.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python2.3.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python2.4.svg b/.local/share/icons/Nordic/apps/scalable/python2.4.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python2.4.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python2.5.svg b/.local/share/icons/Nordic/apps/scalable/python2.5.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python2.5.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python2.6.svg b/.local/share/icons/Nordic/apps/scalable/python2.6.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python2.6.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python2.7.svg b/.local/share/icons/Nordic/apps/scalable/python2.7.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python2.7.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python2.svg b/.local/share/icons/Nordic/apps/scalable/python2.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python2.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python3.0.svg b/.local/share/icons/Nordic/apps/scalable/python3.0.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python3.0.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python3.1.svg b/.local/share/icons/Nordic/apps/scalable/python3.1.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python3.1.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python3.2.svg b/.local/share/icons/Nordic/apps/scalable/python3.2.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python3.2.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python3.3.svg b/.local/share/icons/Nordic/apps/scalable/python3.3.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python3.3.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python3.4.svg b/.local/share/icons/Nordic/apps/scalable/python3.4.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python3.4.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python3.5.svg b/.local/share/icons/Nordic/apps/scalable/python3.5.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python3.5.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python3.6.svg b/.local/share/icons/Nordic/apps/scalable/python3.6.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python3.6.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/python3.svg b/.local/share/icons/Nordic/apps/scalable/python3.svg new file mode 120000 index 0000000..00d4dd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/python3.svg @@ -0,0 +1 @@ +python.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/q4wine.svg b/.local/share/icons/Nordic/apps/scalable/q4wine.svg new file mode 120000 index 0000000..417f68c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/q4wine.svg @@ -0,0 +1 @@ +wine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qBittorrent.svg b/.local/share/icons/Nordic/apps/scalable/qBittorrent.svg new file mode 120000 index 0000000..f9513bb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qBittorrent.svg @@ -0,0 +1 @@ +qbittorrent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qalculate-applet.svg b/.local/share/icons/Nordic/apps/scalable/qalculate-applet.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qalculate-applet.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qalculate-gtk.svg b/.local/share/icons/Nordic/apps/scalable/qalculate-gtk.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qalculate-gtk.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qalculate-kde.svg b/.local/share/icons/Nordic/apps/scalable/qalculate-kde.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qalculate-kde.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qalculate.svg b/.local/share/icons/Nordic/apps/scalable/qalculate.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qalculate.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qalculator.svg b/.local/share/icons/Nordic/apps/scalable/qalculator.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qalculator.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qasmixer.svg b/.local/share/icons/Nordic/apps/scalable/qasmixer.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qasmixer.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qbittorrent.svg b/.local/share/icons/Nordic/apps/scalable/qbittorrent.svg new file mode 100644 index 0000000..a529bff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qbittorrent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qcad.svg b/.local/share/icons/Nordic/apps/scalable/qcad.svg new file mode 100644 index 0000000..68d08cf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qcad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qcalculator.svg b/.local/share/icons/Nordic/apps/scalable/qcalculator.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qcalculator.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qdbusviewer-qt4.svg b/.local/share/icons/Nordic/apps/scalable/qdbusviewer-qt4.svg new file mode 120000 index 0000000..b54d608 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qdbusviewer-qt4.svg @@ -0,0 +1 @@ +qtdbusviewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qdbusviewer-qt5.svg b/.local/share/icons/Nordic/apps/scalable/qdbusviewer-qt5.svg new file mode 120000 index 0000000..b54d608 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qdbusviewer-qt5.svg @@ -0,0 +1 @@ +qtdbusviewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qdbusviewer.svg b/.local/share/icons/Nordic/apps/scalable/qdbusviewer.svg new file mode 120000 index 0000000..b54d608 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qdbusviewer.svg @@ -0,0 +1 @@ +qtdbusviewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qdbusviewer5.svg b/.local/share/icons/Nordic/apps/scalable/qdbusviewer5.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qdbusviewer5.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qdirstat.svg b/.local/share/icons/Nordic/apps/scalable/qdirstat.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qdirstat.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qedit.svg b/.local/share/icons/Nordic/apps/scalable/qedit.svg new file mode 120000 index 0000000..6bccf22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qedit.svg @@ -0,0 +1 @@ +gedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qemu-system-aarch64.svg b/.local/share/icons/Nordic/apps/scalable/qemu-system-aarch64.svg new file mode 120000 index 0000000..f77cdf2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qemu-system-aarch64.svg @@ -0,0 +1 @@ +qemu.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qemu-system-arm.svg b/.local/share/icons/Nordic/apps/scalable/qemu-system-arm.svg new file mode 120000 index 0000000..f77cdf2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qemu-system-arm.svg @@ -0,0 +1 @@ +qemu.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qemu-system-i386.svg b/.local/share/icons/Nordic/apps/scalable/qemu-system-i386.svg new file mode 120000 index 0000000..f77cdf2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qemu-system-i386.svg @@ -0,0 +1 @@ +qemu.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qemu-system-x86_64-spice.svg b/.local/share/icons/Nordic/apps/scalable/qemu-system-x86_64-spice.svg new file mode 120000 index 0000000..f77cdf2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qemu-system-x86_64-spice.svg @@ -0,0 +1 @@ +qemu.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qemu-system-x86_64.svg b/.local/share/icons/Nordic/apps/scalable/qemu-system-x86_64.svg new file mode 120000 index 0000000..f77cdf2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qemu-system-x86_64.svg @@ -0,0 +1 @@ +qemu.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qemu.svg b/.local/share/icons/Nordic/apps/scalable/qemu.svg new file mode 100644 index 0000000..c23a494 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qemu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qgit.svg b/.local/share/icons/Nordic/apps/scalable/qgit.svg new file mode 100644 index 0000000..c4cbffe --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qgit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qgo.svg b/.local/share/icons/Nordic/apps/scalable/qgo.svg new file mode 100644 index 0000000..e4e7de2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qgo.svg @@ -0,0 +1,940 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/qjack.svg b/.local/share/icons/Nordic/apps/scalable/qjack.svg new file mode 120000 index 0000000..34ea9b6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qjack.svg @@ -0,0 +1 @@ +jack.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qjackctl.svg b/.local/share/icons/Nordic/apps/scalable/qjackctl.svg new file mode 100644 index 0000000..3a466f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qjackctl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qjoypad.svg b/.local/share/icons/Nordic/apps/scalable/qjoypad.svg new file mode 120000 index 0000000..b5a8d72 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qjoypad.svg @@ -0,0 +1 @@ +antimicro.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qlipper.svg b/.local/share/icons/Nordic/apps/scalable/qlipper.svg new file mode 120000 index 0000000..a1ab7bb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qlipper.svg @@ -0,0 +1 @@ +clipit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qmlscene.svg b/.local/share/icons/Nordic/apps/scalable/qmlscene.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qmlscene.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qmmp.svg b/.local/share/icons/Nordic/apps/scalable/qmmp.svg new file mode 100644 index 0000000..2a35c9d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qmmp.svg @@ -0,0 +1,919 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/qmplayer.svg b/.local/share/icons/Nordic/apps/scalable/qmplayer.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qmplayer.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qoob.svg b/.local/share/icons/Nordic/apps/scalable/qoob.svg new file mode 100644 index 0000000..9e2a406 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qoob.svg @@ -0,0 +1,937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/qpdfview.svg b/.local/share/icons/Nordic/apps/scalable/qpdfview.svg new file mode 120000 index 0000000..d0e0f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qpdfview.svg @@ -0,0 +1 @@ +acroread.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qpm.svg b/.local/share/icons/Nordic/apps/scalable/qpm.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qpm.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qps b/.local/share/icons/Nordic/apps/scalable/qps new file mode 120000 index 0000000..e9dcd5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qps @@ -0,0 +1 @@ +qtop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qps.svg b/.local/share/icons/Nordic/apps/scalable/qps.svg new file mode 120000 index 0000000..b6e5cee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qps.svg @@ -0,0 +1 @@ +utilities-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qr-creator.svg b/.local/share/icons/Nordic/apps/scalable/qr-creator.svg new file mode 100644 index 0000000..3ff38d5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qr-creator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qreator.svg b/.local/share/icons/Nordic/apps/scalable/qreator.svg new file mode 120000 index 0000000..0be70ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qreator.svg @@ -0,0 +1 @@ +qr-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qrqt.svg b/.local/share/icons/Nordic/apps/scalable/qrqt.svg new file mode 120000 index 0000000..0be70ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qrqt.svg @@ -0,0 +1 @@ +qr-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qt-creator.svg b/.local/share/icons/Nordic/apps/scalable/qt-creator.svg new file mode 100644 index 0000000..227e08a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qt-creator.svg @@ -0,0 +1,2704 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/qt-designer.svg b/.local/share/icons/Nordic/apps/scalable/qt-designer.svg new file mode 120000 index 0000000..5562b22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qt-designer.svg @@ -0,0 +1 @@ +qtdesigner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qt-desingner.svg b/.local/share/icons/Nordic/apps/scalable/qt-desingner.svg new file mode 120000 index 0000000..83b56e2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qt-desingner.svg @@ -0,0 +1 @@ +qt-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qt-logo.svg b/.local/share/icons/Nordic/apps/scalable/qt-logo.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qt-logo.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qt.svg b/.local/share/icons/Nordic/apps/scalable/qt.svg new file mode 120000 index 0000000..a2c2cf3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qt.svg @@ -0,0 +1 @@ +qtassistant.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qt4-designer.svg b/.local/share/icons/Nordic/apps/scalable/qt4-designer.svg new file mode 120000 index 0000000..83b56e2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qt4-designer.svg @@ -0,0 +1 @@ +qt-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qt4-logo.svg b/.local/share/icons/Nordic/apps/scalable/qt4-logo.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qt4-logo.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qt4logo.svg b/.local/share/icons/Nordic/apps/scalable/qt4logo.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qt4logo.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qt5-logo.svg b/.local/share/icons/Nordic/apps/scalable/qt5-logo.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qt5-logo.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtassistant.svg b/.local/share/icons/Nordic/apps/scalable/qtassistant.svg new file mode 100644 index 0000000..bd08908 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtassistant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtconfig-qt4.svg b/.local/share/icons/Nordic/apps/scalable/qtconfig-qt4.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtconfig-qt4.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtconfig-qt5.svg b/.local/share/icons/Nordic/apps/scalable/qtconfig-qt5.svg new file mode 120000 index 0000000..d771b62 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtconfig-qt5.svg @@ -0,0 +1 @@ +qtconfig.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtconfig.svg b/.local/share/icons/Nordic/apps/scalable/qtconfig.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtconfig.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtcreator-qt4.svg b/.local/share/icons/Nordic/apps/scalable/qtcreator-qt4.svg new file mode 120000 index 0000000..83b56e2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtcreator-qt4.svg @@ -0,0 +1 @@ +qt-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtcreator.svg b/.local/share/icons/Nordic/apps/scalable/qtcreator.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtcreator.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtcreator_logo_32.svg b/.local/share/icons/Nordic/apps/scalable/qtcreator_logo_32.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtcreator_logo_32.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtcreatorubuntu.svg b/.local/share/icons/Nordic/apps/scalable/qtcreatorubuntu.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtcreatorubuntu.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtdbusviewer.svg b/.local/share/icons/Nordic/apps/scalable/qtdbusviewer.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtdbusviewer.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtdesigner.svg b/.local/share/icons/Nordic/apps/scalable/qtdesigner.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtdesigner.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qterminal.svg b/.local/share/icons/Nordic/apps/scalable/qterminal.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qterminal.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtfm.svg b/.local/share/icons/Nordic/apps/scalable/qtfm.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtfm.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtgain.svg b/.local/share/icons/Nordic/apps/scalable/qtgain.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtgain.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtlinguist.svg b/.local/share/icons/Nordic/apps/scalable/qtlinguist.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtlinguist.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtlinguistic.svg b/.local/share/icons/Nordic/apps/scalable/qtlinguistic.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtlinguistic.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtlogo.svg b/.local/share/icons/Nordic/apps/scalable/qtlogo.svg new file mode 120000 index 0000000..2ba2d08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtlogo.svg @@ -0,0 +1 @@ +qt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtop.svg b/.local/share/icons/Nordic/apps/scalable/qtop.svg new file mode 120000 index 0000000..bec88a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtop.svg @@ -0,0 +1 @@ +deepin-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtox.svg b/.local/share/icons/Nordic/apps/scalable/qtox.svg new file mode 100644 index 0000000..c6f91a5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtox.svg @@ -0,0 +1,135 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/qtpartimage.svg b/.local/share/icons/Nordic/apps/scalable/qtpartimage.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtpartimage.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qtpass.svg b/.local/share/icons/Nordic/apps/scalable/qtpass.svg new file mode 100644 index 0000000..3718b54 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtpass.svg @@ -0,0 +1,223 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/qtractor.svg b/.local/share/icons/Nordic/apps/scalable/qtractor.svg new file mode 100644 index 0000000..78caabe --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtractor.svg @@ -0,0 +1,197 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/qtransmission.svg b/.local/share/icons/Nordic/apps/scalable/qtransmission.svg new file mode 100644 index 0000000..11b5d04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qtransmission.svg @@ -0,0 +1,70 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/quadrapassel.svg b/.local/share/icons/Nordic/apps/scalable/quadrapassel.svg new file mode 100644 index 0000000..0407724 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/quadrapassel.svg @@ -0,0 +1,944 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/qubzilla.svg b/.local/share/icons/Nordic/apps/scalable/qubzilla.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qubzilla.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/quick-launch-applet.svg b/.local/share/icons/Nordic/apps/scalable/quick-launch-applet.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/quick-launch-applet.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/quick-lounge-applet.svg b/.local/share/icons/Nordic/apps/scalable/quick-lounge-applet.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/quick-lounge-applet.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/quicktime.svg b/.local/share/icons/Nordic/apps/scalable/quicktime.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/quicktime.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/quiterss.svg b/.local/share/icons/Nordic/apps/scalable/quiterss.svg new file mode 120000 index 0000000..0c771e9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/quiterss.svg @@ -0,0 +1 @@ +rss.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/quodlibet.svg b/.local/share/icons/Nordic/apps/scalable/quodlibet.svg new file mode 100644 index 0000000..e9bc4e6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/quodlibet.svg @@ -0,0 +1,937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/qupzilla.svg b/.local/share/icons/Nordic/apps/scalable/qupzilla.svg new file mode 100644 index 0000000..fcfbb5a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qupzilla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qutebrowser.svg b/.local/share/icons/Nordic/apps/scalable/qutebrowser.svg new file mode 100644 index 0000000..bd089c5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qutebrowser.svg @@ -0,0 +1,115 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + qutebrowser-letterform-classical + + diff --git a/.local/share/icons/Nordic/apps/scalable/qv4l2.svg b/.local/share/icons/Nordic/apps/scalable/qv4l2.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qv4l2.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/qvidcap.svg b/.local/share/icons/Nordic/apps/scalable/qvidcap.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/qvidcap.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/r-linux.svg b/.local/share/icons/Nordic/apps/scalable/r-linux.svg new file mode 100644 index 0000000..6d89422 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/r-linux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/r-studio.svg b/.local/share/icons/Nordic/apps/scalable/r-studio.svg new file mode 120000 index 0000000..c2b458a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/r-studio.svg @@ -0,0 +1 @@ +r-linux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/r.svg b/.local/share/icons/Nordic/apps/scalable/r.svg new file mode 120000 index 0000000..c2b458a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/r.svg @@ -0,0 +1 @@ +r-linux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/radio.svg b/.local/share/icons/Nordic/apps/scalable/radio.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/radio.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/radiotray-ng-on.svg b/.local/share/icons/Nordic/apps/scalable/radiotray-ng-on.svg new file mode 120000 index 0000000..e755374 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/radiotray-ng-on.svg @@ -0,0 +1 @@ +radiotray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/radiotray.svg b/.local/share/icons/Nordic/apps/scalable/radiotray.svg new file mode 100644 index 0000000..2dd01a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/radiotray.svg @@ -0,0 +1,225 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/rage.svg b/.local/share/icons/Nordic/apps/scalable/rage.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rage.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rambox.svg b/.local/share/icons/Nordic/apps/scalable/rambox.svg new file mode 100644 index 0000000..9fa0d8c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rambox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ramme.svg b/.local/share/icons/Nordic/apps/scalable/ramme.svg new file mode 100644 index 0000000..b8d8d17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ramme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rapid.svg b/.local/share/icons/Nordic/apps/scalable/rapid.svg new file mode 120000 index 0000000..51be258 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rapid.svg @@ -0,0 +1 @@ +shotwell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rats-search-git.svg b/.local/share/icons/Nordic/apps/scalable/rats-search-git.svg new file mode 100644 index 0000000..f2a6d55 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rats-search-git.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/raven-reader.svg b/.local/share/icons/Nordic/apps/scalable/raven-reader.svg new file mode 100644 index 0000000..1b18c2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/raven-reader.svg @@ -0,0 +1,1003 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/rawtherapee.svg b/.local/share/icons/Nordic/apps/scalable/rawtherapee.svg new file mode 100644 index 0000000..6c59e43 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rawtherapee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rclock.svg b/.local/share/icons/Nordic/apps/scalable/rclock.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rclock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/re.sonny.Tangram.svg b/.local/share/icons/Nordic/apps/scalable/re.sonny.Tangram.svg new file mode 100644 index 0000000..8acce2e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/re.sonny.Tangram.svg @@ -0,0 +1,245 @@ + + + + Adwaita Icon Template + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + GNOME Design Team + + + + + Adwaita Icon Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/realtimesync.svg b/.local/share/icons/Nordic/apps/scalable/realtimesync.svg new file mode 120000 index 0000000..1cca4a7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/realtimesync.svg @@ -0,0 +1 @@ +update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/recipes.svg b/.local/share/icons/Nordic/apps/scalable/recipes.svg new file mode 100644 index 0000000..023ab35 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/recipes.svg @@ -0,0 +1,109 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/reco.svg b/.local/share/icons/Nordic/apps/scalable/reco.svg new file mode 120000 index 0000000..59e75f2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/reco.svg @@ -0,0 +1 @@ +gnome-sound-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/recoll.svg b/.local/share/icons/Nordic/apps/scalable/recoll.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/recoll.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/reddit-is-a-dead-bird.svg b/.local/share/icons/Nordic/apps/scalable/reddit-is-a-dead-bird.svg new file mode 120000 index 0000000..87266ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/reddit-is-a-dead-bird.svg @@ -0,0 +1 @@ +reddit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/reddit.svg b/.local/share/icons/Nordic/apps/scalable/reddit.svg new file mode 100644 index 0000000..8e7c887 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-config-date.svg b/.local/share/icons/Nordic/apps/scalable/redhat-config-date.svg new file mode 120000 index 0000000..7a9939e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-config-date.svg @@ -0,0 +1 @@ +cs-date-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-config-language.svg b/.local/share/icons/Nordic/apps/scalable/redhat-config-language.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-config-language.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-email.svg b/.local/share/icons/Nordic/apps/scalable/redhat-email.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-email.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-filemanager.svg b/.local/share/icons/Nordic/apps/scalable/redhat-filemanager.svg new file mode 120000 index 0000000..abdd0fd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-filemanager.svg @@ -0,0 +1 @@ +system-file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-games.svg b/.local/share/icons/Nordic/apps/scalable/redhat-games.svg new file mode 120000 index 0000000..69f0e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-games.svg @@ -0,0 +1 @@ +applications-games.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-graphics.svg b/.local/share/icons/Nordic/apps/scalable/redhat-graphics.svg new file mode 120000 index 0000000..094639b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-graphics.svg @@ -0,0 +1 @@ +applications-graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-internet.svg b/.local/share/icons/Nordic/apps/scalable/redhat-internet.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-internet.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-preferences.svg b/.local/share/icons/Nordic/apps/scalable/redhat-preferences.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-preferences.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-server_settings.svg b/.local/share/icons/Nordic/apps/scalable/redhat-server_settings.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-server_settings.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-sound_video.svg b/.local/share/icons/Nordic/apps/scalable/redhat-sound_video.svg new file mode 120000 index 0000000..c2a653b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-sound_video.svg @@ -0,0 +1 @@ +gnome-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-system_settings.svg b/.local/share/icons/Nordic/apps/scalable/redhat-system_settings.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-system_settings.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-system_tools.svg b/.local/share/icons/Nordic/apps/scalable/redhat-system_tools.svg new file mode 120000 index 0000000..d153228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-system_tools.svg @@ -0,0 +1 @@ +builder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-tools.svg b/.local/share/icons/Nordic/apps/scalable/redhat-tools.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-tools.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redhat-web-browser.svg b/.local/share/icons/Nordic/apps/scalable/redhat-web-browser.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redhat-web-browser.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redshift-gtk.svg b/.local/share/icons/Nordic/apps/scalable/redshift-gtk.svg new file mode 120000 index 0000000..918a748 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redshift-gtk.svg @@ -0,0 +1 @@ +redshift.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redshift.svg b/.local/share/icons/Nordic/apps/scalable/redshift.svg new file mode 100644 index 0000000..132a607 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redshift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/redshiftgui.svg b/.local/share/icons/Nordic/apps/scalable/redshiftgui.svg new file mode 120000 index 0000000..918a748 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/redshiftgui.svg @@ -0,0 +1 @@ +redshift.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/regedit.svg b/.local/share/icons/Nordic/apps/scalable/regedit.svg new file mode 100644 index 0000000..739910e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/regedit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/regexxer.svg b/.local/share/icons/Nordic/apps/scalable/regexxer.svg new file mode 120000 index 0000000..f97340b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/regexxer.svg @@ -0,0 +1 @@ +search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rekonq.svg b/.local/share/icons/Nordic/apps/scalable/rekonq.svg new file mode 100644 index 0000000..0403bd0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rekonq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/remmina.svg b/.local/share/icons/Nordic/apps/scalable/remmina.svg new file mode 100644 index 0000000..df2a3bb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/remmina.svg @@ -0,0 +1,86 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/remote-desktop.svg b/.local/share/icons/Nordic/apps/scalable/remote-desktop.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/remote-desktop.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/remote.svg b/.local/share/icons/Nordic/apps/scalable/remote.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/remote.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/repository.svg b/.local/share/icons/Nordic/apps/scalable/repository.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/repository.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/resaapplet.svg b/.local/share/icons/Nordic/apps/scalable/resaapplet.svg new file mode 120000 index 0000000..32b4509 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/resaapplet.svg @@ -0,0 +1 @@ +display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/resapplet.svg b/.local/share/icons/Nordic/apps/scalable/resapplet.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/resapplet.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/retroshare.svg b/.local/share/icons/Nordic/apps/scalable/retroshare.svg new file mode 100644 index 0000000..c468c55 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/retroshare.svg @@ -0,0 +1,74 @@ + +image/svg+xml \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/revelation.svg b/.local/share/icons/Nordic/apps/scalable/revelation.svg new file mode 100644 index 0000000..68557e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/revelation.svg @@ -0,0 +1,223 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/rg.gnome.Boxes.svg b/.local/share/icons/Nordic/apps/scalable/rg.gnome.Boxes.svg new file mode 120000 index 0000000..14c25b6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rg.gnome.Boxes.svg @@ -0,0 +1 @@ +gnome-boxes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rhythmbox.svg b/.local/share/icons/Nordic/apps/scalable/rhythmbox.svg new file mode 120000 index 0000000..790c8c3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rhythmbox.svg @@ -0,0 +1 @@ +multimedia-audio-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ring-kde.svg b/.local/share/icons/Nordic/apps/scalable/ring-kde.svg new file mode 120000 index 0000000..b57bb8c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ring-kde.svg @@ -0,0 +1 @@ +ring.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ring.svg b/.local/share/icons/Nordic/apps/scalable/ring.svg new file mode 100644 index 0000000..b00d44a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ring.svg @@ -0,0 +1,962 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/riot-web.svg b/.local/share/icons/Nordic/apps/scalable/riot-web.svg new file mode 100644 index 0000000..12ee386 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/riot-web.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/riot.svg b/.local/share/icons/Nordic/apps/scalable/riot.svg new file mode 120000 index 0000000..5bb245c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/riot.svg @@ -0,0 +1 @@ +riot-web.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rip.svg b/.local/share/icons/Nordic/apps/scalable/rip.svg new file mode 120000 index 0000000..9976859 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rip.svg @@ -0,0 +1 @@ +ubiquity.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ripperx.svg b/.local/share/icons/Nordic/apps/scalable/ripperx.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ripperx.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ristretto.svg b/.local/share/icons/Nordic/apps/scalable/ristretto.svg new file mode 120000 index 0000000..c8a5065 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ristretto.svg @@ -0,0 +1 @@ +gpicview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rodent-ps.svg b/.local/share/icons/Nordic/apps/scalable/rodent-ps.svg new file mode 120000 index 0000000..93dc759 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rodent-ps.svg @@ -0,0 +1 @@ +top.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rodent.svg b/.local/share/icons/Nordic/apps/scalable/rodent.svg new file mode 120000 index 0000000..abdd0fd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rodent.svg @@ -0,0 +1 @@ +system-file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rosa-imagewriter.svg b/.local/share/icons/Nordic/apps/scalable/rosa-imagewriter.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rosa-imagewriter.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rosamp.svg b/.local/share/icons/Nordic/apps/scalable/rosamp.svg new file mode 100644 index 0000000..2567120 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rosamp.svg @@ -0,0 +1,77 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/rox.svg b/.local/share/icons/Nordic/apps/scalable/rox.svg new file mode 120000 index 0000000..2507dca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rox.svg @@ -0,0 +1 @@ +kfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/roxterm-gtk3.svg b/.local/share/icons/Nordic/apps/scalable/roxterm-gtk3.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/roxterm-gtk3.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/roxterm.svg b/.local/share/icons/Nordic/apps/scalable/roxterm.svg new file mode 120000 index 0000000..08ba74f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/roxterm.svg @@ -0,0 +1 @@ +utilities-terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rpmdrake.svg b/.local/share/icons/Nordic/apps/scalable/rpmdrake.svg new file mode 120000 index 0000000..2ef4cbc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rpmdrake.svg @@ -0,0 +1 @@ +Dnfdragora.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rss.svg b/.local/share/icons/Nordic/apps/scalable/rss.svg new file mode 120000 index 0000000..1e8410f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rss.svg @@ -0,0 +1 @@ +liferea.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rss_indicator.svg b/.local/share/icons/Nordic/apps/scalable/rss_indicator.svg new file mode 120000 index 0000000..5ba07e5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rss_indicator.svg @@ -0,0 +1 @@ +akregator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rssguard.svg b/.local/share/icons/Nordic/apps/scalable/rssguard.svg new file mode 120000 index 0000000..5ba07e5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rssguard.svg @@ -0,0 +1 @@ +akregator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rssnow.svg b/.local/share/icons/Nordic/apps/scalable/rssnow.svg new file mode 120000 index 0000000..5ba07e5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rssnow.svg @@ -0,0 +1 @@ +akregator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rssowl.svg b/.local/share/icons/Nordic/apps/scalable/rssowl.svg new file mode 120000 index 0000000..5ba07e5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rssowl.svg @@ -0,0 +1 @@ +akregator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rssreader-app.svg b/.local/share/icons/Nordic/apps/scalable/rssreader-app.svg new file mode 120000 index 0000000..0c771e9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rssreader-app.svg @@ -0,0 +1 @@ +rss.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/rstudio.svg b/.local/share/icons/Nordic/apps/scalable/rstudio.svg new file mode 120000 index 0000000..c2b458a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/rstudio.svg @@ -0,0 +1 @@ +r-linux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/samba.svg b/.local/share/icons/Nordic/apps/scalable/samba.svg new file mode 120000 index 0000000..a6b4060 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/samba.svg @@ -0,0 +1 @@ +preferences-desktop-online-accounts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/samsung-driver.svg b/.local/share/icons/Nordic/apps/scalable/samsung-driver.svg new file mode 120000 index 0000000..14899db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/samsung-driver.svg @@ -0,0 +1 @@ +office-printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sanata-.svg b/.local/share/icons/Nordic/apps/scalable/sanata-.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sanata-.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sc-controller.svg b/.local/share/icons/Nordic/apps/scalable/sc-controller.svg new file mode 120000 index 0000000..b5a8d72 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sc-controller.svg @@ -0,0 +1 @@ +antimicro.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/scanner.svg b/.local/share/icons/Nordic/apps/scalable/scanner.svg new file mode 100644 index 0000000..7ee73c0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/scanner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/scans2pdf.svg b/.local/share/icons/Nordic/apps/scalable/scans2pdf.svg new file mode 120000 index 0000000..a17db5e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/scans2pdf.svg @@ -0,0 +1 @@ +gscan2pdf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/schedule-tasks.svg b/.local/share/icons/Nordic/apps/scalable/schedule-tasks.svg new file mode 120000 index 0000000..bcdcd70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/schedule-tasks.svg @@ -0,0 +1 @@ +org.gnome.Todo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/scid.svg b/.local/share/icons/Nordic/apps/scalable/scid.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/scid.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/scratch-text-editor.svg b/.local/share/icons/Nordic/apps/scalable/scratch-text-editor.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/scratch-text-editor.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/scratch.svg b/.local/share/icons/Nordic/apps/scalable/scratch.svg new file mode 120000 index 0000000..6bccf22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/scratch.svg @@ -0,0 +1 @@ +gedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/screen-recorder.svg b/.local/share/icons/Nordic/apps/scalable/screen-recorder.svg new file mode 120000 index 0000000..9100e9c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/screen-recorder.svg @@ -0,0 +1 @@ +simplescreenrecorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/screengrab.svg b/.local/share/icons/Nordic/apps/scalable/screengrab.svg new file mode 120000 index 0000000..a5d78dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/screengrab.svg @@ -0,0 +1 @@ +accessories-screenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/screenie-qt.svg b/.local/share/icons/Nordic/apps/scalable/screenie-qt.svg new file mode 120000 index 0000000..7549e2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/screenie-qt.svg @@ -0,0 +1 @@ +gnome-screenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/screenie.svg b/.local/share/icons/Nordic/apps/scalable/screenie.svg new file mode 120000 index 0000000..7549e2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/screenie.svg @@ -0,0 +1 @@ +gnome-screenshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/screenlets.svg b/.local/share/icons/Nordic/apps/scalable/screenlets.svg new file mode 120000 index 0000000..f1c66af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/screenlets.svg @@ -0,0 +1 @@ +conky.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/screenrecorder.svg b/.local/share/icons/Nordic/apps/scalable/screenrecorder.svg new file mode 120000 index 0000000..a8a78d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/screenrecorder.svg @@ -0,0 +1 @@ +screen-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/screensaver.svg b/.local/share/icons/Nordic/apps/scalable/screensaver.svg new file mode 120000 index 0000000..4cbb8f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/screensaver.svg @@ -0,0 +1 @@ +preferences-desktop-screensaver.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/screenshot.svg b/.local/share/icons/Nordic/apps/scalable/screenshot.svg new file mode 120000 index 0000000..0804e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/screenshot.svg @@ -0,0 +1 @@ +screenie.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/scudcloud.svg b/.local/share/icons/Nordic/apps/scalable/scudcloud.svg new file mode 120000 index 0000000..7cb5329 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/scudcloud.svg @@ -0,0 +1 @@ +slack.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/seafile.svg b/.local/share/icons/Nordic/apps/scalable/seafile.svg new file mode 100644 index 0000000..82190f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/seafile.svg @@ -0,0 +1,1197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/seahorse-applet.svg b/.local/share/icons/Nordic/apps/scalable/seahorse-applet.svg new file mode 120000 index 0000000..062121d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/seahorse-applet.svg @@ -0,0 +1 @@ +seahorse.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/seahorse-preferences.svg b/.local/share/icons/Nordic/apps/scalable/seahorse-preferences.svg new file mode 120000 index 0000000..7b5bcf5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/seahorse-preferences.svg @@ -0,0 +1 @@ +stock_keyring.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/seahorse.svg b/.local/share/icons/Nordic/apps/scalable/seahorse.svg new file mode 120000 index 0000000..22a7f7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/seahorse.svg @@ -0,0 +1 @@ +password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/seamonkey-mozilla-build.svg b/.local/share/icons/Nordic/apps/scalable/seamonkey-mozilla-build.svg new file mode 120000 index 0000000..dfd1391 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/seamonkey-mozilla-build.svg @@ -0,0 +1 @@ +seamonkey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/seamonkey.svg b/.local/share/icons/Nordic/apps/scalable/seamonkey.svg new file mode 100644 index 0000000..427e9ef --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/seamonkey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/search.svg b/.local/share/icons/Nordic/apps/scalable/search.svg new file mode 120000 index 0000000..cb1fa4c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/search.svg @@ -0,0 +1 @@ +system-search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/searchmonkey.svg b/.local/share/icons/Nordic/apps/scalable/searchmonkey.svg new file mode 120000 index 0000000..861c24d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/searchmonkey.svg @@ -0,0 +1 @@ +pkgbrowser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/security-medium.svg b/.local/share/icons/Nordic/apps/scalable/security-medium.svg new file mode 120000 index 0000000..22a7f7f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/security-medium.svg @@ -0,0 +1 @@ +password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/security.svg b/.local/share/icons/Nordic/apps/scalable/security.svg new file mode 120000 index 0000000..c01534f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/security.svg @@ -0,0 +1 @@ +preferences-system-privacy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/selene.svg b/.local/share/icons/Nordic/apps/scalable/selene.svg new file mode 120000 index 0000000..a562f83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/selene.svg @@ -0,0 +1 @@ +deja-dup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/selinux.svg b/.local/share/icons/Nordic/apps/scalable/selinux.svg new file mode 100644 index 0000000..b0b4a91 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/selinux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/semantik.svg b/.local/share/icons/Nordic/apps/scalable/semantik.svg new file mode 100644 index 0000000..5b7c56f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/semantik.svg @@ -0,0 +1,996 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/semn.svg b/.local/share/icons/Nordic/apps/scalable/semn.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/semn.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sendemail.svg b/.local/share/icons/Nordic/apps/scalable/sendemail.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sendemail.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sepolicy.svg b/.local/share/icons/Nordic/apps/scalable/sepolicy.svg new file mode 100644 index 0000000..089ddc8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sepolicy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/serpentine.svg b/.local/share/icons/Nordic/apps/scalable/serpentine.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/serpentine.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/session-properties.svg b/.local/share/icons/Nordic/apps/scalable/session-properties.svg new file mode 100644 index 0000000..f1b08a2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/session-properties.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/set-language.svg b/.local/share/icons/Nordic/apps/scalable/set-language.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/set-language.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/set_language.svg b/.local/share/icons/Nordic/apps/scalable/set_language.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/set_language.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/setroubleshoot_icon.svg b/.local/share/icons/Nordic/apps/scalable/setroubleshoot_icon.svg new file mode 120000 index 0000000..27faafb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/setroubleshoot_icon.svg @@ -0,0 +1 @@ +selinux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/setroubleshoot_red_icon.svg b/.local/share/icons/Nordic/apps/scalable/setroubleshoot_red_icon.svg new file mode 120000 index 0000000..3146dda --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/setroubleshoot_red_icon.svg @@ -0,0 +1 @@ +apport.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/settings-accessibility.svg b/.local/share/icons/Nordic/apps/scalable/settings-accessibility.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/settings-accessibility.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/settings-date.svg b/.local/share/icons/Nordic/apps/scalable/settings-date.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/settings-date.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/settings-locale.svg b/.local/share/icons/Nordic/apps/scalable/settings-locale.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/settings-locale.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/settings-notifications.svg b/.local/share/icons/Nordic/apps/scalable/settings-notifications.svg new file mode 120000 index 0000000..0f3a718 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/settings-notifications.svg @@ -0,0 +1 @@ +preferences-desktop-notification-bell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/settings-time.svg b/.local/share/icons/Nordic/apps/scalable/settings-time.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/settings-time.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/settings-window-manager.svg b/.local/share/icons/Nordic/apps/scalable/settings-window-manager.svg new file mode 120000 index 0000000..7ce0119 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/settings-window-manager.svg @@ -0,0 +1 @@ +cs-windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sgt-mines.svg b/.local/share/icons/Nordic/apps/scalable/sgt-mines.svg new file mode 120000 index 0000000..41d3788 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sgt-mines.svg @@ -0,0 +1 @@ +gnome-mines.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/shaman.svg b/.local/share/icons/Nordic/apps/scalable/shaman.svg new file mode 100644 index 0000000..e29d072 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/shaman.svg @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/shortcuts.svg b/.local/share/icons/Nordic/apps/scalable/shortcuts.svg new file mode 120000 index 0000000..8803a8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/shortcuts.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard-shortcuts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/shotcut.svg b/.local/share/icons/Nordic/apps/scalable/shotcut.svg new file mode 120000 index 0000000..bbcb867 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/shotcut.svg @@ -0,0 +1 @@ +pitivi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/shotwell.svg b/.local/share/icons/Nordic/apps/scalable/shotwell.svg new file mode 120000 index 0000000..c8a5065 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/shotwell.svg @@ -0,0 +1 @@ +gpicview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/show-background.svg b/.local/share/icons/Nordic/apps/scalable/show-background.svg new file mode 120000 index 0000000..c720251 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/show-background.svg @@ -0,0 +1 @@ +desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/show-desktop.svg b/.local/share/icons/Nordic/apps/scalable/show-desktop.svg new file mode 120000 index 0000000..fa25bc8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/show-desktop.svg @@ -0,0 +1 @@ +variety.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/show-photo.svg b/.local/share/icons/Nordic/apps/scalable/show-photo.svg new file mode 120000 index 0000000..e8e460b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/show-photo.svg @@ -0,0 +1 @@ +accessories-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/showerthoughts2.svg b/.local/share/icons/Nordic/apps/scalable/showerthoughts2.svg new file mode 120000 index 0000000..87266ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/showerthoughts2.svg @@ -0,0 +1 @@ +reddit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/showfoto.svg b/.local/share/icons/Nordic/apps/scalable/showfoto.svg new file mode 120000 index 0000000..4e73455 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/showfoto.svg @@ -0,0 +1 @@ +photo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/showimage.svg b/.local/share/icons/Nordic/apps/scalable/showimage.svg new file mode 120000 index 0000000..d4944db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/showimage.svg @@ -0,0 +1 @@ +kuickshow.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/showmypictures.svg b/.local/share/icons/Nordic/apps/scalable/showmypictures.svg new file mode 120000 index 0000000..0f365ba --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/showmypictures.svg @@ -0,0 +1 @@ +deepin-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/showphoto.svg b/.local/share/icons/Nordic/apps/scalable/showphoto.svg new file mode 120000 index 0000000..e8e460b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/showphoto.svg @@ -0,0 +1 @@ +accessories-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/shutter.svg b/.local/share/icons/Nordic/apps/scalable/shutter.svg new file mode 100644 index 0000000..79e4e41 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/shutter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sigil.svg b/.local/share/icons/Nordic/apps/scalable/sigil.svg new file mode 100644 index 0000000..1e50aca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sigil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/signal-desktop-beta.svg b/.local/share/icons/Nordic/apps/scalable/signal-desktop-beta.svg new file mode 120000 index 0000000..eac0991 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/signal-desktop-beta.svg @@ -0,0 +1 @@ +signal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/signal-desktop.svg b/.local/share/icons/Nordic/apps/scalable/signal-desktop.svg new file mode 120000 index 0000000..eac0991 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/signal-desktop.svg @@ -0,0 +1 @@ +signal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/signal.svg b/.local/share/icons/Nordic/apps/scalable/signal.svg new file mode 100644 index 0000000..15ff2b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/signal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sigram.svg b/.local/share/icons/Nordic/apps/scalable/sigram.svg new file mode 120000 index 0000000..8fa96d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sigram.svg @@ -0,0 +1 @@ +telegram.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/silicon-128.svg b/.local/share/icons/Nordic/apps/scalable/silicon-128.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/silicon-128.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/silicon-22.svg b/.local/share/icons/Nordic/apps/scalable/silicon-22.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/silicon-22.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/silicon-32.svg b/.local/share/icons/Nordic/apps/scalable/silicon-32.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/silicon-32.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/silicon-48.svg b/.local/share/icons/Nordic/apps/scalable/silicon-48.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/silicon-48.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/silicon-64.svg b/.local/share/icons/Nordic/apps/scalable/silicon-64.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/silicon-64.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/simple-ccsm.svg b/.local/share/icons/Nordic/apps/scalable/simple-ccsm.svg new file mode 120000 index 0000000..ab4dcad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/simple-ccsm.svg @@ -0,0 +1 @@ +ccsm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/simple-scan.svg b/.local/share/icons/Nordic/apps/scalable/simple-scan.svg new file mode 120000 index 0000000..490a5aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/simple-scan.svg @@ -0,0 +1 @@ +scanner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/simplenote.svg b/.local/share/icons/Nordic/apps/scalable/simplenote.svg new file mode 100644 index 0000000..fd2bfe4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/simplenote.svg @@ -0,0 +1,78 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/simplescan.svg b/.local/share/icons/Nordic/apps/scalable/simplescan.svg new file mode 120000 index 0000000..490a5aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/simplescan.svg @@ -0,0 +1 @@ +scanner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/simplescreenrecorder-recording.svg b/.local/share/icons/Nordic/apps/scalable/simplescreenrecorder-recording.svg new file mode 120000 index 0000000..9100e9c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/simplescreenrecorder-recording.svg @@ -0,0 +1 @@ +simplescreenrecorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/simplescreenrecorder.svg b/.local/share/icons/Nordic/apps/scalable/simplescreenrecorder.svg new file mode 120000 index 0000000..857b57c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/simplescreenrecorder.svg @@ -0,0 +1 @@ +gtk-recordmydesktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/skanlite.svg b/.local/share/icons/Nordic/apps/scalable/skanlite.svg new file mode 120000 index 0000000..490a5aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/skanlite.svg @@ -0,0 +1 @@ +scanner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/skrooge-black.svg b/.local/share/icons/Nordic/apps/scalable/skrooge-black.svg new file mode 100644 index 0000000..2d70f0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/skrooge-black.svg @@ -0,0 +1,15079 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/skrooge.svg b/.local/share/icons/Nordic/apps/scalable/skrooge.svg new file mode 100644 index 0000000..798db0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/skrooge.svg @@ -0,0 +1,15079 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/skype-call-recorder.svg b/.local/share/icons/Nordic/apps/scalable/skype-call-recorder.svg new file mode 100644 index 0000000..1a1f30d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/skype-call-recorder.svg @@ -0,0 +1,383 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/skype.svg b/.local/share/icons/Nordic/apps/scalable/skype.svg new file mode 100644 index 0000000..438a6a5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/skype.svg @@ -0,0 +1,383 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/skype_protocol.svg b/.local/share/icons/Nordic/apps/scalable/skype_protocol.svg new file mode 120000 index 0000000..c233e23 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/skype_protocol.svg @@ -0,0 +1 @@ +skype.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/skypeforlinux.svg b/.local/share/icons/Nordic/apps/scalable/skypeforlinux.svg new file mode 120000 index 0000000..c233e23 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/skypeforlinux.svg @@ -0,0 +1 @@ +skype.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/slack.svg b/.local/share/icons/Nordic/apps/scalable/slack.svg new file mode 100644 index 0000000..29635b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/slack.svg @@ -0,0 +1,2319 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/slidewall.svg b/.local/share/icons/Nordic/apps/scalable/slidewall.svg new file mode 120000 index 0000000..5ffe4fd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/slidewall.svg @@ -0,0 +1 @@ +livewallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/slimjet.svg b/.local/share/icons/Nordic/apps/scalable/slimjet.svg new file mode 100644 index 0000000..f14c113 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/slimjet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/slingscold.svg b/.local/share/icons/Nordic/apps/scalable/slingscold.svg new file mode 100644 index 0000000..2b3b1e1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/slingscold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/smart.svg b/.local/share/icons/Nordic/apps/scalable/smart.svg new file mode 120000 index 0000000..ef7a95a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/smart.svg @@ -0,0 +1 @@ +cupt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/smartcode-stremio.svg b/.local/share/icons/Nordic/apps/scalable/smartcode-stremio.svg new file mode 120000 index 0000000..ecc7e81 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/smartcode-stremio.svg @@ -0,0 +1 @@ +stremio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/smartgit.svg b/.local/share/icons/Nordic/apps/scalable/smartgit.svg new file mode 100644 index 0000000..1826ff1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/smartgit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/smartgithg.svg b/.local/share/icons/Nordic/apps/scalable/smartgithg.svg new file mode 120000 index 0000000..c8ab8ac --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/smartgithg.svg @@ -0,0 +1 @@ +smartgit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/smartsynchronize.svg b/.local/share/icons/Nordic/apps/scalable/smartsynchronize.svg new file mode 100644 index 0000000..93a3459 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/smartsynchronize.svg @@ -0,0 +1,75 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/smc.svg b/.local/share/icons/Nordic/apps/scalable/smc.svg new file mode 100644 index 0000000..022b222 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/smc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/smplayer.svg b/.local/share/icons/Nordic/apps/scalable/smplayer.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/smplayer.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/smtube.svg b/.local/share/icons/Nordic/apps/scalable/smtube.svg new file mode 100644 index 0000000..1d60183 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/smtube.svg @@ -0,0 +1,82 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/smuxi-frontend-gnome.svg b/.local/share/icons/Nordic/apps/scalable/smuxi-frontend-gnome.svg new file mode 120000 index 0000000..9d83504 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/smuxi-frontend-gnome.svg @@ -0,0 +1 @@ +empathy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/smuxi.svg b/.local/share/icons/Nordic/apps/scalable/smuxi.svg new file mode 120000 index 0000000..5c5c831 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/smuxi.svg @@ -0,0 +1 @@ +smuxi-frontend-gnome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/snes.svg b/.local/share/icons/Nordic/apps/scalable/snes.svg new file mode 100644 index 0000000..dfa4e6f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/snes.svg @@ -0,0 +1,181 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/snes9x-gtk.svg b/.local/share/icons/Nordic/apps/scalable/snes9x-gtk.svg new file mode 120000 index 0000000..6f30c66 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/snes9x-gtk.svg @@ -0,0 +1 @@ +snes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/snes9x.svg b/.local/share/icons/Nordic/apps/scalable/snes9x.svg new file mode 120000 index 0000000..6f30c66 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/snes9x.svg @@ -0,0 +1 @@ +snes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/software-center.svg b/.local/share/icons/Nordic/apps/scalable/software-center.svg new file mode 120000 index 0000000..fe804b2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/software-center.svg @@ -0,0 +1 @@ +org.gnome.Software.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/software-manager.svg b/.local/share/icons/Nordic/apps/scalable/software-manager.svg new file mode 120000 index 0000000..b4324aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/software-manager.svg @@ -0,0 +1 @@ +software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/software-properties-mint.svg b/.local/share/icons/Nordic/apps/scalable/software-properties-mint.svg new file mode 120000 index 0000000..7a77b57 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/software-properties-mint.svg @@ -0,0 +1 @@ +software-store.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/software-properties.svg b/.local/share/icons/Nordic/apps/scalable/software-properties.svg new file mode 100644 index 0000000..71d2325 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/software-properties.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/software-sources.svg b/.local/share/icons/Nordic/apps/scalable/software-sources.svg new file mode 120000 index 0000000..b4324aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/software-sources.svg @@ -0,0 +1 @@ +software-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/software-store.svg b/.local/share/icons/Nordic/apps/scalable/software-store.svg new file mode 100644 index 0000000..5645e74 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/software-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/software-update-available.svg b/.local/share/icons/Nordic/apps/scalable/software-update-available.svg new file mode 120000 index 0000000..1cca4a7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/software-update-available.svg @@ -0,0 +1 @@ +update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/software-update-urgent.svg b/.local/share/icons/Nordic/apps/scalable/software-update-urgent.svg new file mode 120000 index 0000000..1cca4a7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/software-update-urgent.svg @@ -0,0 +1 @@ +update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/software.svg b/.local/share/icons/Nordic/apps/scalable/software.svg new file mode 120000 index 0000000..fe804b2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/software.svg @@ -0,0 +1 @@ +org.gnome.Software.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/softwarecenter-debian.svg b/.local/share/icons/Nordic/apps/scalable/softwarecenter-debian.svg new file mode 120000 index 0000000..7a77b57 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/softwarecenter-debian.svg @@ -0,0 +1 @@ +software-store.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/softwarecenter-ubuntu.svg b/.local/share/icons/Nordic/apps/scalable/softwarecenter-ubuntu.svg new file mode 120000 index 0000000..7a77b57 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/softwarecenter-ubuntu.svg @@ -0,0 +1 @@ +software-store.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/softwarecenter.svg b/.local/share/icons/Nordic/apps/scalable/softwarecenter.svg new file mode 100644 index 0000000..914a064 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/softwarecenter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/softwarecentre.svg b/.local/share/icons/Nordic/apps/scalable/softwarecentre.svg new file mode 120000 index 0000000..8b27194 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/softwarecentre.svg @@ -0,0 +1 @@ +softwarecenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/softwarestore.svg b/.local/share/icons/Nordic/apps/scalable/softwarestore.svg new file mode 120000 index 0000000..8b27194 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/softwarestore.svg @@ -0,0 +1 @@ +softwarecenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sogou_notify.svg b/.local/share/icons/Nordic/apps/scalable/sogou_notify.svg new file mode 120000 index 0000000..6ddc19e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sogou_notify.svg @@ -0,0 +1 @@ +fcitx-sogoupinyin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sogoupinyin.svg b/.local/share/icons/Nordic/apps/scalable/sogoupinyin.svg new file mode 120000 index 0000000..6ddc19e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sogoupinyin.svg @@ -0,0 +1 @@ +fcitx-sogoupinyin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sonata.svg b/.local/share/icons/Nordic/apps/scalable/sonata.svg new file mode 100644 index 0000000..4d9b329 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sonata.svg @@ -0,0 +1,937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/soulseek.svg b/.local/share/icons/Nordic/apps/scalable/soulseek.svg new file mode 100644 index 0000000..034a6f9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/soulseek.svg @@ -0,0 +1,88 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/sound-recorder.svg b/.local/share/icons/Nordic/apps/scalable/sound-recorder.svg new file mode 120000 index 0000000..f61bc45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sound-recorder.svg @@ -0,0 +1 @@ +vocal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sound_mixers_section.svg b/.local/share/icons/Nordic/apps/scalable/sound_mixers_section.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sound_mixers_section.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/soundconverter.svg b/.local/share/icons/Nordic/apps/scalable/soundconverter.svg new file mode 100644 index 0000000..bf529b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/soundconverter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/soundkconverter.svg b/.local/share/icons/Nordic/apps/scalable/soundkconverter.svg new file mode 100644 index 0000000..ec2329d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/soundkconverter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sourcery.svg b/.local/share/icons/Nordic/apps/scalable/sourcery.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sourcery.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/space-usage.svg b/.local/share/icons/Nordic/apps/scalable/space-usage.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/space-usage.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/spacefm-find.svg b/.local/share/icons/Nordic/apps/scalable/spacefm-find.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/spacefm-find.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/spacefm.svg b/.local/share/icons/Nordic/apps/scalable/spacefm.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/spacefm.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/spacemacs.svg b/.local/share/icons/Nordic/apps/scalable/spacemacs.svg new file mode 100644 index 0000000..a0413de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/spacemacs.svg @@ -0,0 +1,67 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/speakers.svg b/.local/share/icons/Nordic/apps/scalable/speakers.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/speakers.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/spectacle.svg b/.local/share/icons/Nordic/apps/scalable/spectacle.svg new file mode 100644 index 0000000..3232f0a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/spectacle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/spectral.svg b/.local/share/icons/Nordic/apps/scalable/spectral.svg new file mode 100644 index 0000000..31e1c6d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/spectral.svg @@ -0,0 +1,99 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/spectrum.svg b/.local/share/icons/Nordic/apps/scalable/spectrum.svg new file mode 100644 index 0000000..1547627 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/spectrum.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/speedcrunch.svg b/.local/share/icons/Nordic/apps/scalable/speedcrunch.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/speedcrunch.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/spotify-client.svg b/.local/share/icons/Nordic/apps/scalable/spotify-client.svg new file mode 120000 index 0000000..5604c5d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/spotify-client.svg @@ -0,0 +1 @@ +spotify.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/spotify-linux-48x48.svg b/.local/share/icons/Nordic/apps/scalable/spotify-linux-48x48.svg new file mode 120000 index 0000000..5604c5d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/spotify-linux-48x48.svg @@ -0,0 +1 @@ +spotify.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/spotify-linux-512x512.svg b/.local/share/icons/Nordic/apps/scalable/spotify-linux-512x512.svg new file mode 120000 index 0000000..5604c5d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/spotify-linux-512x512.svg @@ -0,0 +1 @@ +spotify.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/spotify-web-player.svg b/.local/share/icons/Nordic/apps/scalable/spotify-web-player.svg new file mode 120000 index 0000000..2d1e6f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/spotify-web-player.svg @@ -0,0 +1 @@ +spotify-client.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/spotify.svg b/.local/share/icons/Nordic/apps/scalable/spotify.svg new file mode 100644 index 0000000..0de1d57 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/spotify_A.svg b/.local/share/icons/Nordic/apps/scalable/spotify_A.svg new file mode 120000 index 0000000..5604c5d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/spotify_A.svg @@ -0,0 +1 @@ +spotify.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/spotifywebplayer.svg b/.local/share/icons/Nordic/apps/scalable/spotifywebplayer.svg new file mode 120000 index 0000000..2d1e6f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/spotifywebplayer.svg @@ -0,0 +1 @@ +spotify-client.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ssb-patchwork.svg b/.local/share/icons/Nordic/apps/scalable/ssb-patchwork.svg new file mode 100644 index 0000000..e1672a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ssb-patchwork.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stacer.svg b/.local/share/icons/Nordic/apps/scalable/stacer.svg new file mode 100644 index 0000000..482b8ab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stacer.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/standard-notes.svg b/.local/share/icons/Nordic/apps/scalable/standard-notes.svg new file mode 100644 index 0000000..af88503 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/standard-notes.svg @@ -0,0 +1,64 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/starbound.svg b/.local/share/icons/Nordic/apps/scalable/starbound.svg new file mode 100644 index 0000000..c42bbaf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/starbound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/starcal2.svg b/.local/share/icons/Nordic/apps/scalable/starcal2.svg new file mode 120000 index 0000000..2b85387 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/starcal2.svg @@ -0,0 +1 @@ +office-calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stardict_16x16.svg b/.local/share/icons/Nordic/apps/scalable/stardict_16x16.svg new file mode 120000 index 0000000..9f0d52e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stardict_16x16.svg @@ -0,0 +1 @@ +dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stardict_32x32.svg b/.local/share/icons/Nordic/apps/scalable/stardict_32x32.svg new file mode 120000 index 0000000..9f0d52e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stardict_32x32.svg @@ -0,0 +1 @@ +dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/starred.svg b/.local/share/icons/Nordic/apps/scalable/starred.svg new file mode 120000 index 0000000..70f4854 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/starred.svg @@ -0,0 +1 @@ +application-default-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/start-here-debian.svg b/.local/share/icons/Nordic/apps/scalable/start-here-debian.svg new file mode 120000 index 0000000..c718ca1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/start-here-debian.svg @@ -0,0 +1 @@ +distributor-logo-debian.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/start-here-kde.svg b/.local/share/icons/Nordic/apps/scalable/start-here-kde.svg new file mode 120000 index 0000000..6937bbd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/start-here-kde.svg @@ -0,0 +1 @@ +/home/adolfo/Documents/apps/scalable/desktop-environment-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/startup-manager.svg b/.local/share/icons/Nordic/apps/scalable/startup-manager.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/startup-manager.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/startupmanager.svg b/.local/share/icons/Nordic/apps/scalable/startupmanager.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/startupmanager.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/station.svg b/.local/share/icons/Nordic/apps/scalable/station.svg new file mode 100644 index 0000000..b670022 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/station.svg @@ -0,0 +1,127 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/steadyflow.svg b/.local/share/icons/Nordic/apps/scalable/steadyflow.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/steadyflow.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/steam-icon.svg b/.local/share/icons/Nordic/apps/scalable/steam-icon.svg new file mode 120000 index 0000000..c630de4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/steam-icon.svg @@ -0,0 +1 @@ +steam.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/steam-launcher.svg b/.local/share/icons/Nordic/apps/scalable/steam-launcher.svg new file mode 120000 index 0000000..c630de4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/steam-launcher.svg @@ -0,0 +1 @@ +steam.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/steam.svg b/.local/share/icons/Nordic/apps/scalable/steam.svg new file mode 100644 index 0000000..a613196 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/steam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/steam_icon_10.svg b/.local/share/icons/Nordic/apps/scalable/steam_icon_10.svg new file mode 120000 index 0000000..4fca184 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/steam_icon_10.svg @@ -0,0 +1 @@ +cs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/steam_icon_22600.svg b/.local/share/icons/Nordic/apps/scalable/steam_icon_22600.svg new file mode 120000 index 0000000..4a02836 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/steam_icon_22600.svg @@ -0,0 +1 @@ +worms.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/steam_icon_233840.svg b/.local/share/icons/Nordic/apps/scalable/steam_icon_233840.svg new file mode 120000 index 0000000..4a02836 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/steam_icon_233840.svg @@ -0,0 +1 @@ +worms.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/steam_icon_380840.svg b/.local/share/icons/Nordic/apps/scalable/steam_icon_380840.svg new file mode 120000 index 0000000..960f9ce --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/steam_icon_380840.svg @@ -0,0 +1 @@ +teeworlds.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/steam_icon_404790.svg b/.local/share/icons/Nordic/apps/scalable/steam_icon_404790.svg new file mode 120000 index 0000000..d2f793f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/steam_icon_404790.svg @@ -0,0 +1 @@ +godot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/steam_icon_450140.svg b/.local/share/icons/Nordic/apps/scalable/steam_icon_450140.svg new file mode 120000 index 0000000..c6959e5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/steam_icon_450140.svg @@ -0,0 +1 @@ +7kaa.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/steamos-logo-icon.svg b/.local/share/icons/Nordic/apps/scalable/steamos-logo-icon.svg new file mode 120000 index 0000000..c630de4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/steamos-logo-icon.svg @@ -0,0 +1 @@ +steam.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/steampowered.svg b/.local/share/icons/Nordic/apps/scalable/steampowered.svg new file mode 120000 index 0000000..c630de4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/steampowered.svg @@ -0,0 +1 @@ +steam.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/steamskinmanager.svg b/.local/share/icons/Nordic/apps/scalable/steamskinmanager.svg new file mode 120000 index 0000000..c630de4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/steamskinmanager.svg @@ -0,0 +1 @@ +steam.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stellarium.svg b/.local/share/icons/Nordic/apps/scalable/stellarium.svg new file mode 100644 index 0000000..155b16e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stellarium.svg @@ -0,0 +1,155 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/sticky-notes.svg b/.local/share/icons/Nordic/apps/scalable/sticky-notes.svg new file mode 120000 index 0000000..8380701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sticky-notes.svg @@ -0,0 +1 @@ +accessories-notes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stiky-notes.svg b/.local/share/icons/Nordic/apps/scalable/stiky-notes.svg new file mode 120000 index 0000000..7a25e1c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stiky-notes.svg @@ -0,0 +1 @@ +notes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock-addressbook.svg b/.local/share/icons/Nordic/apps/scalable/stock-addressbook.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock-addressbook.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock-preferences-desktop-remote-desktop.svg b/.local/share/icons/Nordic/apps/scalable/stock-preferences-desktop-remote-desktop.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock-preferences-desktop-remote-desktop.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_about.svg b/.local/share/icons/Nordic/apps/scalable/stock_about.svg new file mode 120000 index 0000000..29abcb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_about.svg @@ -0,0 +1 @@ +gtk-info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_addressbook.svg b/.local/share/icons/Nordic/apps/scalable/stock_addressbook.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_addressbook.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_alarm.svg b/.local/share/icons/Nordic/apps/scalable/stock_alarm.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_alarm.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_bluetooh.svg b/.local/share/icons/Nordic/apps/scalable/stock_bluetooh.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_bluetooh.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_bluetooth.svg b/.local/share/icons/Nordic/apps/scalable/stock_bluetooth.svg new file mode 120000 index 0000000..195bf07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_bluetooth.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_calendar-and-tasks.svg b/.local/share/icons/Nordic/apps/scalable/stock_calendar-and-tasks.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_calendar-and-tasks.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_calendar.svg b/.local/share/icons/Nordic/apps/scalable/stock_calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_dialog-info.svg b/.local/share/icons/Nordic/apps/scalable/stock_dialog-info.svg new file mode 120000 index 0000000..7be27df --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_dialog-info.svg @@ -0,0 +1 @@ +userinfo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_file-manager.svg b/.local/share/icons/Nordic/apps/scalable/stock_file-manager.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_file-manager.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_help-agent.svg b/.local/share/icons/Nordic/apps/scalable/stock_help-agent.svg new file mode 120000 index 0000000..29abcb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_help-agent.svg @@ -0,0 +1 @@ +gtk-info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_help.svg b/.local/share/icons/Nordic/apps/scalable/stock_help.svg new file mode 120000 index 0000000..8508302 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_help.svg @@ -0,0 +1 @@ +system-help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_insert_note.svg b/.local/share/icons/Nordic/apps/scalable/stock_insert_note.svg new file mode 120000 index 0000000..f49bc26 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_insert_note.svg @@ -0,0 +1 @@ +knotes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_internet.svg b/.local/share/icons/Nordic/apps/scalable/stock_internet.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_internet.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_keyring.svg b/.local/share/icons/Nordic/apps/scalable/stock_keyring.svg new file mode 100644 index 0000000..5129e2f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_keyring.svg @@ -0,0 +1,223 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/stock_mail-compose.svg b/.local/share/icons/Nordic/apps/scalable/stock_mail-compose.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_mail-compose.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_mail.svg b/.local/share/icons/Nordic/apps/scalable/stock_mail.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_mail.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_new-24h-appoinment.svg b/.local/share/icons/Nordic/apps/scalable/stock_new-24h-appoinment.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_new-24h-appoinment.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_new-appoinment.svg b/.local/share/icons/Nordic/apps/scalable/stock_new-appoinment.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_new-appoinment.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_new-meeting.svg b/.local/share/icons/Nordic/apps/scalable/stock_new-meeting.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_new-meeting.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_new-spreadsheet.svg b/.local/share/icons/Nordic/apps/scalable/stock_new-spreadsheet.svg new file mode 120000 index 0000000..319c399 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_new-spreadsheet.svg @@ -0,0 +1 @@ +wps-office-etmain.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_news.svg b/.local/share/icons/Nordic/apps/scalable/stock_news.svg new file mode 120000 index 0000000..cd2f63b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_news.svg @@ -0,0 +1 @@ +org.gnome.News.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_notes.svg b/.local/share/icons/Nordic/apps/scalable/stock_notes.svg new file mode 120000 index 0000000..f49bc26 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_notes.svg @@ -0,0 +1 @@ +knotes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_people.svg b/.local/share/icons/Nordic/apps/scalable/stock_people.svg new file mode 120000 index 0000000..e0e4cbc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_people.svg @@ -0,0 +1 @@ +preferences-desktop-user.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_sylpheed.svg b/.local/share/icons/Nordic/apps/scalable/stock_sylpheed.svg new file mode 120000 index 0000000..9cbbac0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_sylpheed.svg @@ -0,0 +1 @@ +sylpheed.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_task.svg b/.local/share/icons/Nordic/apps/scalable/stock_task.svg new file mode 120000 index 0000000..7097408 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_task.svg @@ -0,0 +1 @@ +agenda.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_tasks.svg b/.local/share/icons/Nordic/apps/scalable/stock_tasks.svg new file mode 120000 index 0000000..da60241 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_tasks.svg @@ -0,0 +1 @@ +evolution-tasks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_unknown.svg b/.local/share/icons/Nordic/apps/scalable/stock_unknown.svg new file mode 120000 index 0000000..5ec8e9d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_unknown.svg @@ -0,0 +1 @@ +help-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_view-details.svg b/.local/share/icons/Nordic/apps/scalable/stock_view-details.svg new file mode 120000 index 0000000..cad5391 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_view-details.svg @@ -0,0 +1 @@ +info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_xfburn-audio-cd.svg b/.local/share/icons/Nordic/apps/scalable/stock_xfburn-audio-cd.svg new file mode 120000 index 0000000..d025f1c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_xfburn-audio-cd.svg @@ -0,0 +1 @@ +music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stock_xfburn.svg b/.local/share/icons/Nordic/apps/scalable/stock_xfburn.svg new file mode 120000 index 0000000..d2d6e29 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stock_xfburn.svg @@ -0,0 +1 @@ +brasero.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/stremio.svg b/.local/share/icons/Nordic/apps/scalable/stremio.svg new file mode 100644 index 0000000..2ba5df6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/stremio.svg @@ -0,0 +1,939 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/strigi.svg b/.local/share/icons/Nordic/apps/scalable/strigi.svg new file mode 120000 index 0000000..f97340b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/strigi.svg @@ -0,0 +1 @@ +search.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/style.svg b/.local/share/icons/Nordic/apps/scalable/style.svg new file mode 120000 index 0000000..3c8cc87 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/style.svg @@ -0,0 +1 @@ +preferences-desktop-theme.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sublime-merge.svg b/.local/share/icons/Nordic/apps/scalable/sublime-merge.svg new file mode 100644 index 0000000..b552b51 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sublime-merge.svg @@ -0,0 +1,14826 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/sublime-text-2.svg b/.local/share/icons/Nordic/apps/scalable/sublime-text-2.svg new file mode 120000 index 0000000..e9c599f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sublime-text-2.svg @@ -0,0 +1 @@ +sublime-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sublime-text-3.svg b/.local/share/icons/Nordic/apps/scalable/sublime-text-3.svg new file mode 120000 index 0000000..e9c599f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sublime-text-3.svg @@ -0,0 +1 @@ +sublime-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sublime-text.svg b/.local/share/icons/Nordic/apps/scalable/sublime-text.svg new file mode 120000 index 0000000..f0040cd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sublime-text.svg @@ -0,0 +1 @@ +sublime.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sublime-text2.svg b/.local/share/icons/Nordic/apps/scalable/sublime-text2.svg new file mode 120000 index 0000000..e9c599f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sublime-text2.svg @@ -0,0 +1 @@ +sublime-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sublime.svg b/.local/share/icons/Nordic/apps/scalable/sublime.svg new file mode 100644 index 0000000..732174c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sublime.svg @@ -0,0 +1,14499 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/sublime3-text.svg b/.local/share/icons/Nordic/apps/scalable/sublime3-text.svg new file mode 120000 index 0000000..e9c599f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sublime3-text.svg @@ -0,0 +1 @@ +sublime-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sublime_merge.svg b/.local/share/icons/Nordic/apps/scalable/sublime_merge.svg new file mode 120000 index 0000000..0cd4338 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sublime_merge.svg @@ -0,0 +1 @@ +sublime-merge.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sublime_text.svg b/.local/share/icons/Nordic/apps/scalable/sublime_text.svg new file mode 120000 index 0000000..e9c599f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sublime_text.svg @@ -0,0 +1 @@ +sublime-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sublime_text2.svg b/.local/share/icons/Nordic/apps/scalable/sublime_text2.svg new file mode 120000 index 0000000..f0040cd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sublime_text2.svg @@ -0,0 +1 @@ +sublime.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sublimemerge.svg b/.local/share/icons/Nordic/apps/scalable/sublimemerge.svg new file mode 120000 index 0000000..0cd4338 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sublimemerge.svg @@ -0,0 +1 @@ +sublime-merge.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sublimetext.svg b/.local/share/icons/Nordic/apps/scalable/sublimetext.svg new file mode 120000 index 0000000..f0040cd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sublimetext.svg @@ -0,0 +1 @@ +sublime.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/subtitleeditor.svg b/.local/share/icons/Nordic/apps/scalable/subtitleeditor.svg new file mode 120000 index 0000000..30a4d73 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/subtitleeditor.svg @@ -0,0 +1 @@ +gnome-subtitles.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-control.svg b/.local/share/icons/Nordic/apps/scalable/sun-control.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-control.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java-7.svg b/.local/share/icons/Nordic/apps/scalable/sun-java-7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java-7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java-jdk10.svg b/.local/share/icons/Nordic/apps/scalable/sun-java-jdk10.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java-jdk10.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java-jdk5.svg b/.local/share/icons/Nordic/apps/scalable/sun-java-jdk5.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java-jdk5.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java-jdk6.svg b/.local/share/icons/Nordic/apps/scalable/sun-java-jdk6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java-jdk6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java-jdk7.svg b/.local/share/icons/Nordic/apps/scalable/sun-java-jdk7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java-jdk7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java-jdk8.svg b/.local/share/icons/Nordic/apps/scalable/sun-java-jdk8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java-jdk8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java-jdk9.svg b/.local/share/icons/Nordic/apps/scalable/sun-java-jdk9.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java-jdk9.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java-jre10.svg b/.local/share/icons/Nordic/apps/scalable/sun-java-jre10.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java-jre10.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java-jre8.svg b/.local/share/icons/Nordic/apps/scalable/sun-java-jre8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java-jre8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java-sdk6.svg b/.local/share/icons/Nordic/apps/scalable/sun-java-sdk6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java-sdk6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java-sdk7.svg b/.local/share/icons/Nordic/apps/scalable/sun-java-sdk7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java-sdk7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java.svg b/.local/share/icons/Nordic/apps/scalable/sun-java.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java32-jdk5.svg b/.local/share/icons/Nordic/apps/scalable/sun-java32-jdk5.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java32-jdk5.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java32-jdk6.svg b/.local/share/icons/Nordic/apps/scalable/sun-java32-jdk6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java32-jdk6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java32-jdk7.svg b/.local/share/icons/Nordic/apps/scalable/sun-java32-jdk7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java32-jdk7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java32-jdk8.svg b/.local/share/icons/Nordic/apps/scalable/sun-java32-jdk8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java32-jdk8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java6.svg b/.local/share/icons/Nordic/apps/scalable/sun-java6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java7.svg b/.local/share/icons/Nordic/apps/scalable/sun-java7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-java8.svg b/.local/share/icons/Nordic/apps/scalable/sun-java8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-java8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk10.svg b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk10.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk10.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk6.svg b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk7.svg b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk8.svg b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk9.svg b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk9.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jdk9.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-javaws-jre10.svg b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jre10.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jre10.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-javaws-jre8.svg b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jre8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-javaws-jre8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-javaws.svg b/.local/share/icons/Nordic/apps/scalable/sun-javaws.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-javaws.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-javaws32-jdk6.svg b/.local/share/icons/Nordic/apps/scalable/sun-javaws32-jdk6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-javaws32-jdk6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-javaws32-jdk7.svg b/.local/share/icons/Nordic/apps/scalable/sun-javaws32-jdk7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-javaws32-jdk7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-javaws32-jdk8.svg b/.local/share/icons/Nordic/apps/scalable/sun-javaws32-jdk8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-javaws32-jdk8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk10.svg b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk10.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk10.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk6.svg b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk7.svg b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk8.svg b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk9.svg b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk9.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jdk9.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jre10.svg b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jre10.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jre10.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jre8.svg b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jre8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol-jre8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-jcontrol.svg b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-jcontrol32-jdk6.svg b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol32-jdk6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol32-jdk6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-jcontrol32-jdk7.svg b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol32-jdk7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol32-jdk7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun-jcontrol32-jdk8.svg b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol32-jdk8.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun-jcontrol32-jdk8.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun_java-6.svg b/.local/share/icons/Nordic/apps/scalable/sun_java-6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun_java-6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun_java-7.svg b/.local/share/icons/Nordic/apps/scalable/sun_java-7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun_java-7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun_java.svg b/.local/share/icons/Nordic/apps/scalable/sun_java.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun_java.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun_java6.svg b/.local/share/icons/Nordic/apps/scalable/sun_java6.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun_java6.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sun_java7.svg b/.local/share/icons/Nordic/apps/scalable/sun_java7.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sun_java7.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/supertux2.svg b/.local/share/icons/Nordic/apps/scalable/supertux2.svg new file mode 100644 index 0000000..06a35ac --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/supertux2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/supertuxkart.svg b/.local/share/icons/Nordic/apps/scalable/supertuxkart.svg new file mode 100644 index 0000000..4b20d8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/supertuxkart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/susehelpcenter.svg b/.local/share/icons/Nordic/apps/scalable/susehelpcenter.svg new file mode 120000 index 0000000..5ec8e9d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/susehelpcenter.svg @@ -0,0 +1 @@ +help-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/susers.svg b/.local/share/icons/Nordic/apps/scalable/susers.svg new file mode 120000 index 0000000..55af24c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/susers.svg @@ -0,0 +1 @@ +kuser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sweeper.svg b/.local/share/icons/Nordic/apps/scalable/sweeper.svg new file mode 120000 index 0000000..e28b47b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sweeper.svg @@ -0,0 +1 @@ +broom.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sylpheed-128x128.svg b/.local/share/icons/Nordic/apps/scalable/sylpheed-128x128.svg new file mode 120000 index 0000000..9cbbac0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sylpheed-128x128.svg @@ -0,0 +1 @@ +sylpheed.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sylpheed-64x64.svg b/.local/share/icons/Nordic/apps/scalable/sylpheed-64x64.svg new file mode 120000 index 0000000..9cbbac0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sylpheed-64x64.svg @@ -0,0 +1 @@ +sylpheed.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sylpheed.svg b/.local/share/icons/Nordic/apps/scalable/sylpheed.svg new file mode 100644 index 0000000..547d229 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sylpheed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sylpheed3.svg b/.local/share/icons/Nordic/apps/scalable/sylpheed3.svg new file mode 100644 index 0000000..73dd230 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sylpheed3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/synaptic.svg b/.local/share/icons/Nordic/apps/scalable/synaptic.svg new file mode 100644 index 0000000..7d52a2a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/synaptic.svg @@ -0,0 +1,77 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/syncterm.svg b/.local/share/icons/Nordic/apps/scalable/syncterm.svg new file mode 100644 index 0000000..5be3e86 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/syncterm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/syncthing-gtk.svg b/.local/share/icons/Nordic/apps/scalable/syncthing-gtk.svg new file mode 100644 index 0000000..1b4e992 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/syncthing-gtk.svg @@ -0,0 +1,997 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/syncthing.svg b/.local/share/icons/Nordic/apps/scalable/syncthing.svg new file mode 120000 index 0000000..ec492b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/syncthing.svg @@ -0,0 +1 @@ +syncthing-gtk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/syncthingtray.svg b/.local/share/icons/Nordic/apps/scalable/syncthingtray.svg new file mode 120000 index 0000000..ec492b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/syncthingtray.svg @@ -0,0 +1 @@ +syncthing-gtk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/synfig.svg b/.local/share/icons/Nordic/apps/scalable/synfig.svg new file mode 120000 index 0000000..9e19345 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/synfig.svg @@ -0,0 +1 @@ +synfig_icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/synfig_icon.svg b/.local/share/icons/Nordic/apps/scalable/synfig_icon.svg new file mode 100644 index 0000000..af8a470 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/synfig_icon.svg @@ -0,0 +1,937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/synfigstudio.svg b/.local/share/icons/Nordic/apps/scalable/synfigstudio.svg new file mode 120000 index 0000000..9e19345 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/synfigstudio.svg @@ -0,0 +1 @@ +synfig_icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/syntevo-smartgit.svg b/.local/share/icons/Nordic/apps/scalable/syntevo-smartgit.svg new file mode 120000 index 0000000..c8ab8ac --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/syntevo-smartgit.svg @@ -0,0 +1 @@ +smartgit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/synthesia.svg b/.local/share/icons/Nordic/apps/scalable/synthesia.svg new file mode 100644 index 0000000..991d199 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/synthesia.svg @@ -0,0 +1,158 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/sysprof-icon.svg b/.local/share/icons/Nordic/apps/scalable/sysprof-icon.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sysprof-icon.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/sysprof.svg b/.local/share/icons/Nordic/apps/scalable/sysprof.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/sysprof.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-config-authentication.svg b/.local/share/icons/Nordic/apps/scalable/system-config-authentication.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-config-authentication.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-config-boot.svg b/.local/share/icons/Nordic/apps/scalable/system-config-boot.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-config-boot.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-config-date.svg b/.local/share/icons/Nordic/apps/scalable/system-config-date.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-config-date.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-config-display.svg b/.local/share/icons/Nordic/apps/scalable/system-config-display.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-config-display.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-config-displayca.svg b/.local/share/icons/Nordic/apps/scalable/system-config-displayca.svg new file mode 120000 index 0000000..412fc41 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-config-displayca.svg @@ -0,0 +1 @@ +gnome-display-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-config-firewall.svg b/.local/share/icons/Nordic/apps/scalable/system-config-firewall.svg new file mode 120000 index 0000000..c01534f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-config-firewall.svg @@ -0,0 +1 @@ +preferences-system-privacy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-config-keyboard.svg b/.local/share/icons/Nordic/apps/scalable/system-config-keyboard.svg new file mode 120000 index 0000000..d14a5be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-config-keyboard.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-config-language.svg b/.local/share/icons/Nordic/apps/scalable/system-config-language.svg new file mode 120000 index 0000000..71109fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-config-language.svg @@ -0,0 +1 @@ +config-language.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-config-printer.svg b/.local/share/icons/Nordic/apps/scalable/system-config-printer.svg new file mode 120000 index 0000000..14899db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-config-printer.svg @@ -0,0 +1 @@ +office-printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-config-samba.svg b/.local/share/icons/Nordic/apps/scalable/system-config-samba.svg new file mode 100644 index 0000000..10afb33 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-config-samba.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-config-selinux.svg b/.local/share/icons/Nordic/apps/scalable/system-config-selinux.svg new file mode 120000 index 0000000..bbdbb39 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-config-selinux.svg @@ -0,0 +1 @@ +sepolicy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-config-services.svg b/.local/share/icons/Nordic/apps/scalable/system-config-services.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-config-services.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-config-users.svg b/.local/share/icons/Nordic/apps/scalable/system-config-users.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-config-users.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-error-alt.svg b/.local/share/icons/Nordic/apps/scalable/system-error-alt.svg new file mode 100644 index 0000000..1e358b4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-error-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-error.svg b/.local/share/icons/Nordic/apps/scalable/system-error.svg new file mode 120000 index 0000000..3146dda --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-error.svg @@ -0,0 +1 @@ +apport.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-file-manager-old.svg b/.local/share/icons/Nordic/apps/scalable/system-file-manager-old.svg new file mode 100644 index 0000000..cd2fad8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-file-manager-old.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-file-manager-panel.svg b/.local/share/icons/Nordic/apps/scalable/system-file-manager-panel.svg new file mode 120000 index 0000000..abdd0fd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-file-manager-panel.svg @@ -0,0 +1 @@ +system-file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-file-manager.svg b/.local/share/icons/Nordic/apps/scalable/system-file-manager.svg new file mode 100644 index 0000000..faff510 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-file-manager.svg @@ -0,0 +1,94 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/system-help.svg b/.local/share/icons/Nordic/apps/scalable/system-help.svg new file mode 120000 index 0000000..74f27a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-help.svg @@ -0,0 +1 @@ +help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-installer.svg b/.local/share/icons/Nordic/apps/scalable/system-installer.svg new file mode 120000 index 0000000..7e458b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-installer.svg @@ -0,0 +1 @@ +system-software-install.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-istaller.svg b/.local/share/icons/Nordic/apps/scalable/system-istaller.svg new file mode 120000 index 0000000..e637dc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-istaller.svg @@ -0,0 +1 @@ +shaman.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-lock-screen.svg b/.local/share/icons/Nordic/apps/scalable/system-lock-screen.svg new file mode 120000 index 0000000..4872020 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-lock-screen.svg @@ -0,0 +1 @@ +preferences-desktop-user-password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-log-viewer.svg b/.local/share/icons/Nordic/apps/scalable/system-log-viewer.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-log-viewer.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-monitor.svg b/.local/share/icons/Nordic/apps/scalable/system-monitor.svg new file mode 120000 index 0000000..b6e5cee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-monitor.svg @@ -0,0 +1 @@ +utilities-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-os-installer.svg b/.local/share/icons/Nordic/apps/scalable/system-os-installer.svg new file mode 120000 index 0000000..63c0e71 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-os-installer.svg @@ -0,0 +1 @@ +ubiquity-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-run.svg b/.local/share/icons/Nordic/apps/scalable/system-run.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-run.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-search.svg b/.local/share/icons/Nordic/apps/scalable/system-search.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-search.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-settings.svg b/.local/share/icons/Nordic/apps/scalable/system-settings.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-settings.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-software-install.svg b/.local/share/icons/Nordic/apps/scalable/system-software-install.svg new file mode 120000 index 0000000..2a919ea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-software-install.svg @@ -0,0 +1 @@ +lubuntu-software-center.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-software-installer.svg b/.local/share/icons/Nordic/apps/scalable/system-software-installer.svg new file mode 120000 index 0000000..2a919ea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-software-installer.svg @@ -0,0 +1 @@ +lubuntu-software-center.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-software-update.svg b/.local/share/icons/Nordic/apps/scalable/system-software-update.svg new file mode 100644 index 0000000..4a3069c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-software-update.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-switch-java.svg b/.local/share/icons/Nordic/apps/scalable/system-switch-java.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-switch-java.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-switch-user.svg b/.local/share/icons/Nordic/apps/scalable/system-switch-user.svg new file mode 120000 index 0000000..7fc2abb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-switch-user.svg @@ -0,0 +1 @@ +users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-upgrade.svg b/.local/share/icons/Nordic/apps/scalable/system-upgrade.svg new file mode 120000 index 0000000..e442172 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-upgrade.svg @@ -0,0 +1 @@ +system-software-update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-users.svg b/.local/share/icons/Nordic/apps/scalable/system-users.svg new file mode 100644 index 0000000..f243a26 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-users.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-utilities-logviewer.svg b/.local/share/icons/Nordic/apps/scalable/system-utilities-logviewer.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-utilities-logviewer.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system-virtualbox.svg b/.local/share/icons/Nordic/apps/scalable/system-virtualbox.svg new file mode 120000 index 0000000..f7e0337 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system-virtualbox.svg @@ -0,0 +1 @@ +virtualbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system.svg b/.local/share/icons/Nordic/apps/scalable/system.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system76-driver.svg b/.local/share/icons/Nordic/apps/scalable/system76-driver.svg new file mode 120000 index 0000000..7820fcb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system76-driver.svg @@ -0,0 +1 @@ +jockey.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system_file_manager.svg b/.local/share/icons/Nordic/apps/scalable/system_file_manager.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system_file_manager.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system_help.svg b/.local/share/icons/Nordic/apps/scalable/system_help.svg new file mode 120000 index 0000000..9185c19 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system_help.svg @@ -0,0 +1 @@ +susehelpcenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system_section.svg b/.local/share/icons/Nordic/apps/scalable/system_section.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system_section.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/system_users.svg b/.local/share/icons/Nordic/apps/scalable/system_users.svg new file mode 120000 index 0000000..55af24c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/system_users.svg @@ -0,0 +1 @@ +kuser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/systemback.svg b/.local/share/icons/Nordic/apps/scalable/systemback.svg new file mode 120000 index 0000000..a562f83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/systemback.svg @@ -0,0 +1 @@ +deja-dup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/systempreferences.svg b/.local/share/icons/Nordic/apps/scalable/systempreferences.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/systempreferences.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/systemsettings.svg b/.local/share/icons/Nordic/apps/scalable/systemsettings.svg new file mode 120000 index 0000000..c49e7bd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/systemsettings.svg @@ -0,0 +1 @@ +utilities-tweak-tool.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tagua.svg b/.local/share/icons/Nordic/apps/scalable/tagua.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tagua.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/taisei.svg b/.local/share/icons/Nordic/apps/scalable/taisei.svg new file mode 100644 index 0000000..2f4c6e1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/taisei.svg @@ -0,0 +1,937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/tamtam-app.svg b/.local/share/icons/Nordic/apps/scalable/tamtam-app.svg new file mode 100644 index 0000000..a699570 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tamtam-app.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tauonmb.svg b/.local/share/icons/Nordic/apps/scalable/tauonmb.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tauonmb.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/teams-for-linux.svg b/.local/share/icons/Nordic/apps/scalable/teams-for-linux.svg new file mode 100644 index 0000000..0e2b225 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/teams-for-linux.svg @@ -0,0 +1,95 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/teams.svg b/.local/share/icons/Nordic/apps/scalable/teams.svg new file mode 120000 index 0000000..299c508 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/teams.svg @@ -0,0 +1 @@ +teams-for-linux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/teamviewer.svg b/.local/share/icons/Nordic/apps/scalable/teamviewer.svg new file mode 100644 index 0000000..81d92a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/teamviewer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/teeworlds.svg b/.local/share/icons/Nordic/apps/scalable/teeworlds.svg new file mode 100644 index 0000000..dff0f41 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/teeworlds.svg @@ -0,0 +1,86 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/telegram-desktop.svg b/.local/share/icons/Nordic/apps/scalable/telegram-desktop.svg new file mode 120000 index 0000000..8fa96d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/telegram-desktop.svg @@ -0,0 +1 @@ +telegram.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/telegram.svg b/.local/share/icons/Nordic/apps/scalable/telegram.svg new file mode 100644 index 0000000..d6deb0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/telepathy-kde.svg b/.local/share/icons/Nordic/apps/scalable/telepathy-kde.svg new file mode 100644 index 0000000..0fe6961 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/telepathy-kde.svg @@ -0,0 +1,71 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/telepathy.svg b/.local/share/icons/Nordic/apps/scalable/telepathy.svg new file mode 120000 index 0000000..eb461e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/telepathy.svg @@ -0,0 +1 @@ +message.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/temps.svg b/.local/share/icons/Nordic/apps/scalable/temps.svg new file mode 100644 index 0000000..46a2450 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/temps.svg @@ -0,0 +1,74 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/terasology.svg b/.local/share/icons/Nordic/apps/scalable/terasology.svg new file mode 120000 index 0000000..e888b9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/terasology.svg @@ -0,0 +1 @@ +freeminer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/terminal-tango.svg b/.local/share/icons/Nordic/apps/scalable/terminal-tango.svg new file mode 120000 index 0000000..08ba74f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/terminal-tango.svg @@ -0,0 +1 @@ +utilities-terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/terminal.svg b/.local/share/icons/Nordic/apps/scalable/terminal.svg new file mode 100644 index 0000000..2514a28 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/terminal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/terminator-128.svg b/.local/share/icons/Nordic/apps/scalable/terminator-128.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/terminator-128.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/terminator.svg b/.local/share/icons/Nordic/apps/scalable/terminator.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/terminator.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/terminix.svg b/.local/share/icons/Nordic/apps/scalable/terminix.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/terminix.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/terminology.svg b/.local/share/icons/Nordic/apps/scalable/terminology.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/terminology.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/terra.svg b/.local/share/icons/Nordic/apps/scalable/terra.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/terra.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tespeak-gui.svg b/.local/share/icons/Nordic/apps/scalable/tespeak-gui.svg new file mode 120000 index 0000000..eb461e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tespeak-gui.svg @@ -0,0 +1 @@ +message.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/texstudio.svg b/.local/share/icons/Nordic/apps/scalable/texstudio.svg new file mode 100644 index 0000000..2689be6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/texstudio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/text-editor.svg b/.local/share/icons/Nordic/apps/scalable/text-editor.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/text-editor.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/text-x-python3.svg b/.local/share/icons/Nordic/apps/scalable/text-x-python3.svg new file mode 100644 index 0000000..94cd0c6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/text-x-python3.svg @@ -0,0 +1,819 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/text.svg b/.local/share/icons/Nordic/apps/scalable/text.svg new file mode 120000 index 0000000..6bccf22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/text.svg @@ -0,0 +1 @@ +gedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/textadept.svg b/.local/share/icons/Nordic/apps/scalable/textadept.svg new file mode 120000 index 0000000..ca6c483 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/textadept.svg @@ -0,0 +1 @@ +text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/theme-config.svg b/.local/share/icons/Nordic/apps/scalable/theme-config.svg new file mode 120000 index 0000000..d804b0c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/theme-config.svg @@ -0,0 +1 @@ +cs-themes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thememgr.svg b/.local/share/icons/Nordic/apps/scalable/thememgr.svg new file mode 120000 index 0000000..d804b0c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thememgr.svg @@ -0,0 +1 @@ +cs-themes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thermal-monitor.svg b/.local/share/icons/Nordic/apps/scalable/thermal-monitor.svg new file mode 100644 index 0000000..56312a0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thermal-monitor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thinderbird-icon.svg b/.local/share/icons/Nordic/apps/scalable/thinderbird-icon.svg new file mode 120000 index 0000000..27d04a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thinderbird-icon.svg @@ -0,0 +1 @@ +mozilla_thunderbird.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunar-dropbox.svg b/.local/share/icons/Nordic/apps/scalable/thunar-dropbox.svg new file mode 120000 index 0000000..3b77629 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunar-dropbox.svg @@ -0,0 +1 @@ +dropbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunar-filemanager.svg b/.local/share/icons/Nordic/apps/scalable/thunar-filemanager.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunar-filemanager.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunar-settings.svg b/.local/share/icons/Nordic/apps/scalable/thunar-settings.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunar-settings.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunar.svg b/.local/share/icons/Nordic/apps/scalable/thunar.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunar.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunderbird-3.0.svg b/.local/share/icons/Nordic/apps/scalable/thunderbird-3.0.svg new file mode 120000 index 0000000..27d04a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunderbird-3.0.svg @@ -0,0 +1 @@ +mozilla_thunderbird.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunderbird-beta-bin.svg b/.local/share/icons/Nordic/apps/scalable/thunderbird-beta-bin.svg new file mode 120000 index 0000000..8248291 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunderbird-beta-bin.svg @@ -0,0 +1 @@ +thunderbird-trunk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunderbird-beta.svg b/.local/share/icons/Nordic/apps/scalable/thunderbird-beta.svg new file mode 120000 index 0000000..27d04a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunderbird-beta.svg @@ -0,0 +1 @@ +mozilla_thunderbird.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunderbird-branded.svg b/.local/share/icons/Nordic/apps/scalable/thunderbird-branded.svg new file mode 120000 index 0000000..27d04a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunderbird-branded.svg @@ -0,0 +1 @@ +mozilla_thunderbird.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunderbird-early-bird.svg b/.local/share/icons/Nordic/apps/scalable/thunderbird-early-bird.svg new file mode 120000 index 0000000..27d04a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunderbird-early-bird.svg @@ -0,0 +1 @@ +mozilla_thunderbird.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunderbird-icon-unbranded.svg b/.local/share/icons/Nordic/apps/scalable/thunderbird-icon-unbranded.svg new file mode 120000 index 0000000..27d04a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunderbird-icon-unbranded.svg @@ -0,0 +1 @@ +mozilla_thunderbird.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunderbird-icon.svg b/.local/share/icons/Nordic/apps/scalable/thunderbird-icon.svg new file mode 120000 index 0000000..27d04a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunderbird-icon.svg @@ -0,0 +1 @@ +mozilla_thunderbird.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunderbird-trunk.svg b/.local/share/icons/Nordic/apps/scalable/thunderbird-trunk.svg new file mode 120000 index 0000000..27d04a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunderbird-trunk.svg @@ -0,0 +1 @@ +mozilla_thunderbird.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunderbird.svg b/.local/share/icons/Nordic/apps/scalable/thunderbird.svg new file mode 120000 index 0000000..27d04a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunderbird.svg @@ -0,0 +1 @@ +mozilla_thunderbird.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/thunderbolt.svg b/.local/share/icons/Nordic/apps/scalable/thunderbolt.svg new file mode 100644 index 0000000..7b285ad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/thunderbolt.svg @@ -0,0 +1,1014 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/tiddlydesktop.svg b/.local/share/icons/Nordic/apps/scalable/tiddlydesktop.svg new file mode 100644 index 0000000..79f3472 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tiddlydesktop.svg @@ -0,0 +1,67 @@ + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/tild.svg b/.local/share/icons/Nordic/apps/scalable/tild.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tild.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tilda.svg b/.local/share/icons/Nordic/apps/scalable/tilda.svg new file mode 120000 index 0000000..08ba74f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tilda.svg @@ -0,0 +1 @@ +utilities-terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tilix.svg b/.local/share/icons/Nordic/apps/scalable/tilix.svg new file mode 120000 index 0000000..2bfa0f9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tilix.svg @@ -0,0 +1 @@ +com.gexperts.Tilix.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/time-admin.svg b/.local/share/icons/Nordic/apps/scalable/time-admin.svg new file mode 120000 index 0000000..9f07aea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/time-admin.svg @@ -0,0 +1 @@ +preferences-system-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/time.svg b/.local/share/icons/Nordic/apps/scalable/time.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/time.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/timekpr.svg b/.local/share/icons/Nordic/apps/scalable/timekpr.svg new file mode 120000 index 0000000..374b07d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/timekpr.svg @@ -0,0 +1 @@ +time-admin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/timer-applet.svg b/.local/share/icons/Nordic/apps/scalable/timer-applet.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/timer-applet.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/timeset-gui-icon.svg b/.local/share/icons/Nordic/apps/scalable/timeset-gui-icon.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/timeset-gui-icon.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/timeset.svg b/.local/share/icons/Nordic/apps/scalable/timeset.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/timeset.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/timeshift.svg b/.local/share/icons/Nordic/apps/scalable/timeshift.svg new file mode 100644 index 0000000..32f7faa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/timeshift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/timevault.svg b/.local/share/icons/Nordic/apps/scalable/timevault.svg new file mode 120000 index 0000000..a562f83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/timevault.svg @@ -0,0 +1 @@ +deja-dup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tint2.svg b/.local/share/icons/Nordic/apps/scalable/tint2.svg new file mode 120000 index 0000000..010fb8a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tint2.svg @@ -0,0 +1 @@ +panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tint2conf.svg b/.local/share/icons/Nordic/apps/scalable/tint2conf.svg new file mode 120000 index 0000000..010fb8a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tint2conf.svg @@ -0,0 +1 @@ +panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tkonversation.svg b/.local/share/icons/Nordic/apps/scalable/tkonversation.svg new file mode 120000 index 0000000..eb461e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tkonversation.svg @@ -0,0 +1 @@ +message.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tkonversation16x16.svg b/.local/share/icons/Nordic/apps/scalable/tkonversation16x16.svg new file mode 120000 index 0000000..eb461e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tkonversation16x16.svg @@ -0,0 +1 @@ +message.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tkpacman-icon.svg b/.local/share/icons/Nordic/apps/scalable/tkpacman-icon.svg new file mode 120000 index 0000000..ff64ae4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tkpacman-icon.svg @@ -0,0 +1 @@ +gdebi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tkpacman.svg b/.local/share/icons/Nordic/apps/scalable/tkpacman.svg new file mode 120000 index 0000000..ff64ae4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tkpacman.svg @@ -0,0 +1 @@ +gdebi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/to-do-app.svg b/.local/share/icons/Nordic/apps/scalable/to-do-app.svg new file mode 120000 index 0000000..7097408 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/to-do-app.svg @@ -0,0 +1 @@ +agenda.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/todoist.svg b/.local/share/icons/Nordic/apps/scalable/todoist.svg new file mode 100644 index 0000000..e24bf02 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/todoist.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/todolist.svg b/.local/share/icons/Nordic/apps/scalable/todolist.svg new file mode 100644 index 0000000..18b5f5a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/todolist.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/tomboy-16.svg b/.local/share/icons/Nordic/apps/scalable/tomboy-16.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tomboy-16.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tomboy-32.svg b/.local/share/icons/Nordic/apps/scalable/tomboy-32.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tomboy-32.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tomboy-note.svg b/.local/share/icons/Nordic/apps/scalable/tomboy-note.svg new file mode 120000 index 0000000..f49bc26 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tomboy-note.svg @@ -0,0 +1 @@ +knotes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tomboy-panel.svg b/.local/share/icons/Nordic/apps/scalable/tomboy-panel.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tomboy-panel.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tomboy.svg b/.local/share/icons/Nordic/apps/scalable/tomboy.svg new file mode 120000 index 0000000..51a8e65 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tomboy.svg @@ -0,0 +1 @@ +gnote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tools-report-bug.svg b/.local/share/icons/Nordic/apps/scalable/tools-report-bug.svg new file mode 120000 index 0000000..2778f8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tools-report-bug.svg @@ -0,0 +1 @@ +abrt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tootle.svg b/.local/share/icons/Nordic/apps/scalable/tootle.svg new file mode 100644 index 0000000..99d87c7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tootle.svg @@ -0,0 +1,114 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/top.svg b/.local/share/icons/Nordic/apps/scalable/top.svg new file mode 120000 index 0000000..e9dcd5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/top.svg @@ -0,0 +1 @@ +qtop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tor-browser-en.svg b/.local/share/icons/Nordic/apps/scalable/tor-browser-en.svg new file mode 120000 index 0000000..407773e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tor-browser-en.svg @@ -0,0 +1 @@ +tor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tor-browser-ru.svg b/.local/share/icons/Nordic/apps/scalable/tor-browser-ru.svg new file mode 120000 index 0000000..407773e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tor-browser-ru.svg @@ -0,0 +1 @@ +tor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tor-browser.svg b/.local/share/icons/Nordic/apps/scalable/tor-browser.svg new file mode 120000 index 0000000..407773e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tor-browser.svg @@ -0,0 +1 @@ +tor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tor.svg b/.local/share/icons/Nordic/apps/scalable/tor.svg new file mode 100644 index 0000000..6172489 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tor.svg @@ -0,0 +1,93 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/torbrowser.svg b/.local/share/icons/Nordic/apps/scalable/torbrowser.svg new file mode 120000 index 0000000..407773e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/torbrowser.svg @@ -0,0 +1 @@ +tor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/torbrowser.svg.svg b/.local/share/icons/Nordic/apps/scalable/torbrowser.svg.svg new file mode 120000 index 0000000..407773e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/torbrowser.svg.svg @@ -0,0 +1 @@ +tor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/torguard.svg b/.local/share/icons/Nordic/apps/scalable/torguard.svg new file mode 100644 index 0000000..7bb4976 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/torguard.svg @@ -0,0 +1,205 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/totem.svg b/.local/share/icons/Nordic/apps/scalable/totem.svg new file mode 120000 index 0000000..c755826 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/totem.svg @@ -0,0 +1 @@ +gnome-mplayer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tracker-applet-default.svg b/.local/share/icons/Nordic/apps/scalable/tracker-applet-default.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tracker-applet-default.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tracker.svg b/.local/share/icons/Nordic/apps/scalable/tracker.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tracker.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tranquil.svg b/.local/share/icons/Nordic/apps/scalable/tranquil.svg new file mode 100644 index 0000000..1ff9021 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tranquil.svg @@ -0,0 +1,4152 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/transgui-2.svg b/.local/share/icons/Nordic/apps/scalable/transgui-2.svg new file mode 120000 index 0000000..cc56576 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/transgui-2.svg @@ -0,0 +1 @@ +transmission.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/transgui.svg b/.local/share/icons/Nordic/apps/scalable/transgui.svg new file mode 120000 index 0000000..72adf73 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/transgui.svg @@ -0,0 +1 @@ +transmission-remote-gtk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/translator.svg b/.local/share/icons/Nordic/apps/scalable/translator.svg new file mode 120000 index 0000000..0597fc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/translator.svg @@ -0,0 +1 @@ +artikulate.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/transmageddon.svg b/.local/share/icons/Nordic/apps/scalable/transmageddon.svg new file mode 100644 index 0000000..02a006a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/transmageddon.svg @@ -0,0 +1,107 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/transmission-gtk.svg b/.local/share/icons/Nordic/apps/scalable/transmission-gtk.svg new file mode 120000 index 0000000..cc56576 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/transmission-gtk.svg @@ -0,0 +1 @@ +transmission.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/transmission-qt.svg b/.local/share/icons/Nordic/apps/scalable/transmission-qt.svg new file mode 120000 index 0000000..cc56576 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/transmission-qt.svg @@ -0,0 +1 @@ +transmission.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/transmission-remote-gtk.svg b/.local/share/icons/Nordic/apps/scalable/transmission-remote-gtk.svg new file mode 120000 index 0000000..cc56576 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/transmission-remote-gtk.svg @@ -0,0 +1 @@ +transmission.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/transmission-remote-qt.svg b/.local/share/icons/Nordic/apps/scalable/transmission-remote-qt.svg new file mode 120000 index 0000000..cc56576 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/transmission-remote-qt.svg @@ -0,0 +1 @@ +transmission.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/transmission-tray-icon.svg b/.local/share/icons/Nordic/apps/scalable/transmission-tray-icon.svg new file mode 120000 index 0000000..cc56576 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/transmission-tray-icon.svg @@ -0,0 +1 @@ +transmission.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/transmission.svg b/.local/share/icons/Nordic/apps/scalable/transmission.svg new file mode 100644 index 0000000..eac92be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/transmission.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tremotesf.svg b/.local/share/icons/Nordic/apps/scalable/tremotesf.svg new file mode 120000 index 0000000..cc56576 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tremotesf.svg @@ -0,0 +1 @@ +transmission.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tribler.svg b/.local/share/icons/Nordic/apps/scalable/tribler.svg new file mode 100644 index 0000000..08d869f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tribler.svg @@ -0,0 +1,927 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/trojita.svg b/.local/share/icons/Nordic/apps/scalable/trojita.svg new file mode 120000 index 0000000..3867230 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/trojita.svg @@ -0,0 +1 @@ +claws-mail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tromchat.svg b/.local/share/icons/Nordic/apps/scalable/tromchat.svg new file mode 100644 index 0000000..a228d17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tromchat.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/tsclient-applet.svg b/.local/share/icons/Nordic/apps/scalable/tsclient-applet.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tsclient-applet.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tsclient.svg b/.local/share/icons/Nordic/apps/scalable/tsclient.svg new file mode 120000 index 0000000..49dad5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tsclient.svg @@ -0,0 +1 @@ +2xsession.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tunesview.svg b/.local/share/icons/Nordic/apps/scalable/tunesview.svg new file mode 120000 index 0000000..9df0f54 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tunesview.svg @@ -0,0 +1 @@ +musique.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/turpial.svg b/.local/share/icons/Nordic/apps/scalable/turpial.svg new file mode 120000 index 0000000..894e8e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/turpial.svg @@ -0,0 +1 @@ +twitter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tuxboot.svg b/.local/share/icons/Nordic/apps/scalable/tuxboot.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tuxboot.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tuxpaint.svg b/.local/share/icons/Nordic/apps/scalable/tuxpaint.svg new file mode 120000 index 0000000..210f979 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tuxpaint.svg @@ -0,0 +1 @@ +accessories-painting.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/tv.kodi.Kodi.svg b/.local/share/icons/Nordic/apps/scalable/tv.kodi.Kodi.svg new file mode 120000 index 0000000..8e1449f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/tv.kodi.Kodi.svg @@ -0,0 +1 @@ +kodi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/twitgoo_uploader.svg b/.local/share/icons/Nordic/apps/scalable/twitgoo_uploader.svg new file mode 120000 index 0000000..894e8e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/twitgoo_uploader.svg @@ -0,0 +1 @@ +twitter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/twitpic_uploader.svg b/.local/share/icons/Nordic/apps/scalable/twitpic_uploader.svg new file mode 120000 index 0000000..894e8e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/twitpic_uploader.svg @@ -0,0 +1 @@ +twitter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/twitter-logo.svg b/.local/share/icons/Nordic/apps/scalable/twitter-logo.svg new file mode 120000 index 0000000..894e8e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/twitter-logo.svg @@ -0,0 +1 @@ +twitter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/twitter.svg b/.local/share/icons/Nordic/apps/scalable/twitter.svg new file mode 100644 index 0000000..1ac0ee0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/twitter_microblog.svg b/.local/share/icons/Nordic/apps/scalable/twitter_microblog.svg new file mode 120000 index 0000000..894e8e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/twitter_microblog.svg @@ -0,0 +1 @@ +twitter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/twitux.svg b/.local/share/icons/Nordic/apps/scalable/twitux.svg new file mode 120000 index 0000000..894e8e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/twitux.svg @@ -0,0 +1 @@ +twitter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/typecatcher.svg b/.local/share/icons/Nordic/apps/scalable/typecatcher.svg new file mode 100644 index 0000000..f04c5e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/typecatcher.svg @@ -0,0 +1,1018 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + A + + diff --git a/.local/share/icons/Nordic/apps/scalable/typhoon.svg b/.local/share/icons/Nordic/apps/scalable/typhoon.svg new file mode 120000 index 0000000..ec42a30 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/typhoon.svg @@ -0,0 +1 @@ +indicator-weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/typora.svg b/.local/share/icons/Nordic/apps/scalable/typora.svg new file mode 100644 index 0000000..1469fbc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/typora.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubiquity-kde.svg b/.local/share/icons/Nordic/apps/scalable/ubiquity-kde.svg new file mode 100644 index 0000000..8aeea37 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubiquity-kde.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubiquity.svg b/.local/share/icons/Nordic/apps/scalable/ubiquity.svg new file mode 100644 index 0000000..628b489 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubiquity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntu-cleaner.svg b/.local/share/icons/Nordic/apps/scalable/ubuntu-cleaner.svg new file mode 120000 index 0000000..e28b47b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntu-cleaner.svg @@ -0,0 +1 @@ +broom.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntu-kylin-software-center.svg b/.local/share/icons/Nordic/apps/scalable/ubuntu-kylin-software-center.svg new file mode 120000 index 0000000..7a77b57 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntu-kylin-software-center.svg @@ -0,0 +1 @@ +software-store.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntu-qtcreator.svg b/.local/share/icons/Nordic/apps/scalable/ubuntu-qtcreator.svg new file mode 120000 index 0000000..d4b6414 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntu-qtcreator.svg @@ -0,0 +1 @@ +qtcreatorubuntu.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntu-software-center.svg b/.local/share/icons/Nordic/apps/scalable/ubuntu-software-center.svg new file mode 120000 index 0000000..8b27194 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntu-software-center.svg @@ -0,0 +1 @@ +softwarecenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntu-tweak.svg b/.local/share/icons/Nordic/apps/scalable/ubuntu-tweak.svg new file mode 100644 index 0000000..fda3ad9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntu-tweak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntu.svg b/.local/share/icons/Nordic/apps/scalable/ubuntu.svg new file mode 100644 index 0000000..7403f22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntu.svg @@ -0,0 +1,251 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntuone-client.svg b/.local/share/icons/Nordic/apps/scalable/ubuntuone-client.svg new file mode 120000 index 0000000..34a5c2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntuone-client.svg @@ -0,0 +1 @@ +ubuntuone.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntuone-installer.svg b/.local/share/icons/Nordic/apps/scalable/ubuntuone-installer.svg new file mode 120000 index 0000000..34a5c2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntuone-installer.svg @@ -0,0 +1 @@ +ubuntuone.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntuone.svg b/.local/share/icons/Nordic/apps/scalable/ubuntuone.svg new file mode 100644 index 0000000..271896d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntuone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntuoneUP.svg b/.local/share/icons/Nordic/apps/scalable/ubuntuoneUP.svg new file mode 120000 index 0000000..34a5c2d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntuoneUP.svg @@ -0,0 +1 @@ +ubuntuone.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntusoftware.svg b/.local/share/icons/Nordic/apps/scalable/ubuntusoftware.svg new file mode 100644 index 0000000..6d17670 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntusoftware.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntustudio-audio.svg b/.local/share/icons/Nordic/apps/scalable/ubuntustudio-audio.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntustudio-audio.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntustudio-effects.svg b/.local/share/icons/Nordic/apps/scalable/ubuntustudio-effects.svg new file mode 120000 index 0000000..8d153f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntustudio-effects.svg @@ -0,0 +1 @@ +effects.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntustudio-graphics.svg b/.local/share/icons/Nordic/apps/scalable/ubuntustudio-graphics.svg new file mode 120000 index 0000000..094639b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntustudio-graphics.svg @@ -0,0 +1 @@ +applications-graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntustudio-mixers.svg b/.local/share/icons/Nordic/apps/scalable/ubuntustudio-mixers.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntustudio-mixers.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntustudio-photography.svg b/.local/share/icons/Nordic/apps/scalable/ubuntustudio-photography.svg new file mode 120000 index 0000000..e8e460b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntustudio-photography.svg @@ -0,0 +1 @@ +accessories-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ubuntustudio-video.svg b/.local/share/icons/Nordic/apps/scalable/ubuntustudio-video.svg new file mode 120000 index 0000000..7b84bf0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ubuntustudio-video.svg @@ -0,0 +1 @@ +openshot.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ue4editor.svg b/.local/share/icons/Nordic/apps/scalable/ue4editor.svg new file mode 100644 index 0000000..77af2f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ue4editor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ufw-frontends.svg b/.local/share/icons/Nordic/apps/scalable/ufw-frontends.svg new file mode 120000 index 0000000..3184e8c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ufw-frontends.svg @@ -0,0 +1 @@ +firewall-config.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/uget-icon.svg b/.local/share/icons/Nordic/apps/scalable/uget-icon.svg new file mode 100644 index 0000000..d0fcc23 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/uget-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/uget.svg b/.local/share/icons/Nordic/apps/scalable/uget.svg new file mode 120000 index 0000000..b622131 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/uget.svg @@ -0,0 +1 @@ +uget-icon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ulauncher.svg b/.local/share/icons/Nordic/apps/scalable/ulauncher.svg new file mode 100644 index 0000000..3a419b5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ulauncher.svg @@ -0,0 +1,1052 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/unetbootin.svg b/.local/share/icons/Nordic/apps/scalable/unetbootin.svg new file mode 100644 index 0000000..8ddcba9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unetbootin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-color-panel.svg b/.local/share/icons/Nordic/apps/scalable/unity-color-panel.svg new file mode 120000 index 0000000..15e1778 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-color-panel.svg @@ -0,0 +1 @@ +colour.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-control-center.svg b/.local/share/icons/Nordic/apps/scalable/unity-control-center.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-control-center.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-datetime-panel.svg b/.local/share/icons/Nordic/apps/scalable/unity-datetime-panel.svg new file mode 120000 index 0000000..7a9939e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-datetime-panel.svg @@ -0,0 +1 @@ +cs-date-time.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-display-panel.svg b/.local/share/icons/Nordic/apps/scalable/unity-display-panel.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-display-panel.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-editor-icon.svg b/.local/share/icons/Nordic/apps/scalable/unity-editor-icon.svg new file mode 100644 index 0000000..0da3e86 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-editor-icon.svg @@ -0,0 +1,826 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/unity-lens-photos.svg b/.local/share/icons/Nordic/apps/scalable/unity-lens-photos.svg new file mode 120000 index 0000000..4e73455 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-lens-photos.svg @@ -0,0 +1 @@ +photo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-mail-icon.svg b/.local/share/icons/Nordic/apps/scalable/unity-mail-icon.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-mail-icon.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-mail.svg b/.local/share/icons/Nordic/apps/scalable/unity-mail.svg new file mode 120000 index 0000000..73af2ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-mail.svg @@ -0,0 +1 @@ +email.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-power-panel.svg b/.local/share/icons/Nordic/apps/scalable/unity-power-panel.svg new file mode 120000 index 0000000..0fbb2af --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-power-panel.svg @@ -0,0 +1 @@ +gnome-power-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-sound-panel.svg b/.local/share/icons/Nordic/apps/scalable/unity-sound-panel.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-sound-panel.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-tweak-tool-appearance.svg b/.local/share/icons/Nordic/apps/scalable/unity-tweak-tool-appearance.svg new file mode 120000 index 0000000..d804b0c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-tweak-tool-appearance.svg @@ -0,0 +1 @@ +cs-themes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-tweak-tool.svg b/.local/share/icons/Nordic/apps/scalable/unity-tweak-tool.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-tweak-tool.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-webapps-amazoncloudreader.svg b/.local/share/icons/Nordic/apps/scalable/unity-webapps-amazoncloudreader.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-webapps-amazoncloudreader.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-webapps-facebook.svg b/.local/share/icons/Nordic/apps/scalable/unity-webapps-facebook.svg new file mode 120000 index 0000000..578089b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-webapps-facebook.svg @@ -0,0 +1 @@ +facebook.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-webapps-gmail.svg b/.local/share/icons/Nordic/apps/scalable/unity-webapps-gmail.svg new file mode 120000 index 0000000..535ba00 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-webapps-gmail.svg @@ -0,0 +1 @@ +gmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-webapps-google-calendar.svg b/.local/share/icons/Nordic/apps/scalable/unity-webapps-google-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-webapps-google-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-webapps-lastfm.svg b/.local/share/icons/Nordic/apps/scalable/unity-webapps-lastfm.svg new file mode 120000 index 0000000..76dd477 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-webapps-lastfm.svg @@ -0,0 +1 @@ +lastfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-webapps-mail-ru.svg b/.local/share/icons/Nordic/apps/scalable/unity-webapps-mail-ru.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-webapps-mail-ru.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-webapps-news-mail-ru.svg b/.local/share/icons/Nordic/apps/scalable/unity-webapps-news-mail-ru.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-webapps-news-mail-ru.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity-webapps-telegram.svg b/.local/share/icons/Nordic/apps/scalable/unity-webapps-telegram.svg new file mode 120000 index 0000000..8fa96d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity-webapps-telegram.svg @@ -0,0 +1 @@ +telegram.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/unity_mail.svg b/.local/share/icons/Nordic/apps/scalable/unity_mail.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/unity_mail.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/update-manager.svg b/.local/share/icons/Nordic/apps/scalable/update-manager.svg new file mode 120000 index 0000000..e442172 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/update-manager.svg @@ -0,0 +1 @@ +system-software-update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/update-notifier.svg b/.local/share/icons/Nordic/apps/scalable/update-notifier.svg new file mode 120000 index 0000000..1cca4a7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/update-notifier.svg @@ -0,0 +1 @@ +update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/update.svg b/.local/share/icons/Nordic/apps/scalable/update.svg new file mode 120000 index 0000000..e442172 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/update.svg @@ -0,0 +1 @@ +system-software-update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/us.zoom.Zoom.svg b/.local/share/icons/Nordic/apps/scalable/us.zoom.Zoom.svg new file mode 120000 index 0000000..e522493 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/us.zoom.Zoom.svg @@ -0,0 +1 @@ +Zoom.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/usb-creator-gtk.svg b/.local/share/icons/Nordic/apps/scalable/usb-creator-gtk.svg new file mode 120000 index 0000000..9976859 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/usb-creator-gtk.svg @@ -0,0 +1 @@ +ubiquity.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/usb-creator-kde.svg b/.local/share/icons/Nordic/apps/scalable/usb-creator-kde.svg new file mode 120000 index 0000000..2ce1427 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/usb-creator-kde.svg @@ -0,0 +1 @@ +usb-creator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/usb-creator.svg b/.local/share/icons/Nordic/apps/scalable/usb-creator.svg new file mode 120000 index 0000000..9976859 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/usb-creator.svg @@ -0,0 +1 @@ +ubiquity.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/usd-xrandr.svg b/.local/share/icons/Nordic/apps/scalable/usd-xrandr.svg new file mode 120000 index 0000000..32b4509 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/usd-xrandr.svg @@ -0,0 +1 @@ +display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/user-file-manager.svg b/.local/share/icons/Nordic/apps/scalable/user-file-manager.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/user-file-manager.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/user-identity.svg b/.local/share/icons/Nordic/apps/scalable/user-identity.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/user-identity.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/user-info.svg b/.local/share/icons/Nordic/apps/scalable/user-info.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/user-info.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/user.svg b/.local/share/icons/Nordic/apps/scalable/user.svg new file mode 120000 index 0000000..7fc2abb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/user.svg @@ -0,0 +1 @@ +users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/user_icon.svg b/.local/share/icons/Nordic/apps/scalable/user_icon.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/user_icon.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/userdrake.svg b/.local/share/icons/Nordic/apps/scalable/userdrake.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/userdrake.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/userinfo.svg b/.local/share/icons/Nordic/apps/scalable/userinfo.svg new file mode 120000 index 0000000..55af24c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/userinfo.svg @@ -0,0 +1 @@ +kuser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/users-admin.svg b/.local/share/icons/Nordic/apps/scalable/users-admin.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/users-admin.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/users.svg b/.local/share/icons/Nordic/apps/scalable/users.svg new file mode 120000 index 0000000..e0e4cbc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/users.svg @@ -0,0 +1 @@ +preferences-desktop-user.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilies-bug-reporter.svg b/.local/share/icons/Nordic/apps/scalable/utilies-bug-reporter.svg new file mode 120000 index 0000000..2778f8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilies-bug-reporter.svg @@ -0,0 +1 @@ +abrt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-calendar.svg b/.local/share/icons/Nordic/apps/scalable/utilities-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-charactermap.svg b/.local/share/icons/Nordic/apps/scalable/utilities-charactermap.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-charactermap.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-clock.svg b/.local/share/icons/Nordic/apps/scalable/utilities-clock.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-clock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-desktop-extra.svg b/.local/share/icons/Nordic/apps/scalable/utilities-desktop-extra.svg new file mode 120000 index 0000000..f115475 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-desktop-extra.svg @@ -0,0 +1 @@ +onboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-dictionary.svg b/.local/share/icons/Nordic/apps/scalable/utilities-dictionary.svg new file mode 120000 index 0000000..9f0d52e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-dictionary.svg @@ -0,0 +1 @@ +dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-energy-monitor.svg b/.local/share/icons/Nordic/apps/scalable/utilities-energy-monitor.svg new file mode 120000 index 0000000..e7a4d9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-energy-monitor.svg @@ -0,0 +1 @@ +preferences-system-power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-file-archiver.svg b/.local/share/icons/Nordic/apps/scalable/utilities-file-archiver.svg new file mode 120000 index 0000000..72381db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-file-archiver.svg @@ -0,0 +1 @@ +file-roller.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-file-manager.svg b/.local/share/icons/Nordic/apps/scalable/utilities-file-manager.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-file-manager.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-launcher.svg b/.local/share/icons/Nordic/apps/scalable/utilities-launcher.svg new file mode 120000 index 0000000..84c34ff --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-launcher.svg @@ -0,0 +1 @@ +deepin-launcher.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-log-viewer.svg b/.local/share/icons/Nordic/apps/scalable/utilities-log-viewer.svg new file mode 120000 index 0000000..cfa0610 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-log-viewer.svg @@ -0,0 +1 @@ +gnome-logs.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-notes.svg b/.local/share/icons/Nordic/apps/scalable/utilities-notes.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-notes.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-root-terminal.svg b/.local/share/icons/Nordic/apps/scalable/utilities-root-terminal.svg new file mode 120000 index 0000000..df4439b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-root-terminal.svg @@ -0,0 +1 @@ +yast-sudo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-system-monitor.svg b/.local/share/icons/Nordic/apps/scalable/utilities-system-monitor.svg new file mode 100644 index 0000000..91ddc5a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-system-monitor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-terminal-root.svg b/.local/share/icons/Nordic/apps/scalable/utilities-terminal-root.svg new file mode 120000 index 0000000..df4439b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-terminal-root.svg @@ -0,0 +1 @@ +yast-sudo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-terminal.svg b/.local/share/icons/Nordic/apps/scalable/utilities-terminal.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-terminal.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-terminal_su.svg b/.local/share/icons/Nordic/apps/scalable/utilities-terminal_su.svg new file mode 120000 index 0000000..bd5de8d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-terminal_su.svg @@ -0,0 +1 @@ +gksu-root-terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-text-editor.svg b/.local/share/icons/Nordic/apps/scalable/utilities-text-editor.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-text-editor.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-tweak-tool.svg b/.local/share/icons/Nordic/apps/scalable/utilities-tweak-tool.svg new file mode 100644 index 0000000..c0447f7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-tweak-tool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities-x-terminal.svg b/.local/share/icons/Nordic/apps/scalable/utilities-x-terminal.svg new file mode 120000 index 0000000..df4439b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities-x-terminal.svg @@ -0,0 +1 @@ +yast-sudo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities_file_archiver.svg b/.local/share/icons/Nordic/apps/scalable/utilities_file_archiver.svg new file mode 120000 index 0000000..53b1e0d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities_file_archiver.svg @@ -0,0 +1 @@ +7z.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities_log_viewer.svg b/.local/share/icons/Nordic/apps/scalable/utilities_log_viewer.svg new file mode 120000 index 0000000..b2fbbc4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities_log_viewer.svg @@ -0,0 +1 @@ +logview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities_system_monitor.svg b/.local/share/icons/Nordic/apps/scalable/utilities_system_monitor.svg new file mode 120000 index 0000000..b6e5cee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities_system_monitor.svg @@ -0,0 +1 @@ +utilities-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utilities_terminal.svg b/.local/share/icons/Nordic/apps/scalable/utilities_terminal.svg new file mode 120000 index 0000000..df4439b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utilities_terminal.svg @@ -0,0 +1 @@ +yast-sudo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/utox.svg b/.local/share/icons/Nordic/apps/scalable/utox.svg new file mode 100644 index 0000000..7ddcbcc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/utox.svg @@ -0,0 +1,136 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/uxterm.svg b/.local/share/icons/Nordic/apps/scalable/uxterm.svg new file mode 120000 index 0000000..192ef42 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/uxterm.svg @@ -0,0 +1 @@ +./utilities-terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vala-panel.svg b/.local/share/icons/Nordic/apps/scalable/vala-panel.svg new file mode 120000 index 0000000..5ae0d0c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vala-panel.svg @@ -0,0 +1 @@ +cs-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vala-terminal.svg b/.local/share/icons/Nordic/apps/scalable/vala-terminal.svg new file mode 120000 index 0000000..df4439b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vala-terminal.svg @@ -0,0 +1 @@ +yast-sudo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/variety.svg b/.local/share/icons/Nordic/apps/scalable/variety.svg new file mode 100644 index 0000000..c8620c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/variety.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/vcalendar.svg b/.local/share/icons/Nordic/apps/scalable/vcalendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vcalendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vectr.svg b/.local/share/icons/Nordic/apps/scalable/vectr.svg new file mode 100644 index 0000000..6f6ac8a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vectr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/veracrypt.svg b/.local/share/icons/Nordic/apps/scalable/veracrypt.svg new file mode 100644 index 0000000..a2d7bbe --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/veracrypt.svg @@ -0,0 +1,936 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/veracrypt.xpm.svg b/.local/share/icons/Nordic/apps/scalable/veracrypt.xpm.svg new file mode 120000 index 0000000..16df79f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/veracrypt.xpm.svg @@ -0,0 +1 @@ +veracrypt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/verbiste.svg b/.local/share/icons/Nordic/apps/scalable/verbiste.svg new file mode 120000 index 0000000..fc7facf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/verbiste.svg @@ -0,0 +1 @@ +accessories-dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/viber.svg b/.local/share/icons/Nordic/apps/scalable/viber.svg new file mode 100644 index 0000000..513b111 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/viber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/victor-vran.svg b/.local/share/icons/Nordic/apps/scalable/victor-vran.svg new file mode 100644 index 0000000..359626e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/victor-vran.svg @@ -0,0 +1,962 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/vidcutter.svg b/.local/share/icons/Nordic/apps/scalable/vidcutter.svg new file mode 100644 index 0000000..d2403bd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vidcutter.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/video-card.svg b/.local/share/icons/Nordic/apps/scalable/video-card.svg new file mode 100644 index 0000000..8eac744 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/video-card.svg @@ -0,0 +1,148 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/video-display.svg b/.local/share/icons/Nordic/apps/scalable/video-display.svg new file mode 100644 index 0000000..c5a8d1b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/video-display.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/video-player.svg b/.local/share/icons/Nordic/apps/scalable/video-player.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/video-player.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/videogames.svg b/.local/share/icons/Nordic/apps/scalable/videogames.svg new file mode 120000 index 0000000..b5a8d72 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/videogames.svg @@ -0,0 +1 @@ +antimicro.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/videoplayer.svg b/.local/share/icons/Nordic/apps/scalable/videoplayer.svg new file mode 120000 index 0000000..27d2c5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/videoplayer.svg @@ -0,0 +1 @@ +dragonplayer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vidiot.svg b/.local/share/icons/Nordic/apps/scalable/vidiot.svg new file mode 120000 index 0000000..cdae97d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vidiot.svg @@ -0,0 +1 @@ +avidemux.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/view-media-playlist.svg b/.local/share/icons/Nordic/apps/scalable/view-media-playlist.svg new file mode 120000 index 0000000..a2830c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/view-media-playlist.svg @@ -0,0 +1 @@ +rhythmbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/view-pim-calendar.svg b/.local/share/icons/Nordic/apps/scalable/view-pim-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/view-pim-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/view-radiostream.svg b/.local/share/icons/Nordic/apps/scalable/view-radiostream.svg new file mode 120000 index 0000000..3104163 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/view-radiostream.svg @@ -0,0 +1 @@ +radio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/view-resource-calendar.svg b/.local/share/icons/Nordic/apps/scalable/view-resource-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/view-resource-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/viewnior.svg b/.local/share/icons/Nordic/apps/scalable/viewnior.svg new file mode 120000 index 0000000..89b072f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/viewnior.svg @@ -0,0 +1 @@ +multimedia-photo-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/viking.svg b/.local/share/icons/Nordic/apps/scalable/viking.svg new file mode 120000 index 0000000..2c7603d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/viking.svg @@ -0,0 +1 @@ +gps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vim-16.svg b/.local/share/icons/Nordic/apps/scalable/vim-16.svg new file mode 120000 index 0000000..150dd04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vim-16.svg @@ -0,0 +1 @@ +vim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vim-32.svg b/.local/share/icons/Nordic/apps/scalable/vim-32.svg new file mode 120000 index 0000000..150dd04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vim-32.svg @@ -0,0 +1 @@ +vim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vim-48.svg b/.local/share/icons/Nordic/apps/scalable/vim-48.svg new file mode 120000 index 0000000..150dd04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vim-48.svg @@ -0,0 +1 @@ +vim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vim-qt.svg b/.local/share/icons/Nordic/apps/scalable/vim-qt.svg new file mode 120000 index 0000000..150dd04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vim-qt.svg @@ -0,0 +1 @@ +vim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vim.svg b/.local/share/icons/Nordic/apps/scalable/vim.svg new file mode 120000 index 0000000..091a266 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vim.svg @@ -0,0 +1 @@ +gvim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vimlogo.svg b/.local/share/icons/Nordic/apps/scalable/vimlogo.svg new file mode 120000 index 0000000..091a266 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vimlogo.svg @@ -0,0 +1 @@ +gvim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vinagre.svg b/.local/share/icons/Nordic/apps/scalable/vinagre.svg new file mode 120000 index 0000000..2e170d1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vinagre.svg @@ -0,0 +1 @@ +preferences-desktop-remote-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/virt-manager.svg b/.local/share/icons/Nordic/apps/scalable/virt-manager.svg new file mode 100644 index 0000000..5ac0657 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/virt-manager.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/virtual-box.svg b/.local/share/icons/Nordic/apps/scalable/virtual-box.svg new file mode 120000 index 0000000..f7e0337 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/virtual-box.svg @@ -0,0 +1 @@ +virtualbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/virtualbox-3.1.svg b/.local/share/icons/Nordic/apps/scalable/virtualbox-3.1.svg new file mode 120000 index 0000000..f7e0337 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/virtualbox-3.1.svg @@ -0,0 +1 @@ +virtualbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/virtualbox-bin.svg b/.local/share/icons/Nordic/apps/scalable/virtualbox-bin.svg new file mode 120000 index 0000000..199e647 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/virtualbox-bin.svg @@ -0,0 +1 @@ +Vbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/virtualbox-nonfree.svg b/.local/share/icons/Nordic/apps/scalable/virtualbox-nonfree.svg new file mode 120000 index 0000000..f7e0337 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/virtualbox-nonfree.svg @@ -0,0 +1 @@ +virtualbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/virtualbox-ose.svg b/.local/share/icons/Nordic/apps/scalable/virtualbox-ose.svg new file mode 120000 index 0000000..f7e0337 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/virtualbox-ose.svg @@ -0,0 +1 @@ +virtualbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/virtualbox-vbox.svg b/.local/share/icons/Nordic/apps/scalable/virtualbox-vbox.svg new file mode 120000 index 0000000..f7e0337 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/virtualbox-vbox.svg @@ -0,0 +1 @@ +virtualbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/virtualbox.svg b/.local/share/icons/Nordic/apps/scalable/virtualbox.svg new file mode 100644 index 0000000..0fdb33a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/virtualbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/virtualbox_B.svg b/.local/share/icons/Nordic/apps/scalable/virtualbox_B.svg new file mode 120000 index 0000000..f7e0337 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/virtualbox_B.svg @@ -0,0 +1 @@ +virtualbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/visual-studio-code-bin.svg b/.local/share/icons/Nordic/apps/scalable/visual-studio-code-bin.svg new file mode 120000 index 0000000..4eaaf19 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/visual-studio-code-bin.svg @@ -0,0 +1 @@ +code.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/visual-studio-code-insiders.svg b/.local/share/icons/Nordic/apps/scalable/visual-studio-code-insiders.svg new file mode 100644 index 0000000..f48749a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/visual-studio-code-insiders.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/visual-studio-code.svg b/.local/share/icons/Nordic/apps/scalable/visual-studio-code.svg new file mode 120000 index 0000000..4eaaf19 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/visual-studio-code.svg @@ -0,0 +1 @@ +code.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/visualstudiocode.svg b/.local/share/icons/Nordic/apps/scalable/visualstudiocode.svg new file mode 120000 index 0000000..4eaaf19 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/visualstudiocode.svg @@ -0,0 +1 @@ +code.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/visualvm.svg b/.local/share/icons/Nordic/apps/scalable/visualvm.svg new file mode 100644 index 0000000..ab52f18 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/visualvm.svg @@ -0,0 +1,12616 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/vivaldi-snapshot.svg b/.local/share/icons/Nordic/apps/scalable/vivaldi-snapshot.svg new file mode 120000 index 0000000..9191206 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vivaldi-snapshot.svg @@ -0,0 +1 @@ +vivaldi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vivaldi-stable.svg b/.local/share/icons/Nordic/apps/scalable/vivaldi-stable.svg new file mode 120000 index 0000000..9191206 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vivaldi-stable.svg @@ -0,0 +1 @@ +vivaldi.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vivaldi.svg b/.local/share/icons/Nordic/apps/scalable/vivaldi.svg new file mode 100644 index 0000000..aaab2ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vivaldi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vlc-kb.svg b/.local/share/icons/Nordic/apps/scalable/vlc-kb.svg new file mode 120000 index 0000000..495a636 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vlc-kb.svg @@ -0,0 +1 @@ +vlc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vlc.svg b/.local/share/icons/Nordic/apps/scalable/vlc.svg new file mode 100644 index 0000000..4bfce07 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vlc.svg @@ -0,0 +1,1147 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/vmplayer.svg b/.local/share/icons/Nordic/apps/scalable/vmplayer.svg new file mode 120000 index 0000000..eb851c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vmplayer.svg @@ -0,0 +1 @@ +mplayer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vmware-netcfg.svg b/.local/share/icons/Nordic/apps/scalable/vmware-netcfg.svg new file mode 100644 index 0000000..431a9db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vmware-netcfg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vmware-player.svg b/.local/share/icons/Nordic/apps/scalable/vmware-player.svg new file mode 100644 index 0000000..cf9a55b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vmware-player.svg @@ -0,0 +1,801 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/vmware-workstation.svg b/.local/share/icons/Nordic/apps/scalable/vmware-workstation.svg new file mode 100644 index 0000000..d681161 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vmware-workstation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vocal.svg b/.local/share/icons/Nordic/apps/scalable/vocal.svg new file mode 100644 index 0000000..826e3eb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vocal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vokoscreen.svg b/.local/share/icons/Nordic/apps/scalable/vokoscreen.svg new file mode 120000 index 0000000..9100e9c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vokoscreen.svg @@ -0,0 +1 @@ +simplescreenrecorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/volume-knob.svg b/.local/share/icons/Nordic/apps/scalable/volume-knob.svg new file mode 120000 index 0000000..04c6d09 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/volume-knob.svg @@ -0,0 +1 @@ +multimedia-volume-control.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/volume.svg b/.local/share/icons/Nordic/apps/scalable/volume.svg new file mode 120000 index 0000000..3385a45 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/volume.svg @@ -0,0 +1 @@ +arts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vsc.svg b/.local/share/icons/Nordic/apps/scalable/vsc.svg new file mode 120000 index 0000000..92fd316 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vsc.svg @@ -0,0 +1 @@ +visualstudiocode.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vscode.svg b/.local/share/icons/Nordic/apps/scalable/vscode.svg new file mode 120000 index 0000000..92fd316 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vscode.svg @@ -0,0 +1 @@ +visualstudiocode.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vscodium.svg b/.local/share/icons/Nordic/apps/scalable/vscodium.svg new file mode 120000 index 0000000..92fd316 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vscodium.svg @@ -0,0 +1 @@ +visualstudiocode.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vso.svg b/.local/share/icons/Nordic/apps/scalable/vso.svg new file mode 120000 index 0000000..92fd316 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vso.svg @@ -0,0 +1 @@ +visualstudiocode.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/vvave.svg b/.local/share/icons/Nordic/apps/scalable/vvave.svg new file mode 120000 index 0000000..ae001d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/vvave.svg @@ -0,0 +1 @@ +babe.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wallet-closed.svg b/.local/share/icons/Nordic/apps/scalable/wallet-closed.svg new file mode 120000 index 0000000..e8f9d81 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wallet-closed.svg @@ -0,0 +1 @@ +wallet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wallet-open.svg b/.local/share/icons/Nordic/apps/scalable/wallet-open.svg new file mode 120000 index 0000000..e8f9d81 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wallet-open.svg @@ -0,0 +1 @@ +wallet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wallet.svg b/.local/share/icons/Nordic/apps/scalable/wallet.svg new file mode 100644 index 0000000..ff64a21 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wallet.svg @@ -0,0 +1,394 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/wallpaper.svg b/.local/share/icons/Nordic/apps/scalable/wallpaper.svg new file mode 120000 index 0000000..911ba54 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wallpaper.svg @@ -0,0 +1 @@ +preferences-desktop-wallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wargus.svg b/.local/share/icons/Nordic/apps/scalable/wargus.svg new file mode 100644 index 0000000..e5fc3d7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wargus.svg @@ -0,0 +1,62 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/waterfox-icon.svg b/.local/share/icons/Nordic/apps/scalable/waterfox-icon.svg new file mode 120000 index 0000000..8b27b7c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/waterfox-icon.svg @@ -0,0 +1 @@ +waterfox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/waterfox.svg b/.local/share/icons/Nordic/apps/scalable/waterfox.svg new file mode 100644 index 0000000..523ec3e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/waterfox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/weather-app.svg b/.local/share/icons/Nordic/apps/scalable/weather-app.svg new file mode 120000 index 0000000..8103a34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/weather-app.svg @@ -0,0 +1 @@ +weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/weather-clear.svg b/.local/share/icons/Nordic/apps/scalable/weather-clear.svg new file mode 120000 index 0000000..4f715a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/weather-clear.svg @@ -0,0 +1 @@ +org.gnome.Weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/weather-widget.svg b/.local/share/icons/Nordic/apps/scalable/weather-widget.svg new file mode 120000 index 0000000..8103a34 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/weather-widget.svg @@ -0,0 +1 @@ +weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/weather.svg b/.local/share/icons/Nordic/apps/scalable/weather.svg new file mode 120000 index 0000000..4f715a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/weather.svg @@ -0,0 +1 @@ +org.gnome.Weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-aim.svg b/.local/share/icons/Nordic/apps/scalable/web-aim.svg new file mode 120000 index 0000000..a91e346 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-aim.svg @@ -0,0 +1 @@ +aim.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-amazon.svg b/.local/share/icons/Nordic/apps/scalable/web-amazon.svg new file mode 120000 index 0000000..4f2e80b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-amazon.svg @@ -0,0 +1 @@ +amazon-store.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-browser-app.svg b/.local/share/icons/Nordic/apps/scalable/web-browser-app.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-browser-app.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-browser-chrome.svg b/.local/share/icons/Nordic/apps/scalable/web-browser-chrome.svg new file mode 120000 index 0000000..3625dae --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-browser-chrome.svg @@ -0,0 +1 @@ +chrome.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-browser-chromium.svg b/.local/share/icons/Nordic/apps/scalable/web-browser-chromium.svg new file mode 120000 index 0000000..e97fd96 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-browser-chromium.svg @@ -0,0 +1 @@ +chromium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-browser-opera.svg b/.local/share/icons/Nordic/apps/scalable/web-browser-opera.svg new file mode 120000 index 0000000..6075479 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-browser-opera.svg @@ -0,0 +1 @@ +opera.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-browser.svg b/.local/share/icons/Nordic/apps/scalable/web-browser.svg new file mode 100644 index 0000000..aa9b317 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-browser.svg @@ -0,0 +1,91 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/web-copy.svg b/.local/share/icons/Nordic/apps/scalable/web-copy.svg new file mode 120000 index 0000000..4b1d7e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-copy.svg @@ -0,0 +1 @@ +copy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-discord.svg b/.local/share/icons/Nordic/apps/scalable/web-discord.svg new file mode 120000 index 0000000..972a47f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-discord.svg @@ -0,0 +1 @@ +discord.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-dropbox.svg b/.local/share/icons/Nordic/apps/scalable/web-dropbox.svg new file mode 120000 index 0000000..3b77629 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-dropbox.svg @@ -0,0 +1 @@ +dropbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-evernote.svg b/.local/share/icons/Nordic/apps/scalable/web-evernote.svg new file mode 120000 index 0000000..7500816 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-evernote.svg @@ -0,0 +1 @@ +avernote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-facebook.svg b/.local/share/icons/Nordic/apps/scalable/web-facebook.svg new file mode 100644 index 0000000..23b68b3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-fastmail.svg b/.local/share/icons/Nordic/apps/scalable/web-fastmail.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-fastmail.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-google-calendar.svg b/.local/share/icons/Nordic/apps/scalable/web-google-calendar.svg new file mode 120000 index 0000000..e7a4d9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-google-calendar.svg @@ -0,0 +1 @@ +preferences-system-power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-google-gmail.svg b/.local/share/icons/Nordic/apps/scalable/web-google-gmail.svg new file mode 120000 index 0000000..535ba00 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-google-gmail.svg @@ -0,0 +1 @@ +gmail.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-google-maps.svg b/.local/share/icons/Nordic/apps/scalable/web-google-maps.svg new file mode 120000 index 0000000..59b5c64 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-google-maps.svg @@ -0,0 +1 @@ +maps.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-google-play-books.svg b/.local/share/icons/Nordic/apps/scalable/web-google-play-books.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-google-play-books.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-google-play-music.svg b/.local/share/icons/Nordic/apps/scalable/web-google-play-music.svg new file mode 120000 index 0000000..0ee17a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-google-play-music.svg @@ -0,0 +1 @@ +google-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-google-youtube.svg b/.local/share/icons/Nordic/apps/scalable/web-google-youtube.svg new file mode 120000 index 0000000..6c62c16 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-google-youtube.svg @@ -0,0 +1 @@ +youtube.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-kindle.svg b/.local/share/icons/Nordic/apps/scalable/web-kindle.svg new file mode 120000 index 0000000..168e980 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-kindle.svg @@ -0,0 +1 @@ +gnome-books.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-lastfm.svg b/.local/share/icons/Nordic/apps/scalable/web-lastfm.svg new file mode 120000 index 0000000..76dd477 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-lastfm.svg @@ -0,0 +1 @@ +lastfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-mailru.svg b/.local/share/icons/Nordic/apps/scalable/web-mailru.svg new file mode 120000 index 0000000..002d74e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-mailru.svg @@ -0,0 +1 @@ +mailru-mail.ru.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-microsoft.svg b/.local/share/icons/Nordic/apps/scalable/web-microsoft.svg new file mode 120000 index 0000000..0756da4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-microsoft.svg @@ -0,0 +1 @@ +windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-spotify.svg b/.local/share/icons/Nordic/apps/scalable/web-spotify.svg new file mode 120000 index 0000000..2d1e6f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-spotify.svg @@ -0,0 +1 @@ +spotify-client.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/web-telegram.svg b/.local/share/icons/Nordic/apps/scalable/web-telegram.svg new file mode 120000 index 0000000..8fa96d0 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/web-telegram.svg @@ -0,0 +1 @@ +telegram.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/webbrowser-app.svg b/.local/share/icons/Nordic/apps/scalable/webbrowser-app.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/webbrowser-app.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/webcamoid.svg b/.local/share/icons/Nordic/apps/scalable/webcamoid.svg new file mode 120000 index 0000000..6fe6baa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/webcamoid.svg @@ -0,0 +1 @@ +cheese.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/webide.svg b/.local/share/icons/Nordic/apps/scalable/webide.svg new file mode 120000 index 0000000..3b0db9e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/webide.svg @@ -0,0 +1 @@ +phpstorm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/webkit.svg b/.local/share/icons/Nordic/apps/scalable/webkit.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/webkit.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/webstorm.svg b/.local/share/icons/Nordic/apps/scalable/webstorm.svg new file mode 100644 index 0000000..a193546 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/webstorm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/webtorrent-desktop.svg b/.local/share/icons/Nordic/apps/scalable/webtorrent-desktop.svg new file mode 100644 index 0000000..0cee955 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/webtorrent-desktop.svg @@ -0,0 +1,968 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/wechat.svg b/.local/share/icons/Nordic/apps/scalable/wechat.svg new file mode 100644 index 0000000..4450009 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wechat.svg @@ -0,0 +1 @@ +wechat \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wesnoth.svg b/.local/share/icons/Nordic/apps/scalable/wesnoth.svg new file mode 100644 index 0000000..bca2dad --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wesnoth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/whaawmp.svg b/.local/share/icons/Nordic/apps/scalable/whaawmp.svg new file mode 120000 index 0000000..27d2c5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/whaawmp.svg @@ -0,0 +1 @@ +dragonplayer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/whalebird.svg b/.local/share/icons/Nordic/apps/scalable/whalebird.svg new file mode 100644 index 0000000..634a33f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/whalebird.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/whatsapp.svg b/.local/share/icons/Nordic/apps/scalable/whatsapp.svg new file mode 100644 index 0000000..a1e0f4c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wicd-gtk.svg b/.local/share/icons/Nordic/apps/scalable/wicd-gtk.svg new file mode 120000 index 0000000..015d36a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wicd-gtk.svg @@ -0,0 +1 @@ +wicd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wicd.svg b/.local/share/icons/Nordic/apps/scalable/wicd.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wicd.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wifi-radar.svg b/.local/share/icons/Nordic/apps/scalable/wifi-radar.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wifi-radar.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wilber-icon.svg b/.local/share/icons/Nordic/apps/scalable/wilber-icon.svg new file mode 120000 index 0000000..e8e460b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wilber-icon.svg @@ -0,0 +1 @@ +accessories-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wilber-icon2_0.svg b/.local/share/icons/Nordic/apps/scalable/wilber-icon2_0.svg new file mode 120000 index 0000000..e8e460b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wilber-icon2_0.svg @@ -0,0 +1 @@ +accessories-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/window-manager.svg b/.local/share/icons/Nordic/apps/scalable/window-manager.svg new file mode 100644 index 0000000..c102b8d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/window-manager.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/windows.svg b/.local/share/icons/Nordic/apps/scalable/windows.svg new file mode 120000 index 0000000..417f68c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/windows.svg @@ -0,0 +1 @@ +wine.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wine-file.0.svg b/.local/share/icons/Nordic/apps/scalable/wine-file.0.svg new file mode 120000 index 0000000..0756da4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wine-file.0.svg @@ -0,0 +1 @@ +windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wine-help.svg b/.local/share/icons/Nordic/apps/scalable/wine-help.svg new file mode 100644 index 0000000..7ddb880 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wine-help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wine-java1.svg b/.local/share/icons/Nordic/apps/scalable/wine-java1.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wine-java1.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wine-java2.svg b/.local/share/icons/Nordic/apps/scalable/wine-java2.svg new file mode 120000 index 0000000..124ab27 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wine-java2.svg @@ -0,0 +1 @@ +java.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wine-notepad.svg b/.local/share/icons/Nordic/apps/scalable/wine-notepad.svg new file mode 120000 index 0000000..2991b88 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wine-notepad.svg @@ -0,0 +1 @@ +notepad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wine-sofware.svg b/.local/share/icons/Nordic/apps/scalable/wine-sofware.svg new file mode 100644 index 0000000..60408c3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wine-sofware.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wine-winecfg.svg b/.local/share/icons/Nordic/apps/scalable/wine-winecfg.svg new file mode 100644 index 0000000..f4a69dd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wine-winecfg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wine-winetricks.svg b/.local/share/icons/Nordic/apps/scalable/wine-winetricks.svg new file mode 120000 index 0000000..cda48fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wine-winetricks.svg @@ -0,0 +1 @@ +winetricks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wine.svg b/.local/share/icons/Nordic/apps/scalable/wine.svg new file mode 100644 index 0000000..7e16556 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wine1.2.svg b/.local/share/icons/Nordic/apps/scalable/wine1.2.svg new file mode 120000 index 0000000..0756da4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wine1.2.svg @@ -0,0 +1 @@ +windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wine1.3.svg b/.local/share/icons/Nordic/apps/scalable/wine1.3.svg new file mode 120000 index 0000000..0756da4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wine1.3.svg @@ -0,0 +1 @@ +windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wine1.4.svg b/.local/share/icons/Nordic/apps/scalable/wine1.4.svg new file mode 120000 index 0000000..0756da4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wine1.4.svg @@ -0,0 +1 @@ +windows.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wine_notepad.svg b/.local/share/icons/Nordic/apps/scalable/wine_notepad.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wine_notepad.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/winefile.svg b/.local/share/icons/Nordic/apps/scalable/winefile.svg new file mode 100644 index 0000000..cd91ca7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/winefile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/winemine.svg b/.local/share/icons/Nordic/apps/scalable/winemine.svg new file mode 100644 index 0000000..bac458e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/winemine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/winetricks.svg b/.local/share/icons/Nordic/apps/scalable/winetricks.svg new file mode 100644 index 0000000..455e87b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/winetricks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/winff.svg b/.local/share/icons/Nordic/apps/scalable/winff.svg new file mode 100644 index 0000000..fa649e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/winff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/winpdb.svg b/.local/share/icons/Nordic/apps/scalable/winpdb.svg new file mode 120000 index 0000000..2778f8f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/winpdb.svg @@ -0,0 +1 @@ +abrt.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/winusb.svg b/.local/share/icons/Nordic/apps/scalable/winusb.svg new file mode 100644 index 0000000..bf2bbc7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/winusb.svg @@ -0,0 +1,94 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/winusbgui-icon.svg b/.local/share/icons/Nordic/apps/scalable/winusbgui-icon.svg new file mode 120000 index 0000000..fdda6e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/winusbgui-icon.svg @@ -0,0 +1 @@ +winusb.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/winusbgui.svg b/.local/share/icons/Nordic/apps/scalable/winusbgui.svg new file mode 120000 index 0000000..fdda6e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/winusbgui.svg @@ -0,0 +1 @@ +winusb.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wire-desktop.svg b/.local/share/icons/Nordic/apps/scalable/wire-desktop.svg new file mode 100644 index 0000000..7d12d0c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wire-desktop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wire.svg b/.local/share/icons/Nordic/apps/scalable/wire.svg new file mode 100644 index 0000000..7d12d0c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wireshark.svg b/.local/share/icons/Nordic/apps/scalable/wireshark.svg new file mode 100644 index 0000000..4186a93 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wireshark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wiznote.svg b/.local/share/icons/Nordic/apps/scalable/wiznote.svg new file mode 100644 index 0000000..6aab3e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wiznote.svg @@ -0,0 +1,100 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/wmtweaks.svg b/.local/share/icons/Nordic/apps/scalable/wmtweaks.svg new file mode 100644 index 0000000..6990fbe --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wmtweaks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/woeusbgui-icon.svg b/.local/share/icons/Nordic/apps/scalable/woeusbgui-icon.svg new file mode 100644 index 0000000..67f2fd3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/woeusbgui-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wokoscreen.svg b/.local/share/icons/Nordic/apps/scalable/wokoscreen.svg new file mode 120000 index 0000000..9100e9c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wokoscreen.svg @@ -0,0 +1 @@ +simplescreenrecorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wolfram-player.svg b/.local/share/icons/Nordic/apps/scalable/wolfram-player.svg new file mode 100644 index 0000000..f9ca1b7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wolfram-player.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wordpad.svg b/.local/share/icons/Nordic/apps/scalable/wordpad.svg new file mode 120000 index 0000000..746aac9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wordpad.svg @@ -0,0 +1 @@ +document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/work.openpaper.Paperwork.svg b/.local/share/icons/Nordic/apps/scalable/work.openpaper.Paperwork.svg new file mode 120000 index 0000000..2045359 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/work.openpaper.Paperwork.svg @@ -0,0 +1 @@ +paperwork.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/workspace-overview.svg b/.local/share/icons/Nordic/apps/scalable/workspace-overview.svg new file mode 100644 index 0000000..546693b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/workspace-overview.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/workspace-switcher-left-bottom.svg b/.local/share/icons/Nordic/apps/scalable/workspace-switcher-left-bottom.svg new file mode 120000 index 0000000..7751cc5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/workspace-switcher-left-bottom.svg @@ -0,0 +1 @@ +workspaces.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/workspace-switcher-right-bottom.svg b/.local/share/icons/Nordic/apps/scalable/workspace-switcher-right-bottom.svg new file mode 120000 index 0000000..7751cc5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/workspace-switcher-right-bottom.svg @@ -0,0 +1 @@ +workspaces.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/workspace-switcher-right-top.svg b/.local/share/icons/Nordic/apps/scalable/workspace-switcher-right-top.svg new file mode 120000 index 0000000..7751cc5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/workspace-switcher-right-top.svg @@ -0,0 +1 @@ +workspaces.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/workspace-switcher-top-left.svg b/.local/share/icons/Nordic/apps/scalable/workspace-switcher-top-left.svg new file mode 120000 index 0000000..7751cc5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/workspace-switcher-top-left.svg @@ -0,0 +1 @@ +workspaces.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/workspace-switcher.svg b/.local/share/icons/Nordic/apps/scalable/workspace-switcher.svg new file mode 120000 index 0000000..7751cc5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/workspace-switcher.svg @@ -0,0 +1 @@ +workspaces.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/workspaces.svg b/.local/share/icons/Nordic/apps/scalable/workspaces.svg new file mode 100644 index 0000000..acaed77 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/workspaces.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/worms.svg b/.local/share/icons/Nordic/apps/scalable/worms.svg new file mode 100644 index 0000000..0df7019 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/worms.svg @@ -0,0 +1,65 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/wormux.svg b/.local/share/icons/Nordic/apps/scalable/wormux.svg new file mode 120000 index 0000000..4a02836 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wormux.svg @@ -0,0 +1 @@ +worms.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wpa_gui.svg b/.local/share/icons/Nordic/apps/scalable/wpa_gui.svg new file mode 120000 index 0000000..015d36a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wpa_gui.svg @@ -0,0 +1 @@ +wicd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wps-calc.svg b/.local/share/icons/Nordic/apps/scalable/wps-calc.svg new file mode 120000 index 0000000..319c399 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wps-calc.svg @@ -0,0 +1 @@ +wps-office-etmain.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wps-office-etmain.svg b/.local/share/icons/Nordic/apps/scalable/wps-office-etmain.svg new file mode 100644 index 0000000..de847e4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wps-office-etmain.svg @@ -0,0 +1,73 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/wps-office-wppmain.svg b/.local/share/icons/Nordic/apps/scalable/wps-office-wppmain.svg new file mode 100644 index 0000000..0ed23f9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wps-office-wppmain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wps-office-wpsmain-appmain.svg b/.local/share/icons/Nordic/apps/scalable/wps-office-wpsmain-appmain.svg new file mode 120000 index 0000000..211432e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wps-office-wpsmain-appmain.svg @@ -0,0 +1 @@ +wps-office-wpsmain.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wps-office-wpsmain.svg b/.local/share/icons/Nordic/apps/scalable/wps-office-wpsmain.svg new file mode 100644 index 0000000..86a07e3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wps-office-wpsmain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wps-office2019-etmain.svg b/.local/share/icons/Nordic/apps/scalable/wps-office2019-etmain.svg new file mode 120000 index 0000000..319c399 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wps-office2019-etmain.svg @@ -0,0 +1 @@ +wps-office-etmain.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wps-office2019-pdfmain.svg b/.local/share/icons/Nordic/apps/scalable/wps-office2019-pdfmain.svg new file mode 120000 index 0000000..ae216ea --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wps-office2019-pdfmain.svg @@ -0,0 +1 @@ +qpdfview.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wps-office2019-wppmain.svg b/.local/share/icons/Nordic/apps/scalable/wps-office2019-wppmain.svg new file mode 120000 index 0000000..c31b61a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wps-office2019-wppmain.svg @@ -0,0 +1 @@ +wps-office-wppmain.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wps-office2019-wpsmain.svg b/.local/share/icons/Nordic/apps/scalable/wps-office2019-wpsmain.svg new file mode 120000 index 0000000..fdb334b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wps-office2019-wpsmain.svg @@ -0,0 +1 @@ +wps-word.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wps-pres.svg b/.local/share/icons/Nordic/apps/scalable/wps-pres.svg new file mode 120000 index 0000000..c31b61a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wps-pres.svg @@ -0,0 +1 @@ +wps-office-wppmain.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wps-word.svg b/.local/share/icons/Nordic/apps/scalable/wps-word.svg new file mode 120000 index 0000000..211432e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wps-word.svg @@ -0,0 +1 @@ +wps-office-wpsmain.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ws.openarena.OpenArena.svg b/.local/share/icons/Nordic/apps/scalable/ws.openarena.OpenArena.svg new file mode 120000 index 0000000..fcca97b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ws.openarena.OpenArena.svg @@ -0,0 +1 @@ +openarena.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/www-browser.svg b/.local/share/icons/Nordic/apps/scalable/www-browser.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/www-browser.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wxHexEditor.svg b/.local/share/icons/Nordic/apps/scalable/wxHexEditor.svg new file mode 120000 index 0000000..601daaa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wxHexEditor.svg @@ -0,0 +1 @@ +okteta.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/wxglade.svg b/.local/share/icons/Nordic/apps/scalable/wxglade.svg new file mode 100644 index 0000000..d35b367 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/wxglade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/x-eoffice-calendar.svg b/.local/share/icons/Nordic/apps/scalable/x-eoffice-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/x-eoffice-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/x-office-address-book.svg b/.local/share/icons/Nordic/apps/scalable/x-office-address-book.svg new file mode 120000 index 0000000..de1a738 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/x-office-address-book.svg @@ -0,0 +1 @@ +address-book.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/x-office-calendar.svg b/.local/share/icons/Nordic/apps/scalable/x-office-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/x-office-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/x-office-mail.svg b/.local/share/icons/Nordic/apps/scalable/x-office-mail.svg new file mode 120000 index 0000000..73af2ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/x-office-mail.svg @@ -0,0 +1 @@ +email.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/x-office_mail.svg b/.local/share/icons/Nordic/apps/scalable/x-office_mail.svg new file mode 120000 index 0000000..73af2ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/x-office_mail.svg @@ -0,0 +1 @@ +email.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/x-pdf.svg b/.local/share/icons/Nordic/apps/scalable/x-pdf.svg new file mode 120000 index 0000000..e1b9885 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/x-pdf.svg @@ -0,0 +1 @@ +document-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/x-plane.svg b/.local/share/icons/Nordic/apps/scalable/x-plane.svg new file mode 100644 index 0000000..58d887a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/x-plane.svg @@ -0,0 +1,1007 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/x-terminal-emulator.svg b/.local/share/icons/Nordic/apps/scalable/x-terminal-emulator.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/x-terminal-emulator.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/x.svg b/.local/share/icons/Nordic/apps/scalable/x.svg new file mode 120000 index 0000000..e597c17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/x.svg @@ -0,0 +1 @@ +xchat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/x11.svg b/.local/share/icons/Nordic/apps/scalable/x11.svg new file mode 120000 index 0000000..e597c17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/x11.svg @@ -0,0 +1 @@ +xchat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xame.svg b/.local/share/icons/Nordic/apps/scalable/xame.svg new file mode 120000 index 0000000..01b24b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xame.svg @@ -0,0 +1 @@ +kmenuedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xampp.svg b/.local/share/icons/Nordic/apps/scalable/xampp.svg new file mode 100644 index 0000000..6220d51 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xampp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xarchiver.svg b/.local/share/icons/Nordic/apps/scalable/xarchiver.svg new file mode 120000 index 0000000..72381db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xarchiver.svg @@ -0,0 +1 @@ +file-roller.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xbmc.svg b/.local/share/icons/Nordic/apps/scalable/xbmc.svg new file mode 100644 index 0000000..0da1628 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xbmc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xboard.svg b/.local/share/icons/Nordic/apps/scalable/xboard.svg new file mode 120000 index 0000000..3f8c01d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xboard.svg @@ -0,0 +1 @@ +chess.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xcalc.svg b/.local/share/icons/Nordic/apps/scalable/xcalc.svg new file mode 120000 index 0000000..67684fa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xcalc.svg @@ -0,0 +1 @@ +calculator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xcas.svg b/.local/share/icons/Nordic/apps/scalable/xcas.svg new file mode 100644 index 0000000..b9d205c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xcas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xchat-gnome.svg b/.local/share/icons/Nordic/apps/scalable/xchat-gnome.svg new file mode 120000 index 0000000..e597c17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xchat-gnome.svg @@ -0,0 +1 @@ +xchat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xchat-mini.svg b/.local/share/icons/Nordic/apps/scalable/xchat-mini.svg new file mode 120000 index 0000000..e597c17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xchat-mini.svg @@ -0,0 +1 @@ +xchat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xchat-panel.svg b/.local/share/icons/Nordic/apps/scalable/xchat-panel.svg new file mode 120000 index 0000000..e597c17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xchat-panel.svg @@ -0,0 +1 @@ +xchat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xchat.svg b/.local/share/icons/Nordic/apps/scalable/xchat.svg new file mode 100644 index 0000000..20864c2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xchat_.svg b/.local/share/icons/Nordic/apps/scalable/xchat_.svg new file mode 120000 index 0000000..e597c17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xchat_.svg @@ -0,0 +1 @@ +xchat.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xchm.svg b/.local/share/icons/Nordic/apps/scalable/xchm.svg new file mode 120000 index 0000000..74f27a8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xchm.svg @@ -0,0 +1 @@ +help.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xdg-browser-launcher.svg b/.local/share/icons/Nordic/apps/scalable/xdg-browser-launcher.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xdg-browser-launcher.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xdiagnose.svg b/.local/share/icons/Nordic/apps/scalable/xdiagnose.svg new file mode 100644 index 0000000..cec24c7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xdiagnose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xed.svg b/.local/share/icons/Nordic/apps/scalable/xed.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xed.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xedit.svg b/.local/share/icons/Nordic/apps/scalable/xedit.svg new file mode 120000 index 0000000..6bccf22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xedit.svg @@ -0,0 +1 @@ +gedit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfburn.svg b/.local/share/icons/Nordic/apps/scalable/xfburn.svg new file mode 120000 index 0000000..cedb92b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfburn.svg @@ -0,0 +1 @@ +k3b.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfcalendar.svg b/.local/share/icons/Nordic/apps/scalable/xfcalendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfcalendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-calendar.svg b/.local/share/icons/Nordic/apps/scalable/xfce-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-devel.svg b/.local/share/icons/Nordic/apps/scalable/xfce-devel.svg new file mode 120000 index 0000000..d153228 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-devel.svg @@ -0,0 +1 @@ +builder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-dict.svg b/.local/share/icons/Nordic/apps/scalable/xfce-dict.svg new file mode 120000 index 0000000..9f0d52e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-dict.svg @@ -0,0 +1 @@ +dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-display-external.svg b/.local/share/icons/Nordic/apps/scalable/xfce-display-external.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-display-external.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-edit.svg b/.local/share/icons/Nordic/apps/scalable/xfce-edit.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-edit.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-filemanager.svg b/.local/share/icons/Nordic/apps/scalable/xfce-filemanager.svg new file mode 120000 index 0000000..abdd0fd --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-filemanager.svg @@ -0,0 +1 @@ +system-file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-games.svg b/.local/share/icons/Nordic/apps/scalable/xfce-games.svg new file mode 120000 index 0000000..69f0e70 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-games.svg @@ -0,0 +1 @@ +applications-games.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-graphics.svg b/.local/share/icons/Nordic/apps/scalable/xfce-graphics.svg new file mode 120000 index 0000000..094639b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-graphics.svg @@ -0,0 +1 @@ +applications-graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-mail.svg b/.local/share/icons/Nordic/apps/scalable/xfce-mail.svg new file mode 120000 index 0000000..73af2ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-mail.svg @@ -0,0 +1 @@ +email.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-man.svg b/.local/share/icons/Nordic/apps/scalable/xfce-man.svg new file mode 120000 index 0000000..5ec8e9d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-man.svg @@ -0,0 +1 @@ +help-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-newmail.svg b/.local/share/icons/Nordic/apps/scalable/xfce-newmail.svg new file mode 120000 index 0000000..73af2ca --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-newmail.svg @@ -0,0 +1 @@ +email.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-printer.svg b/.local/share/icons/Nordic/apps/scalable/xfce-printer.svg new file mode 120000 index 0000000..f0bff22 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-printer.svg @@ -0,0 +1 @@ +printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-schedule.svg b/.local/share/icons/Nordic/apps/scalable/xfce-schedule.svg new file mode 120000 index 0000000..374b07d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-schedule.svg @@ -0,0 +1 @@ +time-admin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-sensors.svg b/.local/share/icons/Nordic/apps/scalable/xfce-sensors.svg new file mode 120000 index 0000000..a6c23f4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-sensors.svg @@ -0,0 +1 @@ +thermal-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-sound.svg b/.local/share/icons/Nordic/apps/scalable/xfce-sound.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-sound.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-system-info.svg b/.local/share/icons/Nordic/apps/scalable/xfce-system-info.svg new file mode 120000 index 0000000..29abcb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-system-info.svg @@ -0,0 +1 @@ +gtk-info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-system-lock.svg b/.local/share/icons/Nordic/apps/scalable/xfce-system-lock.svg new file mode 120000 index 0000000..4cbb8f6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-system-lock.svg @@ -0,0 +1 @@ +preferences-desktop-screensaver.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-system-settings.svg b/.local/share/icons/Nordic/apps/scalable/xfce-system-settings.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-system-settings.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-terminal.svg b/.local/share/icons/Nordic/apps/scalable/xfce-terminal.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-terminal.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-ui.svg b/.local/share/icons/Nordic/apps/scalable/xfce-ui.svg new file mode 120000 index 0000000..3c8cc87 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-ui.svg @@ -0,0 +1 @@ +preferences-desktop-theme.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce-unknown.svg b/.local/share/icons/Nordic/apps/scalable/xfce-unknown.svg new file mode 120000 index 0000000..5ec8e9d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce-unknown.svg @@ -0,0 +1 @@ +help-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-accessibility-settings.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-accessibility-settings.svg new file mode 120000 index 0000000..7586f9a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-accessibility-settings.svg @@ -0,0 +1 @@ +access.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-appfinder.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-appfinder.svg new file mode 120000 index 0000000..b1e60c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-appfinder.svg @@ -0,0 +1 @@ +lxfind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-backdrop.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-backdrop.svg new file mode 120000 index 0000000..911ba54 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-backdrop.svg @@ -0,0 +1 @@ +preferences-desktop-wallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-battery-plugin.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-battery-plugin.svg new file mode 120000 index 0000000..d2cbd78 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-battery-plugin.svg @@ -0,0 +1 @@ +power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-clipman-plugin.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-clipman-plugin.svg new file mode 120000 index 0000000..644ff5b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-clipman-plugin.svg @@ -0,0 +1 @@ +diodon.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-clipman.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-clipman.svg new file mode 120000 index 0000000..98b621a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-clipman.svg @@ -0,0 +1 @@ +cs-workspaces.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-clock.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-clock.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-clock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-color-settings.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-color-settings.svg new file mode 120000 index 0000000..c04b3ee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-color-settings.svg @@ -0,0 +1 @@ +preferences-color.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-cpugraph-plugin.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-cpugraph-plugin.svg new file mode 120000 index 0000000..b6e5cee --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-cpugraph-plugin.svg @@ -0,0 +1 @@ +utilities-system-monitor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-dict.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-dict.svg new file mode 120000 index 0000000..fc7facf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-dict.svg @@ -0,0 +1 @@ +accessories-dictionary.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-display.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-display.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-display.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-fsguard-plugin-urgent.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-fsguard-plugin-urgent.svg new file mode 100644 index 0000000..ec4c555 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-fsguard-plugin-urgent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-fsguard-plugin-warning.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-fsguard-plugin-warning.svg new file mode 100644 index 0000000..689b27f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-fsguard-plugin-warning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-fsguard-plugin.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-fsguard-plugin.svg new file mode 120000 index 0000000..6080e25 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-fsguard-plugin.svg @@ -0,0 +1 @@ +gnome-disks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-indicator-plugin.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-indicator-plugin.svg new file mode 120000 index 0000000..cad5391 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-indicator-plugin.svg @@ -0,0 +1 @@ +info.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-keyboard-settings.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-keyboard-settings.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-keyboard-settings.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-mcs-manager.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-mcs-manager.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-mcs-manager.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-menueditor.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-menueditor.svg new file mode 120000 index 0000000..823c295 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-menueditor.svg @@ -0,0 +1 @@ +alacarte.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-mixer.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-mixer.svg new file mode 100644 index 0000000..fbb20db --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-mixer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-netload-plugin.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-netload-plugin.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-netload-plugin.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-notes-plugin.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-notes-plugin.svg new file mode 120000 index 0000000..f49bc26 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-notes-plugin.svg @@ -0,0 +1 @@ +knotes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-notes.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-notes.svg new file mode 120000 index 0000000..f49bc26 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-notes.svg @@ -0,0 +1 @@ +knotes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-notifyd.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-notifyd.svg new file mode 120000 index 0000000..0f3a718 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-notifyd.svg @@ -0,0 +1 @@ +preferences-desktop-notification-bell.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-panel-menu.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-panel-menu.svg new file mode 100644 index 0000000..92bf328 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-panel-menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-panel.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-panel.svg new file mode 120000 index 0000000..e3e698a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-panel.svg @@ -0,0 +1 @@ +xfce4-panel-menu.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-power-manager-settings.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-power-manager-settings.svg new file mode 120000 index 0000000..e7a4d9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-power-manager-settings.svg @@ -0,0 +1 @@ +preferences-system-power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-pulseaudio-plugin.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-pulseaudio-plugin.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-pulseaudio-plugin.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-schedule.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-schedule.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-schedule.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-session-logout.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-session-logout.svg new file mode 120000 index 0000000..d7b5891 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-session-logout.svg @@ -0,0 +1 @@ +user.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-session.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-session.svg new file mode 120000 index 0000000..1752c2f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-session.svg @@ -0,0 +1 @@ +session-properties.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-settings.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-settings.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-settings.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-sound.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-sound.svg new file mode 120000 index 0000000..2ed0bcf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-sound.svg @@ -0,0 +1 @@ +preferences-desktop-sound.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-splash.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-splash.svg new file mode 120000 index 0000000..fa24a04 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-splash.svg @@ -0,0 +1 @@ +preferences-desktop-display.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-terminal.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-terminal.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-terminal.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-ui.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-ui.svg new file mode 120000 index 0000000..3c8cc87 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-ui.svg @@ -0,0 +1 @@ +preferences-desktop-theme.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-weather.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-weather.svg new file mode 120000 index 0000000..4f715a6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-weather.svg @@ -0,0 +1 @@ +org.gnome.Weather.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-whiskermenu.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-whiskermenu.svg new file mode 120000 index 0000000..e3e698a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-whiskermenu.svg @@ -0,0 +1 @@ +xfce4-panel-menu.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-workspace.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-workspace.svg new file mode 120000 index 0000000..98b621a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-workspace.svg @@ -0,0 +1 @@ +cs-workspaces.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce4-workspaces.svg b/.local/share/icons/Nordic/apps/scalable/xfce4-workspaces.svg new file mode 120000 index 0000000..7751cc5 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce4-workspaces.svg @@ -0,0 +1 @@ +workspaces.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfce_unknown.svg b/.local/share/icons/Nordic/apps/scalable/xfce_unknown.svg new file mode 120000 index 0000000..5ec8e9d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfce_unknown.svg @@ -0,0 +1 @@ +help-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfdashboard.svg b/.local/share/icons/Nordic/apps/scalable/xfdashboard.svg new file mode 120000 index 0000000..b51d9aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfdashboard.svg @@ -0,0 +1 @@ +wallpaper.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfe.svg b/.local/share/icons/Nordic/apps/scalable/xfe.svg new file mode 120000 index 0000000..41092c8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfe.svg @@ -0,0 +1 @@ +file-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfpm-ac-adapter.svg b/.local/share/icons/Nordic/apps/scalable/xfpm-ac-adapter.svg new file mode 120000 index 0000000..e7a4d9f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfpm-ac-adapter.svg @@ -0,0 +1 @@ +preferences-system-power.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfsm-logout.svg b/.local/share/icons/Nordic/apps/scalable/xfsm-logout.svg new file mode 120000 index 0000000..d7b5891 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfsm-logout.svg @@ -0,0 +1 @@ +user.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfsm-switch.svg b/.local/share/icons/Nordic/apps/scalable/xfsm-switch.svg new file mode 120000 index 0000000..a1fabb6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfsm-switch.svg @@ -0,0 +1 @@ +config-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xfwm4.svg b/.local/share/icons/Nordic/apps/scalable/xfwm4.svg new file mode 120000 index 0000000..275fda6 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xfwm4.svg @@ -0,0 +1 @@ +window-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ximian-evolution-calendar.svg b/.local/share/icons/Nordic/apps/scalable/ximian-evolution-calendar.svg new file mode 120000 index 0000000..c44ce2b --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ximian-evolution-calendar.svg @@ -0,0 +1 @@ +calendar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/ximian-evolution-email.svg b/.local/share/icons/Nordic/apps/scalable/ximian-evolution-email.svg new file mode 120000 index 0000000..6fb79ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/ximian-evolution-email.svg @@ -0,0 +1 @@ +evolution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xine.svg b/.local/share/icons/Nordic/apps/scalable/xine.svg new file mode 120000 index 0000000..a30e61e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xine.svg @@ -0,0 +1 @@ +totem.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xine2.svg b/.local/share/icons/Nordic/apps/scalable/xine2.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xine2.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xload.svg b/.local/share/icons/Nordic/apps/scalable/xload.svg new file mode 120000 index 0000000..e9dcd5f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xload.svg @@ -0,0 +1 @@ +qtop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xmind-logo-36.svg b/.local/share/icons/Nordic/apps/scalable/xmind-logo-36.svg new file mode 120000 index 0000000..8399b17 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xmind-logo-36.svg @@ -0,0 +1 @@ +xmind.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xmind.svg b/.local/share/icons/Nordic/apps/scalable/xmind.svg new file mode 100644 index 0000000..9a4a731 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xmind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xmms.svg b/.local/share/icons/Nordic/apps/scalable/xmms.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xmms.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xmms_mini.svg b/.local/share/icons/Nordic/apps/scalable/xmms_mini.svg new file mode 120000 index 0000000..c3ff8c4 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xmms_mini.svg @@ -0,0 +1 @@ +mpv.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xn-lastfm.svg b/.local/share/icons/Nordic/apps/scalable/xn-lastfm.svg new file mode 120000 index 0000000..76dd477 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xn-lastfm.svg @@ -0,0 +1 @@ +lastfm.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xneur.svg b/.local/share/icons/Nordic/apps/scalable/xneur.svg new file mode 100644 index 0000000..64a855a --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xneur.svg @@ -0,0 +1,1028 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/xnoise.svg b/.local/share/icons/Nordic/apps/scalable/xnoise.svg new file mode 100644 index 0000000..f0582f1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xnoise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xombrero.svg b/.local/share/icons/Nordic/apps/scalable/xombrero.svg new file mode 100644 index 0000000..6313bf7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xombrero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xournal.svg b/.local/share/icons/Nordic/apps/scalable/xournal.svg new file mode 100644 index 0000000..532008d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xournal.svg @@ -0,0 +1,825 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + X + diff --git a/.local/share/icons/Nordic/apps/scalable/xpad.svg b/.local/share/icons/Nordic/apps/scalable/xpad.svg new file mode 100644 index 0000000..6d0f955 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xpad.svg @@ -0,0 +1,104 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/xpdf.svg b/.local/share/icons/Nordic/apps/scalable/xpdf.svg new file mode 120000 index 0000000..e1b9885 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xpdf.svg @@ -0,0 +1 @@ +document-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xpdf9.svg b/.local/share/icons/Nordic/apps/scalable/xpdf9.svg new file mode 120000 index 0000000..4ba012d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xpdf9.svg @@ -0,0 +1 @@ +accessories-document-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xplane.svg b/.local/share/icons/Nordic/apps/scalable/xplane.svg new file mode 120000 index 0000000..519b9dc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xplane.svg @@ -0,0 +1 @@ +x-plane.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xplayer.svg b/.local/share/icons/Nordic/apps/scalable/xplayer.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xplayer.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xreader.svg b/.local/share/icons/Nordic/apps/scalable/xreader.svg new file mode 120000 index 0000000..e1b9885 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xreader.svg @@ -0,0 +1 @@ +document-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xsane.svg b/.local/share/icons/Nordic/apps/scalable/xsane.svg new file mode 120000 index 0000000..490a5aa --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xsane.svg @@ -0,0 +1 @@ +scanner.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xscreensaver.svg b/.local/share/icons/Nordic/apps/scalable/xscreensaver.svg new file mode 100644 index 0000000..a5db545 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xscreensaver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xsensor.svg b/.local/share/icons/Nordic/apps/scalable/xsensor.svg new file mode 120000 index 0000000..349f2c7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xsensor.svg @@ -0,0 +1 @@ +psensor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xt7-player-mpv.svg b/.local/share/icons/Nordic/apps/scalable/xt7-player-mpv.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xt7-player-mpv.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xterm-color.svg b/.local/share/icons/Nordic/apps/scalable/xterm-color.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xterm-color.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xterm-color_32x32.svg b/.local/share/icons/Nordic/apps/scalable/xterm-color_32x32.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xterm-color_32x32.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xterm-color_48x48.svg b/.local/share/icons/Nordic/apps/scalable/xterm-color_48x48.svg new file mode 120000 index 0000000..08ba74f --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xterm-color_48x48.svg @@ -0,0 +1 @@ +utilities-terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xterm.svg b/.local/share/icons/Nordic/apps/scalable/xterm.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xterm.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xterm_32x32.svg b/.local/share/icons/Nordic/apps/scalable/xterm_32x32.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xterm_32x32.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xterm_48x48.svg b/.local/share/icons/Nordic/apps/scalable/xterm_48x48.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xterm_48x48.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xterminator.svg b/.local/share/icons/Nordic/apps/scalable/xterminator.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xterminator.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xvidcap.svg b/.local/share/icons/Nordic/apps/scalable/xvidcap.svg new file mode 120000 index 0000000..68c8453 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xvidcap.svg @@ -0,0 +1 @@ +deepin-screen-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/xviewer.svg b/.local/share/icons/Nordic/apps/scalable/xviewer.svg new file mode 120000 index 0000000..0f365ba --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/xviewer.svg @@ -0,0 +1 @@ +deepin-image-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/y-ppa-manager.svg b/.local/share/icons/Nordic/apps/scalable/y-ppa-manager.svg new file mode 120000 index 0000000..8b27194 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/y-ppa-manager.svg @@ -0,0 +1 @@ +softwarecenter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yad.svg b/.local/share/icons/Nordic/apps/scalable/yad.svg new file mode 120000 index 0000000..94c48c9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yad.svg @@ -0,0 +1 @@ +preferences-gtk-config.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yakuake.svg b/.local/share/icons/Nordic/apps/scalable/yakuake.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yakuake.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-addon-extension.svg b/.local/share/icons/Nordic/apps/scalable/yast-addon-extension.svg new file mode 120000 index 0000000..6a3b5fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-addon-extension.svg @@ -0,0 +1 @@ +preferences-plugin.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-addon.svg b/.local/share/icons/Nordic/apps/scalable/yast-addon.svg new file mode 100644 index 0000000..e85e1e7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-addon.svg @@ -0,0 +1,1014 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/yast-alternatives.svg b/.local/share/icons/Nordic/apps/scalable/yast-alternatives.svg new file mode 120000 index 0000000..5425c90 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-alternatives.svg @@ -0,0 +1 @@ +preferences-other.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-apparmor.svg b/.local/share/icons/Nordic/apps/scalable/yast-apparmor.svg new file mode 120000 index 0000000..eb2f950 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-apparmor.svg @@ -0,0 +1 @@ +preferences-security.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-auth-client.svg b/.local/share/icons/Nordic/apps/scalable/yast-auth-client.svg new file mode 120000 index 0000000..eb2f950 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-auth-client.svg @@ -0,0 +1 @@ +preferences-security.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-bootloader.svg b/.local/share/icons/Nordic/apps/scalable/yast-bootloader.svg new file mode 120000 index 0000000..f288849 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-bootloader.svg @@ -0,0 +1 @@ +slingscold.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-checkmedia.svg b/.local/share/icons/Nordic/apps/scalable/yast-checkmedia.svg new file mode 120000 index 0000000..32d53de --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-checkmedia.svg @@ -0,0 +1 @@ +multimedia-video-player.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-disk.svg b/.local/share/icons/Nordic/apps/scalable/yast-disk.svg new file mode 120000 index 0000000..6080e25 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-disk.svg @@ -0,0 +1 @@ +gnome-disks.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-firewall.svg b/.local/share/icons/Nordic/apps/scalable/yast-firewall.svg new file mode 120000 index 0000000..84538d9 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-firewall.svg @@ -0,0 +1 @@ +gufw.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-fonts.svg b/.local/share/icons/Nordic/apps/scalable/yast-fonts.svg new file mode 120000 index 0000000..ad05215 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-fonts.svg @@ -0,0 +1 @@ +preferences-desktop-font.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-hardware.svg b/.local/share/icons/Nordic/apps/scalable/yast-hardware.svg new file mode 120000 index 0000000..1f9cbf3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-hardware.svg @@ -0,0 +1 @@ +video-card.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-host.svg b/.local/share/icons/Nordic/apps/scalable/yast-host.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-host.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-hwinfo.svg b/.local/share/icons/Nordic/apps/scalable/yast-hwinfo.svg new file mode 120000 index 0000000..1f9cbf3 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-hwinfo.svg @@ -0,0 +1 @@ +video-card.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-inetd.svg b/.local/share/icons/Nordic/apps/scalable/yast-inetd.svg new file mode 120000 index 0000000..76b91b8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-inetd.svg @@ -0,0 +1 @@ +web-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-iscsi-client.svg b/.local/share/icons/Nordic/apps/scalable/yast-iscsi-client.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-iscsi-client.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-keyboard.svg b/.local/share/icons/Nordic/apps/scalable/yast-keyboard.svg new file mode 120000 index 0000000..d14a5be --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-keyboard.svg @@ -0,0 +1 @@ +preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-lan.svg b/.local/share/icons/Nordic/apps/scalable/yast-lan.svg new file mode 120000 index 0000000..66bda98 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-lan.svg @@ -0,0 +1 @@ +preferences-system-network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-language.svg b/.local/share/icons/Nordic/apps/scalable/yast-language.svg new file mode 120000 index 0000000..2c7dbd1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-language.svg @@ -0,0 +1 @@ +translator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-ldap-kerberos.svg b/.local/share/icons/Nordic/apps/scalable/yast-ldap-kerberos.svg new file mode 120000 index 0000000..4ea1232 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-ldap-kerberos.svg @@ -0,0 +1 @@ +preferences-system-network-ldap.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-live-install.svg b/.local/share/icons/Nordic/apps/scalable/yast-live-install.svg new file mode 120000 index 0000000..63c0e71 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-live-install.svg @@ -0,0 +1 @@ +ubiquity-kde.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-messages.svg b/.local/share/icons/Nordic/apps/scalable/yast-messages.svg new file mode 100644 index 0000000..9c20a90 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-messages.svg @@ -0,0 +1,264 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/yast-misc-group.svg b/.local/share/icons/Nordic/apps/scalable/yast-misc-group.svg new file mode 120000 index 0000000..5425c90 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-misc-group.svg @@ -0,0 +1 @@ +preferences-other.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-network-group.svg b/.local/share/icons/Nordic/apps/scalable/yast-network-group.svg new file mode 120000 index 0000000..66bda98 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-network-group.svg @@ -0,0 +1 @@ +preferences-system-network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-network-services.svg b/.local/share/icons/Nordic/apps/scalable/yast-network-services.svg new file mode 120000 index 0000000..32b5191 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-network-services.svg @@ -0,0 +1 @@ +yast-host.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-network_services.svg b/.local/share/icons/Nordic/apps/scalable/yast-network_services.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-network_services.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-nfs.svg b/.local/share/icons/Nordic/apps/scalable/yast-nfs.svg new file mode 120000 index 0000000..a6b4060 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-nfs.svg @@ -0,0 +1 @@ +preferences-desktop-online-accounts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-nis.svg b/.local/share/icons/Nordic/apps/scalable/yast-nis.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-nis.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-ntp-client.svg b/.local/share/icons/Nordic/apps/scalable/yast-ntp-client.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-ntp-client.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-online_update.svg b/.local/share/icons/Nordic/apps/scalable/yast-online_update.svg new file mode 120000 index 0000000..1cca4a7 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-online_update.svg @@ -0,0 +1 @@ +update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-partitioning.svg b/.local/share/icons/Nordic/apps/scalable/yast-partitioning.svg new file mode 120000 index 0000000..b9b21b1 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-partitioning.svg @@ -0,0 +1 @@ +gparted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-powertweak.svg b/.local/share/icons/Nordic/apps/scalable/yast-powertweak.svg new file mode 120000 index 0000000..476ddab --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-powertweak.svg @@ -0,0 +1 @@ +preferences-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-printer.svg b/.local/share/icons/Nordic/apps/scalable/yast-printer.svg new file mode 120000 index 0000000..fb4f8da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-printer.svg @@ -0,0 +1 @@ +cups.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-proxy.svg b/.local/share/icons/Nordic/apps/scalable/yast-proxy.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-proxy.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-release-notes.svg b/.local/share/icons/Nordic/apps/scalable/yast-release-notes.svg new file mode 100644 index 0000000..7767836 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-release-notes.svg @@ -0,0 +1,223 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/yast-remote.svg b/.local/share/icons/Nordic/apps/scalable/yast-remote.svg new file mode 100644 index 0000000..f1d89f8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-remote.svg @@ -0,0 +1,257 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/yast-samba-client.svg b/.local/share/icons/Nordic/apps/scalable/yast-samba-client.svg new file mode 120000 index 0000000..a6b4060 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-samba-client.svg @@ -0,0 +1 @@ +preferences-desktop-online-accounts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-samba-server.svg b/.local/share/icons/Nordic/apps/scalable/yast-samba-server.svg new file mode 120000 index 0000000..a6b4060 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-samba-server.svg @@ -0,0 +1 @@ +preferences-desktop-online-accounts.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-scanner.svg b/.local/share/icons/Nordic/apps/scalable/yast-scanner.svg new file mode 120000 index 0000000..a6fb1a2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-scanner.svg @@ -0,0 +1 @@ +skanlite.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-security-group.svg b/.local/share/icons/Nordic/apps/scalable/yast-security-group.svg new file mode 120000 index 0000000..eb2f950 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-security-group.svg @@ -0,0 +1 @@ +preferences-security.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-security.svg b/.local/share/icons/Nordic/apps/scalable/yast-security.svg new file mode 120000 index 0000000..e678abb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-security.svg @@ -0,0 +1 @@ +yast-firewall.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-snapper.svg b/.local/share/icons/Nordic/apps/scalable/yast-snapper.svg new file mode 120000 index 0000000..a562f83 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-snapper.svg @@ -0,0 +1 @@ +deja-dup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-software.svg b/.local/share/icons/Nordic/apps/scalable/yast-software.svg new file mode 100644 index 0000000..a77f710 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-software.svg @@ -0,0 +1,226 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/yast-sound.svg b/.local/share/icons/Nordic/apps/scalable/yast-sound.svg new file mode 100644 index 0000000..a82ba96 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-sound.svg @@ -0,0 +1,92 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/yast-sudo.svg b/.local/share/icons/Nordic/apps/scalable/yast-sudo.svg new file mode 120000 index 0000000..b6181fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-sudo.svg @@ -0,0 +1 @@ +terminal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-support-group.svg b/.local/share/icons/Nordic/apps/scalable/yast-support-group.svg new file mode 120000 index 0000000..5ec8e9d --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-support-group.svg @@ -0,0 +1 @@ +help-browser.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-support.svg b/.local/share/icons/Nordic/apps/scalable/yast-support.svg new file mode 100644 index 0000000..bbb13fc --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-support.svg @@ -0,0 +1,73 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/yast-sw_single.svg b/.local/share/icons/Nordic/apps/scalable/yast-sw_single.svg new file mode 120000 index 0000000..c28ce1e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-sw_single.svg @@ -0,0 +1 @@ +yast-software.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-sw_source.svg b/.local/share/icons/Nordic/apps/scalable/yast-sw_source.svg new file mode 120000 index 0000000..c28ce1e --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-sw_source.svg @@ -0,0 +1 @@ +yast-software.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-sysconfig.svg b/.local/share/icons/Nordic/apps/scalable/yast-sysconfig.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-sysconfig.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-system-group.svg b/.local/share/icons/Nordic/apps/scalable/yast-system-group.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-system-group.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-system.svg b/.local/share/icons/Nordic/apps/scalable/yast-system.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-system.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-timezone.svg b/.local/share/icons/Nordic/apps/scalable/yast-timezone.svg new file mode 120000 index 0000000..09c3073 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-timezone.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-users.svg b/.local/share/icons/Nordic/apps/scalable/yast-users.svg new file mode 120000 index 0000000..12ff0ec --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-users.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-vendor.svg b/.local/share/icons/Nordic/apps/scalable/yast-vendor.svg new file mode 120000 index 0000000..43bc76c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-vendor.svg @@ -0,0 +1 @@ +yast-release-notes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast-vm-install.svg b/.local/share/icons/Nordic/apps/scalable/yast-vm-install.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast-vm-install.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast.svg b/.local/share/icons/Nordic/apps/scalable/yast.svg new file mode 120000 index 0000000..43bc76c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast.svg @@ -0,0 +1 @@ +yast-release-notes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yast2.svg b/.local/share/icons/Nordic/apps/scalable/yast2.svg new file mode 120000 index 0000000..43bc76c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yast2.svg @@ -0,0 +1 @@ +yast-release-notes.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yavol-youtube.svg b/.local/share/icons/Nordic/apps/scalable/yavol-youtube.svg new file mode 120000 index 0000000..6c62c16 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yavol-youtube.svg @@ -0,0 +1 @@ +youtube.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/youtrack.svg b/.local/share/icons/Nordic/apps/scalable/youtrack.svg new file mode 100644 index 0000000..e335893 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/youtrack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/youtube-browser.svg b/.local/share/icons/Nordic/apps/scalable/youtube-browser.svg new file mode 120000 index 0000000..6c62c16 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/youtube-browser.svg @@ -0,0 +1 @@ +youtube.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/youtube-dl-gui.svg b/.local/share/icons/Nordic/apps/scalable/youtube-dl-gui.svg new file mode 120000 index 0000000..68228e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/youtube-dl-gui.svg @@ -0,0 +1 @@ +youtube-dl.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/youtube-dl-gui_48x48.svg b/.local/share/icons/Nordic/apps/scalable/youtube-dl-gui_48x48.svg new file mode 120000 index 0000000..68228e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/youtube-dl-gui_48x48.svg @@ -0,0 +1 @@ +youtube-dl.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/youtube-dl-qt-icon.svg b/.local/share/icons/Nordic/apps/scalable/youtube-dl-qt-icon.svg new file mode 120000 index 0000000..68228e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/youtube-dl-qt-icon.svg @@ -0,0 +1 @@ +youtube-dl.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/youtube-dl.svg b/.local/share/icons/Nordic/apps/scalable/youtube-dl.svg new file mode 100644 index 0000000..b1813ac --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/youtube-dl.svg @@ -0,0 +1,83 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/youtube-dlg.svg b/.local/share/icons/Nordic/apps/scalable/youtube-dlg.svg new file mode 120000 index 0000000..68228e8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/youtube-dlg.svg @@ -0,0 +1 @@ +youtube-dl.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/youtube-pmc.svg b/.local/share/icons/Nordic/apps/scalable/youtube-pmc.svg new file mode 120000 index 0000000..6c62c16 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/youtube-pmc.svg @@ -0,0 +1 @@ +youtube.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/youtube.svg b/.local/share/icons/Nordic/apps/scalable/youtube.svg new file mode 100644 index 0000000..058bb78 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yubioath.svg b/.local/share/icons/Nordic/apps/scalable/yubioath.svg new file mode 100644 index 0000000..305b5fb --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yubioath.svg @@ -0,0 +1,1589 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/yumex-dnf.svg b/.local/share/icons/Nordic/apps/scalable/yumex-dnf.svg new file mode 120000 index 0000000..7a77b57 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yumex-dnf.svg @@ -0,0 +1 @@ +software-store.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/yumex.svg b/.local/share/icons/Nordic/apps/scalable/yumex.svg new file mode 120000 index 0000000..7a77b57 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/yumex.svg @@ -0,0 +1 @@ +software-store.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/zathura.svg b/.local/share/icons/Nordic/apps/scalable/zathura.svg new file mode 120000 index 0000000..e1b9885 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zathura.svg @@ -0,0 +1 @@ +document-viewer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/zeal.svg b/.local/share/icons/Nordic/apps/scalable/zeal.svg new file mode 100644 index 0000000..b278495 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zeal.svg @@ -0,0 +1,320 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/zeegaree-lite.svg b/.local/share/icons/Nordic/apps/scalable/zeegaree-lite.svg new file mode 120000 index 0000000..02a5b08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zeegaree-lite.svg @@ -0,0 +1 @@ +kronometer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/zeegaree.svg b/.local/share/icons/Nordic/apps/scalable/zeegaree.svg new file mode 120000 index 0000000..02a5b08 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zeegaree.svg @@ -0,0 +1 @@ +kronometer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/zeitgeist.svg b/.local/share/icons/Nordic/apps/scalable/zeitgeist.svg new file mode 120000 index 0000000..a375001 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zeitgeist.svg @@ -0,0 +1 @@ +gnome-activity-journal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/zen-icon.svg b/.local/share/icons/Nordic/apps/scalable/zen-icon.svg new file mode 120000 index 0000000..e442172 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zen-icon.svg @@ -0,0 +1 @@ +system-software-update.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/zenmap.svg b/.local/share/icons/Nordic/apps/scalable/zenmap.svg new file mode 120000 index 0000000..0dc4432 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zenmap.svg @@ -0,0 +1 @@ +activity-log-manager.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/zeroinstall.svg b/.local/share/icons/Nordic/apps/scalable/zeroinstall.svg new file mode 120000 index 0000000..308b22c --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zeroinstall.svg @@ -0,0 +1 @@ +software.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/zim.svg b/.local/share/icons/Nordic/apps/scalable/zim.svg new file mode 120000 index 0000000..47ab1d8 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zim.svg @@ -0,0 +1 @@ +accessories-text-editor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/znotes.svg b/.local/share/icons/Nordic/apps/scalable/znotes.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/znotes.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/zoom-desktop.svg b/.local/share/icons/Nordic/apps/scalable/zoom-desktop.svg new file mode 120000 index 0000000..e522493 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zoom-desktop.svg @@ -0,0 +1 @@ +Zoom.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/zoom-icon.svg b/.local/share/icons/Nordic/apps/scalable/zoom-icon.svg new file mode 120000 index 0000000..e522493 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zoom-icon.svg @@ -0,0 +1 @@ +Zoom.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/zotero.svg b/.local/share/icons/Nordic/apps/scalable/zotero.svg new file mode 100644 index 0000000..46c33cf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zotero.svg @@ -0,0 +1,70 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/zsnes.svg b/.local/share/icons/Nordic/apps/scalable/zsnes.svg new file mode 100644 index 0000000..deefb37 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zsnes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/zulip.svg b/.local/share/icons/Nordic/apps/scalable/zulip.svg new file mode 100644 index 0000000..cfae5da --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zulip.svg @@ -0,0 +1,801 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/apps/scalable/zynaddsubfx.svg b/.local/share/icons/Nordic/apps/scalable/zynaddsubfx.svg new file mode 120000 index 0000000..4bf1121 --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/zynaddsubfx.svg @@ -0,0 +1 @@ +juk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/apps/scalable/βTORRENT.svg b/.local/share/icons/Nordic/apps/scalable/βTORRENT.svg new file mode 100644 index 0000000..3a86faf --- /dev/null +++ b/.local/share/icons/Nordic/apps/scalable/βTORRENT.svg @@ -0,0 +1,408 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/applications-accessories.svg b/.local/share/icons/Nordic/categories/22/applications-accessories.svg new file mode 100644 index 0000000..e509545 --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/applications-accessories.svg @@ -0,0 +1,90 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/applications-development.svg b/.local/share/icons/Nordic/categories/22/applications-development.svg new file mode 100644 index 0000000..3a05c32 --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/applications-development.svg @@ -0,0 +1,71 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/applications-electronics.svg b/.local/share/icons/Nordic/categories/22/applications-electronics.svg new file mode 100644 index 0000000..238caae --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/applications-electronics.svg @@ -0,0 +1,58 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/applications-games.svg b/.local/share/icons/Nordic/categories/22/applications-games.svg new file mode 100644 index 0000000..bddb4d0 --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/applications-games.svg @@ -0,0 +1,57 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/applications-graphics.svg b/.local/share/icons/Nordic/categories/22/applications-graphics.svg new file mode 100644 index 0000000..c6b0e5a --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/applications-graphics.svg @@ -0,0 +1,57 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/applications-internet.svg b/.local/share/icons/Nordic/categories/22/applications-internet.svg new file mode 100644 index 0000000..c97b970 --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/applications-internet.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/applications-multimedia.svg b/.local/share/icons/Nordic/categories/22/applications-multimedia.svg new file mode 100644 index 0000000..dcfa417 --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/applications-multimedia.svg @@ -0,0 +1,95 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/applications-office.svg b/.local/share/icons/Nordic/categories/22/applications-office.svg new file mode 100644 index 0000000..a0fd99f --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/applications-office.svg @@ -0,0 +1,65 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/applications-other.svg b/.local/share/icons/Nordic/categories/22/applications-other.svg new file mode 100644 index 0000000..7709fe5 --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/applications-other.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/applications-science.svg b/.local/share/icons/Nordic/categories/22/applications-science.svg new file mode 100644 index 0000000..281f175 --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/applications-science.svg @@ -0,0 +1,88 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/applications-system.svg b/.local/share/icons/Nordic/categories/22/applications-system.svg new file mode 100644 index 0000000..00217ff --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/applications-system.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/applications-utilities.svg b/.local/share/icons/Nordic/categories/22/applications-utilities.svg new file mode 100644 index 0000000..20f9e24 --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/applications-utilities.svg @@ -0,0 +1,90 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/package_system.svg b/.local/share/icons/Nordic/categories/22/package_system.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/package_system.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/categories/22/preferences-desktop.svg b/.local/share/icons/Nordic/categories/22/preferences-desktop.svg new file mode 100644 index 0000000..f6d716d --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/preferences-desktop.svg @@ -0,0 +1,86 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/system-log-out.svg b/.local/share/icons/Nordic/categories/22/system-log-out.svg new file mode 100644 index 0000000..20167b3 --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/system-log-out.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/categories/22/system-tools.svg b/.local/share/icons/Nordic/categories/22/system-tools.svg new file mode 120000 index 0000000..210f51c --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/system-tools.svg @@ -0,0 +1 @@ +applications-accessories.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/categories/22/system_section.svg b/.local/share/icons/Nordic/categories/22/system_section.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/system_section.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/categories/22/xfce-system.svg b/.local/share/icons/Nordic/categories/22/xfce-system.svg new file mode 120000 index 0000000..9a40701 --- /dev/null +++ b/.local/share/icons/Nordic/categories/22/xfce-system.svg @@ -0,0 +1 @@ +applications-system.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/22/pda.svg b/.local/share/icons/Nordic/devices/22/pda.svg new file mode 120000 index 0000000..3181a10 --- /dev/null +++ b/.local/share/icons/Nordic/devices/22/pda.svg @@ -0,0 +1 @@ +smarphone.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/22/phone.svg b/.local/share/icons/Nordic/devices/22/phone.svg new file mode 120000 index 0000000..3181a10 --- /dev/null +++ b/.local/share/icons/Nordic/devices/22/phone.svg @@ -0,0 +1 @@ +smarphone.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/22/smarphone.svg b/.local/share/icons/Nordic/devices/22/smarphone.svg new file mode 100644 index 0000000..9314213 --- /dev/null +++ b/.local/share/icons/Nordic/devices/22/smarphone.svg @@ -0,0 +1,327 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/ac-adapter.svg b/.local/share/icons/Nordic/devices/48/ac-adapter.svg new file mode 100644 index 0000000..7a3f1cf --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/ac-adapter.svg @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/audio-card.svg b/.local/share/icons/Nordic/devices/48/audio-card.svg new file mode 100644 index 0000000..973cd91 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/audio-card.svg @@ -0,0 +1,441 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/audio-headset.svg b/.local/share/icons/Nordic/devices/48/audio-headset.svg new file mode 100644 index 0000000..c97ec69 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/audio-headset.svg @@ -0,0 +1,353 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/audio-input-microphone.svg b/.local/share/icons/Nordic/devices/48/audio-input-microphone.svg new file mode 100644 index 0000000..287443a --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/audio-input-microphone.svg @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/battery.svg b/.local/share/icons/Nordic/devices/48/battery.svg new file mode 100644 index 0000000..6a48fbf --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/battery.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/blueman-camera.svg b/.local/share/icons/Nordic/devices/48/blueman-camera.svg new file mode 100644 index 0000000..9d13e2c --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/blueman-camera.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/blueman-keyboard.svg b/.local/share/icons/Nordic/devices/48/blueman-keyboard.svg new file mode 100644 index 0000000..0896a59 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/blueman-keyboard.svg @@ -0,0 +1,542 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/blueman-mouse.svg b/.local/share/icons/Nordic/devices/48/blueman-mouse.svg new file mode 100644 index 0000000..82de0d6 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/blueman-mouse.svg @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/camera-photo.svg b/.local/share/icons/Nordic/devices/48/camera-photo.svg new file mode 100644 index 0000000..595e7c6 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/camera-photo.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/camera-web.svg b/.local/share/icons/Nordic/devices/48/camera-web.svg new file mode 120000 index 0000000..2849f93 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/camera-web.svg @@ -0,0 +1 @@ +camera-photo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/com.github.bajoja.indicator-kdeconnect.svg b/.local/share/icons/Nordic/devices/48/com.github.bajoja.indicator-kdeconnect.svg new file mode 120000 index 0000000..af028f1 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/com.github.bajoja.indicator-kdeconnect.svg @@ -0,0 +1 @@ +kdeconnect.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/cpu.svg b/.local/share/icons/Nordic/devices/48/cpu.svg new file mode 100644 index 0000000..a2c93c1 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/cpu.svg @@ -0,0 +1,441 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/cs-mouse.svg b/.local/share/icons/Nordic/devices/48/cs-mouse.svg new file mode 120000 index 0000000..e81935d --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/cs-mouse.svg @@ -0,0 +1 @@ +input-mouse.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/drive-harddisk-ieee1394.svg b/.local/share/icons/Nordic/devices/48/drive-harddisk-ieee1394.svg new file mode 100644 index 0000000..10ac843 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/drive-harddisk-ieee1394.svg @@ -0,0 +1,371 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/drive-harddisk-usb.svg b/.local/share/icons/Nordic/devices/48/drive-harddisk-usb.svg new file mode 100644 index 0000000..7cfff09 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/drive-harddisk-usb.svg @@ -0,0 +1,383 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/drive-harddisk.svg b/.local/share/icons/Nordic/devices/48/drive-harddisk.svg new file mode 100644 index 0000000..8d4cc88 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/drive-harddisk.svg @@ -0,0 +1,332 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/drive-optical.svg b/.local/share/icons/Nordic/devices/48/drive-optical.svg new file mode 120000 index 0000000..63739cc --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/drive-optical.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/drive-removable-media-usb-pendrive.svg b/.local/share/icons/Nordic/devices/48/drive-removable-media-usb-pendrive.svg new file mode 100644 index 0000000..1c5ee3b --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/drive-removable-media-usb-pendrive.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/drive-removable-media-usb.svg b/.local/share/icons/Nordic/devices/48/drive-removable-media-usb.svg new file mode 120000 index 0000000..f888ff0 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/drive-removable-media-usb.svg @@ -0,0 +1 @@ +drive-removable-media-usb-pendrive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/gnome-dev-disc-cdrom.svg b/.local/share/icons/Nordic/devices/48/gnome-dev-disc-cdrom.svg new file mode 100644 index 0000000..f3a2cff --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/gnome-dev-disc-cdrom.svg @@ -0,0 +1,359 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/gnome-dev-dvd.svg b/.local/share/icons/Nordic/devices/48/gnome-dev-dvd.svg new file mode 100644 index 0000000..ee6c5b2 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/gnome-dev-dvd.svg @@ -0,0 +1,359 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/gnome-dev-flashdisk.svg b/.local/share/icons/Nordic/devices/48/gnome-dev-flashdisk.svg new file mode 120000 index 0000000..f888ff0 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/gnome-dev-flashdisk.svg @@ -0,0 +1 @@ +drive-removable-media-usb-pendrive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/gnome-dev-media-memory.svg b/.local/share/icons/Nordic/devices/48/gnome-dev-media-memory.svg new file mode 100644 index 0000000..ec4fbc9 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/gnome-dev-media-memory.svg @@ -0,0 +1,396 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/gnome-dev-printer-network.svg b/.local/share/icons/Nordic/devices/48/gnome-dev-printer-network.svg new file mode 120000 index 0000000..f0bff22 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/gnome-dev-printer-network.svg @@ -0,0 +1 @@ +printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/gnome-mouse-properties.svg b/.local/share/icons/Nordic/devices/48/gnome-mouse-properties.svg new file mode 120000 index 0000000..90ea8e2 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/gnome-mouse-properties.svg @@ -0,0 +1 @@ +preferences-desktop-peripherals.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/gnome-mouse.svg b/.local/share/icons/Nordic/devices/48/gnome-mouse.svg new file mode 120000 index 0000000..90ea8e2 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/gnome-mouse.svg @@ -0,0 +1 @@ +preferences-desktop-peripherals.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/i-network-printer.svg b/.local/share/icons/Nordic/devices/48/i-network-printer.svg new file mode 120000 index 0000000..f0bff22 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/i-network-printer.svg @@ -0,0 +1 @@ +printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/input-mouse.svg b/.local/share/icons/Nordic/devices/48/input-mouse.svg new file mode 100644 index 0000000..0f03bf1 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/input-mouse.svg @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/kdeconnect.svg b/.local/share/icons/Nordic/devices/48/kdeconnect.svg new file mode 120000 index 0000000..df8e165 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/kdeconnect.svg @@ -0,0 +1 @@ +preferences-kde-connect.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/kmousetool.svg b/.local/share/icons/Nordic/devices/48/kmousetool.svg new file mode 120000 index 0000000..90ea8e2 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/kmousetool.svg @@ -0,0 +1 @@ +preferences-desktop-peripherals.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/media-optical-audio.svg b/.local/share/icons/Nordic/devices/48/media-optical-audio.svg new file mode 100644 index 0000000..359f3a5 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/media-optical-audio.svg @@ -0,0 +1,349 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/media-optical-recordable.svg b/.local/share/icons/Nordic/devices/48/media-optical-recordable.svg new file mode 120000 index 0000000..63739cc --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/media-optical-recordable.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/media-optical.svg b/.local/share/icons/Nordic/devices/48/media-optical.svg new file mode 100644 index 0000000..393128d --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/media-optical.svg @@ -0,0 +1,325 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/media-removable.svg b/.local/share/icons/Nordic/devices/48/media-removable.svg new file mode 120000 index 0000000..f888ff0 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/media-removable.svg @@ -0,0 +1 @@ +drive-removable-media-usb-pendrive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/mouse.svg b/.local/share/icons/Nordic/devices/48/mouse.svg new file mode 100644 index 0000000..a30bd8c --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/mouse.svg @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/onboard.svg b/.local/share/icons/Nordic/devices/48/onboard.svg new file mode 100644 index 0000000..07b0286 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/onboard.svg @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/org.kde.kdeconnect.svg b/.local/share/icons/Nordic/devices/48/org.kde.kdeconnect.svg new file mode 120000 index 0000000..af028f1 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/org.kde.kdeconnect.svg @@ -0,0 +1 @@ +kdeconnect.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/pda.svg b/.local/share/icons/Nordic/devices/48/pda.svg new file mode 120000 index 0000000..3181a10 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/pda.svg @@ -0,0 +1 @@ +smarphone.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/phone.svg b/.local/share/icons/Nordic/devices/48/phone.svg new file mode 120000 index 0000000..3181a10 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/phone.svg @@ -0,0 +1 @@ +smarphone.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/preferences-desktop-peripherals.svg b/.local/share/icons/Nordic/devices/48/preferences-desktop-peripherals.svg new file mode 120000 index 0000000..24cee5f --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/preferences-desktop-peripherals.svg @@ -0,0 +1 @@ +mouse.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/preferences-kde-connect.svg b/.local/share/icons/Nordic/devices/48/preferences-kde-connect.svg new file mode 100644 index 0000000..6977146 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/preferences-kde-connect.svg @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/printer-laser.svg b/.local/share/icons/Nordic/devices/48/printer-laser.svg new file mode 120000 index 0000000..daf9bb2 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/printer-laser.svg @@ -0,0 +1 @@ +./printer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/devices/48/printer.svg b/.local/share/icons/Nordic/devices/48/printer.svg new file mode 100644 index 0000000..e5587b7 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/printer.svg @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/scanner.svg b/.local/share/icons/Nordic/devices/48/scanner.svg new file mode 100644 index 0000000..3d35f61 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/scanner.svg @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/smarphone.svg b/.local/share/icons/Nordic/devices/48/smarphone.svg new file mode 100644 index 0000000..0f8275f --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/smarphone.svg @@ -0,0 +1,329 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/video-display.svg b/.local/share/icons/Nordic/devices/48/video-display.svg new file mode 100644 index 0000000..e7e6b10 --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/video-display.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/devices/48/video-television.svg b/.local/share/icons/Nordic/devices/48/video-television.svg new file mode 100644 index 0000000..412ff2f --- /dev/null +++ b/.local/share/icons/Nordic/devices/48/video-television.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emblems/16/cs-xlet-installed.svg b/.local/share/icons/Nordic/emblems/16/cs-xlet-installed.svg new file mode 120000 index 0000000..2f97e28 --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/cs-xlet-installed.svg @@ -0,0 +1 @@ +emblem-default.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/emblems/16/emblem-camera.svg b/.local/share/icons/Nordic/emblems/16/emblem-camera.svg new file mode 100644 index 0000000..e1c77ea --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-camera.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emblems/16/emblem-danger.svg b/.local/share/icons/Nordic/emblems/16/emblem-danger.svg new file mode 120000 index 0000000..81c5b96 --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-danger.svg @@ -0,0 +1 @@ +emblem-important.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/emblems/16/emblem-default.svg b/.local/share/icons/Nordic/emblems/16/emblem-default.svg new file mode 100644 index 0000000..8ba5954 --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-default.svg @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emblems/16/emblem-desktop.svg b/.local/share/icons/Nordic/emblems/16/emblem-desktop.svg new file mode 100644 index 0000000..e663665 --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-desktop.svg @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emblems/16/emblem-document.svg b/.local/share/icons/Nordic/emblems/16/emblem-document.svg new file mode 120000 index 0000000..303a562 --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-document.svg @@ -0,0 +1 @@ +emblem-documents.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/emblems/16/emblem-documents.svg b/.local/share/icons/Nordic/emblems/16/emblem-documents.svg new file mode 100644 index 0000000..f4dabdd --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-documents.svg @@ -0,0 +1,437 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emblems/16/emblem-draft.svg b/.local/share/icons/Nordic/emblems/16/emblem-draft.svg new file mode 120000 index 0000000..303a562 --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-draft.svg @@ -0,0 +1 @@ +emblem-documents.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/emblems/16/emblem-favorite.svg b/.local/share/icons/Nordic/emblems/16/emblem-favorite.svg new file mode 100644 index 0000000..d6985b9 --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-favorite.svg @@ -0,0 +1,346 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emblems/16/emblem-favorites.svg b/.local/share/icons/Nordic/emblems/16/emblem-favorites.svg new file mode 120000 index 0000000..074a954 --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-favorites.svg @@ -0,0 +1 @@ +emblem-favorite.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/emblems/16/emblem-important.svg b/.local/share/icons/Nordic/emblems/16/emblem-important.svg new file mode 100644 index 0000000..3feb79d --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-important.svg @@ -0,0 +1,354 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emblems/16/emblem-mail.svg b/.local/share/icons/Nordic/emblems/16/emblem-mail.svg new file mode 100644 index 0000000..71a210b --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-mail.svg @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emblems/16/emblem-multimedia.svg b/.local/share/icons/Nordic/emblems/16/emblem-multimedia.svg new file mode 100644 index 0000000..f3d12d3 --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-multimedia.svg @@ -0,0 +1,420 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emblems/16/emblem-music.svg b/.local/share/icons/Nordic/emblems/16/emblem-music.svg new file mode 120000 index 0000000..cb833b6 --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-music.svg @@ -0,0 +1 @@ +emblem-multimedia.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/emblems/16/emblem-ok.svg b/.local/share/icons/Nordic/emblems/16/emblem-ok.svg new file mode 120000 index 0000000..2f97e28 --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-ok.svg @@ -0,0 +1 @@ +emblem-default.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/emblems/16/emblem-sound.svg b/.local/share/icons/Nordic/emblems/16/emblem-sound.svg new file mode 100644 index 0000000..cbc679e --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-sound.svg @@ -0,0 +1,358 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emblems/16/emblem-symbolic-link.svg b/.local/share/icons/Nordic/emblems/16/emblem-symbolic-link.svg new file mode 100644 index 0000000..f3c42af --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-symbolic-link.svg @@ -0,0 +1,353 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emblems/16/emblem-system.svg b/.local/share/icons/Nordic/emblems/16/emblem-system.svg new file mode 100644 index 0000000..4eb1e12 --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-system.svg @@ -0,0 +1,346 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emblems/16/emblem-web.svg b/.local/share/icons/Nordic/emblems/16/emblem-web.svg new file mode 100644 index 0000000..4a487e3 --- /dev/null +++ b/.local/share/icons/Nordic/emblems/16/emblem-web.svg @@ -0,0 +1,348 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emotes/face-angry.svg b/.local/share/icons/Nordic/emotes/face-angry.svg new file mode 100644 index 0000000..d0905b4 --- /dev/null +++ b/.local/share/icons/Nordic/emotes/face-angry.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/emotes/face-confused.svg b/.local/share/icons/Nordic/emotes/face-confused.svg new file mode 100644 index 0000000..da9c7d4 --- /dev/null +++ b/.local/share/icons/Nordic/emotes/face-confused.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/index.theme b/.local/share/icons/Nordic/index.theme new file mode 100644 index 0000000..a38d221 --- /dev/null +++ b/.local/share/icons/Nordic/index.theme @@ -0,0 +1,159 @@ +[Icon Theme] +Name=Nordic-Darker +Comment=Folders for Nordic darker gtk theme. +Inherits=Papirus-Dark,breeze-dark,Zafiro,ubuntu-mono-dark,Mint-X,elementary,gnome,hicolor + + +# Directory list +Directories=apps/scalable,apps/22,apps/48,apps/16,Places,status/22,devices/48,devices/22,mimetypes/48,panel/22,panel/16,actions/16,actions/22,actions/48,categories/22,emblems/16, + +[apps/scalable] +Size=48 +Context=Applications +MinSize=16 +MaxSize=512 +Type=Scalable + +[apps/48] +Size=48 +Context=Applications +MinSize=32 +MaxSize=512 +Type=Scalable + +[apps/22] +Size=22 +Context=Applications +Type=Scalable + +[apps/16] +Size=16 +Context=Applications +Type=Scalable + + + +[status/22] +Size=22 +Context=Status +Type=Fixed + +[devices/48] +Size=48 +Context=Devices +MinSize=8 +MaxSize=1024 +Type=Scalable + +[devices/22] +Size=22 +Context=Devices +Type=Scalable + +[mimetypes/48] +Size=48 +Context=MimeTypes +MinSize=8 +MaxSize=512 +Type=Scalable + +[panel/22] +Size=22 +Context=Status +MinSize=8 +MaxSize=256 +Type=Scalable + +[panel/16] +Size=16 +Context=Status +MinSize=8 +MaxSize=21 +Type=Scalable + +[actions/16] +Size=16 +Context=Actions +Type=Fixed + +[actions/22] +Size=22 +Context=Actions +Type=Fixed + +[actions/48] +Size=48 +Context=Actions +Type=Scalable + +[categories/22] +Size=22 +Context=Categories +MinSize=8 +MaxSize=256 +Type=Scalable + +[emblems/16] +Size=16 +Context=Emblems +MinSize=8 +MaxSize=512 +Type=Scalable + + +[Apps] +Context=Applications +Size=96 +MinSize=16 +MaxSize=192 +Type=Scalable + +[apps/scalable] +Size=48 +Context=Applications +MinSize=16 +MaxSize=512 +Type=Scalable + +[Mimes] +Context=MimeTypes +Size=96 +MinSize=16 +MaxSize=512 +Type=Scalable + +[Places] +Context=Places +Size=96 +MinSize=16 +MaxSize=512 +Type=Scalable + +[Status] +Context=Status +Size=96 +MinSize=16 +MaxSize=512 +Type=Scalable + +[Categories] +Context=Categories +Size=96 +MinSize=16 +MaxSize=512 +Type=Scalable + + +[Devices] +Size=96 +Context=Devices +Type=Scalable +MinSize=16 +MaxSize=512 + +[Emblems] +Size=96 +Context=Emblems +Type=Scalable +MinSize=16 +MaxSize=512 diff --git a/.local/share/icons/Nordic/mimetypes/48/7zip.svg b/.local/share/icons/Nordic/mimetypes/48/7zip.svg new file mode 120000 index 0000000..8f55d47 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/7zip.svg @@ -0,0 +1 @@ +application-7zip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/ai.svg b/.local/share/icons/Nordic/mimetypes/48/ai.svg new file mode 120000 index 0000000..34ddf0c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/ai.svg @@ -0,0 +1 @@ +application-illustrator.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-7zip.svg b/.local/share/icons/Nordic/mimetypes/48/application-7zip.svg new file mode 100644 index 0000000..c1c0cf5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-7zip.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-acad.svg b/.local/share/icons/Nordic/mimetypes/48/application-acad.svg new file mode 120000 index 0000000..c4d0ea0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-acad.svg @@ -0,0 +1 @@ +application-x-dwg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-apk.svg b/.local/share/icons/Nordic/mimetypes/48/application-apk.svg new file mode 100644 index 0000000..308e3f3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-apk.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-archive-blank.svg b/.local/share/icons/Nordic/mimetypes/48/application-archive-blank.svg new file mode 120000 index 0000000..4e4d75c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-archive-blank.svg @@ -0,0 +1 @@ +application-archive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-archive-zip.svg b/.local/share/icons/Nordic/mimetypes/48/application-archive-zip.svg new file mode 100644 index 0000000..7ed9a0a --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-archive-zip.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-archive.svg b/.local/share/icons/Nordic/mimetypes/48/application-archive.svg new file mode 120000 index 0000000..d225a88 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-archive.svg @@ -0,0 +1 @@ +application-vnd.ms-cab-compressed.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-atom+xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-atom+xml.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-atom+xml.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-audio-playlist.svg b/.local/share/icons/Nordic/mimetypes/48/application-audio-playlist.svg new file mode 100644 index 0000000..a80e094 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-audio-playlist.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-audio.svg b/.local/share/icons/Nordic/mimetypes/48/application-audio.svg new file mode 100644 index 0000000..7cd5f6a --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-audio.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-autocad_dwg.svg b/.local/share/icons/Nordic/mimetypes/48/application-autocad_dwg.svg new file mode 120000 index 0000000..c4d0ea0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-autocad_dwg.svg @@ -0,0 +1 @@ +application-x-dwg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-blank.svg b/.local/share/icons/Nordic/mimetypes/48/application-blank.svg new file mode 120000 index 0000000..01532b2 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-blank.svg @@ -0,0 +1 @@ +application.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-default.svg b/.local/share/icons/Nordic/mimetypes/48/application-default.svg new file mode 120000 index 0000000..01532b2 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-default.svg @@ -0,0 +1 @@ +application.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-document-blank.svg b/.local/share/icons/Nordic/mimetypes/48/application-document-blank.svg new file mode 120000 index 0000000..a363532 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-document-blank.svg @@ -0,0 +1 @@ +application-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-document-template.svg b/.local/share/icons/Nordic/mimetypes/48/application-document-template.svg new file mode 120000 index 0000000..e3ddc19 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-document-template.svg @@ -0,0 +1 @@ +wps-office-doc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-document.svg b/.local/share/icons/Nordic/mimetypes/48/application-document.svg new file mode 120000 index 0000000..e3ddc19 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-document.svg @@ -0,0 +1 @@ +wps-office-doc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-drawing-template.svg b/.local/share/icons/Nordic/mimetypes/48/application-drawing-template.svg new file mode 100644 index 0000000..14ce210 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-drawing-template.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-drawing.svg b/.local/share/icons/Nordic/mimetypes/48/application-drawing.svg new file mode 100644 index 0000000..6a71400 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-drawing.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-dwg.svg b/.local/share/icons/Nordic/mimetypes/48/application-dwg.svg new file mode 120000 index 0000000..c4d0ea0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-dwg.svg @@ -0,0 +1 @@ +application-x-dwg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-dxf.svg b/.local/share/icons/Nordic/mimetypes/48/application-dxf.svg new file mode 100644 index 0000000..9aca55f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-dxf.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-epub+zip.svg b/.local/share/icons/Nordic/mimetypes/48/application-epub+zip.svg new file mode 100644 index 0000000..d5f2abd --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-epub+zip.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-executable.svg b/.local/share/icons/Nordic/mimetypes/48/application-executable.svg new file mode 120000 index 0000000..178dc00 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-executable.svg @@ -0,0 +1 @@ +application-x-executable.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-ffDiaporama.svg b/.local/share/icons/Nordic/mimetypes/48/application-ffDiaporama.svg new file mode 120000 index 0000000..49ccd21 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-ffDiaporama.svg @@ -0,0 +1 @@ +application-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-flash.svg b/.local/share/icons/Nordic/mimetypes/48/application-flash.svg new file mode 100644 index 0000000..f291367 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-flash.svg @@ -0,0 +1,255 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-font-snf.svg b/.local/share/icons/Nordic/mimetypes/48/application-font-snf.svg new file mode 120000 index 0000000..473ef97 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-font-snf.svg @@ -0,0 +1 @@ +application-font.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-font.svg b/.local/share/icons/Nordic/mimetypes/48/application-font.svg new file mode 100644 index 0000000..846f08e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-font.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-geo+json.svg b/.local/share/icons/Nordic/mimetypes/48/application-geo+json.svg new file mode 120000 index 0000000..52e990c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-geo+json.svg @@ -0,0 +1 @@ +application-x-osm+xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-gml+xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-gml+xml.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-gml+xml.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-gpx+xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-gpx+xml.svg new file mode 120000 index 0000000..52e990c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-gpx+xml.svg @@ -0,0 +1 @@ +application-x-osm+xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-illustrator.svg b/.local/share/icons/Nordic/mimetypes/48/application-illustrator.svg new file mode 100644 index 0000000..03e4813 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-illustrator.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-image-bmp.svg b/.local/share/icons/Nordic/mimetypes/48/application-image-bmp.svg new file mode 100644 index 0000000..63d55f0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-image-bmp.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-image-gif.svg b/.local/share/icons/Nordic/mimetypes/48/application-image-gif.svg new file mode 100644 index 0000000..b0048f0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-image-gif.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-image-ico.svg b/.local/share/icons/Nordic/mimetypes/48/application-image-ico.svg new file mode 100644 index 0000000..4892de4 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-image-ico.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-image-jpg.svg b/.local/share/icons/Nordic/mimetypes/48/application-image-jpg.svg new file mode 100644 index 0000000..c598d87 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-image-jpg.svg @@ -0,0 +1,360 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-image-png.svg b/.local/share/icons/Nordic/mimetypes/48/application-image-png.svg new file mode 100644 index 0000000..c107ff8 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-image-png.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-image-psd.svg b/.local/share/icons/Nordic/mimetypes/48/application-image-psd.svg new file mode 100644 index 0000000..30ea467 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-image-psd.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-image-tga.svg b/.local/share/icons/Nordic/mimetypes/48/application-image-tga.svg new file mode 100644 index 0000000..37dbf77 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-image-tga.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-image-tiff.svg b/.local/share/icons/Nordic/mimetypes/48/application-image-tiff.svg new file mode 100644 index 0000000..b85f932 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-image-tiff.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-images.svg b/.local/share/icons/Nordic/mimetypes/48/application-images.svg new file mode 100644 index 0000000..82b79db --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-images.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-info.svg b/.local/share/icons/Nordic/mimetypes/48/application-info.svg new file mode 100644 index 0000000..777a4a2 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-info.svg @@ -0,0 +1,339 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + i + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-java.svg b/.local/share/icons/Nordic/mimetypes/48/application-java.svg new file mode 100644 index 0000000..c04c03b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-java.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-javascript.svg b/.local/share/icons/Nordic/mimetypes/48/application-javascript.svg new file mode 120000 index 0000000..8b40d5e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-javascript.svg @@ -0,0 +1 @@ +text-x-javascript.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-json.svg b/.local/share/icons/Nordic/mimetypes/48/application-json.svg new file mode 100644 index 0000000..3b38003 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-json.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-mathematica.svg b/.local/share/icons/Nordic/mimetypes/48/application-mathematica.svg new file mode 100644 index 0000000..73e8c71 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-mathematica.svg @@ -0,0 +1,454 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-mbox.svg b/.local/share/icons/Nordic/mimetypes/48/application-mbox.svg new file mode 100644 index 0000000..d4bc27e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-mbox.svg @@ -0,0 +1,333 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-metalink+xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-metalink+xml.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-metalink+xml.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-metalink4+xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-metalink4+xml.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-metalink4+xml.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-msword-template.svg b/.local/share/icons/Nordic/mimetypes/48/application-msword-template.svg new file mode 120000 index 0000000..b80bcbf --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-msword-template.svg @@ -0,0 +1 @@ +libreoffice-master-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-msword.svg b/.local/share/icons/Nordic/mimetypes/48/application-msword.svg new file mode 120000 index 0000000..e3ddc19 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-msword.svg @@ -0,0 +1 @@ +wps-office-doc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-music-blank.svg b/.local/share/icons/Nordic/mimetypes/48/application-music-blank.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-music-blank.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-music-playlist-blank.svg b/.local/share/icons/Nordic/mimetypes/48/application-music-playlist-blank.svg new file mode 120000 index 0000000..f8e482a --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-music-playlist-blank.svg @@ -0,0 +1 @@ +application-audio-playlist.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-ogg.svg b/.local/share/icons/Nordic/mimetypes/48/application-ogg.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-ogg.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-owl+xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-owl+xml.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-owl+xml.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-pdf.svg b/.local/share/icons/Nordic/mimetypes/48/application-pdf.svg new file mode 100644 index 0000000..9ed70cb --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-pdf.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-pgp-encrypted.svg b/.local/share/icons/Nordic/mimetypes/48/application-pgp-encrypted.svg new file mode 100644 index 0000000..4eed9cc --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-pgp-encrypted.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-pgp-keys.svg b/.local/share/icons/Nordic/mimetypes/48/application-pgp-keys.svg new file mode 100644 index 0000000..fb21d29 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-pgp-keys.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-pgp-signature.svg b/.local/share/icons/Nordic/mimetypes/48/application-pgp-signature.svg new file mode 120000 index 0000000..aeb8d02 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-pgp-signature.svg @@ -0,0 +1 @@ +application-pgp-keys.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-pgp.svg b/.local/share/icons/Nordic/mimetypes/48/application-pgp.svg new file mode 120000 index 0000000..aeb8d02 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-pgp.svg @@ -0,0 +1 @@ +application-pgp-keys.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-pkcs10.svg b/.local/share/icons/Nordic/mimetypes/48/application-pkcs10.svg new file mode 120000 index 0000000..caa4713 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-pkcs10.svg @@ -0,0 +1 @@ +application-pkix-cert.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-pkcs12.svg b/.local/share/icons/Nordic/mimetypes/48/application-pkcs12.svg new file mode 120000 index 0000000..caa4713 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-pkcs12.svg @@ -0,0 +1 @@ +application-pkix-cert.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-pkcs7-mime.svg b/.local/share/icons/Nordic/mimetypes/48/application-pkcs7-mime.svg new file mode 120000 index 0000000..caa4713 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-pkcs7-mime.svg @@ -0,0 +1 @@ +application-pkix-cert.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-pkcs7-signature.svg b/.local/share/icons/Nordic/mimetypes/48/application-pkcs7-signature.svg new file mode 120000 index 0000000..aeb8d02 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-pkcs7-signature.svg @@ -0,0 +1 @@ +application-pgp-keys.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-pkcs8.svg b/.local/share/icons/Nordic/mimetypes/48/application-pkcs8.svg new file mode 120000 index 0000000..aeb8d02 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-pkcs8.svg @@ -0,0 +1 @@ +application-pgp-keys.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-pkix-cert.svg b/.local/share/icons/Nordic/mimetypes/48/application-pkix-cert.svg new file mode 100644 index 0000000..0b82bdc --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-pkix-cert.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-postscript.svg b/.local/share/icons/Nordic/mimetypes/48/application-postscript.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-postscript.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-presentation.svg b/.local/share/icons/Nordic/mimetypes/48/application-presentation.svg new file mode 120000 index 0000000..50be691 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-presentation.svg @@ -0,0 +1 @@ +gdslides.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-rdf+xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-rdf+xml.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-rdf+xml.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-rss+xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-rss+xml.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-rss+xml.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-rtf.svg b/.local/share/icons/Nordic/mimetypes/48/application-rtf.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-rtf.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-script-blank.svg b/.local/share/icons/Nordic/mimetypes/48/application-script-blank.svg new file mode 100644 index 0000000..a9e2c3b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-script-blank.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-shorten.svg b/.local/share/icons/Nordic/mimetypes/48/application-shorten.svg new file mode 120000 index 0000000..5c4968e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-shorten.svg @@ -0,0 +1 @@ +audio-x-flac.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-software.svg b/.local/share/icons/Nordic/mimetypes/48/application-software.svg new file mode 100644 index 0000000..e4bbb4e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-software.svg @@ -0,0 +1,352 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-table b/.local/share/icons/Nordic/mimetypes/48/application-table new file mode 120000 index 0000000..e5b1c02 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-table @@ -0,0 +1 @@ +gdsheet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-text-template.svg b/.local/share/icons/Nordic/mimetypes/48/application-text-template.svg new file mode 100644 index 0000000..600dc6d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-text-template.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-text.svg b/.local/share/icons/Nordic/mimetypes/48/application-text.svg new file mode 100644 index 0000000..6df6341 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-text.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-users.svg b/.local/share/icons/Nordic/mimetypes/48/application-users.svg new file mode 100644 index 0000000..a1a6269 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-users.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vector-template.svg b/.local/share/icons/Nordic/mimetypes/48/application-vector-template.svg new file mode 120000 index 0000000..8d1e135 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vector-template.svg @@ -0,0 +1 @@ +application-drawing-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vector.svg b/.local/share/icons/Nordic/mimetypes/48/application-vector.svg new file mode 120000 index 0000000..ca748d2 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vector.svg @@ -0,0 +1 @@ +application-drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vestor.svg b/.local/share/icons/Nordic/mimetypes/48/application-vestor.svg new file mode 120000 index 0000000..34b7aa5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vestor.svg @@ -0,0 +1 @@ +application-vector.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-video.svg b/.local/share/icons/Nordic/mimetypes/48/application-video.svg new file mode 100644 index 0000000..4ac4130 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-video.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.android.package-archive.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.android.package-archive.svg new file mode 120000 index 0000000..7c961b9 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.android.package-archive.svg @@ -0,0 +1 @@ +application-apk.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.apple.mpegurl.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.apple.mpegurl.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.apple.mpegurl.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.corel-draw.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.corel-draw.svg new file mode 120000 index 0000000..34b7aa5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.corel-draw.svg @@ -0,0 +1 @@ +application-vector.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.debian.binary-package.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.debian.binary-package.svg new file mode 120000 index 0000000..abada3e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.debian.binary-package.svg @@ -0,0 +1 @@ +application-x-deb.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.geo+json.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.geo+json.svg new file mode 120000 index 0000000..48ddf96 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.geo+json.svg @@ -0,0 +1 @@ +application-geo+json.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.google-earth.kml+xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.google-earth.kml+xml.svg new file mode 120000 index 0000000..52e990c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.google-earth.kml+xml.svg @@ -0,0 +1 @@ +application-x-osm+xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.google-earth.kml.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.google-earth.kml.svg new file mode 120000 index 0000000..52e990c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.google-earth.kml.svg @@ -0,0 +1 @@ +application-x-osm+xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.google-earth.kmz.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.google-earth.kmz.svg new file mode 120000 index 0000000..52e990c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.google-earth.kmz.svg @@ -0,0 +1 @@ +application-x-osm+xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.insync.link.drive.doc.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.insync.link.drive.doc.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.insync.link.drive.doc.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.insync.link.drive.sheet.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.insync.link.drive.sheet.svg new file mode 120000 index 0000000..e5b1c02 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.insync.link.drive.sheet.svg @@ -0,0 +1 @@ +gdsheet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.insync.link.drive.slides.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.insync.link.drive.slides.svg new file mode 120000 index 0000000..50be691 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.insync.link.drive.slides.svg @@ -0,0 +1 @@ +gdslides.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.kde.fontspackage.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.kde.fontspackage.svg new file mode 120000 index 0000000..a30c3ce --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.kde.fontspackage.svg @@ -0,0 +1 @@ +application-x-compress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.kde.okular-archive.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.kde.okular-archive.svg new file mode 120000 index 0000000..a30c3ce --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.kde.okular-archive.svg @@ -0,0 +1 @@ +application-x-compress.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-asf.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-asf.svg new file mode 120000 index 0000000..1e7e6f6 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-asf.svg @@ -0,0 +1 @@ +playlist.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-cab-compressed.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-cab-compressed.svg new file mode 100644 index 0000000..8d4017c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-cab-compressed.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-excel.sheet.macroEnabled.12.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-excel.sheet.macroEnabled.12.svg new file mode 120000 index 0000000..3c21183 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-excel.sheet.macroEnabled.12.svg @@ -0,0 +1 @@ +wps-office-xls.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-excel.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-excel.svg new file mode 120000 index 0000000..3c21183 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-excel.svg @@ -0,0 +1 @@ +wps-office-xls.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-word.document.macroEnabled.12.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-word.document.macroEnabled.12.svg new file mode 120000 index 0000000..e3ddc19 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-word.document.macroEnabled.12.svg @@ -0,0 +1 @@ +wps-office-doc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-word.document.macroenabled.12.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-word.document.macroenabled.12.svg new file mode 120000 index 0000000..803a0ed --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-word.document.macroenabled.12.svg @@ -0,0 +1 @@ +application-msword.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-word.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-word.svg new file mode 120000 index 0000000..e3ddc19 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-word.svg @@ -0,0 +1 @@ +wps-office-doc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-word.template.macroenabled.12.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-word.template.macroenabled.12.svg new file mode 120000 index 0000000..803a0ed --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.ms-word.template.macroenabled.12.svg @@ -0,0 +1 @@ +application-msword.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.nintendo.snes.rom.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.nintendo.snes.rom.svg new file mode 120000 index 0000000..2c214b3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.nintendo.snes.rom.svg @@ -0,0 +1 @@ +application-x-iso.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.draw.template.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.draw.template.svg new file mode 120000 index 0000000..8d1e135 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.draw.template.svg @@ -0,0 +1 @@ +application-drawing-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.drawing-template.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.drawing-template.svg new file mode 120000 index 0000000..8d1e135 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.drawing-template.svg @@ -0,0 +1 @@ +application-drawing-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.drawing.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.drawing.svg new file mode 120000 index 0000000..ca748d2 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.drawing.svg @@ -0,0 +1 @@ +application-drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.formula-template.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.formula-template.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.formula-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.formula.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.formula.svg new file mode 100644 index 0000000..707d22b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.formula.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.graphics.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.graphics.svg new file mode 120000 index 0000000..0095318 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.graphics.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.image-template.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.image-template.svg new file mode 100644 index 0000000..662a406 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.image-template.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.image.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.image.svg new file mode 120000 index 0000000..d00d4b1 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.image.svg @@ -0,0 +1 @@ +application-image-psd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.text.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.text.svg new file mode 100644 index 0000000..a8e97ca --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.oasis.opendocument.text.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg new file mode 120000 index 0000000..e1d2826 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.rar.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.rar.svg new file mode 120000 index 0000000..832a138 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.rar.svg @@ -0,0 +1 @@ +application-x-rar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.recordare.musicxml+xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.recordare.musicxml+xml.svg new file mode 120000 index 0000000..e24b30e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.recordare.musicxml+xml.svg @@ -0,0 +1 @@ +application-x-musescore.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.recordare.musicxml.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.recordare.musicxml.svg new file mode 120000 index 0000000..e24b30e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.recordare.musicxml.svg @@ -0,0 +1 @@ +application-x-musescore.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.scribus.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.scribus.svg new file mode 100644 index 0000000..fa99a67 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.scribus.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.squashfs.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.squashfs.svg new file mode 120000 index 0000000..2c214b3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.squashfs.svg @@ -0,0 +1 @@ +application-x-iso.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.stardivision.draw.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.stardivision.draw.svg new file mode 120000 index 0000000..a3382f0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.stardivision.draw.svg @@ -0,0 +1 @@ +x-office-drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.stardivision.math.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.stardivision.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.stardivision.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.draw.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.draw.svg new file mode 120000 index 0000000..0095318 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.draw.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.math.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.math.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.math.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.writer-global.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.writer-global.svg new file mode 120000 index 0000000..f38a223 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.writer-global.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.writer-template.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.writer-template.svg new file mode 120000 index 0000000..f38a223 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.writer-template.svg @@ -0,0 +1 @@ +application-vnd.sun.xml.writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.writer.png.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.writer.png.svg new file mode 120000 index 0000000..2e3cba4 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.writer.png.svg @@ -0,0 +1 @@ +./application-vnd.sun.xml.writer.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.writer.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.writer.svg new file mode 120000 index 0000000..e1d2826 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.sun.xml.writer.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.cdf.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.cdf.svg new file mode 100644 index 0000000..6dc19a2 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.cdf.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.mathematica.package.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.mathematica.package.svg new file mode 100644 index 0000000..ea67fd7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.mathematica.package.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.player.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.player.svg new file mode 120000 index 0000000..af002c3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.player.svg @@ -0,0 +1 @@ +application-vnd.wolfram.cdf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.wl.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.wl.svg new file mode 120000 index 0000000..bba8b61 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.wl.svg @@ -0,0 +1 @@ +application-vnd.wolfram.mathematica.package.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.wls.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.wls.svg new file mode 120000 index 0000000..bba8b61 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.wolfram.wls.svg @@ -0,0 +1 @@ +application-vnd.wolfram.mathematica.package.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-vnd.wordperfect.svg b/.local/share/icons/Nordic/mimetypes/48/application-vnd.wordperfect.svg new file mode 120000 index 0000000..7472b14 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-vnd.wordperfect.svg @@ -0,0 +1 @@ +application-word.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-word.svg b/.local/share/icons/Nordic/mimetypes/48/application-word.svg new file mode 120000 index 0000000..e1d2826 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-word.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-7z-ace.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-7z-ace.svg new file mode 120000 index 0000000..753c10f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-7z-ace.svg @@ -0,0 +1 @@ +application-x-ace.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-7z-arj.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-7z-arj.svg new file mode 120000 index 0000000..2c7ae24 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-7z-arj.svg @@ -0,0 +1 @@ +application-x-arj.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-7z-compressed.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-7z-compressed.svg new file mode 120000 index 0000000..8f55d47 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-7z-compressed.svg @@ -0,0 +1 @@ +application-7zip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-7zip.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-7zip.svg new file mode 120000 index 0000000..75c3a8e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-7zip.svg @@ -0,0 +1 @@ +application-x-7z-compressed.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-acad.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-acad.svg new file mode 120000 index 0000000..c4d0ea0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-acad.svg @@ -0,0 +1 @@ +application-x-dwg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-ace.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-ace.svg new file mode 100644 index 0000000..d1a4b42 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-ace.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-apple-diskimage.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-apple-diskimage.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-apple-diskimage.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-ar.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-ar.svg new file mode 120000 index 0000000..4e4d75c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-ar.svg @@ -0,0 +1 @@ +application-archive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-arc.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-arc.svg new file mode 100644 index 0000000..524b67b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-arc.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-archive.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-archive.svg new file mode 120000 index 0000000..4e4d75c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-archive.svg @@ -0,0 +1 @@ +application-archive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-arj.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-arj.svg new file mode 100644 index 0000000..8dfd17b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-arj.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-audacity-project.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-audacity-project.svg new file mode 120000 index 0000000..fb7fe7c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-audacity-project.svg @@ -0,0 +1 @@ +audio-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-autocad.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-autocad.svg new file mode 120000 index 0000000..c4d0ea0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-autocad.svg @@ -0,0 +1 @@ +application-x-dwg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-awk.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-awk.svg new file mode 120000 index 0000000..a579493 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-awk.svg @@ -0,0 +1 @@ +./zip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-bzdvi.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-bzdvi.svg new file mode 100644 index 0000000..5ab4b0e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-bzdvi.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-bzip-compressed-tar.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-bzip-compressed-tar.svg new file mode 120000 index 0000000..c4eaf8c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-bzip-compressed-tar.svg @@ -0,0 +1 @@ +application-x-bzip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-bzip-compressed.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-bzip-compressed.svg new file mode 120000 index 0000000..c4eaf8c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-bzip-compressed.svg @@ -0,0 +1 @@ +application-x-bzip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-bzip.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-bzip.svg new file mode 100644 index 0000000..8d596a4 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-bzip.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-cd-image.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-cd-image.svg new file mode 100644 index 0000000..b173ce5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-cd-image.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-cda.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-cda.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-cda.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-compress-tar.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-compress-tar.svg new file mode 120000 index 0000000..8a367b7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-compress-tar.svg @@ -0,0 +1 @@ +application-x-compressed-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-compress.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-compress.svg new file mode 120000 index 0000000..4e4d75c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-compress.svg @@ -0,0 +1 @@ +application-archive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-compressed-tar.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-compressed-tar.svg new file mode 100644 index 0000000..09c2fb4 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-compressed-tar.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-cpio.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-cpio.svg new file mode 100644 index 0000000..0558c34 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-cpio.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-cue.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-cue.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-cue.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-deb.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-deb.svg new file mode 100644 index 0000000..4990ba6 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-deb.svg @@ -0,0 +1,352 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-dwg.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-dwg.svg new file mode 100644 index 0000000..db5b89b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-dwg.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-executable-script.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-executable-script.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-executable-script.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-executable.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-executable.svg new file mode 100644 index 0000000..7b3c1d4 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-executable.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-afm.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-afm.svg new file mode 120000 index 0000000..473ef97 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-afm.svg @@ -0,0 +1 @@ +application-font.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-bdf.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-bdf.svg new file mode 120000 index 0000000..473ef97 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-bdf.svg @@ -0,0 +1 @@ +application-font.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-dos.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-dos.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-dos.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-framemaker.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-framemaker.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-framemaker.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-libgrx.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-libgrx.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-libgrx.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-linux-psf.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-linux-psf.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-linux-psf.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-otf.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-otf.svg new file mode 120000 index 0000000..473ef97 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-otf.svg @@ -0,0 +1 @@ +application-font.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-pcf.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-pcf.svg new file mode 120000 index 0000000..473ef97 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-pcf.svg @@ -0,0 +1 @@ +application-font.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-snf.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-snf.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-snf.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-speedo.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-speedo.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-speedo.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-sunos-news.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-sunos-news.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-sunos-news.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-tex-tfm.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-tex-tfm.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-tex-tfm.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-tex.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-tex.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-tex.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-ttf.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-ttf.svg new file mode 120000 index 0000000..473ef97 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-ttf.svg @@ -0,0 +1 @@ +application-font.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-ttx.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-ttx.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-ttx.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-type1.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-type1.svg new file mode 120000 index 0000000..473ef97 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-type1.svg @@ -0,0 +1 @@ +application-font.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-font-vfont.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-font-vfont.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-font-vfont.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-fusioncomp.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-fusioncomp.svg new file mode 100644 index 0000000..a4fc43e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-fusioncomp.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-gambas3.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-gambas3.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-gambas3.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-gambasscript.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-gambasscript.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-gambasscript.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-gambasserverpage.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-gambasserverpage.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-gambasserverpage.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-gzip.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-gzip.svg new file mode 100644 index 0000000..cce3cb7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-gzip.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-img.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-img.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-img.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-iso.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-iso.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-iso.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-k3b.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-k3b.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-k3b.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-lha.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-lha.svg new file mode 120000 index 0000000..2c7ae24 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-lha.svg @@ -0,0 +1 @@ +application-x-arj.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-lhz.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-lhz.svg new file mode 120000 index 0000000..2c7ae24 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-lhz.svg @@ -0,0 +1 @@ +application-x-arj.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-lzma-compressed-tar.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-lzma-compressed-tar.svg new file mode 120000 index 0000000..feec966 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-lzma-compressed-tar.svg @@ -0,0 +1 @@ +application-x-lzma.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-lzma.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-lzma.svg new file mode 100644 index 0000000..ca3e9de --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-lzma.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-lzop.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-lzop.svg new file mode 120000 index 0000000..4f29bc3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-lzop.svg @@ -0,0 +1 @@ +application-x-cpio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-mplayer2.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-mplayer2.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-mplayer2.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-mswinurl.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-mswinurl.svg new file mode 100644 index 0000000..6abc86c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-mswinurl.svg @@ -0,0 +1,1171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-musescore+xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-musescore+xml.svg new file mode 120000 index 0000000..e24b30e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-musescore+xml.svg @@ -0,0 +1 @@ +application-x-musescore.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-musescore.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-musescore.svg new file mode 100644 index 0000000..a906151 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-musescore.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-osm+xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-osm+xml.svg new file mode 100644 index 0000000..24a0be4 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-osm+xml.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-pak.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-pak.svg new file mode 120000 index 0000000..de6105c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-pak.svg @@ -0,0 +1 @@ +application-software.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-pem-file.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-pem-file.svg new file mode 120000 index 0000000..aeb8d02 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-pem-file.svg @@ -0,0 +1 @@ +application-pgp-keys.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-pem-key.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-pem-key.svg new file mode 120000 index 0000000..aeb8d02 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-pem-key.svg @@ -0,0 +1 @@ +application-pgp-keys.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-pkcs12.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-pkcs12.svg new file mode 120000 index 0000000..caa4713 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-pkcs12.svg @@ -0,0 +1 @@ +application-pkix-cert.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-pkcs7-certificates.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-pkcs7-certificates.svg new file mode 120000 index 0000000..caa4713 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-pkcs7-certificates.svg @@ -0,0 +1 @@ +application-pkix-cert.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-planner.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-planner.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-planner.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-project.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-project.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-project.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-ptoptimizer-script.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-ptoptimizer-script.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-ptoptimizer-script.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-quattropro.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-quattropro.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-quattropro.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-rar.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-rar.svg new file mode 120000 index 0000000..8a367b7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-rar.svg @@ -0,0 +1 @@ +application-x-compressed-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-raw-disk-image.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-raw-disk-image.svg new file mode 120000 index 0000000..38aa867 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-raw-disk-image.svg @@ -0,0 +1 @@ +application-x-cd-image.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-sami.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-sami.svg new file mode 120000 index 0000000..043fc37 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-sami.svg @@ -0,0 +1 @@ +application-x-subrip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-scribus.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-scribus.svg new file mode 100644 index 0000000..21bcfbf --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-scribus.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-shar.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-shar.svg new file mode 120000 index 0000000..8a367b7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-shar.svg @@ -0,0 +1 @@ +application-x-compressed-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-sharedlib.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-sharedlib.svg new file mode 100644 index 0000000..fdf03a8 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-sharedlib.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-shockwave-flash.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-shockwave-flash.svg new file mode 120000 index 0000000..be844f1 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-shockwave-flash.svg @@ -0,0 +1 @@ +application-flash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-siag.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-siag.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-siag.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-stuffit.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-stuffit.svg new file mode 100644 index 0000000..781cf61 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-stuffit.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-subrip.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-subrip.svg new file mode 100644 index 0000000..17d837a --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-subrip.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-tar.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-tar.svg new file mode 100644 index 0000000..68a8ac1 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-tar.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-tex-gf.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-tex-gf.svg new file mode 120000 index 0000000..cee8f73 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-tex-gf.svg @@ -0,0 +1 @@ +application-x-font-ttf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-tha.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-tha.svg new file mode 120000 index 0000000..8a367b7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-tha.svg @@ -0,0 +1 @@ +application-x-compressed-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-theme.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-theme.svg new file mode 100644 index 0000000..ffeaf05 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-theme.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-thz.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-thz.svg new file mode 120000 index 0000000..8a367b7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-thz.svg @@ -0,0 +1 @@ +application-x-compressed-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-tiled.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-tiled.svg new file mode 100644 index 0000000..d7687cf --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-tiled.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-trig.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-trig.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-trig.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-troff-man.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-troff-man.svg new file mode 120000 index 0000000..4e8c273 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-troff-man.svg @@ -0,0 +1 @@ +application-epub+zip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-turtle.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-turtle.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-turtle.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-tzo.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-tzo.svg new file mode 120000 index 0000000..8a367b7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-tzo.svg @@ -0,0 +1 @@ +application-x-compressed-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.contactgroup.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.contactgroup.svg new file mode 120000 index 0000000..506c888 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.contactgroup.svg @@ -0,0 +1 @@ +text-x-authors.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.kplato.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.kplato.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.kplato.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.kplato.work.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.kplato.work.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.kplato.work.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.kugar.mixed.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.kugar.mixed.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.kugar.mixed.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.plan.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.plan.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.plan.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.plan.work.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.plan.work.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-vnd.kde.plan.work.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-wmf.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-wmf.svg new file mode 120000 index 0000000..34b7aa5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-wmf.svg @@ -0,0 +1 @@ +application-vector.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-x509-user-cert.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-x509-user-cert.svg new file mode 120000 index 0000000..caa4713 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-x509-user-cert.svg @@ -0,0 +1 @@ +application-pkix-cert.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-xtarz.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-xtarz.svg new file mode 120000 index 0000000..8a367b7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-xtarz.svg @@ -0,0 +1 @@ +application-x-compressed-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-xtha.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-xtha.svg new file mode 120000 index 0000000..8a367b7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-xtha.svg @@ -0,0 +1 @@ +application-x-compressed-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-xz-compressed-tar.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-xz-compressed-tar.svg new file mode 120000 index 0000000..065c47e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-xz-compressed-tar.svg @@ -0,0 +1 @@ +application-x-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-xz-svg b/.local/share/icons/Nordic/mimetypes/48/application-x-xz-svg new file mode 120000 index 0000000..065c47e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-xz-svg @@ -0,0 +1 @@ +application-x-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-yaml.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-yaml.svg new file mode 100644 index 0000000..81486dd --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-yaml.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-zip.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-zip.svg new file mode 120000 index 0000000..0840f8f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-zip.svg @@ -0,0 +1 @@ +application-archive-zip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-x-zoo.svg b/.local/share/icons/Nordic/mimetypes/48/application-x-zoo.svg new file mode 120000 index 0000000..d225a88 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-x-zoo.svg @@ -0,0 +1 @@ +application-vnd.ms-cab-compressed.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-xml.svg new file mode 100644 index 0000000..6c1e833 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-xml.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/application-xsd.svg b/.local/share/icons/Nordic/mimetypes/48/application-xsd.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-xsd.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-xslt+xml.svg b/.local/share/icons/Nordic/mimetypes/48/application-xslt+xml.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-xslt+xml.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application-zip.svg b/.local/share/icons/Nordic/mimetypes/48/application-zip.svg new file mode 120000 index 0000000..0840f8f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application-zip.svg @@ -0,0 +1 @@ +application-archive-zip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/application.svg b/.local/share/icons/Nordic/mimetypes/48/application.svg new file mode 100644 index 0000000..0518599 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/application.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/archive.svg b/.local/share/icons/Nordic/mimetypes/48/archive.svg new file mode 120000 index 0000000..4e4d75c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/archive.svg @@ -0,0 +1 @@ +application-archive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-aac.svg b/.local/share/icons/Nordic/mimetypes/48/audio-aac.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-aac.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-ac3.svg b/.local/share/icons/Nordic/mimetypes/48/audio-ac3.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-ac3.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-mp2.svg b/.local/share/icons/Nordic/mimetypes/48/audio-mp2.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-mp2.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-mp3.svg b/.local/share/icons/Nordic/mimetypes/48/audio-mp3.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-mp3.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-mp4.svg b/.local/share/icons/Nordic/mimetypes/48/audio-mp4.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-mp4.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-mpeg.svg b/.local/share/icons/Nordic/mimetypes/48/audio-mpeg.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-mpeg.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-vn.rn-realmedia.svg b/.local/share/icons/Nordic/mimetypes/48/audio-vn.rn-realmedia.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-vn.rn-realmedia.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-vnd.rn-realvideo.svg b/.local/share/icons/Nordic/mimetypes/48/audio-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-adpcm.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-adpcm.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-adpcm.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-aiff.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-aiff.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-aiff.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-flac+ogg.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-flac+ogg.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-flac+ogg.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-flac.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-flac.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-flac.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-generic.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-generic.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-generic.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-it.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-it.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-it.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-monkey.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-monkey.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-monkey.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-mp2.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-mp2.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-mp2.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-mp3-playlist.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-mp3-playlist.svg new file mode 120000 index 0000000..f8e482a --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-mp3-playlist.svg @@ -0,0 +1 @@ +application-audio-playlist.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-mpeg.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-mpeg.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-mpeg.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-mpegurl.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-mpegurl.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-mpegurl.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-ms-wma.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-ms-wma.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-ms-wma.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-playlist.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-playlist.svg new file mode 120000 index 0000000..f8e482a --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-playlist.svg @@ -0,0 +1 @@ +application-audio-playlist.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-s3m.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-s3m.svg new file mode 120000 index 0000000..43ca887 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-s3m.svg @@ -0,0 +1 @@ +audio-x-mp3-playlist.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-scpis.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-scpis.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-scpis.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-scpls.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-scpls.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-scpls.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-sound.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-sound.svg new file mode 120000 index 0000000..43ca887 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-sound.svg @@ -0,0 +1 @@ +audio-x-mp3-playlist.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-speex+ogg.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-speex+ogg.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-speex+ogg.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-stm.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-stm.svg new file mode 120000 index 0000000..43ca887 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-stm.svg @@ -0,0 +1 @@ +audio-x-mp3-playlist.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-vorbis+ogg.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-vorbis+ogg.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-vorbis+ogg.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-wav.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-wav.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-wav.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-xi.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-xi.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-xi.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/audio-x-xm.svg b/.local/share/icons/Nordic/mimetypes/48/audio-x-xm.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/audio-x-xm.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/authors.svg b/.local/share/icons/Nordic/mimetypes/48/authors.svg new file mode 120000 index 0000000..3a00ae0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/authors.svg @@ -0,0 +1 @@ +application-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/deb.svg b/.local/share/icons/Nordic/mimetypes/48/deb.svg new file mode 120000 index 0000000..abada3e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/deb.svg @@ -0,0 +1 @@ +application-x-deb.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/divx.svg b/.local/share/icons/Nordic/mimetypes/48/divx.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/divx.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/drawing-dwg.svg b/.local/share/icons/Nordic/mimetypes/48/drawing-dwg.svg new file mode 120000 index 0000000..c4d0ea0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/drawing-dwg.svg @@ -0,0 +1 @@ +application-x-dwg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/folder-tar.svg b/.local/share/icons/Nordic/mimetypes/48/folder-tar.svg new file mode 120000 index 0000000..c4bb0c3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/folder-tar.svg @@ -0,0 +1 @@ +tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/folder_tar.svg b/.local/share/icons/Nordic/mimetypes/48/folder_tar.svg new file mode 120000 index 0000000..065c47e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/folder_tar.svg @@ -0,0 +1 @@ +application-x-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gdsheet.svg b/.local/share/icons/Nordic/mimetypes/48/gdsheet.svg new file mode 100644 index 0000000..7794516 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gdsheet.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/gdslides.svg b/.local/share/icons/Nordic/mimetypes/48/gdslides.svg new file mode 100644 index 0000000..8f4f09c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gdslides.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/gif.svg b/.local/share/icons/Nordic/mimetypes/48/gif.svg new file mode 120000 index 0000000..cd9185e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gif.svg @@ -0,0 +1 @@ +application-image-gif.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.ms-cab-compressed.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.ms-cab-compressed.svg new file mode 120000 index 0000000..d225a88 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.ms-cab-compressed.svg @@ -0,0 +1 @@ +application-vnd.ms-cab-compressed.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.graphics-template.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.graphics-template.svg new file mode 120000 index 0000000..8a24892 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.graphics-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.image-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.graphics.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.graphics.svg new file mode 120000 index 0000000..0095318 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.graphics.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.image.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.image.svg new file mode 120000 index 0000000..0095318 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.image.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.text.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.text.svg new file mode 120000 index 0000000..e1d2826 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.text.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg new file mode 120000 index 0000000..e1d2826 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.scribus.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.scribus.svg new file mode 120000 index 0000000..1a29949 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.scribus.svg @@ -0,0 +1 @@ +application-vnd.scribus.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.stardivision.writer.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.stardivision.writer.svg new file mode 120000 index 0000000..7472b14 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.stardivision.writer.svg @@ -0,0 +1 @@ +application-word.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.sun.xml.draw.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.sun.xml.draw.svg new file mode 120000 index 0000000..0095318 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.sun.xml.draw.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.sun.xml.draw.template.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.sun.xml.draw.template.svg new file mode 120000 index 0000000..c2e906a --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.sun.xml.draw.template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.drawing-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.sun.xml.writer.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.sun.xml.writer.svg new file mode 120000 index 0000000..e1d2826 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.sun.xml.writer.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.cdf.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.cdf.svg new file mode 120000 index 0000000..af002c3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.cdf.svg @@ -0,0 +1 @@ +application-vnd.wolfram.cdf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.mathematica.package.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.mathematica.package.svg new file mode 120000 index 0000000..bba8b61 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.mathematica.package.svg @@ -0,0 +1 @@ +application-vnd.wolfram.mathematica.package.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.player.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.player.svg new file mode 120000 index 0000000..af002c3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.player.svg @@ -0,0 +1 @@ +application-vnd.wolfram.cdf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.wl.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.wl.svg new file mode 120000 index 0000000..bba8b61 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.wl.svg @@ -0,0 +1 @@ +application-vnd.wolfram.mathematica.package.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.wls.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.wls.svg new file mode 120000 index 0000000..bba8b61 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-vnd.wolfram.wls.svg @@ -0,0 +1 @@ +application-vnd.wolfram.mathematica.package.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-wordperfect.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-wordperfect.svg new file mode 120000 index 0000000..7472b14 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-wordperfect.svg @@ -0,0 +1 @@ +application-word.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-7z-compressed.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-7z-compressed.svg new file mode 120000 index 0000000..75c3a8e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-7z-compressed.svg @@ -0,0 +1 @@ +application-x-7z-compressed.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-7zip.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-7zip.svg new file mode 120000 index 0000000..75c3a8e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-7zip.svg @@ -0,0 +1 @@ +application-x-7z-compressed.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-abiword.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-abiword.svg new file mode 120000 index 0000000..7472b14 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-abiword.svg @@ -0,0 +1 @@ +application-word.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-ace.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-ace.svg new file mode 120000 index 0000000..753c10f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-ace.svg @@ -0,0 +1 @@ +application-x-ace.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-applix-word.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-applix-word.svg new file mode 120000 index 0000000..7472b14 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-applix-word.svg @@ -0,0 +1 @@ +application-word.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-archive.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-archive.svg new file mode 120000 index 0000000..4e4d75c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-archive.svg @@ -0,0 +1 @@ +application-archive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-arj.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-arj.svg new file mode 120000 index 0000000..2c7ae24 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-arj.svg @@ -0,0 +1 @@ +application-x-arj.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-bzip-compressed-tar.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-bzip-compressed-tar.svg new file mode 120000 index 0000000..7d87f10 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-bzip-compressed-tar.svg @@ -0,0 +1 @@ +application-x-bzip-compressed-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-bzip-compressed.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-bzip-compressed.svg new file mode 120000 index 0000000..7d87f10 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-bzip-compressed.svg @@ -0,0 +1 @@ +application-x-bzip-compressed-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-bzip.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-bzip.svg new file mode 120000 index 0000000..c4eaf8c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-bzip.svg @@ -0,0 +1 @@ +application-x-bzip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-compress.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-compress.svg new file mode 120000 index 0000000..4e4d75c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-compress.svg @@ -0,0 +1 @@ +application-archive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-compressed-tar.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-compressed-tar.svg new file mode 120000 index 0000000..8a367b7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-compressed-tar.svg @@ -0,0 +1 @@ +application-x-compressed-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-cpio-compress.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-cpio-compress.svg new file mode 120000 index 0000000..4f29bc3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-cpio-compress.svg @@ -0,0 +1 @@ +application-x-cpio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-cpio-compressed.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-cpio-compressed.svg new file mode 120000 index 0000000..4e4d75c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-cpio-compressed.svg @@ -0,0 +1 @@ +application-archive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-cpio.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-cpio.svg new file mode 120000 index 0000000..4f29bc3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-cpio.svg @@ -0,0 +1 @@ +application-x-cpio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-deb.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-deb.svg new file mode 120000 index 0000000..abada3e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-deb.svg @@ -0,0 +1 @@ +application-x-deb.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-gzip.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-gzip.svg new file mode 120000 index 0000000..96e2183 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-gzip.svg @@ -0,0 +1 @@ +application-x-gzip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-illustrator.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-illustrator.svg new file mode 120000 index 0000000..e86ecbe --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-illustrator.svg @@ -0,0 +1 @@ +application-vestor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-killustrator.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-killustrator.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-killustrator.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-kword.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-kword.svg new file mode 120000 index 0000000..7472b14 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-kword.svg @@ -0,0 +1 @@ +application-word.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-lzma-compressed-tar.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-lzma-compressed-tar.svg new file mode 120000 index 0000000..a72face --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-lzma-compressed-tar.svg @@ -0,0 +1 @@ +application-x-lzma-compressed-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-lzma.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-lzma.svg new file mode 120000 index 0000000..feec966 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-lzma.svg @@ -0,0 +1 @@ +application-x-lzma.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-lzop.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-lzop.svg new file mode 120000 index 0000000..ab9ffd9 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-lzop.svg @@ -0,0 +1 @@ +application-x-lzop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-rar.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-rar.svg new file mode 120000 index 0000000..832a138 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-rar.svg @@ -0,0 +1 @@ +application-x-rar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-scribus.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-scribus.svg new file mode 120000 index 0000000..c9ef5c7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-scribus.svg @@ -0,0 +1 @@ +application-x-scribus.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-shar.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-shar.svg new file mode 120000 index 0000000..a13f752 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-shar.svg @@ -0,0 +1 @@ +application-x-shar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-stuffit.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-stuffit.svg new file mode 120000 index 0000000..71de89a --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-stuffit.svg @@ -0,0 +1 @@ +application-x-stuffit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-tar.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-tar.svg new file mode 120000 index 0000000..065c47e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-tar.svg @@ -0,0 +1 @@ +application-x-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-tarz.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-tarz.svg new file mode 120000 index 0000000..4e4d75c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-tarz.svg @@ -0,0 +1 @@ +application-archive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-theme.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-theme.svg new file mode 120000 index 0000000..9b59dba --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-theme.svg @@ -0,0 +1 @@ +application-x-theme.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-zip.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-zip.svg new file mode 120000 index 0000000..0840f8f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-zip.svg @@ -0,0 +1 @@ +application-archive-zip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-zoo.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-zoo.svg new file mode 120000 index 0000000..b73a3bf --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-x-zoo.svg @@ -0,0 +1 @@ +application-x-zoo.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-zip.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-zip.svg new file mode 120000 index 0000000..0840f8f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-application-zip.svg @@ -0,0 +1 @@ +application-archive-zip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-audio.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-audio.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-audio.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-bmp.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-bmp.svg new file mode 120000 index 0000000..bfc199b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-bmp.svg @@ -0,0 +1 @@ +application-image-bmp.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-gif.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-gif.svg new file mode 120000 index 0000000..cd9185e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-gif.svg @@ -0,0 +1 @@ +application-image-gif.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-jpeg.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-jpeg.svg new file mode 120000 index 0000000..9cd628f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-jpeg.svg @@ -0,0 +1 @@ +application-image-jpg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-png.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-png.svg new file mode 120000 index 0000000..4effc01 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-png.svg @@ -0,0 +1 @@ +application-image-png.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-tiff.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-tiff.svg new file mode 120000 index 0000000..e2155dc --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-tiff.svg @@ -0,0 +1 @@ +application-image-tiff.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-vnd.adobe.photoshop.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-vnd.adobe.photoshop.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-vnd.adobe.photoshop.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-x-cmu-raster.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-x-cmu-raster.svg new file mode 120000 index 0000000..49ccd21 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-x-cmu-raster.svg @@ -0,0 +1 @@ +application-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-x-killustrator.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-x-killustrator.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-x-killustrator.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-x-psd.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-x-psd.svg new file mode 120000 index 0000000..d00d4b1 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-x-psd.svg @@ -0,0 +1 @@ +application-image-psd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-x-xpixmap.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-x-xpixmap.svg new file mode 120000 index 0000000..49ccd21 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image-x-xpixmap.svg @@ -0,0 +1 @@ +application-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image.svg new file mode 120000 index 0000000..49ccd21 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-image.svg @@ -0,0 +1 @@ +application-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-imagebmp.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-imagebmp.svg new file mode 120000 index 0000000..bfc199b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-imagebmp.svg @@ -0,0 +1 @@ +application-image-bmp.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-plain.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-plain.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-plain.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-vnd.wap.wml.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-vnd.wap.wml.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-vnd.wap.wml.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-authors.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-authors.svg new file mode 120000 index 0000000..3a00ae0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-authors.svg @@ -0,0 +1 @@ +application-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-c.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-c.svg new file mode 120000 index 0000000..728e410 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-c.svg @@ -0,0 +1 @@ +text-x-c.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-credits.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-credits.svg new file mode 120000 index 0000000..3a00ae0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-credits.svg @@ -0,0 +1 @@ +application-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-csrc.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-csrc.svg new file mode 120000 index 0000000..728e410 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-csrc.svg @@ -0,0 +1 @@ +text-x-c.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-sh.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-sh.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-sh.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-source.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-source.svg new file mode 120000 index 0000000..6bf5cf5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-source.svg @@ -0,0 +1 @@ +text-x-source.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-zsh.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-zsh.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text-x-zsh.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-text.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-video-x-ms-asf.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-video-x-ms-asf.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-video-x-ms-asf.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-video-x-ms-wmv.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-video-x-ms-wmv.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-video-x-ms-wmv.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-mime-video.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-video.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-mime-video.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/gnome-package.svg b/.local/share/icons/Nordic/mimetypes/48/gnome-package.svg new file mode 120000 index 0000000..de6105c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/gnome-package.svg @@ -0,0 +1 @@ +application-software.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-blank.svg b/.local/share/icons/Nordic/mimetypes/48/image-blank.svg new file mode 120000 index 0000000..49ccd21 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-blank.svg @@ -0,0 +1 @@ +application-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-bmp.svg b/.local/share/icons/Nordic/mimetypes/48/image-bmp.svg new file mode 120000 index 0000000..bfc199b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-bmp.svg @@ -0,0 +1 @@ +application-image-bmp.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-generic.svg b/.local/share/icons/Nordic/mimetypes/48/image-generic.svg new file mode 120000 index 0000000..49ccd21 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-generic.svg @@ -0,0 +1 @@ +application-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-gif.svg b/.local/share/icons/Nordic/mimetypes/48/image-gif.svg new file mode 120000 index 0000000..cd9185e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-gif.svg @@ -0,0 +1 @@ +application-image-gif.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-jpeg.svg b/.local/share/icons/Nordic/mimetypes/48/image-jpeg.svg new file mode 120000 index 0000000..9cd628f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-jpeg.svg @@ -0,0 +1 @@ +application-image-jpg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-jpeg2000.svg b/.local/share/icons/Nordic/mimetypes/48/image-jpeg2000.svg new file mode 120000 index 0000000..9cd628f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-jpeg2000.svg @@ -0,0 +1 @@ +application-image-jpg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-png.svg b/.local/share/icons/Nordic/mimetypes/48/image-png.svg new file mode 120000 index 0000000..4effc01 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-png.svg @@ -0,0 +1 @@ +application-image-png.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-svg+xml-compressed.svg b/.local/share/icons/Nordic/mimetypes/48/image-svg+xml-compressed.svg new file mode 120000 index 0000000..34b7aa5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-svg+xml-compressed.svg @@ -0,0 +1 @@ +application-vector.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-svg+xml.svg b/.local/share/icons/Nordic/mimetypes/48/image-svg+xml.svg new file mode 120000 index 0000000..34b7aa5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-svg+xml.svg @@ -0,0 +1 @@ +application-vector.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-tiff.svg b/.local/share/icons/Nordic/mimetypes/48/image-tiff.svg new file mode 120000 index 0000000..e2155dc --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-tiff.svg @@ -0,0 +1 @@ +application-image-tiff.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-vnd.adobe.photoshop.svg b/.local/share/icons/Nordic/mimetypes/48/image-vnd.adobe.photoshop.svg new file mode 120000 index 0000000..e919fc9 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-vnd.adobe.photoshop.svg @@ -0,0 +1 @@ +image-x-psd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-vnd.dwg.svg b/.local/share/icons/Nordic/mimetypes/48/image-vnd.dwg.svg new file mode 120000 index 0000000..c4d0ea0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-vnd.dwg.svg @@ -0,0 +1 @@ +application-x-dwg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-vnd.microsoft.icon.svg b/.local/share/icons/Nordic/mimetypes/48/image-vnd.microsoft.icon.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-vnd.microsoft.icon.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-adobe-dng.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-adobe-dng.svg new file mode 120000 index 0000000..49ccd21 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-adobe-dng.svg @@ -0,0 +1 @@ +application-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-compressed-xcf.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-compressed-xcf.svg new file mode 100644 index 0000000..4864aff --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-compressed-xcf.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-emf.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-emf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-emf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-eps.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-eps.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-eps.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-generic.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-generic.svg new file mode 120000 index 0000000..49ccd21 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-generic.svg @@ -0,0 +1 @@ +application-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-portable-bitmap.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-portable-bitmap.svg new file mode 120000 index 0000000..a2c40c7 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-portable-bitmap.svg @@ -0,0 +1 @@ +image-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-psd.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-psd.svg new file mode 120000 index 0000000..d00d4b1 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-psd.svg @@ -0,0 +1 @@ +application-image-psd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-psdimage-x-psd.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-psdimage-x-psd.svg new file mode 120000 index 0000000..d00d4b1 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-psdimage-x-psd.svg @@ -0,0 +1 @@ +application-image-psd.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-svg+xml.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-svg+xml.svg new file mode 120000 index 0000000..e86ecbe --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-svg+xml.svg @@ -0,0 +1 @@ +application-vestor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-tga.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-tga.svg new file mode 120000 index 0000000..82ceab8 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-tga.svg @@ -0,0 +1 @@ +application-image-tga.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-win-bitmap.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-win-bitmap.svg new file mode 120000 index 0000000..bfc199b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-win-bitmap.svg @@ -0,0 +1 @@ +application-image-bmp.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-win-bmp.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-win-bmp.svg new file mode 120000 index 0000000..bfc199b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-win-bmp.svg @@ -0,0 +1 @@ +application-image-bmp.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-wmf.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-wmf.svg new file mode 120000 index 0000000..957b1d9 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-wmf.svg @@ -0,0 +1 @@ +application-x-wmf.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-xcf.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-xcf.svg new file mode 100644 index 0000000..2368525 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-xcf.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/image-x-xfig.svg b/.local/share/icons/Nordic/mimetypes/48/image-x-xfig.svg new file mode 120000 index 0000000..34b7aa5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image-x-xfig.svg @@ -0,0 +1 @@ +application-vector.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/image.svg b/.local/share/icons/Nordic/mimetypes/48/image.svg new file mode 120000 index 0000000..49ccd21 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/image.svg @@ -0,0 +1 @@ +application-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/javascript.svg b/.local/share/icons/Nordic/mimetypes/48/javascript.svg new file mode 100644 index 0000000..1d798de --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/javascript.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/jpeg.svg b/.local/share/icons/Nordic/mimetypes/48/jpeg.svg new file mode 120000 index 0000000..9cd628f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/jpeg.svg @@ -0,0 +1 @@ +application-image-jpg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/jpg.svg b/.local/share/icons/Nordic/mimetypes/48/jpg.svg new file mode 120000 index 0000000..9cd628f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/jpg.svg @@ -0,0 +1 @@ +application-image-jpg.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/libreoffice-drawing-template.svg b/.local/share/icons/Nordic/mimetypes/48/libreoffice-drawing-template.svg new file mode 120000 index 0000000..8d1e135 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/libreoffice-drawing-template.svg @@ -0,0 +1 @@ +application-drawing-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/libreoffice-drawing.svg b/.local/share/icons/Nordic/mimetypes/48/libreoffice-drawing.svg new file mode 120000 index 0000000..0095318 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/libreoffice-drawing.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/libreoffice-master-document.svg b/.local/share/icons/Nordic/mimetypes/48/libreoffice-master-document.svg new file mode 100644 index 0000000..4204fee --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/libreoffice-master-document.svg @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/libreoffice-oasis-drawing-template.svg b/.local/share/icons/Nordic/mimetypes/48/libreoffice-oasis-drawing-template.svg new file mode 120000 index 0000000..8d1e135 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/libreoffice-oasis-drawing-template.svg @@ -0,0 +1 @@ +application-drawing-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/libreoffice-oasis-drawing.svg b/.local/share/icons/Nordic/mimetypes/48/libreoffice-oasis-drawing.svg new file mode 120000 index 0000000..0095318 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/libreoffice-oasis-drawing.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/libreoffice-oasis-text.svg b/.local/share/icons/Nordic/mimetypes/48/libreoffice-oasis-text.svg new file mode 120000 index 0000000..e1d2826 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/libreoffice-oasis-text.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/libreoffice-text.svg b/.local/share/icons/Nordic/mimetypes/48/libreoffice-text.svg new file mode 120000 index 0000000..e1d2826 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/libreoffice-text.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/media-audio.svg b/.local/share/icons/Nordic/mimetypes/48/media-audio.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/media-audio.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/media-image.svg b/.local/share/icons/Nordic/mimetypes/48/media-image.svg new file mode 120000 index 0000000..49ccd21 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/media-image.svg @@ -0,0 +1 @@ +application-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/media-video.svg b/.local/share/icons/Nordic/mimetypes/48/media-video.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/media-video.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/message-news.svg b/.local/share/icons/Nordic/mimetypes/48/message-news.svg new file mode 120000 index 0000000..8283b07 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/message-news.svg @@ -0,0 +1 @@ +application-mbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/message-partial.svg b/.local/share/icons/Nordic/mimetypes/48/message-partial.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/message-partial.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/message-rfc822.svg b/.local/share/icons/Nordic/mimetypes/48/message-rfc822.svg new file mode 120000 index 0000000..8283b07 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/message-rfc822.svg @@ -0,0 +1 @@ +application-mbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/message-x-gnu-rmail.svg b/.local/share/icons/Nordic/mimetypes/48/message-x-gnu-rmail.svg new file mode 120000 index 0000000..8283b07 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/message-x-gnu-rmail.svg @@ -0,0 +1 @@ +application-mbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/message.svg b/.local/share/icons/Nordic/mimetypes/48/message.svg new file mode 120000 index 0000000..8283b07 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/message.svg @@ -0,0 +1 @@ +application-mbox.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/misc.svg b/.local/share/icons/Nordic/mimetypes/48/misc.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/misc.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/multipart-alternative.svg b/.local/share/icons/Nordic/mimetypes/48/multipart-alternative.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/multipart-alternative.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/multipart-appledouble.svg b/.local/share/icons/Nordic/mimetypes/48/multipart-appledouble.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/multipart-appledouble.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/multipart-digest.svg b/.local/share/icons/Nordic/mimetypes/48/multipart-digest.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/multipart-digest.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/multipart-encrypted.svg b/.local/share/icons/Nordic/mimetypes/48/multipart-encrypted.svg new file mode 120000 index 0000000..c14c515 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/multipart-encrypted.svg @@ -0,0 +1 @@ +application-pgp-encrypted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/multipart-mixed.svg b/.local/share/icons/Nordic/mimetypes/48/multipart-mixed.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/multipart-mixed.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/multipart-related.svg b/.local/share/icons/Nordic/mimetypes/48/multipart-related.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/multipart-related.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/multipart-report.svg b/.local/share/icons/Nordic/mimetypes/48/multipart-report.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/multipart-report.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/multipart-signed.svg b/.local/share/icons/Nordic/mimetypes/48/multipart-signed.svg new file mode 120000 index 0000000..aeb8d02 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/multipart-signed.svg @@ -0,0 +1 @@ +application-pgp-keys.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/multipart-x-mixed-replace.svg b/.local/share/icons/Nordic/mimetypes/48/multipart-x-mixed-replace.svg new file mode 120000 index 0000000..1dc3be3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/multipart-x-mixed-replace.svg @@ -0,0 +1 @@ +text-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/music.svg b/.local/share/icons/Nordic/mimetypes/48/music.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/music.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/nero-disc-image.svg b/.local/share/icons/Nordic/mimetypes/48/nero-disc-image.svg new file mode 120000 index 0000000..2c214b3 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/nero-disc-image.svg @@ -0,0 +1 @@ +application-x-iso.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/nero-linux-compilation.svg b/.local/share/icons/Nordic/mimetypes/48/nero-linux-compilation.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/nero-linux-compilation.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/office-document.svg b/.local/share/icons/Nordic/mimetypes/48/office-document.svg new file mode 120000 index 0000000..a363532 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/office-document.svg @@ -0,0 +1 @@ +application-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/office-illustration.svg b/.local/share/icons/Nordic/mimetypes/48/office-illustration.svg new file mode 120000 index 0000000..e86ecbe --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/office-illustration.svg @@ -0,0 +1 @@ +application-vestor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-drawing-template.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-drawing-template.svg new file mode 120000 index 0000000..a63f1e2 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-drawing-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-drawing.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-drawing.svg new file mode 120000 index 0000000..a63f1e2 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-drawing.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-formula.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-formula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-formula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-master-document.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-drawing-template.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-drawing-template.svg new file mode 120000 index 0000000..a63f1e2 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-drawing-template.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-drawing.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-drawing.svg new file mode 120000 index 0000000..a63f1e2 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-drawing.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.graphics.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-formula.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-formula.svg new file mode 120000 index 0000000..15f67cb --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-formula.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.formula.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-master-document.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-master-document.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-master-document.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-presentation-template.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-presentation-template.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-presentation-template.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-presentation.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-spreadsheet-template.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-spreadsheet-template.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-spreadsheet-template.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-spreadsheet.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-text-template.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-text-template.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-text-template.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-text.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-text.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-text.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-web-template.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-web-template.svg new file mode 120000 index 0000000..678a581 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-oasis-web-template.svg @@ -0,0 +1 @@ +application-x-mswinurl.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-presentation-template.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-presentation-template.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-presentation-template.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-presentation.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-presentation.svg new file mode 120000 index 0000000..73bb02f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-presentation.svg @@ -0,0 +1 @@ +x-office-presentation.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-spreadsheet-template.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-spreadsheet-template.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-spreadsheet-template.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-spreadsheet.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-spreadsheet.svg new file mode 120000 index 0000000..b17ea28 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-spreadsheet.svg @@ -0,0 +1 @@ +x-office-spreadsheet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-text-template.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-text-template.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-text-template.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openoffice4-text.svg b/.local/share/icons/Nordic/mimetypes/48/openoffice4-text.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openoffice4-text.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openofficeorg3-drawing.svg b/.local/share/icons/Nordic/mimetypes/48/openofficeorg3-drawing.svg new file mode 120000 index 0000000..0095318 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openofficeorg3-drawing.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/openofficeorg3-oasis-spreadsheet.svg b/.local/share/icons/Nordic/mimetypes/48/openofficeorg3-oasis-spreadsheet.svg new file mode 120000 index 0000000..0095318 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/openofficeorg3-oasis-spreadsheet.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/package-gdebi.svg b/.local/share/icons/Nordic/mimetypes/48/package-gdebi.svg new file mode 120000 index 0000000..abada3e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/package-gdebi.svg @@ -0,0 +1 @@ +application-x-deb.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/package-x-generic.svg b/.local/share/icons/Nordic/mimetypes/48/package-x-generic.svg new file mode 120000 index 0000000..de6105c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/package-x-generic.svg @@ -0,0 +1 @@ +application-software.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/package.svg b/.local/share/icons/Nordic/mimetypes/48/package.svg new file mode 120000 index 0000000..de6105c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/package.svg @@ -0,0 +1 @@ +application-software.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/package_editors.svg b/.local/share/icons/Nordic/mimetypes/48/package_editors.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/package_editors.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/package_wordprocessing.svg b/.local/share/icons/Nordic/mimetypes/48/package_wordprocessing.svg new file mode 120000 index 0000000..7472b14 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/package_wordprocessing.svg @@ -0,0 +1 @@ +application-word.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/playlist.svg b/.local/share/icons/Nordic/mimetypes/48/playlist.svg new file mode 120000 index 0000000..ace508b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/playlist.svg @@ -0,0 +1 @@ +audio-x-playlist.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/rar.svg b/.local/share/icons/Nordic/mimetypes/48/rar.svg new file mode 120000 index 0000000..832a138 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/rar.svg @@ -0,0 +1 @@ +application-x-rar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/raw.svg b/.local/share/icons/Nordic/mimetypes/48/raw.svg new file mode 120000 index 0000000..49ccd21 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/raw.svg @@ -0,0 +1 @@ +application-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/shellscript.svg b/.local/share/icons/Nordic/mimetypes/48/shellscript.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/shellscript.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/sound.svg b/.local/share/icons/Nordic/mimetypes/48/sound.svg new file mode 120000 index 0000000..9b77570 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/sound.svg @@ -0,0 +1 @@ +application-audio.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/source-playlist.svg b/.local/share/icons/Nordic/mimetypes/48/source-playlist.svg new file mode 120000 index 0000000..ace508b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/source-playlist.svg @@ -0,0 +1 @@ +audio-x-playlist.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/stock_new-drawing.svg b/.local/share/icons/Nordic/mimetypes/48/stock_new-drawing.svg new file mode 120000 index 0000000..ca748d2 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/stock_new-drawing.svg @@ -0,0 +1 @@ +application-drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/stock_playlist.svg b/.local/share/icons/Nordic/mimetypes/48/stock_playlist.svg new file mode 120000 index 0000000..f8e482a --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/stock_playlist.svg @@ -0,0 +1 @@ +application-audio-playlist.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/stock_script.svg b/.local/share/icons/Nordic/mimetypes/48/stock_script.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/stock_script.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/stock_scripts.svg b/.local/share/icons/Nordic/mimetypes/48/stock_scripts.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/stock_scripts.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/svg.svg b/.local/share/icons/Nordic/mimetypes/48/svg.svg new file mode 120000 index 0000000..e86ecbe --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/svg.svg @@ -0,0 +1 @@ +application-vestor.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/tar.svg b/.local/share/icons/Nordic/mimetypes/48/tar.svg new file mode 120000 index 0000000..065c47e --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/tar.svg @@ -0,0 +1 @@ +application-x-tar.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/template-source.svg b/.local/share/icons/Nordic/mimetypes/48/template-source.svg new file mode 120000 index 0000000..19265f5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/template-source.svg @@ -0,0 +1 @@ +application-text-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/template_source.svg b/.local/share/icons/Nordic/mimetypes/48/template_source.svg new file mode 120000 index 0000000..19265f5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/template_source.svg @@ -0,0 +1 @@ +application-text-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-enriched.svg b/.local/share/icons/Nordic/mimetypes/48/text-enriched.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-enriched.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-html.svg b/.local/share/icons/Nordic/mimetypes/48/text-html.svg new file mode 120000 index 0000000..678a581 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-html.svg @@ -0,0 +1 @@ +application-x-mswinurl.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-markdown.svg b/.local/share/icons/Nordic/mimetypes/48/text-markdown.svg new file mode 120000 index 0000000..b9b7490 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-markdown.svg @@ -0,0 +1 @@ +text-x-markdown.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-plain.svg b/.local/share/icons/Nordic/mimetypes/48/text-plain.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-plain.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-rdf+xml.svg b/.local/share/icons/Nordic/mimetypes/48/text-rdf+xml.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-rdf+xml.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-rdf.svg b/.local/share/icons/Nordic/mimetypes/48/text-rdf.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-rdf.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-sgml.svg b/.local/share/icons/Nordic/mimetypes/48/text-sgml.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-sgml.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-troff.svg b/.local/share/icons/Nordic/mimetypes/48/text-troff.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-troff.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-vnd.abc.svg b/.local/share/icons/Nordic/mimetypes/48/text-vnd.abc.svg new file mode 120000 index 0000000..86b2f62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-vnd.abc.svg @@ -0,0 +1 @@ +x-office-document.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-authors.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-authors.svg new file mode 120000 index 0000000..3a00ae0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-authors.svg @@ -0,0 +1 @@ +application-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-c++src.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-c++src.svg new file mode 100644 index 0000000..1d200cc --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-c++src.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-c.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-c.svg new file mode 100644 index 0000000..2ce83d5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-c.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-chdr.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-chdr.svg new file mode 120000 index 0000000..05ab0ed --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-chdr.svg @@ -0,0 +1 @@ +text-x-script.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-credits.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-credits.svg new file mode 120000 index 0000000..3a00ae0 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-credits.svg @@ -0,0 +1 @@ +application-users.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-generic-template.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-generic-template.svg new file mode 120000 index 0000000..19265f5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-generic-template.svg @@ -0,0 +1 @@ +application-text-template.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-generic.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-generic.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-generic.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-javascript.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-javascript.svg new file mode 100644 index 0000000..f1afc98 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-javascript.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-katefilelist.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-katefilelist.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-katefilelist.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-markdown.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-markdown.svg new file mode 100644 index 0000000..9bc76ae --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-markdown.svg @@ -0,0 +1,1083 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-matlab.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-matlab.svg new file mode 120000 index 0000000..51185c5 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-matlab.svg @@ -0,0 +1 @@ +text-x-octave.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-microdvd.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-microdvd.svg new file mode 120000 index 0000000..043fc37 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-microdvd.svg @@ -0,0 +1 @@ +application-x-subrip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-nfo.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-nfo.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-nfo.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-objchdr.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-objchdr.svg new file mode 120000 index 0000000..1988606 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-objchdr.svg @@ -0,0 +1 @@ +text-x-chdr.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-objcsrc.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-objcsrc.svg new file mode 120000 index 0000000..728e410 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-objcsrc.svg @@ -0,0 +1 @@ +text-x-c.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-octave.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-octave.svg new file mode 100644 index 0000000..f910d1b --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-octave.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-pascal.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-pascal.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-pascal.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-plain.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-plain.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-plain.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-preview.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-preview.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-preview.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-python.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-python.svg new file mode 100644 index 0000000..7bccfde --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-python.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-rsrc.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-rsrc.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-rsrc.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-script.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-script.svg new file mode 120000 index 0000000..9bcbc75 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-script.svg @@ -0,0 +1 @@ +application-script-blank.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-source.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-source.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-source.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-tcl.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-tcl.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-tcl.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x-vala.svg b/.local/share/icons/Nordic/mimetypes/48/text-x-vala.svg new file mode 100644 index 0000000..2db4951 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x-vala.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/mimetypes/48/text-x.svg b/.local/share/icons/Nordic/mimetypes/48/text-x.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-x.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text-xml.svg b/.local/share/icons/Nordic/mimetypes/48/text-xml.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text-xml.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text.svg b/.local/share/icons/Nordic/mimetypes/48/text.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/text2.svg b/.local/share/icons/Nordic/mimetypes/48/text2.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/text2.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/tgz.svg b/.local/share/icons/Nordic/mimetypes/48/tgz.svg new file mode 120000 index 0000000..4e4d75c --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/tgz.svg @@ -0,0 +1 @@ +application-archive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/txt.svg b/.local/share/icons/Nordic/mimetypes/48/txt.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/txt.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/txt2.svg b/.local/share/icons/Nordic/mimetypes/48/txt2.svg new file mode 120000 index 0000000..529423d --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/txt2.svg @@ -0,0 +1 @@ +application-text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/uri-mms.svg b/.local/share/icons/Nordic/mimetypes/48/uri-mms.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/uri-mms.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/uri-mmst.svg b/.local/share/icons/Nordic/mimetypes/48/uri-mmst.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/uri-mmst.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/uri-mmsu.svg b/.local/share/icons/Nordic/mimetypes/48/uri-mmsu.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/uri-mmsu.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/uri-pnm.svg b/.local/share/icons/Nordic/mimetypes/48/uri-pnm.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/uri-pnm.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/uri-rtspt.svg b/.local/share/icons/Nordic/mimetypes/48/uri-rtspt.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/uri-rtspt.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/uri-rtspu.svg b/.local/share/icons/Nordic/mimetypes/48/uri-rtspu.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/uri-rtspu.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-mlt-playlist.svg b/.local/share/icons/Nordic/mimetypes/48/video-mlt-playlist.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-mlt-playlist.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-mp4.svg b/.local/share/icons/Nordic/mimetypes/48/video-mp4.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-mp4.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-vivo.svg b/.local/share/icons/Nordic/mimetypes/48/video-vivo.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-vivo.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-vnd.rn-realvideo.svg b/.local/share/icons/Nordic/mimetypes/48/video-vnd.rn-realvideo.svg new file mode 120000 index 0000000..db0a1dc --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-vnd.rn-realvideo.svg @@ -0,0 +1 @@ +video-x-generic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-wavelet.svg b/.local/share/icons/Nordic/mimetypes/48/video-wavelet.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-wavelet.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-webm.svg b/.local/share/icons/Nordic/mimetypes/48/video-webm.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-webm.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-anim.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-anim.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-anim.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-flic.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-flic.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-flic.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-flv.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-flv.svg new file mode 120000 index 0000000..be844f1 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-flv.svg @@ -0,0 +1 @@ +application-flash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-generic.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-generic.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-generic.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-google-vlc-plugin.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-google-vlc-plugin.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-google-vlc-plugin.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-javafx.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-javafx.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-javafx.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-matroska.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-matroska.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-matroska.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-ms-asf-plugin.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-ms-asf-plugin.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-ms-asf-plugin.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-ms-asf.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-ms-asf.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-ms-asf.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-ms-wmp.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-ms-wmp.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-ms-wmp.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-ms-wmv.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-ms-wmv.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-ms-wmv.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-msvideo.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-msvideo.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-msvideo.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-nsv.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-nsv.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-nsv.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-ogm+ogg.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-ogm+ogg.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-ogm+ogg.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-sgi-movie.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-sgi-movie.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-sgi-movie.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-theora+ogg.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-theora+ogg.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-theora+ogg.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video-x-wmv.svg b/.local/share/icons/Nordic/mimetypes/48/video-x-wmv.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video-x-wmv.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/video.svg b/.local/share/icons/Nordic/mimetypes/48/video.svg new file mode 120000 index 0000000..dff032f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/video.svg @@ -0,0 +1 @@ +application-video.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/wps-office-doc.svg b/.local/share/icons/Nordic/mimetypes/48/wps-office-doc.svg new file mode 120000 index 0000000..e1d2826 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/wps-office-doc.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/wps-office-wps.svg b/.local/share/icons/Nordic/mimetypes/48/wps-office-wps.svg new file mode 120000 index 0000000..e1d2826 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/wps-office-wps.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/wps-office-wpt.svg b/.local/share/icons/Nordic/mimetypes/48/wps-office-wpt.svg new file mode 120000 index 0000000..e1d2826 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/wps-office-wpt.svg @@ -0,0 +1 @@ +application-vnd.oasis.opendocument.text.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/wps-office-xls.svg b/.local/share/icons/Nordic/mimetypes/48/wps-office-xls.svg new file mode 120000 index 0000000..e5b1c02 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/wps-office-xls.svg @@ -0,0 +1 @@ +gdsheet.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/x-gambasserverpage.svg b/.local/share/icons/Nordic/mimetypes/48/x-gambasserverpage.svg new file mode 120000 index 0000000..f50ba62 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/x-gambasserverpage.svg @@ -0,0 +1 @@ +application-xml.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/x-office-document.svg b/.local/share/icons/Nordic/mimetypes/48/x-office-document.svg new file mode 120000 index 0000000..e3ddc19 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/x-office-document.svg @@ -0,0 +1 @@ +wps-office-doc.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/x-office-drawing.svg b/.local/share/icons/Nordic/mimetypes/48/x-office-drawing.svg new file mode 120000 index 0000000..ca748d2 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/x-office-drawing.svg @@ -0,0 +1 @@ +application-drawing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/x-office-presentation.svg b/.local/share/icons/Nordic/mimetypes/48/x-office-presentation.svg new file mode 120000 index 0000000..34a5773 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/x-office-presentation.svg @@ -0,0 +1 @@ +application-presentation.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/x-office-spreadsheet.svg b/.local/share/icons/Nordic/mimetypes/48/x-office-spreadsheet.svg new file mode 120000 index 0000000..3c21183 --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/x-office-spreadsheet.svg @@ -0,0 +1 @@ +wps-office-xls.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/mimetypes/48/zip.svg b/.local/share/icons/Nordic/mimetypes/48/zip.svg new file mode 120000 index 0000000..0840f8f --- /dev/null +++ b/.local/share/icons/Nordic/mimetypes/48/zip.svg @@ -0,0 +1 @@ +application-archive-zip.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/audio-input-microphone-muted.svg b/.local/share/icons/Nordic/panel/16-light/audio-input-microphone-muted.svg new file mode 120000 index 0000000..e2e954d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-input-microphone-muted.svg @@ -0,0 +1 @@ +microphone-sensitivity-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/audio-output-none-panel.svg b/.local/share/icons/Nordic/panel/16-light/audio-output-none-panel.svg new file mode 100644 index 0000000..7b6fb1b --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-output-none-panel.svg @@ -0,0 +1,126 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/audio-output-none.svg b/.local/share/icons/Nordic/panel/16-light/audio-output-none.svg new file mode 120000 index 0000000..3d8b211 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-output-none.svg @@ -0,0 +1 @@ +audio-output-none-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-high-panel.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-high-panel.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-high-panel.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-high-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-high-symbolic.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-high-symbolic.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-high.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-high.svg new file mode 100644 index 0000000..22cf3f8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-high.svg @@ -0,0 +1,126 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-low-panel.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-low-panel.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-low-panel.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-low-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-low-symbolic.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-low-symbolic.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-low-zero-panel.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-low-zero-panel.svg new file mode 120000 index 0000000..d60dc49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-low-zero-panel.svg @@ -0,0 +1 @@ +audio-volume-off.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-low.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-low.svg new file mode 100644 index 0000000..d729c78 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-low.svg @@ -0,0 +1,126 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-medium-panel.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-medium-panel.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-medium-panel.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-medium-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-medium-symbolic.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-medium-symbolic.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-medium.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-medium.svg new file mode 100644 index 0000000..33e0cfd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-medium.svg @@ -0,0 +1,126 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-muted-blocking.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-muted-blocking.svg new file mode 120000 index 0000000..d3d0b24 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-muted-blocking.svg @@ -0,0 +1 @@ +audio-output-none.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-muted-panel.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-muted-panel.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-muted-panel.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-muted-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-muted-symbolic.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-muted-symbolic.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-muted.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-muted.svg new file mode 100644 index 0000000..d0a7af5 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-muted.svg @@ -0,0 +1,126 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/audio-volume-off.svg b/.local/share/icons/Nordic/panel/16-light/audio-volume-off.svg new file mode 100644 index 0000000..84547f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/audio-volume-off.svg @@ -0,0 +1,126 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/bad-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/bad-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/bad-signal.svg b/.local/share/icons/Nordic/panel/16-light/bad-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/bad-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/both-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/both-bad-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/both-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/both-bad-signal.svg b/.local/share/icons/Nordic/panel/16-light/both-bad-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/both-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/both-good-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/both-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/both-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/both-good-signal.svg b/.local/share/icons/Nordic/panel/16-light/both-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/both-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/both-high-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/both-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/both-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/both-high-signal.svg b/.local/share/icons/Nordic/panel/16-light/both-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/both-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/both-low-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/both-low-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/both-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/both-low-signal.svg b/.local/share/icons/Nordic/panel/16-light/both-low-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/both-low-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/discord-tray-connected.svg b/.local/share/icons/Nordic/panel/16-light/discord-tray-connected.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/discord-tray-connected.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/discord-tray-muted.svg b/.local/share/icons/Nordic/panel/16-light/discord-tray-muted.svg new file mode 120000 index 0000000..e2e954d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/discord-tray-muted.svg @@ -0,0 +1 @@ +microphone-sensitivity-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/discord-tray-speaking.svg b/.local/share/icons/Nordic/panel/16-light/discord-tray-speaking.svg new file mode 120000 index 0000000..3820bf9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/discord-tray-speaking.svg @@ -0,0 +1 @@ +audio-volume-muted-blocking.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/gnome-netstatus-0-24.svg b/.local/share/icons/Nordic/panel/16-light/gnome-netstatus-0-24.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/gnome-netstatus-0-24.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/gnome-netstatus-25-49.svg b/.local/share/icons/Nordic/panel/16-light/gnome-netstatus-25-49.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/gnome-netstatus-25-49.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/gnome-netstatus-50-74.svg b/.local/share/icons/Nordic/panel/16-light/gnome-netstatus-50-74.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/gnome-netstatus-50-74.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/gnome-netstatus-75-100.svg b/.local/share/icons/Nordic/panel/16-light/gnome-netstatus-75-100.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/gnome-netstatus-75-100.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/good-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/good-signal.svg b/.local/share/icons/Nordic/panel/16-light/good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/google-chrome-no-notification-disabled.svg b/.local/share/icons/Nordic/panel/16-light/google-chrome-no-notification-disabled.svg new file mode 100644 index 0000000..61cf5ce --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/google-chrome-no-notification-disabled.svg @@ -0,0 +1,46 @@ + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/google-chrome-no-notification.svg b/.local/share/icons/Nordic/panel/16-light/google-chrome-no-notification.svg new file mode 120000 index 0000000..6d85840 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/google-chrome-no-notification.svg @@ -0,0 +1 @@ +google-chrome-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/google-chrome-notification-disabled.svg b/.local/share/icons/Nordic/panel/16-light/google-chrome-notification-disabled.svg new file mode 100644 index 0000000..4653fcd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/google-chrome-notification-disabled.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/google-chrome-notification.svg b/.local/share/icons/Nordic/panel/16-light/google-chrome-notification.svg new file mode 100644 index 0000000..4d9c2a7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/google-chrome-notification.svg @@ -0,0 +1,51 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/google-chrome-panel.svg b/.local/share/icons/Nordic/panel/16-light/google-chrome-panel.svg new file mode 100644 index 0000000..4d1e592 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/google-chrome-panel.svg @@ -0,0 +1,46 @@ + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/google-chrome-tray.svg b/.local/share/icons/Nordic/panel/16-light/google-chrome-tray.svg new file mode 120000 index 0000000..d130653 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/google-chrome-tray.svg @@ -0,0 +1 @@ +google-chrome-no-notification.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/high-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/high-signal-lock.svg new file mode 120000 index 0000000..61084b9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/high-signal-lock.svg @@ -0,0 +1 @@ +network-wireless-secure-signal-excellent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/high-signal.svg b/.local/share/icons/Nordic/panel/16-light/high-signal.svg new file mode 120000 index 0000000..d01f143 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/high-signal.svg @@ -0,0 +1 @@ +network-wireless-signal-excellent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/idle-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/idle-bad-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/idle-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/idle-bad-signal.svg b/.local/share/icons/Nordic/panel/16-light/idle-bad-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/idle-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/idle-good-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/idle-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/idle-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/idle-good-signal.svg b/.local/share/icons/Nordic/panel/16-light/idle-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/idle-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/idle-high-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/idle-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/idle-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/idle-high-signal.svg b/.local/share/icons/Nordic/panel/16-light/idle-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/idle-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/idle-low-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/idle-low-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/idle-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/idle-low-signal.svg b/.local/share/icons/Nordic/panel/16-light/idle-low-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/idle-low-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/low-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/low-signal-lock.svg new file mode 120000 index 0000000..7405768 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/low-signal-lock.svg @@ -0,0 +1 @@ +network-wireless-secure-signal-ok.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/low-signal.svg b/.local/share/icons/Nordic/panel/16-light/low-signal.svg new file mode 120000 index 0000000..72f65ff --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/low-signal.svg @@ -0,0 +1 @@ +network-wireless-signal-ok.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/microphone-sensitivity-muted.svg b/.local/share/icons/Nordic/panel/16-light/microphone-sensitivity-muted.svg new file mode 120000 index 0000000..3820bf9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/microphone-sensitivity-muted.svg @@ -0,0 +1 @@ +audio-volume-muted-blocking.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-offline-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-offline-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-offline-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-bad.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-bad.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-bad.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-excellent-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-excellent-symbolic.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-excellent-symbolic.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-excellent.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-excellent.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-excellent.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-good-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-good-symbolic.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-good-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-good.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-good.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-good.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-low-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-low-symbolic.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-low-symbolic.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-low.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-low.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-low.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-none.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-none.svg new file mode 120000 index 0000000..f2afeb7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-none.svg @@ -0,0 +1 @@ +nm-signal-0-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-ok-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-ok-symbolic.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-ok-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-ok.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-ok.svg new file mode 120000 index 0000000..4188ab8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-secure-signal-ok.svg @@ -0,0 +1 @@ +both-good-signal-lock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-bad.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-bad.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-bad.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-excellent-secure--symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-excellent-secure--symbolic.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-excellent-secure--symbolic.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-excellent-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-excellent-symbolic.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-excellent-symbolic.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-excellent.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-excellent.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-excellent.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-good-secure-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-good-secure-symbolic.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-good-secure-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-good-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-good-symbolic.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-good-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-good.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-good.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-good.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-low-symbolic b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-low-symbolic new file mode 120000 index 0000000..06cfc46 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-low-symbolic @@ -0,0 +1 @@ +both-bad-signal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-low.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-low.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-low.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-none-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-none-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-none-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-ok-secure-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-ok-secure-symbolic.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-ok-secure-symbolic.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-ok-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-ok-symbolic.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-ok-symbolic.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-ok.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-ok.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-ok.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-weak-secure-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-weak-secure-symbolic.svg new file mode 120000 index 0000000..f2afeb7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-weak-secure-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-weak-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-weak-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/network-wireless-signal-weak-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/nm-device-wireless.svg b/.local/share/icons/Nordic/panel/16-light/nm-device-wireless.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-device-wireless.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-0-secure.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-0-secure.svg new file mode 100644 index 0000000..c141b56 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-0-secure.svg @@ -0,0 +1,135 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-0-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-0-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-0-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-0.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-0.svg new file mode 100644 index 0000000..0d342e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-0.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-00-secure.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-00-secure.svg new file mode 120000 index 0000000..f2afeb7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-00-secure.svg @@ -0,0 +1 @@ +nm-signal-0-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-00-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-00-symbolic.svg new file mode 120000 index 0000000..db0ee1c --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-00-symbolic.svg @@ -0,0 +1 @@ +nm-signal-00.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-00.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-00.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-00.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-100-secure.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-100-secure.svg new file mode 100644 index 0000000..6970b58 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-100-secure.svg @@ -0,0 +1,135 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-100-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-100-symbolic.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-100-symbolic.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-100.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-100.svg new file mode 100644 index 0000000..d0a3b90 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-100.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-25-secure.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-25-secure.svg new file mode 100644 index 0000000..c853f26 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-25-secure.svg @@ -0,0 +1,135 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-25-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-25-symbolic.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-25-symbolic.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-25.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-25.svg new file mode 100644 index 0000000..76a8c1b --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-25.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-50-secure.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-50-secure.svg new file mode 100644 index 0000000..a55fa31 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-50-secure.svg @@ -0,0 +1,135 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-50-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-50-symbolic.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-50-symbolic.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-50.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-50.svg new file mode 100644 index 0000000..4e7a3c6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-50.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-75-secure.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-75-secure.svg new file mode 100644 index 0000000..4c8557f --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-75-secure.svg @@ -0,0 +1,135 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-75-symbolic.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-75-symbolic.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-75-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/nm-signal-75.svg b/.local/share/icons/Nordic/panel/16-light/nm-signal-75.svg new file mode 100644 index 0000000..af69270 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/nm-signal-75.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/notification-audio-volume-high.svg b/.local/share/icons/Nordic/panel/16-light/notification-audio-volume-high.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/notification-audio-volume-high.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/notification-audio-volume-low.svg b/.local/share/icons/Nordic/panel/16-light/notification-audio-volume-low.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/notification-audio-volume-low.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/notification-audio-volume-medium.svg b/.local/share/icons/Nordic/panel/16-light/notification-audio-volume-medium.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/notification-audio-volume-medium.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/notification-audio-volume-muted.svg b/.local/share/icons/Nordic/panel/16-light/notification-audio-volume-muted.svg new file mode 120000 index 0000000..d60dc49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/notification-audio-volume-muted.svg @@ -0,0 +1 @@ +audio-volume-off.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/receiving-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/receiving-bad-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/receiving-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/receiving-bad-signal.svg b/.local/share/icons/Nordic/panel/16-light/receiving-bad-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/receiving-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/receiving-good-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/receiving-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/receiving-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/receiving-good-signal.svg b/.local/share/icons/Nordic/panel/16-light/receiving-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/receiving-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/receiving-high-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/receiving-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/receiving-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/receiving-high-signal-look.svg b/.local/share/icons/Nordic/panel/16-light/receiving-high-signal-look.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/receiving-high-signal-look.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/receiving-high-signal.svg b/.local/share/icons/Nordic/panel/16-light/receiving-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/receiving-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/receiving-low-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/receiving-low-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/receiving-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/receiving-low-signal.svg b/.local/share/icons/Nordic/panel/16-light/receiving-low-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/receiving-low-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/slack-indicator-highlight.svg b/.local/share/icons/Nordic/panel/16-light/slack-indicator-highlight.svg new file mode 100644 index 0000000..942ec94 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/slack-indicator-highlight.svg @@ -0,0 +1,53 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/slack-indicator-unread.svg b/.local/share/icons/Nordic/panel/16-light/slack-indicator-unread.svg new file mode 100644 index 0000000..1dbb0d3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/slack-indicator-unread.svg @@ -0,0 +1,53 @@ + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/slack-indicator.svg b/.local/share/icons/Nordic/panel/16-light/slack-indicator.svg new file mode 100644 index 0000000..3880a29 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/slack-indicator.svg @@ -0,0 +1,46 @@ + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16-light/transmitting-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/transmitting-bad-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/transmitting-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/transmitting-bad-signal.svg b/.local/share/icons/Nordic/panel/16-light/transmitting-bad-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/transmitting-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/transmitting-good-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/transmitting-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/transmitting-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/transmitting-good-signal.svg b/.local/share/icons/Nordic/panel/16-light/transmitting-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/transmitting-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/transmitting-high-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/transmitting-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/transmitting-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/transmitting-high-signal.svg b/.local/share/icons/Nordic/panel/16-light/transmitting-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/transmitting-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/transmitting-low-signal-lock.svg b/.local/share/icons/Nordic/panel/16-light/transmitting-low-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/transmitting-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/transmitting-low-signal.svg b/.local/share/icons/Nordic/panel/16-light/transmitting-low-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/transmitting-low-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/volume-level-high-panel.svg b/.local/share/icons/Nordic/panel/16-light/volume-level-high-panel.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/volume-level-high-panel.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/volume-level-high.svg b/.local/share/icons/Nordic/panel/16-light/volume-level-high.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/volume-level-high.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/volume-level-low-panel.svg b/.local/share/icons/Nordic/panel/16-light/volume-level-low-panel.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/volume-level-low-panel.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/volume-level-low.svg b/.local/share/icons/Nordic/panel/16-light/volume-level-low.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/volume-level-low.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/volume-level-medium-panel.svg b/.local/share/icons/Nordic/panel/16-light/volume-level-medium-panel.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/volume-level-medium-panel.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/volume-level-medium.svg b/.local/share/icons/Nordic/panel/16-light/volume-level-medium.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/volume-level-medium.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/volume-level-muted-panel.svg b/.local/share/icons/Nordic/panel/16-light/volume-level-muted-panel.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/volume-level-muted-panel.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/volume-level-muted.svg b/.local/share/icons/Nordic/panel/16-light/volume-level-muted.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/volume-level-muted.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/volume-level-none-panel.svg b/.local/share/icons/Nordic/panel/16-light/volume-level-none-panel.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/volume-level-none-panel.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/volume-level-none.svg b/.local/share/icons/Nordic/panel/16-light/volume-level-none.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/volume-level-none.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-high.svg b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-high.svg new file mode 120000 index 0000000..d4a80f3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-high.svg @@ -0,0 +1 @@ +audio-volume-high-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-low-medium.svg b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-low-medium.svg new file mode 120000 index 0000000..ae4d92d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-low-medium.svg @@ -0,0 +1 @@ +audio-volume-medium-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-low.svg b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-low.svg new file mode 120000 index 0000000..fc5b213 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-low.svg @@ -0,0 +1 @@ +audio-volume-low-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-medium.svg b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-medium.svg new file mode 120000 index 0000000..ae4d92d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-medium.svg @@ -0,0 +1 @@ +audio-volume-medium-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-muted.svg b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-muted.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-muted.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-ultra-low.svg b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-ultra-low.svg new file mode 120000 index 0000000..fc5b213 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-ultra-low.svg @@ -0,0 +1 @@ +audio-volume-low-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-very-high.svg b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-very-high.svg new file mode 120000 index 0000000..d4a80f3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16-light/xfce4-mixer-volume-very-high.svg @@ -0,0 +1 @@ +audio-volume-high-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/audio-input-microphone-muted.svg b/.local/share/icons/Nordic/panel/16/audio-input-microphone-muted.svg new file mode 120000 index 0000000..e2e954d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-input-microphone-muted.svg @@ -0,0 +1 @@ +microphone-sensitivity-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/audio-output-none-panel.svg b/.local/share/icons/Nordic/panel/16/audio-output-none-panel.svg new file mode 100644 index 0000000..03148ab --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-output-none-panel.svg @@ -0,0 +1,126 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/audio-output-none.svg b/.local/share/icons/Nordic/panel/16/audio-output-none.svg new file mode 120000 index 0000000..3d8b211 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-output-none.svg @@ -0,0 +1 @@ +audio-output-none-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-high-panel.svg b/.local/share/icons/Nordic/panel/16/audio-volume-high-panel.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-high-panel.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-high-symbolic.svg b/.local/share/icons/Nordic/panel/16/audio-volume-high-symbolic.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-high-symbolic.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-high.svg b/.local/share/icons/Nordic/panel/16/audio-volume-high.svg new file mode 100644 index 0000000..937d508 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-high.svg @@ -0,0 +1,126 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-low-panel.svg b/.local/share/icons/Nordic/panel/16/audio-volume-low-panel.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-low-panel.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-low-symbolic.svg b/.local/share/icons/Nordic/panel/16/audio-volume-low-symbolic.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-low-symbolic.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-low-zero-panel.svg b/.local/share/icons/Nordic/panel/16/audio-volume-low-zero-panel.svg new file mode 120000 index 0000000..d60dc49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-low-zero-panel.svg @@ -0,0 +1 @@ +audio-volume-off.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-low.svg b/.local/share/icons/Nordic/panel/16/audio-volume-low.svg new file mode 100644 index 0000000..7091479 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-low.svg @@ -0,0 +1,126 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-medium-panel.svg b/.local/share/icons/Nordic/panel/16/audio-volume-medium-panel.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-medium-panel.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-medium-symbolic.svg b/.local/share/icons/Nordic/panel/16/audio-volume-medium-symbolic.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-medium-symbolic.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-medium.svg b/.local/share/icons/Nordic/panel/16/audio-volume-medium.svg new file mode 100644 index 0000000..5d7502c --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-medium.svg @@ -0,0 +1,126 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-muted-blocking.svg b/.local/share/icons/Nordic/panel/16/audio-volume-muted-blocking.svg new file mode 120000 index 0000000..d3d0b24 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-muted-blocking.svg @@ -0,0 +1 @@ +audio-output-none.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-muted-panel.svg b/.local/share/icons/Nordic/panel/16/audio-volume-muted-panel.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-muted-panel.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-muted-symbolic.svg b/.local/share/icons/Nordic/panel/16/audio-volume-muted-symbolic.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-muted-symbolic.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-muted.svg b/.local/share/icons/Nordic/panel/16/audio-volume-muted.svg new file mode 100644 index 0000000..5ae326e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-muted.svg @@ -0,0 +1,126 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/audio-volume-off.svg b/.local/share/icons/Nordic/panel/16/audio-volume-off.svg new file mode 100644 index 0000000..7d3a08f --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/audio-volume-off.svg @@ -0,0 +1,126 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/bad-signal-lock.svg b/.local/share/icons/Nordic/panel/16/bad-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/bad-signal.svg b/.local/share/icons/Nordic/panel/16/bad-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/bad-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/both-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/16/both-bad-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/both-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/both-bad-signal.svg b/.local/share/icons/Nordic/panel/16/both-bad-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/both-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/both-good-signal-lock.svg b/.local/share/icons/Nordic/panel/16/both-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/both-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/both-good-signal.svg b/.local/share/icons/Nordic/panel/16/both-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/both-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/both-high-signal-lock.svg b/.local/share/icons/Nordic/panel/16/both-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/both-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/both-high-signal.svg b/.local/share/icons/Nordic/panel/16/both-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/both-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/both-low-signal-lock.svg b/.local/share/icons/Nordic/panel/16/both-low-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/both-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/both-low-signal.svg b/.local/share/icons/Nordic/panel/16/both-low-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/both-low-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/discord-tray-connected.svg b/.local/share/icons/Nordic/panel/16/discord-tray-connected.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/discord-tray-connected.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/discord-tray-muted.svg b/.local/share/icons/Nordic/panel/16/discord-tray-muted.svg new file mode 120000 index 0000000..e2e954d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/discord-tray-muted.svg @@ -0,0 +1 @@ +microphone-sensitivity-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/discord-tray-speaking.svg b/.local/share/icons/Nordic/panel/16/discord-tray-speaking.svg new file mode 120000 index 0000000..3820bf9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/discord-tray-speaking.svg @@ -0,0 +1 @@ +audio-volume-muted-blocking.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/gnome-netstatus-0-24.svg b/.local/share/icons/Nordic/panel/16/gnome-netstatus-0-24.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/gnome-netstatus-0-24.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/gnome-netstatus-25-49.svg b/.local/share/icons/Nordic/panel/16/gnome-netstatus-25-49.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/gnome-netstatus-25-49.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/gnome-netstatus-50-74.svg b/.local/share/icons/Nordic/panel/16/gnome-netstatus-50-74.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/gnome-netstatus-50-74.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/gnome-netstatus-75-100.svg b/.local/share/icons/Nordic/panel/16/gnome-netstatus-75-100.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/gnome-netstatus-75-100.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/good-signal-lock.svg b/.local/share/icons/Nordic/panel/16/good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/good-signal.svg b/.local/share/icons/Nordic/panel/16/good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/google-chrome-no-notification-disabled.svg b/.local/share/icons/Nordic/panel/16/google-chrome-no-notification-disabled.svg new file mode 100644 index 0000000..358f6bd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/google-chrome-no-notification-disabled.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/google-chrome-no-notification.svg b/.local/share/icons/Nordic/panel/16/google-chrome-no-notification.svg new file mode 120000 index 0000000..6d85840 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/google-chrome-no-notification.svg @@ -0,0 +1 @@ +google-chrome-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/google-chrome-notification-disabled.svg b/.local/share/icons/Nordic/panel/16/google-chrome-notification-disabled.svg new file mode 100644 index 0000000..0bfac71 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/google-chrome-notification-disabled.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/google-chrome-notification.svg b/.local/share/icons/Nordic/panel/16/google-chrome-notification.svg new file mode 100644 index 0000000..04e923c --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/google-chrome-notification.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/google-chrome-panel.svg b/.local/share/icons/Nordic/panel/16/google-chrome-panel.svg new file mode 100644 index 0000000..55b184e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/google-chrome-panel.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/google-chrome-tray.svg b/.local/share/icons/Nordic/panel/16/google-chrome-tray.svg new file mode 120000 index 0000000..d130653 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/google-chrome-tray.svg @@ -0,0 +1 @@ +google-chrome-no-notification.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/high-signal-lock.svg b/.local/share/icons/Nordic/panel/16/high-signal-lock.svg new file mode 120000 index 0000000..61084b9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/high-signal-lock.svg @@ -0,0 +1 @@ +network-wireless-secure-signal-excellent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/high-signal.svg b/.local/share/icons/Nordic/panel/16/high-signal.svg new file mode 120000 index 0000000..d01f143 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/high-signal.svg @@ -0,0 +1 @@ +network-wireless-signal-excellent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/idle-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/16/idle-bad-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/idle-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/idle-bad-signal.svg b/.local/share/icons/Nordic/panel/16/idle-bad-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/idle-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/idle-good-signal-lock.svg b/.local/share/icons/Nordic/panel/16/idle-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/idle-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/idle-good-signal.svg b/.local/share/icons/Nordic/panel/16/idle-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/idle-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/idle-high-signal-lock.svg b/.local/share/icons/Nordic/panel/16/idle-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/idle-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/idle-high-signal.svg b/.local/share/icons/Nordic/panel/16/idle-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/idle-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/idle-low-signal-lock.svg b/.local/share/icons/Nordic/panel/16/idle-low-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/idle-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/idle-low-signal.svg b/.local/share/icons/Nordic/panel/16/idle-low-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/idle-low-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/low-signal-lock.svg b/.local/share/icons/Nordic/panel/16/low-signal-lock.svg new file mode 120000 index 0000000..7405768 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/low-signal-lock.svg @@ -0,0 +1 @@ +network-wireless-secure-signal-ok.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/low-signal.svg b/.local/share/icons/Nordic/panel/16/low-signal.svg new file mode 120000 index 0000000..72f65ff --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/low-signal.svg @@ -0,0 +1 @@ +network-wireless-signal-ok.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/microphone-sensitivity-muted.svg b/.local/share/icons/Nordic/panel/16/microphone-sensitivity-muted.svg new file mode 120000 index 0000000..3820bf9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/microphone-sensitivity-muted.svg @@ -0,0 +1 @@ +audio-volume-muted-blocking.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-offline-symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-offline-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-offline-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-bad.svg b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-bad.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-bad.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-excellent-symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-excellent-symbolic.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-excellent-symbolic.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-excellent.svg b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-excellent.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-excellent.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-good-symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-good-symbolic.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-good-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-good.svg b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-good.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-good.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-low-symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-low-symbolic.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-low-symbolic.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-low.svg b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-low.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-low.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-none.svg b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-none.svg new file mode 120000 index 0000000..f2afeb7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-none.svg @@ -0,0 +1 @@ +nm-signal-0-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-ok-symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-ok-symbolic.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-ok-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-ok.svg b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-ok.svg new file mode 120000 index 0000000..4188ab8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-secure-signal-ok.svg @@ -0,0 +1 @@ +both-good-signal-lock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-bad.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-bad.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-bad.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-excellent-secure--symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-excellent-secure--symbolic.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-excellent-secure--symbolic.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-excellent-symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-excellent-symbolic.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-excellent-symbolic.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-excellent.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-excellent.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-excellent.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-good-secure-symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-good-secure-symbolic.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-good-secure-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-good-symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-good-symbolic.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-good-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-good.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-good.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-good.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-low-symbolic b/.local/share/icons/Nordic/panel/16/network-wireless-signal-low-symbolic new file mode 120000 index 0000000..06cfc46 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-low-symbolic @@ -0,0 +1 @@ +both-bad-signal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-low.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-low.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-low.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-none-symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-none-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-none-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-ok-secure-symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-ok-secure-symbolic.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-ok-secure-symbolic.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-ok-symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-ok-symbolic.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-ok-symbolic.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-ok.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-ok.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-ok.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-weak-secure-symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-weak-secure-symbolic.svg new file mode 120000 index 0000000..f2afeb7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-weak-secure-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/network-wireless-signal-weak-symbolic.svg b/.local/share/icons/Nordic/panel/16/network-wireless-signal-weak-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/network-wireless-signal-weak-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/nm-device-wireless.svg b/.local/share/icons/Nordic/panel/16/nm-device-wireless.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-device-wireless.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-0-secure.svg b/.local/share/icons/Nordic/panel/16/nm-signal-0-secure.svg new file mode 100644 index 0000000..1ca754b --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-0-secure.svg @@ -0,0 +1,135 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-0-symbolic.svg b/.local/share/icons/Nordic/panel/16/nm-signal-0-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-0-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-0.svg b/.local/share/icons/Nordic/panel/16/nm-signal-0.svg new file mode 100644 index 0000000..6edf280 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-0.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-00-secure.svg b/.local/share/icons/Nordic/panel/16/nm-signal-00-secure.svg new file mode 120000 index 0000000..f2afeb7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-00-secure.svg @@ -0,0 +1 @@ +nm-signal-0-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-00-symbolic.svg b/.local/share/icons/Nordic/panel/16/nm-signal-00-symbolic.svg new file mode 120000 index 0000000..db0ee1c --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-00-symbolic.svg @@ -0,0 +1 @@ +nm-signal-00.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-00.svg b/.local/share/icons/Nordic/panel/16/nm-signal-00.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-00.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-100-secure.svg b/.local/share/icons/Nordic/panel/16/nm-signal-100-secure.svg new file mode 100644 index 0000000..a136e9e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-100-secure.svg @@ -0,0 +1,135 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-100-symbolic.svg b/.local/share/icons/Nordic/panel/16/nm-signal-100-symbolic.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-100-symbolic.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-100.svg b/.local/share/icons/Nordic/panel/16/nm-signal-100.svg new file mode 100644 index 0000000..be8457f --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-100.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-25-secure.svg b/.local/share/icons/Nordic/panel/16/nm-signal-25-secure.svg new file mode 100644 index 0000000..24933d1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-25-secure.svg @@ -0,0 +1,135 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-25-symbolic.svg b/.local/share/icons/Nordic/panel/16/nm-signal-25-symbolic.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-25-symbolic.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-25.svg b/.local/share/icons/Nordic/panel/16/nm-signal-25.svg new file mode 100644 index 0000000..fcb4518 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-25.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-50-secure.svg b/.local/share/icons/Nordic/panel/16/nm-signal-50-secure.svg new file mode 100644 index 0000000..62e83f8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-50-secure.svg @@ -0,0 +1,135 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-50-symbolic.svg b/.local/share/icons/Nordic/panel/16/nm-signal-50-symbolic.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-50-symbolic.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-50.svg b/.local/share/icons/Nordic/panel/16/nm-signal-50.svg new file mode 100644 index 0000000..1c1938b --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-50.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-75-secure.svg b/.local/share/icons/Nordic/panel/16/nm-signal-75-secure.svg new file mode 100644 index 0000000..035972a --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-75-secure.svg @@ -0,0 +1,135 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-75-symbolic.svg b/.local/share/icons/Nordic/panel/16/nm-signal-75-symbolic.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-75-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/nm-signal-75.svg b/.local/share/icons/Nordic/panel/16/nm-signal-75.svg new file mode 100644 index 0000000..b4f94f3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/nm-signal-75.svg @@ -0,0 +1,131 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/notification-audio-volume-high.svg b/.local/share/icons/Nordic/panel/16/notification-audio-volume-high.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/notification-audio-volume-high.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/notification-audio-volume-low.svg b/.local/share/icons/Nordic/panel/16/notification-audio-volume-low.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/notification-audio-volume-low.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/notification-audio-volume-medium.svg b/.local/share/icons/Nordic/panel/16/notification-audio-volume-medium.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/notification-audio-volume-medium.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/notification-audio-volume-muted.svg b/.local/share/icons/Nordic/panel/16/notification-audio-volume-muted.svg new file mode 120000 index 0000000..d60dc49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/notification-audio-volume-muted.svg @@ -0,0 +1 @@ +audio-volume-off.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/receiving-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/16/receiving-bad-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/receiving-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/receiving-bad-signal.svg b/.local/share/icons/Nordic/panel/16/receiving-bad-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/receiving-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/receiving-good-signal-lock.svg b/.local/share/icons/Nordic/panel/16/receiving-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/receiving-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/receiving-good-signal.svg b/.local/share/icons/Nordic/panel/16/receiving-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/receiving-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/receiving-high-signal-lock.svg b/.local/share/icons/Nordic/panel/16/receiving-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/receiving-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/receiving-high-signal-look.svg b/.local/share/icons/Nordic/panel/16/receiving-high-signal-look.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/receiving-high-signal-look.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/receiving-high-signal.svg b/.local/share/icons/Nordic/panel/16/receiving-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/receiving-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/receiving-low-signal-lock.svg b/.local/share/icons/Nordic/panel/16/receiving-low-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/receiving-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/receiving-low-signal.svg b/.local/share/icons/Nordic/panel/16/receiving-low-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/receiving-low-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/slack-indicator-highlight.svg b/.local/share/icons/Nordic/panel/16/slack-indicator-highlight.svg new file mode 100644 index 0000000..6fd7851 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/slack-indicator-highlight.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/slack-indicator-unread.svg b/.local/share/icons/Nordic/panel/16/slack-indicator-unread.svg new file mode 100644 index 0000000..9acd53e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/slack-indicator-unread.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/slack-indicator.svg b/.local/share/icons/Nordic/panel/16/slack-indicator.svg new file mode 100644 index 0000000..da1f628 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/slack-indicator.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/teams-for-linux-tray.svg b/.local/share/icons/Nordic/panel/16/teams-for-linux-tray.svg new file mode 100644 index 0000000..0d6caa8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/teams-for-linux-tray.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/teams-tray-activity.svg b/.local/share/icons/Nordic/panel/16/teams-tray-activity.svg new file mode 100644 index 0000000..0af46bd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/teams-tray-activity.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/teams-tray-noactivity.svg b/.local/share/icons/Nordic/panel/16/teams-tray-noactivity.svg new file mode 120000 index 0000000..b9ff3c2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/teams-tray-noactivity.svg @@ -0,0 +1 @@ +teams-for-linux-tray.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/telegram-panel.svg b/.local/share/icons/Nordic/panel/16/telegram-panel.svg new file mode 100644 index 0000000..894d1cc --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/telegram-panel.svg @@ -0,0 +1,100 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/16/transmitting-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/16/transmitting-bad-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/transmitting-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/transmitting-bad-signal.svg b/.local/share/icons/Nordic/panel/16/transmitting-bad-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/transmitting-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/transmitting-good-signal-lock.svg b/.local/share/icons/Nordic/panel/16/transmitting-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/transmitting-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/transmitting-good-signal.svg b/.local/share/icons/Nordic/panel/16/transmitting-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/transmitting-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/transmitting-high-signal-lock.svg b/.local/share/icons/Nordic/panel/16/transmitting-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/transmitting-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/transmitting-high-signal.svg b/.local/share/icons/Nordic/panel/16/transmitting-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/transmitting-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/transmitting-low-signal-lock.svg b/.local/share/icons/Nordic/panel/16/transmitting-low-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/transmitting-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/transmitting-low-signal.svg b/.local/share/icons/Nordic/panel/16/transmitting-low-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/transmitting-low-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/volume-level-high-panel.svg b/.local/share/icons/Nordic/panel/16/volume-level-high-panel.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/volume-level-high-panel.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/volume-level-high.svg b/.local/share/icons/Nordic/panel/16/volume-level-high.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/volume-level-high.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/volume-level-low-panel.svg b/.local/share/icons/Nordic/panel/16/volume-level-low-panel.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/volume-level-low-panel.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/volume-level-low.svg b/.local/share/icons/Nordic/panel/16/volume-level-low.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/volume-level-low.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/volume-level-medium-panel.svg b/.local/share/icons/Nordic/panel/16/volume-level-medium-panel.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/volume-level-medium-panel.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/volume-level-medium.svg b/.local/share/icons/Nordic/panel/16/volume-level-medium.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/volume-level-medium.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/volume-level-muted-panel.svg b/.local/share/icons/Nordic/panel/16/volume-level-muted-panel.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/volume-level-muted-panel.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/volume-level-muted.svg b/.local/share/icons/Nordic/panel/16/volume-level-muted.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/volume-level-muted.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/volume-level-none-panel.svg b/.local/share/icons/Nordic/panel/16/volume-level-none-panel.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/volume-level-none-panel.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/volume-level-none.svg b/.local/share/icons/Nordic/panel/16/volume-level-none.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/volume-level-none.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-high.svg b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-high.svg new file mode 120000 index 0000000..d4a80f3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-high.svg @@ -0,0 +1 @@ +audio-volume-high-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-low-medium.svg b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-low-medium.svg new file mode 120000 index 0000000..ae4d92d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-low-medium.svg @@ -0,0 +1 @@ +audio-volume-medium-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-low.svg b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-low.svg new file mode 120000 index 0000000..fc5b213 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-low.svg @@ -0,0 +1 @@ +audio-volume-low-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-medium.svg b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-medium.svg new file mode 120000 index 0000000..ae4d92d --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-medium.svg @@ -0,0 +1 @@ +audio-volume-medium-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-muted.svg b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-muted.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-muted.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-ultra-low.svg b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-ultra-low.svg new file mode 120000 index 0000000..fc5b213 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-ultra-low.svg @@ -0,0 +1 @@ +audio-volume-low-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-very-high.svg b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-very-high.svg new file mode 120000 index 0000000..d4a80f3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/16/xfce4-mixer-volume-very-high.svg @@ -0,0 +1 @@ +audio-volume-high-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/.directory b/.local/share/icons/Nordic/panel/22-light/.directory new file mode 100644 index 0000000..ee78950 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/.directory @@ -0,0 +1,4 @@ +[Dolphin] +SortRole=modificationtime +Timestamp=2019,2,20,20,45,32 +Version=4 diff --git a/.local/share/icons/Nordic/panel/22-light/ac-adapter-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/ac-adapter-symbolic.svg new file mode 100644 index 0000000..9f564a1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/ac-adapter-symbolic.svg @@ -0,0 +1,106 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/account-logged-in.svg b/.local/share/icons/Nordic/panel/22-light/account-logged-in.svg new file mode 100644 index 0000000..57ce07b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/account-logged-in.svg @@ -0,0 +1,107 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/anatine-indicator.svg b/.local/share/icons/Nordic/panel/22-light/anatine-indicator.svg new file mode 100644 index 0000000..d7508ab --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/anatine-indicator.svg @@ -0,0 +1,107 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/applications-chat-panel.svg b/.local/share/icons/Nordic/panel/22-light/applications-chat-panel.svg new file mode 100644 index 0000000..7015343 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/applications-chat-panel.svg @@ -0,0 +1,107 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/applications-email-panel.svg b/.local/share/icons/Nordic/panel/22-light/applications-email-panel.svg new file mode 100644 index 0000000..8f39b20 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/applications-email-panel.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/audio-input-microphone-high-panel.svg b/.local/share/icons/Nordic/panel/22-light/audio-input-microphone-high-panel.svg new file mode 120000 index 0000000..24e3ada --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-input-microphone-high-panel.svg @@ -0,0 +1 @@ +microphone-sensitivity-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-input-microphone-high.svg b/.local/share/icons/Nordic/panel/22-light/audio-input-microphone-high.svg new file mode 120000 index 0000000..24e3ada --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-input-microphone-high.svg @@ -0,0 +1 @@ +microphone-sensitivity-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-input-microphone-muted.svg b/.local/share/icons/Nordic/panel/22-light/audio-input-microphone-muted.svg new file mode 120000 index 0000000..e2e954d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-input-microphone-muted.svg @@ -0,0 +1 @@ +microphone-sensitivity-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-input-microphone.svg b/.local/share/icons/Nordic/panel/22-light/audio-input-microphone.svg new file mode 100644 index 0000000..e8b49b9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-input-microphone.svg @@ -0,0 +1,1317 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/audio-output-none-panel.svg b/.local/share/icons/Nordic/panel/22-light/audio-output-none-panel.svg new file mode 100644 index 0000000..cca0b63 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-output-none-panel.svg @@ -0,0 +1,552 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/audio-output-none.svg b/.local/share/icons/Nordic/panel/22-light/audio-output-none.svg new file mode 120000 index 0000000..3d8b211 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-output-none.svg @@ -0,0 +1 @@ +audio-output-none-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-recorder-on.svg b/.local/share/icons/Nordic/panel/22-light/audio-recorder-on.svg new file mode 120000 index 0000000..6d7b037 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-recorder-on.svg @@ -0,0 +1 @@ +audio-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-recorder-paused.svg b/.local/share/icons/Nordic/panel/22-light/audio-recorder-paused.svg new file mode 100644 index 0000000..cc0f3c8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-recorder-paused.svg @@ -0,0 +1,115 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/audio-recorder.svg b/.local/share/icons/Nordic/panel/22-light/audio-recorder.svg new file mode 100644 index 0000000..ffb56df --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-recorder.svg @@ -0,0 +1,552 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-high-panel.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-high-panel.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-high-panel.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-high-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-high-symbolic.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-high-symbolic.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-high.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-high.svg new file mode 100644 index 0000000..9f6829c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-high.svg @@ -0,0 +1,146 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-low-panel.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-low-panel.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-low-panel.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-low-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-low-symbolic.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-low-symbolic.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-low-zero-panel.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-low-zero-panel.svg new file mode 120000 index 0000000..d60dc49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-low-zero-panel.svg @@ -0,0 +1 @@ +audio-volume-off.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-low.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-low.svg new file mode 100644 index 0000000..3fb8913 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-low.svg @@ -0,0 +1,146 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-medium-panel.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-medium-panel.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-medium-panel.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-medium-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-medium-symbolic.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-medium-symbolic.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-medium.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-medium.svg new file mode 100644 index 0000000..5bee2f0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-medium.svg @@ -0,0 +1,146 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-blocked-panel.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-blocked-panel.svg new file mode 100644 index 0000000..8ad5420 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-blocked-panel.svg @@ -0,0 +1,122 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-blocking-panel.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-blocking-panel.svg new file mode 120000 index 0000000..96107b2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-blocking-panel.svg @@ -0,0 +1 @@ +audio-volume-muted-blocked-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-blocking.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-blocking.svg new file mode 120000 index 0000000..d3d0b24 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-blocking.svg @@ -0,0 +1 @@ +audio-output-none.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-panel.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-panel.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-panel.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-symbolic.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-muted-symbolic.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-muted.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-muted.svg new file mode 120000 index 0000000..d60dc49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-muted.svg @@ -0,0 +1 @@ +audio-volume-off.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/audio-volume-off.svg b/.local/share/icons/Nordic/panel/22-light/audio-volume-off.svg new file mode 100644 index 0000000..2bb697a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/audio-volume-off.svg @@ -0,0 +1,146 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/avatar-default.svg b/.local/share/icons/Nordic/panel/22-light/avatar-default.svg new file mode 100644 index 0000000..2e13653 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/avatar-default.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/bad-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/bad-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/bad-signal.svg b/.local/share/icons/Nordic/panel/22-light/bad-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/bad-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-000-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-000-charging.svg new file mode 100644 index 0000000..c4c6850 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-000-charging.svg @@ -0,0 +1,103 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-000.svg b/.local/share/icons/Nordic/panel/22-light/battery-000.svg new file mode 100644 index 0000000..a394242 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-000.svg @@ -0,0 +1,58 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-010-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-010-charging.svg new file mode 100644 index 0000000..50dd0a6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-010-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-010.svg b/.local/share/icons/Nordic/panel/22-light/battery-010.svg new file mode 100644 index 0000000..1950d51 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-010.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-020-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-020-charging.svg new file mode 100644 index 0000000..2b6888b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-020-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-020.svg b/.local/share/icons/Nordic/panel/22-light/battery-020.svg new file mode 100644 index 0000000..200734a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-020.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-030-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-030-charging.svg new file mode 100644 index 0000000..90be3eb --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-030-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-030.svg b/.local/share/icons/Nordic/panel/22-light/battery-030.svg new file mode 100644 index 0000000..c6bf01b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-030.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-040-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-040-charging.svg new file mode 100644 index 0000000..1c0123e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-040-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-040.svg b/.local/share/icons/Nordic/panel/22-light/battery-040.svg new file mode 100644 index 0000000..db79080 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-040.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-050-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-050-charging.svg new file mode 100644 index 0000000..efcc2fe --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-050-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-050.svg b/.local/share/icons/Nordic/panel/22-light/battery-050.svg new file mode 100644 index 0000000..07c5b5a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-050.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-060-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-060-charging.svg new file mode 100644 index 0000000..2b9c549 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-060-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-060.svg b/.local/share/icons/Nordic/panel/22-light/battery-060.svg new file mode 100644 index 0000000..8d54d89 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-060.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-070-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-070-charging.svg new file mode 100644 index 0000000..b2bd12a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-070-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-070.svg b/.local/share/icons/Nordic/panel/22-light/battery-070.svg new file mode 100644 index 0000000..5a3000d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-070.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-080-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-080-charging.svg new file mode 100644 index 0000000..91b6d19 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-080-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-080.svg b/.local/share/icons/Nordic/panel/22-light/battery-080.svg new file mode 100644 index 0000000..37fb131 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-080.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-090-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-090-charging.svg new file mode 100644 index 0000000..5eaa346 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-090-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-090.svg b/.local/share/icons/Nordic/panel/22-light/battery-090.svg new file mode 100644 index 0000000..84e7913 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-090.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-100-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-100-charging.svg new file mode 100644 index 0000000..f52f31a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-100-charging.svg @@ -0,0 +1,97 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-100.svg b/.local/share/icons/Nordic/panel/22-light/battery-100.svg new file mode 100644 index 0000000..d147ae8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-100.svg @@ -0,0 +1,58 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-ac-adapter.svg b/.local/share/icons/Nordic/panel/22-light/battery-ac-adapter.svg new file mode 120000 index 0000000..bc881be --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-ac-adapter.svg @@ -0,0 +1 @@ +ac-adapter-symbolic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-caution-charging-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/battery-caution-charging-symbolic.svg new file mode 120000 index 0000000..5c4b1ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-caution-charging-symbolic.svg @@ -0,0 +1 @@ +battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-caution-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-caution-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-caution-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-caution-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/battery-caution-symbolic.svg new file mode 120000 index 0000000..f76eaff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-caution-symbolic.svg @@ -0,0 +1 @@ +battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-caution.svg b/.local/share/icons/Nordic/panel/22-light/battery-caution.svg new file mode 120000 index 0000000..47cf3ff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-caution.svg @@ -0,0 +1 @@ +battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charged.svg b/.local/share/icons/Nordic/panel/22-light/battery-charged.svg new file mode 100644 index 0000000..6e6cbbc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charged.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging-000.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging-000.svg new file mode 120000 index 0000000..47cf3ff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging-000.svg @@ -0,0 +1 @@ +battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging-010.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging-010.svg new file mode 120000 index 0000000..9fe8cd6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging-010.svg @@ -0,0 +1 @@ +battery-010-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging-020.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging-020.svg new file mode 120000 index 0000000..5c4b1ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging-020.svg @@ -0,0 +1 @@ +battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging-030.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging-030.svg new file mode 120000 index 0000000..514ae69 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging-030.svg @@ -0,0 +1 @@ +battery-030-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging-040.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging-040.svg new file mode 120000 index 0000000..5c0e493 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging-040.svg @@ -0,0 +1 @@ +battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging-050.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging-050.svg new file mode 120000 index 0000000..36082ab --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging-050.svg @@ -0,0 +1 @@ +battery-050-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging-060.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging-060.svg new file mode 120000 index 0000000..3b97ae0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging-060.svg @@ -0,0 +1 @@ +battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging-070.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging-070.svg new file mode 120000 index 0000000..287f883 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging-070.svg @@ -0,0 +1 @@ +battery-070-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging-080.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging-080.svg new file mode 120000 index 0000000..83926f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging-080.svg @@ -0,0 +1 @@ +battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging-090.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging-090.svg new file mode 120000 index 0000000..e4366f5 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging-090.svg @@ -0,0 +1 @@ +battery-090-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging-100.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging-100.svg new file mode 120000 index 0000000..d53d66a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging-100.svg @@ -0,0 +1 @@ +battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging-caution.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging-caution.svg new file mode 120000 index 0000000..5c4b1ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging-caution.svg @@ -0,0 +1 @@ +battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging-low.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging-low.svg new file mode 120000 index 0000000..5c0e493 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging-low.svg @@ -0,0 +1 @@ +battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-charging.svg new file mode 120000 index 0000000..d53d66a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-charging.svg @@ -0,0 +1 @@ +battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-empty-charging-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/battery-empty-charging-symbolic.svg new file mode 120000 index 0000000..47cf3ff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-empty-charging-symbolic.svg @@ -0,0 +1 @@ +battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-empty-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-empty-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-empty-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-empty-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/battery-empty-symbolic.svg new file mode 120000 index 0000000..1bf261b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-empty-symbolic.svg @@ -0,0 +1 @@ +battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-empty.svg b/.local/share/icons/Nordic/panel/22-light/battery-empty.svg new file mode 120000 index 0000000..d0c8e96 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-empty.svg @@ -0,0 +1 @@ +battery_empty.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-full-charged-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/battery-full-charged-symbolic.svg new file mode 120000 index 0000000..e3c4e42 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-full-charged-symbolic.svg @@ -0,0 +1 @@ +battery-charged.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-full-charged.svg b/.local/share/icons/Nordic/panel/22-light/battery-full-charged.svg new file mode 120000 index 0000000..a3be8f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-full-charged.svg @@ -0,0 +1 @@ +battery-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-full-charging-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/battery-full-charging-symbolic.svg new file mode 120000 index 0000000..d53d66a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-full-charging-symbolic.svg @@ -0,0 +1 @@ +battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-full-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-full-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-full-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-full-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/battery-full-symbolic.svg new file mode 120000 index 0000000..51e311f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-full-symbolic.svg @@ -0,0 +1 @@ +battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-full.svg b/.local/share/icons/Nordic/panel/22-light/battery-full.svg new file mode 120000 index 0000000..f8e332e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-full.svg @@ -0,0 +1 @@ +battery_full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-good-charging-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/battery-good-charging-symbolic.svg new file mode 120000 index 0000000..3b97ae0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-good-charging-symbolic.svg @@ -0,0 +1 @@ +battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-good-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-good-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-good-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-good-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/battery-good-symbolic.svg new file mode 120000 index 0000000..2d5a50b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-good-symbolic.svg @@ -0,0 +1 @@ +battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-good.svg b/.local/share/icons/Nordic/panel/22-light/battery-good.svg new file mode 120000 index 0000000..2d5a50b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-good.svg @@ -0,0 +1 @@ +battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-low-charging-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/battery-low-charging-symbolic.svg new file mode 120000 index 0000000..5c0e493 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-low-charging-symbolic.svg @@ -0,0 +1 @@ +battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-low-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-low-charging.svg new file mode 120000 index 0000000..609fcfa --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-low-charging.svg @@ -0,0 +1 @@ +battery-charging-030.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-low-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/battery-low-symbolic.svg new file mode 120000 index 0000000..66c1d44 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-low-symbolic.svg @@ -0,0 +1 @@ +battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-low.svg b/.local/share/icons/Nordic/panel/22-light/battery-low.svg new file mode 120000 index 0000000..66c1d44 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-low.svg @@ -0,0 +1 @@ +battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-medium-charging.svg b/.local/share/icons/Nordic/panel/22-light/battery-medium-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-medium-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-medium.svg b/.local/share/icons/Nordic/panel/22-light/battery-medium.svg new file mode 120000 index 0000000..2d5a50b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-medium.svg @@ -0,0 +1 @@ +battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-missing-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/battery-missing-symbolic.svg new file mode 120000 index 0000000..245b4ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-missing-symbolic.svg @@ -0,0 +1 @@ +battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-missing.svg b/.local/share/icons/Nordic/panel/22-light/battery-missing.svg new file mode 100644 index 0000000..5c9d8a0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-missing.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-mouse-000.svg b/.local/share/icons/Nordic/panel/22-light/battery-mouse-000.svg new file mode 100644 index 0000000..b1b5ecf --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-mouse-000.svg @@ -0,0 +1,57 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/battery-mouse-010.svg b/.local/share/icons/Nordic/panel/22-light/battery-mouse-010.svg new file mode 120000 index 0000000..82f0763 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-mouse-010.svg @@ -0,0 +1 @@ +gpm-mouse-010.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-mouse-020.svg b/.local/share/icons/Nordic/panel/22-light/battery-mouse-020.svg new file mode 120000 index 0000000..daf1600 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-mouse-020.svg @@ -0,0 +1 @@ +gpm-mouse-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-mouse-030.svg b/.local/share/icons/Nordic/panel/22-light/battery-mouse-030.svg new file mode 120000 index 0000000..9f40101 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-mouse-030.svg @@ -0,0 +1 @@ +gpm-mouse-030.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-mouse-040.svg b/.local/share/icons/Nordic/panel/22-light/battery-mouse-040.svg new file mode 120000 index 0000000..0c9b7ef --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-mouse-040.svg @@ -0,0 +1 @@ +gpm-mouse-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-mouse-050.svg b/.local/share/icons/Nordic/panel/22-light/battery-mouse-050.svg new file mode 120000 index 0000000..a9b3093 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-mouse-050.svg @@ -0,0 +1 @@ +gpm-mouse-050.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-mouse-060.svg b/.local/share/icons/Nordic/panel/22-light/battery-mouse-060.svg new file mode 120000 index 0000000..7d3125f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-mouse-060.svg @@ -0,0 +1 @@ +gpm-mouse-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-mouse-070.svg b/.local/share/icons/Nordic/panel/22-light/battery-mouse-070.svg new file mode 120000 index 0000000..3c6032b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-mouse-070.svg @@ -0,0 +1 @@ +gpm-mouse-070.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-mouse-080.svg b/.local/share/icons/Nordic/panel/22-light/battery-mouse-080.svg new file mode 120000 index 0000000..0e84546 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-mouse-080.svg @@ -0,0 +1 @@ +gpm-mouse-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-mouse-090.svg b/.local/share/icons/Nordic/panel/22-light/battery-mouse-090.svg new file mode 120000 index 0000000..8993bde --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-mouse-090.svg @@ -0,0 +1 @@ +gpm-mouse-090.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery-mouse-100.svg b/.local/share/icons/Nordic/panel/22-light/battery-mouse-100.svg new file mode 120000 index 0000000..544289b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery-mouse-100.svg @@ -0,0 +1 @@ +gpm-mouse-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery_charged.svg b/.local/share/icons/Nordic/panel/22-light/battery_charged.svg new file mode 120000 index 0000000..d53d66a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery_charged.svg @@ -0,0 +1 @@ +battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery_empty.svg b/.local/share/icons/Nordic/panel/22-light/battery_empty.svg new file mode 120000 index 0000000..1bf261b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery_empty.svg @@ -0,0 +1 @@ +battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery_full.svg b/.local/share/icons/Nordic/panel/22-light/battery_full.svg new file mode 120000 index 0000000..51e311f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery_full.svg @@ -0,0 +1 @@ +battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/battery_plugged.svg b/.local/share/icons/Nordic/panel/22-light/battery_plugged.svg new file mode 120000 index 0000000..e1ebcd6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/battery_plugged.svg @@ -0,0 +1 @@ +gpm-ac-adapter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/blueberry-tray-active.svg b/.local/share/icons/Nordic/panel/22-light/blueberry-tray-active.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/blueberry-tray-active.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/blueberry-tray-disabled.svg b/.local/share/icons/Nordic/panel/22-light/blueberry-tray-disabled.svg new file mode 120000 index 0000000..cdcdf92 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/blueberry-tray-disabled.svg @@ -0,0 +1 @@ +bluetooth-disabled.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/blueberry-tray.svg b/.local/share/icons/Nordic/panel/22-light/blueberry-tray.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/blueberry-tray.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/blueman-active.svg b/.local/share/icons/Nordic/panel/22-light/blueman-active.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/blueman-active.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/blueman-disabled-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/blueman-disabled-symbolic.svg new file mode 120000 index 0000000..8b03c7a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/blueman-disabled-symbolic.svg @@ -0,0 +1 @@ +bluetooth-disabled-symbolic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/blueman-disabled.svg b/.local/share/icons/Nordic/panel/22-light/blueman-disabled.svg new file mode 120000 index 0000000..cdcdf92 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/blueman-disabled.svg @@ -0,0 +1 @@ +bluetooth-disabled.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/blueman-tray-active.svg b/.local/share/icons/Nordic/panel/22-light/blueman-tray-active.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/blueman-tray-active.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/blueman-tray-disabled.svg b/.local/share/icons/Nordic/panel/22-light/blueman-tray-disabled.svg new file mode 120000 index 0000000..cdcdf92 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/blueman-tray-disabled.svg @@ -0,0 +1 @@ +bluetooth-disabled.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/blueman-tray-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/blueman-tray-symbolic.svg new file mode 120000 index 0000000..8dfd217 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/blueman-tray-symbolic.svg @@ -0,0 +1 @@ +bluetooth-active-symbolic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/blueman-tray.svg b/.local/share/icons/Nordic/panel/22-light/blueman-tray.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/blueman-tray.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/blueman.svg b/.local/share/icons/Nordic/panel/22-light/blueman.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/blueman.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/bluetooth-active-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/bluetooth-active-symbolic.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/bluetooth-active-symbolic.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/bluetooth-active.svg b/.local/share/icons/Nordic/panel/22-light/bluetooth-active.svg new file mode 100644 index 0000000..6b7429a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/bluetooth-active.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/bluetooth-disabled-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/bluetooth-disabled-symbolic.svg new file mode 120000 index 0000000..cdcdf92 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/bluetooth-disabled-symbolic.svg @@ -0,0 +1 @@ +bluetooth-disabled.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/bluetooth-disabled.svg b/.local/share/icons/Nordic/panel/22-light/bluetooth-disabled.svg new file mode 100644 index 0000000..b7967c3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/bluetooth-disabled.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/both-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/both-bad-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/both-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/both-bad-signal.svg b/.local/share/icons/Nordic/panel/22-light/both-bad-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/both-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/both-good-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/both-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/both-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/both-good-signal.svg b/.local/share/icons/Nordic/panel/22-light/both-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/both-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/both-high-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/both-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/both-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/both-high-signal.svg b/.local/share/icons/Nordic/panel/22-light/both-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/both-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/both-low-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/both-low-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/both-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/both-low-signal.svg b/.local/share/icons/Nordic/panel/22-light/both-low-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/both-low-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/caffeine-cup-empty.svg b/.local/share/icons/Nordic/panel/22-light/caffeine-cup-empty.svg new file mode 100644 index 0000000..8f351db --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/caffeine-cup-empty.svg @@ -0,0 +1,55 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/caffeine-cup-full.svg b/.local/share/icons/Nordic/panel/22-light/caffeine-cup-full.svg new file mode 100644 index 0000000..b2a6c78 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/caffeine-cup-full.svg @@ -0,0 +1,59 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/clementine-panel-grey.svg b/.local/share/icons/Nordic/panel/22-light/clementine-panel-grey.svg new file mode 100644 index 0000000..4ef95d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/clementine-panel-grey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/clementine-panel.svg b/.local/share/icons/Nordic/panel/22-light/clementine-panel.svg new file mode 100644 index 0000000..49dc806 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/clementine-panel.svg @@ -0,0 +1,65 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/connect_creating.svg b/.local/share/icons/Nordic/panel/22-light/connect_creating.svg new file mode 120000 index 0000000..8e405e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/connect_creating.svg @@ -0,0 +1 @@ +network-transmit-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/connect_established.svg b/.local/share/icons/Nordic/panel/22-light/connect_established.svg new file mode 120000 index 0000000..ee20541 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/connect_established.svg @@ -0,0 +1 @@ +network-idle.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/connect_no.svg b/.local/share/icons/Nordic/panel/22-light/connect_no.svg new file mode 120000 index 0000000..af43e27 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/connect_no.svg @@ -0,0 +1 @@ +network-offline.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/discord-tray-connected.svg b/.local/share/icons/Nordic/panel/22-light/discord-tray-connected.svg new file mode 100644 index 0000000..97299f4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/discord-tray-connected.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/discord-tray-deafened.svg b/.local/share/icons/Nordic/panel/22-light/discord-tray-deafened.svg new file mode 100644 index 0000000..eb6f39d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/discord-tray-deafened.svg @@ -0,0 +1,49 @@ + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/discord-tray-muted.svg b/.local/share/icons/Nordic/panel/22-light/discord-tray-muted.svg new file mode 120000 index 0000000..e2e954d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/discord-tray-muted.svg @@ -0,0 +1 @@ +microphone-sensitivity-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/discord-tray-speaking.svg b/.local/share/icons/Nordic/panel/22-light/discord-tray-speaking.svg new file mode 100644 index 0000000..1d8b1db --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/discord-tray-speaking.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/discord-tray-unread.svg b/.local/share/icons/Nordic/panel/22-light/discord-tray-unread.svg new file mode 100644 index 0000000..8f3ba38 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/discord-tray-unread.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/discord-tray.svg b/.local/share/icons/Nordic/panel/22-light/discord-tray.svg new file mode 100644 index 0000000..aab237f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/discord-tray.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/empathy-invisible.svg b/.local/share/icons/Nordic/panel/22-light/empathy-invisible.svg new file mode 120000 index 0000000..cbe782f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/empathy-invisible.svg @@ -0,0 +1 @@ +user-invisible.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/flameshot-tray.svg b/.local/share/icons/Nordic/panel/22-light/flameshot-tray.svg new file mode 100644 index 0000000..9cba807 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/flameshot-tray.svg @@ -0,0 +1,67 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-0-24.svg b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-0-24.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-0-24.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-25-49.svg b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-25-49.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-25-49.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-50-74.svg b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-50-74.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-50-74.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-75-100.svg b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-75-100.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-75-100.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-disconn.svg b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-disconn.svg new file mode 120000 index 0000000..af43e27 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-disconn.svg @@ -0,0 +1 @@ +network-offline.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-error.svg b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-error.svg new file mode 120000 index 0000000..8886668 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-error.svg @@ -0,0 +1 @@ +network-error.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-idle.svg b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-idle.svg new file mode 120000 index 0000000..ee20541 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-idle.svg @@ -0,0 +1 @@ +network-idle.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-rx.svg b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-rx.svg new file mode 120000 index 0000000..9d3d6c4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-rx.svg @@ -0,0 +1 @@ +network-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-tx.svg b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-tx.svg new file mode 120000 index 0000000..2e76eec --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-tx.svg @@ -0,0 +1 @@ +network-transmit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-txrx.svg b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-txrx.svg new file mode 120000 index 0000000..8e405e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gnome-netstatus-txrx.svg @@ -0,0 +1 @@ +network-transmit-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/good-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/good-signal.svg b/.local/share/icons/Nordic/panel/22-light/good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ac-adapter.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ac-adapter.svg new file mode 120000 index 0000000..bc881be --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ac-adapter.svg @@ -0,0 +1 @@ +ac-adapter-symbolic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-000-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-000-charging.svg new file mode 120000 index 0000000..47cf3ff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-000-charging.svg @@ -0,0 +1 @@ +battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-000.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-000.svg new file mode 120000 index 0000000..1bf261b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-000.svg @@ -0,0 +1 @@ +battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-010-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-010-charging.svg new file mode 120000 index 0000000..9fe8cd6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-010-charging.svg @@ -0,0 +1 @@ +battery-010-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-010.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-010.svg new file mode 120000 index 0000000..d85bda4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-010.svg @@ -0,0 +1 @@ +battery-010.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-020-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-020-charging.svg new file mode 120000 index 0000000..5c4b1ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-020-charging.svg @@ -0,0 +1 @@ +battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-020.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-020.svg new file mode 120000 index 0000000..f76eaff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-020.svg @@ -0,0 +1 @@ +battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-030-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-030-charging.svg new file mode 120000 index 0000000..514ae69 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-030-charging.svg @@ -0,0 +1 @@ +battery-030-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-030.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-030.svg new file mode 120000 index 0000000..279fd83 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-030.svg @@ -0,0 +1 @@ +battery-030.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-040-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-040-charging.svg new file mode 120000 index 0000000..5c0e493 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-040-charging.svg @@ -0,0 +1 @@ +battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-040.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-040.svg new file mode 120000 index 0000000..66c1d44 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-040.svg @@ -0,0 +1 @@ +battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-050-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-050-charging.svg new file mode 120000 index 0000000..36082ab --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-050-charging.svg @@ -0,0 +1 @@ +battery-050-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-050.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-050.svg new file mode 120000 index 0000000..407f46b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-050.svg @@ -0,0 +1 @@ +battery-050.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-060-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-060-charging.svg new file mode 120000 index 0000000..3b97ae0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-060-charging.svg @@ -0,0 +1 @@ +battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-060.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-060.svg new file mode 120000 index 0000000..2d5a50b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-060.svg @@ -0,0 +1 @@ +battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-070-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-070-charging.svg new file mode 120000 index 0000000..287f883 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-070-charging.svg @@ -0,0 +1 @@ +battery-070-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-070.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-070.svg new file mode 120000 index 0000000..a009f06 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-070.svg @@ -0,0 +1 @@ +battery-070.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-080-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-080-charging.svg new file mode 120000 index 0000000..83926f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-080-charging.svg @@ -0,0 +1 @@ +battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-080.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-080.svg new file mode 120000 index 0000000..353e367 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-080.svg @@ -0,0 +1 @@ +battery-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-090-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-090-charging.svg new file mode 120000 index 0000000..e4366f5 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-090-charging.svg @@ -0,0 +1 @@ +battery-090-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-090.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-090.svg new file mode 120000 index 0000000..e8d35a5 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-090.svg @@ -0,0 +1 @@ +battery-090.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-100-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-100-charging.svg new file mode 120000 index 0000000..d53d66a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-100-charging.svg @@ -0,0 +1 @@ +battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-100.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-100.svg new file mode 120000 index 0000000..51e311f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-100.svg @@ -0,0 +1 @@ +battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-charged.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-charged.svg new file mode 120000 index 0000000..e3c4e42 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-charged.svg @@ -0,0 +1 @@ +battery-charged.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-empty.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-empty.svg new file mode 120000 index 0000000..1bf261b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-empty.svg @@ -0,0 +1 @@ +battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-battery-missing.svg b/.local/share/icons/Nordic/panel/22-light/gpm-battery-missing.svg new file mode 120000 index 0000000..245b4ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-battery-missing.svg @@ -0,0 +1 @@ +battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-mouse-000.svg b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-000.svg new file mode 100644 index 0000000..899d3c1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-000.svg @@ -0,0 +1,130 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-mouse-010.svg b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-010.svg new file mode 100644 index 0000000..1afb332 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-010.svg @@ -0,0 +1,76 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-mouse-020.svg b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-020.svg new file mode 100644 index 0000000..d0775cf --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-020.svg @@ -0,0 +1,84 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-mouse-030.svg b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-030.svg new file mode 100644 index 0000000..fd4a0da --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-030.svg @@ -0,0 +1,130 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-mouse-040.svg b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-040.svg new file mode 100644 index 0000000..a34ba1d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-040.svg @@ -0,0 +1,138 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-mouse-050.svg b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-050.svg new file mode 100644 index 0000000..287a5ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-050.svg @@ -0,0 +1,145 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-mouse-060.svg b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-060.svg new file mode 100644 index 0000000..99ff67e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-060.svg @@ -0,0 +1,137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-mouse-070.svg b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-070.svg new file mode 100644 index 0000000..7f94d56 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-070.svg @@ -0,0 +1,137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-mouse-080.svg b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-080.svg new file mode 100644 index 0000000..12e351f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-080.svg @@ -0,0 +1,137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-mouse-0800.svg b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-0800.svg new file mode 100644 index 0000000..b89dfa9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-0800.svg @@ -0,0 +1,137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-mouse-090.svg b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-090.svg new file mode 100644 index 0000000..4e1668a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-090.svg @@ -0,0 +1,137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-mouse-100.svg b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-100.svg new file mode 100644 index 0000000..a56f8d3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-mouse-100.svg @@ -0,0 +1,137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-000-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-000-charging.svg new file mode 120000 index 0000000..bf644a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-000-charging.svg @@ -0,0 +1 @@ +gpm-battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-000.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-000.svg new file mode 120000 index 0000000..8390bda --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-000.svg @@ -0,0 +1 @@ +gpm-battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-020-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-020-charging.svg new file mode 120000 index 0000000..15a8765 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-020-charging.svg @@ -0,0 +1 @@ +gpm-battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-020.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-020.svg new file mode 120000 index 0000000..6faf6a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-020.svg @@ -0,0 +1 @@ +gpm-battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-040-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-040-charging.svg new file mode 120000 index 0000000..0e0f794 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-040-charging.svg @@ -0,0 +1 @@ +gpm-battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-040.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-040.svg new file mode 120000 index 0000000..6568e0b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-040.svg @@ -0,0 +1 @@ +gpm-battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-060-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-060-charging.svg new file mode 120000 index 0000000..6d94ad6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-060-charging.svg @@ -0,0 +1 @@ +gpm-battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-060.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-060.svg new file mode 120000 index 0000000..8bc3219 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-060.svg @@ -0,0 +1 @@ +gpm-battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-080-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-080-charging.svg new file mode 120000 index 0000000..1b52097 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-080-charging.svg @@ -0,0 +1 @@ +gpm-battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-080.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-080.svg new file mode 120000 index 0000000..e069304 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-080.svg @@ -0,0 +1 @@ +gpm-battery-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-100-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-100-charging.svg new file mode 120000 index 0000000..4cfbb20 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-100-charging.svg @@ -0,0 +1 @@ +gpm-battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-100.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-100.svg new file mode 120000 index 0000000..26a659b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-100.svg @@ -0,0 +1 @@ +gpm-battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-charged.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-charged.svg new file mode 120000 index 0000000..f6ae71a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-charged.svg @@ -0,0 +1 @@ +gpm-battery-charged.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-primary-missing.svg b/.local/share/icons/Nordic/panel/22-light/gpm-primary-missing.svg new file mode 120000 index 0000000..ba417d0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-primary-missing.svg @@ -0,0 +1 @@ +gpm-battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-000-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-000-charging.svg new file mode 120000 index 0000000..bf644a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-000-charging.svg @@ -0,0 +1 @@ +gpm-battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-000.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-000.svg new file mode 120000 index 0000000..8390bda --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-000.svg @@ -0,0 +1 @@ +gpm-battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-020-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-020-charging.svg new file mode 120000 index 0000000..15a8765 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-020-charging.svg @@ -0,0 +1 @@ +gpm-battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-020.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-020.svg new file mode 120000 index 0000000..6faf6a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-020.svg @@ -0,0 +1 @@ +gpm-battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-040-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-040-charging.svg new file mode 120000 index 0000000..0e0f794 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-040-charging.svg @@ -0,0 +1 @@ +gpm-battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-040.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-040.svg new file mode 120000 index 0000000..6568e0b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-040.svg @@ -0,0 +1 @@ +gpm-battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-060-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-060-charging.svg new file mode 120000 index 0000000..6d94ad6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-060-charging.svg @@ -0,0 +1 @@ +gpm-battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-060.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-060.svg new file mode 120000 index 0000000..8bc3219 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-060.svg @@ -0,0 +1 @@ +gpm-battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-080-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-080-charging.svg new file mode 120000 index 0000000..1b52097 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-080-charging.svg @@ -0,0 +1 @@ +gpm-battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-080.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-080.svg new file mode 120000 index 0000000..e069304 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-080.svg @@ -0,0 +1 @@ +gpm-battery-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-100-charging.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-100-charging.svg new file mode 120000 index 0000000..4cfbb20 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-100-charging.svg @@ -0,0 +1 @@ +gpm-battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-100.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-100.svg new file mode 120000 index 0000000..26a659b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-100.svg @@ -0,0 +1 @@ +gpm-battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-charged.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-charged.svg new file mode 120000 index 0000000..f6ae71a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-charged.svg @@ -0,0 +1 @@ +gpm-battery-charged.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gpm-ups-missing.svg b/.local/share/icons/Nordic/panel/22-light/gpm-ups-missing.svg new file mode 120000 index 0000000..ba417d0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gpm-ups-missing.svg @@ -0,0 +1 @@ +gpm-battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/gsm-3g-none-secure.svg b/.local/share/icons/Nordic/panel/22-light/gsm-3g-none-secure.svg new file mode 100644 index 0000000..f804e63 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/gsm-3g-none-secure.svg @@ -0,0 +1,113 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/high-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/high-signal-lock.svg new file mode 120000 index 0000000..61084b9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/high-signal-lock.svg @@ -0,0 +1 @@ +network-wireless-secure-signal-excellent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/high-signal.svg b/.local/share/icons/Nordic/panel/22-light/high-signal.svg new file mode 120000 index 0000000..d01f143 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/high-signal.svg @@ -0,0 +1 @@ +network-wireless-signal-excellent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/idle-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/idle-bad-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/idle-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/idle-bad-signal.svg b/.local/share/icons/Nordic/panel/22-light/idle-bad-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/idle-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/idle-good-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/idle-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/idle-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/idle-good-signal.svg b/.local/share/icons/Nordic/panel/22-light/idle-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/idle-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/idle-high-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/idle-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/idle-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/idle-high-signal.svg b/.local/share/icons/Nordic/panel/22-light/idle-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/idle-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/idle-low-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/idle-low-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/idle-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/idle-low-signal.svg b/.local/share/icons/Nordic/panel/22-light/idle-low-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/idle-low-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/indicator-messages-new.svg b/.local/share/icons/Nordic/panel/22-light/indicator-messages-new.svg new file mode 100644 index 0000000..2e41724 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/indicator-messages-new.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/indicator-messages.svg b/.local/share/icons/Nordic/panel/22-light/indicator-messages.svg new file mode 100644 index 0000000..5baa291 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/indicator-messages.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/low-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/low-signal-lock.svg new file mode 120000 index 0000000..7405768 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/low-signal-lock.svg @@ -0,0 +1 @@ +network-wireless-secure-signal-ok.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/low-signal.svg b/.local/share/icons/Nordic/panel/22-light/low-signal.svg new file mode 120000 index 0000000..72f65ff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/low-signal.svg @@ -0,0 +1 @@ +network-wireless-signal-ok.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/mic-off.svg b/.local/share/icons/Nordic/panel/22-light/mic-off.svg new file mode 120000 index 0000000..af63552 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/mic-off.svg @@ -0,0 +1 @@ +mic-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/mic-on.svg b/.local/share/icons/Nordic/panel/22-light/mic-on.svg new file mode 120000 index 0000000..f7b1126 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/mic-on.svg @@ -0,0 +1 @@ +mic-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/mic-ready.svg b/.local/share/icons/Nordic/panel/22-light/mic-ready.svg new file mode 100644 index 0000000..d70c795 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/mic-ready.svg @@ -0,0 +1,554 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/mic-volume-high.svg b/.local/share/icons/Nordic/panel/22-light/mic-volume-high.svg new file mode 120000 index 0000000..6d7b037 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/mic-volume-high.svg @@ -0,0 +1 @@ +audio-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/mic-volume-low.svg b/.local/share/icons/Nordic/panel/22-light/mic-volume-low.svg new file mode 100644 index 0000000..c2a9557 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/mic-volume-low.svg @@ -0,0 +1,553 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/mic-volume-medium.svg b/.local/share/icons/Nordic/panel/22-light/mic-volume-medium.svg new file mode 100644 index 0000000..9a108bc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/mic-volume-medium.svg @@ -0,0 +1,553 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/mic-volume-muted.svg b/.local/share/icons/Nordic/panel/22-light/mic-volume-muted.svg new file mode 120000 index 0000000..6cf00c8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/mic-volume-muted.svg @@ -0,0 +1 @@ +mic-ready.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/microphone-sensitivity-high.svg b/.local/share/icons/Nordic/panel/22-light/microphone-sensitivity-high.svg new file mode 120000 index 0000000..6d7b037 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/microphone-sensitivity-high.svg @@ -0,0 +1 @@ +audio-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/microphone-sensitivity-low.svg b/.local/share/icons/Nordic/panel/22-light/microphone-sensitivity-low.svg new file mode 100644 index 0000000..ed20438 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/microphone-sensitivity-low.svg @@ -0,0 +1,551 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/microphone-sensitivity-medium.svg b/.local/share/icons/Nordic/panel/22-light/microphone-sensitivity-medium.svg new file mode 100644 index 0000000..2bf1a73 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/microphone-sensitivity-medium.svg @@ -0,0 +1,551 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/microphone-sensitivity-muted.svg b/.local/share/icons/Nordic/panel/22-light/microphone-sensitivity-muted.svg new file mode 120000 index 0000000..3820bf9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/microphone-sensitivity-muted.svg @@ -0,0 +1 @@ +audio-volume-muted-blocking.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-error.svg b/.local/share/icons/Nordic/panel/22-light/network-error.svg new file mode 100644 index 0000000..048726f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-error.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/network-idle.svg b/.local/share/icons/Nordic/panel/22-light/network-idle.svg new file mode 120000 index 0000000..8e405e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-idle.svg @@ -0,0 +1 @@ +network-transmit-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-offline.svg b/.local/share/icons/Nordic/panel/22-light/network-offline.svg new file mode 100644 index 0000000..01845b7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-offline.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/network-receive.svg b/.local/share/icons/Nordic/panel/22-light/network-receive.svg new file mode 100644 index 0000000..65ccdcd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-receive.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/network-transmit-receive.svg b/.local/share/icons/Nordic/panel/22-light/network-transmit-receive.svg new file mode 100644 index 0000000..b2cb346 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-transmit-receive.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/network-transmit.svg b/.local/share/icons/Nordic/panel/22-light/network-transmit.svg new file mode 100644 index 0000000..89bbca6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-transmit.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/network-wired-disconnected.svg b/.local/share/icons/Nordic/panel/22-light/network-wired-disconnected.svg new file mode 100644 index 0000000..e0d647a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wired-disconnected.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-offline-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-offline-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-offline-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-offline.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-offline.svg new file mode 120000 index 0000000..af43e27 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-offline.svg @@ -0,0 +1 @@ +network-offline.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-bad.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-bad.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-bad.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-excellent-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-excellent-symbolic.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-excellent-symbolic.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-excellent.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-excellent.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-excellent.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-good-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-good-symbolic.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-good-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-good.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-good.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-good.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-low-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-low-symbolic.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-low-symbolic.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-low.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-low.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-low.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-none.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-none.svg new file mode 120000 index 0000000..f2afeb7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-none.svg @@ -0,0 +1 @@ +nm-signal-0-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-ok-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-ok-symbolic.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-ok-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-ok.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-ok.svg new file mode 120000 index 0000000..4188ab8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-secure-signal-ok.svg @@ -0,0 +1 @@ +both-good-signal-lock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-bad.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-bad.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-bad.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-excellent-secure--symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-excellent-secure--symbolic.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-excellent-secure--symbolic.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-excellent-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-excellent-symbolic.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-excellent-symbolic.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-excellent.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-excellent.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-excellent.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-good-secure-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-good-secure-symbolic.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-good-secure-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-good-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-good-symbolic.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-good-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-good.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-good.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-good.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-low-symbolic b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-low-symbolic new file mode 120000 index 0000000..06cfc46 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-low-symbolic @@ -0,0 +1 @@ +both-bad-signal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-low.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-low.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-low.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-none-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-none-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-none-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-ok-secure-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-ok-secure-symbolic.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-ok-secure-symbolic.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-ok-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-ok-symbolic.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-ok-symbolic.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-ok.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-ok.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-ok.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-weak-secure-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-weak-secure-symbolic.svg new file mode 120000 index 0000000..f2afeb7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-weak-secure-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-weak-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-weak-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/network-wireless-signal-weak-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-device-wireless.svg b/.local/share/icons/Nordic/panel/22-light/nm-device-wireless.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-device-wireless.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-no-connection-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/nm-no-connection-symbolic.svg new file mode 120000 index 0000000..b26a641 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-no-connection-symbolic.svg @@ -0,0 +1 @@ +nm-no-connection.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-no-connection.svg b/.local/share/icons/Nordic/panel/22-light/nm-no-connection.svg new file mode 120000 index 0000000..af43e27 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-no-connection.svg @@ -0,0 +1 @@ +network-offline.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-0-secure.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-0-secure.svg new file mode 100644 index 0000000..5bdcd29 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-0-secure.svg @@ -0,0 +1,130 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-0-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-0-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-0-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-0.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-0.svg new file mode 100644 index 0000000..e1ecb5e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-0.svg @@ -0,0 +1,125 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-00-secure.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-00-secure.svg new file mode 120000 index 0000000..f2afeb7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-00-secure.svg @@ -0,0 +1 @@ +nm-signal-0-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-00-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-00-symbolic.svg new file mode 120000 index 0000000..db0ee1c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-00-symbolic.svg @@ -0,0 +1 @@ +nm-signal-00.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-00.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-00.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-00.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-100-secure.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-100-secure.svg new file mode 100644 index 0000000..b03f9f3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-100-secure.svg @@ -0,0 +1,130 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-100-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-100-symbolic.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-100-symbolic.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-100.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-100.svg new file mode 100644 index 0000000..06d0e95 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-100.svg @@ -0,0 +1,125 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-25-secure.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-25-secure.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-25-secure.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-25-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-25-symbolic.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-25-symbolic.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-25.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-25.svg new file mode 100644 index 0000000..27ce920 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-25.svg @@ -0,0 +1,125 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-50-secure.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-50-secure.svg new file mode 100644 index 0000000..2216fc4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-50-secure.svg @@ -0,0 +1,130 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-50-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-50-symbolic.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-50-symbolic.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-50.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-50.svg new file mode 100644 index 0000000..a9f3d44 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-50.svg @@ -0,0 +1,125 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-75-secure.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-75-secure.svg new file mode 100644 index 0000000..16260d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-75-secure.svg @@ -0,0 +1,130 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-75-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-75-symbolic.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-75-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-signal-75.svg b/.local/share/icons/Nordic/panel/22-light/nm-signal-75.svg new file mode 100644 index 0000000..6fa019c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-signal-75.svg @@ -0,0 +1,125 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/nm-vpn-active-lock.svg b/.local/share/icons/Nordic/panel/22-light/nm-vpn-active-lock.svg new file mode 120000 index 0000000..bf46b38 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-vpn-active-lock.svg @@ -0,0 +1 @@ +nm-vpn-lock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nm-vpn-lock.svg b/.local/share/icons/Nordic/panel/22-light/nm-vpn-lock.svg new file mode 100644 index 0000000..2dab7d9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nm-vpn-lock.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/notification-audio-volume-high.svg b/.local/share/icons/Nordic/panel/22-light/notification-audio-volume-high.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/notification-audio-volume-high.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/notification-audio-volume-low.svg b/.local/share/icons/Nordic/panel/22-light/notification-audio-volume-low.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/notification-audio-volume-low.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/notification-audio-volume-medium.svg b/.local/share/icons/Nordic/panel/22-light/notification-audio-volume-medium.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/notification-audio-volume-medium.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/notification-audio-volume-muted.svg b/.local/share/icons/Nordic/panel/22-light/notification-audio-volume-muted.svg new file mode 120000 index 0000000..d60dc49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/notification-audio-volume-muted.svg @@ -0,0 +1 @@ +audio-volume-off.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/notification-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/notification-symbolic.svg new file mode 100644 index 0000000..852c19c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/notification-symbolic.svg @@ -0,0 +1,122 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/nylas-tray-empty.svg b/.local/share/icons/Nordic/panel/22-light/nylas-tray-empty.svg new file mode 100644 index 0000000..d9e9261 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nylas-tray-empty.svg @@ -0,0 +1,137 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/nylas-tray-full-newitems.svg b/.local/share/icons/Nordic/panel/22-light/nylas-tray-full-newitems.svg new file mode 120000 index 0000000..34584ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nylas-tray-full-newitems.svg @@ -0,0 +1 @@ +nylas-tray-empty.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/nylas-tray-full.svg b/.local/share/icons/Nordic/panel/22-light/nylas-tray-full.svg new file mode 120000 index 0000000..34584ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/nylas-tray-full.svg @@ -0,0 +1 @@ +nylas-tray-empty.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/onboard-panel.svg b/.local/share/icons/Nordic/panel/22-light/onboard-panel.svg new file mode 100644 index 0000000..dba0268 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/onboard-panel.svg @@ -0,0 +1,277 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/pidgin-tray-available.svg b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-available.svg new file mode 120000 index 0000000..1bbb5c8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-available.svg @@ -0,0 +1 @@ +user-available.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/pidgin-tray-away.svg b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-away.svg new file mode 120000 index 0000000..d0a56fa --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-away.svg @@ -0,0 +1 @@ +user-away.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/pidgin-tray-busy.svg b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-busy.svg new file mode 120000 index 0000000..ce0d3d7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-busy.svg @@ -0,0 +1 @@ +user-busy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/pidgin-tray-connect.svg b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-connect.svg new file mode 120000 index 0000000..1bbb5c8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-connect.svg @@ -0,0 +1 @@ +user-available.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/pidgin-tray-invisible.svg b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-invisible.svg new file mode 120000 index 0000000..cbe782f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-invisible.svg @@ -0,0 +1 @@ +user-invisible.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/pidgin-tray-offline.svg b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-offline.svg new file mode 120000 index 0000000..3d0c6dc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-offline.svg @@ -0,0 +1 @@ +user-offline.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/pidgin-tray-pending.svg b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-pending.svg new file mode 120000 index 0000000..9c653fa --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-pending.svg @@ -0,0 +1 @@ +user-status-pending.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/pidgin-tray-xa.svg b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-xa.svg new file mode 120000 index 0000000..3e76e3c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/pidgin-tray-xa.svg @@ -0,0 +1 @@ +user-status-new.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/receiving-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/receiving-bad-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/receiving-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/receiving-bad-signal.svg b/.local/share/icons/Nordic/panel/22-light/receiving-bad-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/receiving-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/receiving-good-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/receiving-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/receiving-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/receiving-good-signal.svg b/.local/share/icons/Nordic/panel/22-light/receiving-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/receiving-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/receiving-high-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/receiving-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/receiving-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/receiving-high-signal-look.svg b/.local/share/icons/Nordic/panel/22-light/receiving-high-signal-look.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/receiving-high-signal-look.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/receiving-high-signal.svg b/.local/share/icons/Nordic/panel/22-light/receiving-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/receiving-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/receiving-low-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/receiving-low-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/receiving-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/receiving-low-signal.svg b/.local/share/icons/Nordic/panel/22-light/receiving-low-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/receiving-low-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/system-devices-panel.svg b/.local/share/icons/Nordic/panel/22-light/system-devices-panel.svg new file mode 100644 index 0000000..723dca1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/system-devices-panel.svg @@ -0,0 +1,97 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/transmitting-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/transmitting-bad-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/transmitting-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/transmitting-bad-signal.svg b/.local/share/icons/Nordic/panel/22-light/transmitting-bad-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/transmitting-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/transmitting-good-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/transmitting-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/transmitting-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/transmitting-good-signal.svg b/.local/share/icons/Nordic/panel/22-light/transmitting-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/transmitting-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/transmitting-high-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/transmitting-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/transmitting-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/transmitting-high-signal.svg b/.local/share/icons/Nordic/panel/22-light/transmitting-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/transmitting-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/transmitting-low-signal-lock.svg b/.local/share/icons/Nordic/panel/22-light/transmitting-low-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/transmitting-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/transmitting-low-signal.svg b/.local/share/icons/Nordic/panel/22-light/transmitting-low-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/transmitting-low-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/user-available-panel.svg b/.local/share/icons/Nordic/panel/22-light/user-available-panel.svg new file mode 120000 index 0000000..1bbb5c8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-available-panel.svg @@ -0,0 +1 @@ +user-available.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/user-available.svg b/.local/share/icons/Nordic/panel/22-light/user-available.svg new file mode 100644 index 0000000..8470f39 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-available.svg @@ -0,0 +1,62 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/user-away-panel.svg b/.local/share/icons/Nordic/panel/22-light/user-away-panel.svg new file mode 120000 index 0000000..d0a56fa --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-away-panel.svg @@ -0,0 +1 @@ +user-away.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/user-away.svg b/.local/share/icons/Nordic/panel/22-light/user-away.svg new file mode 100644 index 0000000..915565e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-away.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/user-busy-panel.svg b/.local/share/icons/Nordic/panel/22-light/user-busy-panel.svg new file mode 120000 index 0000000..ce0d3d7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-busy-panel.svg @@ -0,0 +1 @@ +user-busy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/user-busy.svg b/.local/share/icons/Nordic/panel/22-light/user-busy.svg new file mode 100644 index 0000000..337aa70 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-busy.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/user-idle-panel.svg b/.local/share/icons/Nordic/panel/22-light/user-idle-panel.svg new file mode 120000 index 0000000..5b852ef --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-idle-panel.svg @@ -0,0 +1 @@ +user-idle.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/user-idle.svg b/.local/share/icons/Nordic/panel/22-light/user-idle.svg new file mode 100644 index 0000000..e05e31a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-idle.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/user-invisible-panel.svg b/.local/share/icons/Nordic/panel/22-light/user-invisible-panel.svg new file mode 120000 index 0000000..cbe782f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-invisible-panel.svg @@ -0,0 +1 @@ +user-invisible.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/user-invisible.svg b/.local/share/icons/Nordic/panel/22-light/user-invisible.svg new file mode 100644 index 0000000..628872d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-invisible.svg @@ -0,0 +1,70 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/user-offline-panel.svg b/.local/share/icons/Nordic/panel/22-light/user-offline-panel.svg new file mode 120000 index 0000000..3d0c6dc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-offline-panel.svg @@ -0,0 +1 @@ +user-offline.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/user-offline.svg b/.local/share/icons/Nordic/panel/22-light/user-offline.svg new file mode 100644 index 0000000..0a4c89d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-offline.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/user-online.svg b/.local/share/icons/Nordic/panel/22-light/user-online.svg new file mode 120000 index 0000000..1bbb5c8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-online.svg @@ -0,0 +1 @@ +user-available.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/user-status-new.svg b/.local/share/icons/Nordic/panel/22-light/user-status-new.svg new file mode 100644 index 0000000..e304c39 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-status-new.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/user-status-pending.svg b/.local/share/icons/Nordic/panel/22-light/user-status-pending.svg new file mode 100644 index 0000000..049c0d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/user-status-pending.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/volume-level-high-panel.svg b/.local/share/icons/Nordic/panel/22-light/volume-level-high-panel.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/volume-level-high-panel.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/volume-level-high.svg b/.local/share/icons/Nordic/panel/22-light/volume-level-high.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/volume-level-high.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/volume-level-low-panel.svg b/.local/share/icons/Nordic/panel/22-light/volume-level-low-panel.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/volume-level-low-panel.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/volume-level-low.svg b/.local/share/icons/Nordic/panel/22-light/volume-level-low.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/volume-level-low.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/volume-level-medium-panel.svg b/.local/share/icons/Nordic/panel/22-light/volume-level-medium-panel.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/volume-level-medium-panel.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/volume-level-medium.svg b/.local/share/icons/Nordic/panel/22-light/volume-level-medium.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/volume-level-medium.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/volume-level-muted-panel.svg b/.local/share/icons/Nordic/panel/22-light/volume-level-muted-panel.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/volume-level-muted-panel.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/volume-level-muted.svg b/.local/share/icons/Nordic/panel/22-light/volume-level-muted.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/volume-level-muted.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/volume-level-none-panel.svg b/.local/share/icons/Nordic/panel/22-light/volume-level-none-panel.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/volume-level-none-panel.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/volume-level-none.svg b/.local/share/icons/Nordic/panel/22-light/volume-level-none.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/volume-level-none.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/weather-clear-night-symbolic.svg b/.local/share/icons/Nordic/panel/22-light/weather-clear-night-symbolic.svg new file mode 100644 index 0000000..bec51ea --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/weather-clear-night-symbolic.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/wired.svg b/.local/share/icons/Nordic/panel/22-light/wired.svg new file mode 120000 index 0000000..8e405e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/wired.svg @@ -0,0 +1 @@ +network-transmit-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-caution-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-caution-charging.svg new file mode 120000 index 0000000..7566c7e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-caution-charging.svg @@ -0,0 +1 @@ +battery-caution-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-caution.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-caution.svg new file mode 120000 index 0000000..819f26d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-caution.svg @@ -0,0 +1 @@ +battery-caution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-critical-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-critical-charging.svg new file mode 120000 index 0000000..7566c7e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-critical-charging.svg @@ -0,0 +1 @@ +battery-caution-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-critical.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-critical.svg new file mode 120000 index 0000000..819f26d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-critical.svg @@ -0,0 +1 @@ +battery-caution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-full-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-full-charging.svg new file mode 120000 index 0000000..fa569ef --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-full-charging.svg @@ -0,0 +1 @@ +battery-full-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-full.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-full.svg new file mode 120000 index 0000000..a3be8f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-full.svg @@ -0,0 +1 @@ +battery-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-good-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-good-charging.svg new file mode 120000 index 0000000..03a8c49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-good-charging.svg @@ -0,0 +1 @@ +battery-good-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-good.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-good.svg new file mode 120000 index 0000000..2eb6cf4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-good.svg @@ -0,0 +1 @@ +battery-good.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-low-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-low-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-low-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-low.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-low.svg new file mode 120000 index 0000000..43b99e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-low.svg @@ -0,0 +1 @@ +battery-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-missing.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-missing.svg new file mode 120000 index 0000000..245b4ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-missing.svg @@ -0,0 +1 @@ +battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-ok-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-ok-charging.svg new file mode 120000 index 0000000..03a8c49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-ok-charging.svg @@ -0,0 +1 @@ +battery-good-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-ok.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-ok.svg new file mode 120000 index 0000000..2eb6cf4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-ok.svg @@ -0,0 +1 @@ +battery-good.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-battery-plugin.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-plugin.svg new file mode 120000 index 0000000..a3be8f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-battery-plugin.svg @@ -0,0 +1 @@ +battery-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-record.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-record.svg new file mode 120000 index 0000000..24e3ada --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-record.svg @@ -0,0 +1 @@ +microphone-sensitivity-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-high.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-high.svg new file mode 120000 index 0000000..d4a80f3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-high.svg @@ -0,0 +1 @@ +audio-volume-high-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-low-medium.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-low-medium.svg new file mode 120000 index 0000000..ae4d92d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-low-medium.svg @@ -0,0 +1 @@ +audio-volume-medium-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-low.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-low.svg new file mode 120000 index 0000000..fc5b213 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-low.svg @@ -0,0 +1 @@ +audio-volume-low-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-medium.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-medium.svg new file mode 120000 index 0000000..ae4d92d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-medium.svg @@ -0,0 +1 @@ +audio-volume-medium-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-muted.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-muted.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-muted.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-ultra-low.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-ultra-low.svg new file mode 120000 index 0000000..fc5b213 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-ultra-low.svg @@ -0,0 +1 @@ +audio-volume-low-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-very-high.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-very-high.svg new file mode 120000 index 0000000..d4a80f3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-mixer-volume-very-high.svg @@ -0,0 +1 @@ +audio-volume-high-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-notes-plugin.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-notes-plugin.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-notes-plugin.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfce4-notes.svg b/.local/share/icons/Nordic/panel/22-light/xfce4-notes.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfce4-notes.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-ac-adapter.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-ac-adapter.svg new file mode 100644 index 0000000..6ffb2ac --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-ac-adapter.svg @@ -0,0 +1,107 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-000-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-000-charging.svg new file mode 120000 index 0000000..bf644a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-000-charging.svg @@ -0,0 +1 @@ +gpm-battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-000.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-000.svg new file mode 120000 index 0000000..8390bda --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-000.svg @@ -0,0 +1 @@ +gpm-battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-020-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-020-charging.svg new file mode 120000 index 0000000..15a8765 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-020-charging.svg @@ -0,0 +1 @@ +gpm-battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-020.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-020.svg new file mode 120000 index 0000000..6faf6a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-020.svg @@ -0,0 +1 @@ +gpm-battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-040-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-040-charging.svg new file mode 120000 index 0000000..0e0f794 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-040-charging.svg @@ -0,0 +1 @@ +gpm-battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-040.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-040.svg new file mode 120000 index 0000000..6568e0b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-040.svg @@ -0,0 +1 @@ +gpm-battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-060-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-060-charging.svg new file mode 120000 index 0000000..6d94ad6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-060-charging.svg @@ -0,0 +1 @@ +gpm-battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-060.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-060.svg new file mode 120000 index 0000000..8bc3219 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-060.svg @@ -0,0 +1 @@ +gpm-battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-080-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-080-charging.svg new file mode 120000 index 0000000..1b52097 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-080-charging.svg @@ -0,0 +1 @@ +gpm-battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-080.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-080.svg new file mode 120000 index 0000000..e069304 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-080.svg @@ -0,0 +1 @@ +gpm-battery-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-100-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-100-charging.svg new file mode 120000 index 0000000..4cfbb20 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-100-charging.svg @@ -0,0 +1 @@ +gpm-battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-100.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-100.svg new file mode 120000 index 0000000..26a659b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-100.svg @@ -0,0 +1 @@ +gpm-battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-caution-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-caution-charging.svg new file mode 120000 index 0000000..7566c7e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-caution-charging.svg @@ -0,0 +1 @@ +battery-caution-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-caution.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-caution.svg new file mode 120000 index 0000000..819f26d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-caution.svg @@ -0,0 +1 @@ +battery-caution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-critical-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-critical-charging.svg new file mode 120000 index 0000000..7566c7e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-critical-charging.svg @@ -0,0 +1 @@ +battery-caution-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-critical.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-critical.svg new file mode 120000 index 0000000..819f26d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-critical.svg @@ -0,0 +1 @@ +battery-caution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-empty.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-empty.svg new file mode 120000 index 0000000..69aef78 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-empty.svg @@ -0,0 +1 @@ +gpm-battery-empty.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-full-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-full-charging.svg new file mode 120000 index 0000000..fa569ef --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-full-charging.svg @@ -0,0 +1 @@ +battery-full-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-full.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-full.svg new file mode 120000 index 0000000..a3be8f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-full.svg @@ -0,0 +1 @@ +battery-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-good-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-good-charging.svg new file mode 120000 index 0000000..03a8c49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-good-charging.svg @@ -0,0 +1 @@ +battery-good-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-good.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-good.svg new file mode 120000 index 0000000..2eb6cf4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-good.svg @@ -0,0 +1 @@ +battery-good.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-low-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-low-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-low-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-low.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-low.svg new file mode 120000 index 0000000..43b99e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-low.svg @@ -0,0 +1 @@ +battery-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-missing.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-missing.svg new file mode 120000 index 0000000..ba417d0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-missing.svg @@ -0,0 +1 @@ +gpm-battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-ok-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-ok-charging.svg new file mode 120000 index 0000000..03a8c49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-ok-charging.svg @@ -0,0 +1 @@ +battery-good-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-battery-ok.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-ok.svg new file mode 120000 index 0000000..2eb6cf4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-battery-ok.svg @@ -0,0 +1 @@ +battery-good.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-000.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-000.svg new file mode 120000 index 0000000..241917e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-000.svg @@ -0,0 +1 @@ +gpm-mouse-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-020.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-020.svg new file mode 120000 index 0000000..daf1600 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-020.svg @@ -0,0 +1 @@ +gpm-mouse-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-030.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-030.svg new file mode 120000 index 0000000..9f40101 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-030.svg @@ -0,0 +1 @@ +gpm-mouse-030.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-040.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-040.svg new file mode 120000 index 0000000..0c9b7ef --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-040.svg @@ -0,0 +1 @@ +gpm-mouse-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-060.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-060.svg new file mode 120000 index 0000000..7d3125f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-060.svg @@ -0,0 +1 @@ +gpm-mouse-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-080.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-080.svg new file mode 120000 index 0000000..0e84546 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-080.svg @@ -0,0 +1 @@ +gpm-mouse-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-100.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-100.svg new file mode 120000 index 0000000..544289b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-mouse-100.svg @@ -0,0 +1 @@ +gpm-mouse-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-000-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-000-charging.svg new file mode 120000 index 0000000..bf644a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-000-charging.svg @@ -0,0 +1 @@ +gpm-battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-000.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-000.svg new file mode 120000 index 0000000..8390bda --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-000.svg @@ -0,0 +1 @@ +gpm-battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-020-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-020-charging.svg new file mode 120000 index 0000000..15a8765 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-020-charging.svg @@ -0,0 +1 @@ +gpm-battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-020.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-020.svg new file mode 120000 index 0000000..6faf6a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-020.svg @@ -0,0 +1 @@ +gpm-battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-040-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-040-charging.svg new file mode 120000 index 0000000..0e0f794 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-040-charging.svg @@ -0,0 +1 @@ +gpm-battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-040.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-040.svg new file mode 120000 index 0000000..6568e0b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-040.svg @@ -0,0 +1 @@ +gpm-battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-060-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-060-charging.svg new file mode 120000 index 0000000..6d94ad6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-060-charging.svg @@ -0,0 +1 @@ +gpm-battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-060.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-060.svg new file mode 120000 index 0000000..8bc3219 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-060.svg @@ -0,0 +1 @@ +gpm-battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-080-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-080-charging.svg new file mode 120000 index 0000000..1b52097 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-080-charging.svg @@ -0,0 +1 @@ +gpm-battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-080.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-080.svg new file mode 120000 index 0000000..e069304 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-080.svg @@ -0,0 +1 @@ +gpm-battery-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-100-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-100-charging.svg new file mode 120000 index 0000000..4cfbb20 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-100-charging.svg @@ -0,0 +1 @@ +gpm-battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-100.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-100.svg new file mode 120000 index 0000000..26a659b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-100.svg @@ -0,0 +1 @@ +gpm-battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-charged.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-charged.svg new file mode 120000 index 0000000..f6ae71a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-charged.svg @@ -0,0 +1 @@ +gpm-battery-charged.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-primary-missing.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-missing.svg new file mode 120000 index 0000000..ba417d0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-primary-missing.svg @@ -0,0 +1 @@ +gpm-battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-ups-000-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-000-charging.svg new file mode 120000 index 0000000..bf644a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-000-charging.svg @@ -0,0 +1 @@ +gpm-battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-ups-000.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-000.svg new file mode 120000 index 0000000..8390bda --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-000.svg @@ -0,0 +1 @@ +gpm-battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-ups-020-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-020-charging.svg new file mode 120000 index 0000000..15a8765 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-020-charging.svg @@ -0,0 +1 @@ +gpm-battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-ups-020.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-020.svg new file mode 120000 index 0000000..6faf6a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-020.svg @@ -0,0 +1 @@ +gpm-battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-ups-040-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-040-charging.svg new file mode 120000 index 0000000..0e0f794 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-040-charging.svg @@ -0,0 +1 @@ +gpm-battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-ups-040.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-040.svg new file mode 120000 index 0000000..6568e0b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-040.svg @@ -0,0 +1 @@ +gpm-battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-ups-060-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-060-charging.svg new file mode 120000 index 0000000..6d94ad6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-060-charging.svg @@ -0,0 +1 @@ +gpm-battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-ups-060.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-060.svg new file mode 120000 index 0000000..8bc3219 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-060.svg @@ -0,0 +1 @@ +gpm-battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-ups-080-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-080-charging.svg new file mode 120000 index 0000000..1b52097 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-080-charging.svg @@ -0,0 +1 @@ +gpm-battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-ups-080.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-080.svg new file mode 120000 index 0000000..e069304 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-080.svg @@ -0,0 +1 @@ +gpm-battery-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-ups-100-charging.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-100-charging.svg new file mode 120000 index 0000000..4cfbb20 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-100-charging.svg @@ -0,0 +1 @@ +gpm-battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xfpm-ups-100.svg b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-100.svg new file mode 120000 index 0000000..26a659b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xfpm-ups-100.svg @@ -0,0 +1 @@ +gpm-battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22-light/xpad.svg b/.local/share/icons/Nordic/panel/22-light/xpad.svg new file mode 100644 index 0000000..2853ca3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22-light/xpad.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/.directory b/.local/share/icons/Nordic/panel/22/.directory new file mode 100644 index 0000000..fc984ea --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/.directory @@ -0,0 +1,4 @@ +[Dolphin] +SortRole=modificationtime +Timestamp=2019,2,20,20,50,49 +Version=4 diff --git a/.local/share/icons/Nordic/panel/22/ac-adapter-symbolic.svg b/.local/share/icons/Nordic/panel/22/ac-adapter-symbolic.svg new file mode 100644 index 0000000..e9f8904 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/ac-adapter-symbolic.svg @@ -0,0 +1,106 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/account-logged-in.svg b/.local/share/icons/Nordic/panel/22/account-logged-in.svg new file mode 100644 index 0000000..870ccc4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/account-logged-in.svg @@ -0,0 +1,107 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/anatine-indicator.svg b/.local/share/icons/Nordic/panel/22/anatine-indicator.svg new file mode 100644 index 0000000..40779d5 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/anatine-indicator.svg @@ -0,0 +1,107 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/applications-chat-panel.svg b/.local/share/icons/Nordic/panel/22/applications-chat-panel.svg new file mode 100644 index 0000000..e35c4f0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/applications-chat-panel.svg @@ -0,0 +1,107 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/applications-email-panel.svg b/.local/share/icons/Nordic/panel/22/applications-email-panel.svg new file mode 100644 index 0000000..0f3131c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/applications-email-panel.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/audio-input-microphone-high-panel.svg b/.local/share/icons/Nordic/panel/22/audio-input-microphone-high-panel.svg new file mode 120000 index 0000000..24e3ada --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-input-microphone-high-panel.svg @@ -0,0 +1 @@ +microphone-sensitivity-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-input-microphone-high.svg b/.local/share/icons/Nordic/panel/22/audio-input-microphone-high.svg new file mode 120000 index 0000000..24e3ada --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-input-microphone-high.svg @@ -0,0 +1 @@ +microphone-sensitivity-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-input-microphone-muted.svg b/.local/share/icons/Nordic/panel/22/audio-input-microphone-muted.svg new file mode 120000 index 0000000..e2e954d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-input-microphone-muted.svg @@ -0,0 +1 @@ +microphone-sensitivity-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-input-microphone.svg b/.local/share/icons/Nordic/panel/22/audio-input-microphone.svg new file mode 100644 index 0000000..d2e3195 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-input-microphone.svg @@ -0,0 +1,1317 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/audio-output-none-panel.svg b/.local/share/icons/Nordic/panel/22/audio-output-none-panel.svg new file mode 100644 index 0000000..a5d22f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-output-none-panel.svg @@ -0,0 +1,143 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/audio-output-none.svg b/.local/share/icons/Nordic/panel/22/audio-output-none.svg new file mode 120000 index 0000000..3d8b211 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-output-none.svg @@ -0,0 +1 @@ +audio-output-none-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-recorder-on.svg b/.local/share/icons/Nordic/panel/22/audio-recorder-on.svg new file mode 120000 index 0000000..6d7b037 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-recorder-on.svg @@ -0,0 +1 @@ +audio-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-recorder-paused.svg b/.local/share/icons/Nordic/panel/22/audio-recorder-paused.svg new file mode 100644 index 0000000..c1291e5 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-recorder-paused.svg @@ -0,0 +1,115 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/audio-recorder.svg b/.local/share/icons/Nordic/panel/22/audio-recorder.svg new file mode 100644 index 0000000..84e3194 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-recorder.svg @@ -0,0 +1,552 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-high-panel.svg b/.local/share/icons/Nordic/panel/22/audio-volume-high-panel.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-high-panel.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-high-symbolic.svg b/.local/share/icons/Nordic/panel/22/audio-volume-high-symbolic.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-high-symbolic.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-high.svg b/.local/share/icons/Nordic/panel/22/audio-volume-high.svg new file mode 100644 index 0000000..8724a14 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-high.svg @@ -0,0 +1,146 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-low-panel.svg b/.local/share/icons/Nordic/panel/22/audio-volume-low-panel.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-low-panel.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-low-symbolic.svg b/.local/share/icons/Nordic/panel/22/audio-volume-low-symbolic.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-low-symbolic.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-low-zero-panel.svg b/.local/share/icons/Nordic/panel/22/audio-volume-low-zero-panel.svg new file mode 120000 index 0000000..d60dc49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-low-zero-panel.svg @@ -0,0 +1 @@ +audio-volume-off.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-low.svg b/.local/share/icons/Nordic/panel/22/audio-volume-low.svg new file mode 100644 index 0000000..fbdb63a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-low.svg @@ -0,0 +1,146 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-medium-panel.svg b/.local/share/icons/Nordic/panel/22/audio-volume-medium-panel.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-medium-panel.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-medium-symbolic.svg b/.local/share/icons/Nordic/panel/22/audio-volume-medium-symbolic.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-medium-symbolic.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-medium.svg b/.local/share/icons/Nordic/panel/22/audio-volume-medium.svg new file mode 100644 index 0000000..90eedce --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-medium.svg @@ -0,0 +1,146 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-muted-blocked-panel.svg b/.local/share/icons/Nordic/panel/22/audio-volume-muted-blocked-panel.svg new file mode 100644 index 0000000..a62fa21 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-muted-blocked-panel.svg @@ -0,0 +1,127 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-muted-blocking-panel.svg b/.local/share/icons/Nordic/panel/22/audio-volume-muted-blocking-panel.svg new file mode 120000 index 0000000..96107b2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-muted-blocking-panel.svg @@ -0,0 +1 @@ +audio-volume-muted-blocked-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-muted-blocking.svg b/.local/share/icons/Nordic/panel/22/audio-volume-muted-blocking.svg new file mode 120000 index 0000000..d3d0b24 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-muted-blocking.svg @@ -0,0 +1 @@ +audio-output-none.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-muted-panel.svg b/.local/share/icons/Nordic/panel/22/audio-volume-muted-panel.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-muted-panel.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-muted-symbolic.svg b/.local/share/icons/Nordic/panel/22/audio-volume-muted-symbolic.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-muted-symbolic.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-muted.svg b/.local/share/icons/Nordic/panel/22/audio-volume-muted.svg new file mode 120000 index 0000000..d60dc49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-muted.svg @@ -0,0 +1 @@ +audio-volume-off.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/audio-volume-off.svg b/.local/share/icons/Nordic/panel/22/audio-volume-off.svg new file mode 100644 index 0000000..4d14bc6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/audio-volume-off.svg @@ -0,0 +1,146 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/avatar-default.svg b/.local/share/icons/Nordic/panel/22/avatar-default.svg new file mode 100644 index 0000000..e049286 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/avatar-default.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/bad-signal-lock.svg b/.local/share/icons/Nordic/panel/22/bad-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/bad-signal.svg b/.local/share/icons/Nordic/panel/22/bad-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/bad-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-000-charging.svg b/.local/share/icons/Nordic/panel/22/battery-000-charging.svg new file mode 100644 index 0000000..c4c6850 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-000-charging.svg @@ -0,0 +1,103 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-000.svg b/.local/share/icons/Nordic/panel/22/battery-000.svg new file mode 100644 index 0000000..a394242 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-000.svg @@ -0,0 +1,58 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-010-charging.svg b/.local/share/icons/Nordic/panel/22/battery-010-charging.svg new file mode 100644 index 0000000..424c07e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-010-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-010.svg b/.local/share/icons/Nordic/panel/22/battery-010.svg new file mode 100644 index 0000000..25cf2bd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-010.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-020-charging.svg b/.local/share/icons/Nordic/panel/22/battery-020-charging.svg new file mode 100644 index 0000000..087b55e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-020-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-020.svg b/.local/share/icons/Nordic/panel/22/battery-020.svg new file mode 100644 index 0000000..3c64006 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-020.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-030-charging.svg b/.local/share/icons/Nordic/panel/22/battery-030-charging.svg new file mode 100644 index 0000000..72b93ba --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-030-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-030.svg b/.local/share/icons/Nordic/panel/22/battery-030.svg new file mode 100644 index 0000000..f2b609c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-030.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-040-charging.svg b/.local/share/icons/Nordic/panel/22/battery-040-charging.svg new file mode 100644 index 0000000..57d9689 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-040-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-040.svg b/.local/share/icons/Nordic/panel/22/battery-040.svg new file mode 100644 index 0000000..00721c5 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-040.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-050-charging.svg b/.local/share/icons/Nordic/panel/22/battery-050-charging.svg new file mode 100644 index 0000000..7c39b25 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-050-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-050.svg b/.local/share/icons/Nordic/panel/22/battery-050.svg new file mode 100644 index 0000000..57ceaa0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-050.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-060-charging.svg b/.local/share/icons/Nordic/panel/22/battery-060-charging.svg new file mode 100644 index 0000000..4a71dd5 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-060-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-060.svg b/.local/share/icons/Nordic/panel/22/battery-060.svg new file mode 100644 index 0000000..7ea8f7f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-060.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-070-charging.svg b/.local/share/icons/Nordic/panel/22/battery-070-charging.svg new file mode 100644 index 0000000..32ee781 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-070-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-070.svg b/.local/share/icons/Nordic/panel/22/battery-070.svg new file mode 100644 index 0000000..9bd4564 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-070.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-080-charging.svg b/.local/share/icons/Nordic/panel/22/battery-080-charging.svg new file mode 100644 index 0000000..fbbbb20 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-080-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-080.svg b/.local/share/icons/Nordic/panel/22/battery-080.svg new file mode 100644 index 0000000..17bee5a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-080.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-090-charging.svg b/.local/share/icons/Nordic/panel/22/battery-090-charging.svg new file mode 100644 index 0000000..5ec42b2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-090-charging.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-090.svg b/.local/share/icons/Nordic/panel/22/battery-090.svg new file mode 100644 index 0000000..1f1a4f4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-090.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-100-charging.svg b/.local/share/icons/Nordic/panel/22/battery-100-charging.svg new file mode 100644 index 0000000..bb155a2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-100-charging.svg @@ -0,0 +1,97 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-100.svg b/.local/share/icons/Nordic/panel/22/battery-100.svg new file mode 100644 index 0000000..5a9dccc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-100.svg @@ -0,0 +1,58 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-ac-adapter.svg b/.local/share/icons/Nordic/panel/22/battery-ac-adapter.svg new file mode 120000 index 0000000..bc881be --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-ac-adapter.svg @@ -0,0 +1 @@ +ac-adapter-symbolic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-caution-charging-symbolic.svg b/.local/share/icons/Nordic/panel/22/battery-caution-charging-symbolic.svg new file mode 120000 index 0000000..5c4b1ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-caution-charging-symbolic.svg @@ -0,0 +1 @@ +battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-caution-charging.svg b/.local/share/icons/Nordic/panel/22/battery-caution-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-caution-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-caution-symbolic.svg b/.local/share/icons/Nordic/panel/22/battery-caution-symbolic.svg new file mode 120000 index 0000000..f76eaff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-caution-symbolic.svg @@ -0,0 +1 @@ +battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-caution.svg b/.local/share/icons/Nordic/panel/22/battery-caution.svg new file mode 120000 index 0000000..47cf3ff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-caution.svg @@ -0,0 +1 @@ +battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charged.svg b/.local/share/icons/Nordic/panel/22/battery-charged.svg new file mode 100644 index 0000000..311f84d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charged.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-charging-000.svg b/.local/share/icons/Nordic/panel/22/battery-charging-000.svg new file mode 120000 index 0000000..47cf3ff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging-000.svg @@ -0,0 +1 @@ +battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charging-010.svg b/.local/share/icons/Nordic/panel/22/battery-charging-010.svg new file mode 120000 index 0000000..9fe8cd6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging-010.svg @@ -0,0 +1 @@ +battery-010-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charging-020.svg b/.local/share/icons/Nordic/panel/22/battery-charging-020.svg new file mode 120000 index 0000000..5c4b1ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging-020.svg @@ -0,0 +1 @@ +battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charging-030.svg b/.local/share/icons/Nordic/panel/22/battery-charging-030.svg new file mode 120000 index 0000000..514ae69 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging-030.svg @@ -0,0 +1 @@ +battery-030-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charging-040.svg b/.local/share/icons/Nordic/panel/22/battery-charging-040.svg new file mode 120000 index 0000000..5c0e493 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging-040.svg @@ -0,0 +1 @@ +battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charging-050.svg b/.local/share/icons/Nordic/panel/22/battery-charging-050.svg new file mode 120000 index 0000000..36082ab --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging-050.svg @@ -0,0 +1 @@ +battery-050-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charging-060.svg b/.local/share/icons/Nordic/panel/22/battery-charging-060.svg new file mode 120000 index 0000000..3b97ae0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging-060.svg @@ -0,0 +1 @@ +battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charging-070.svg b/.local/share/icons/Nordic/panel/22/battery-charging-070.svg new file mode 120000 index 0000000..287f883 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging-070.svg @@ -0,0 +1 @@ +battery-070-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charging-080.svg b/.local/share/icons/Nordic/panel/22/battery-charging-080.svg new file mode 120000 index 0000000..83926f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging-080.svg @@ -0,0 +1 @@ +battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charging-090.svg b/.local/share/icons/Nordic/panel/22/battery-charging-090.svg new file mode 120000 index 0000000..e4366f5 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging-090.svg @@ -0,0 +1 @@ +battery-090-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charging-100.svg b/.local/share/icons/Nordic/panel/22/battery-charging-100.svg new file mode 120000 index 0000000..d53d66a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging-100.svg @@ -0,0 +1 @@ +battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charging-caution.svg b/.local/share/icons/Nordic/panel/22/battery-charging-caution.svg new file mode 120000 index 0000000..5c4b1ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging-caution.svg @@ -0,0 +1 @@ +battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charging-low.svg b/.local/share/icons/Nordic/panel/22/battery-charging-low.svg new file mode 120000 index 0000000..5c0e493 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging-low.svg @@ -0,0 +1 @@ +battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-charging.svg b/.local/share/icons/Nordic/panel/22/battery-charging.svg new file mode 120000 index 0000000..d53d66a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-charging.svg @@ -0,0 +1 @@ +battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-empty-charging-symbolic.svg b/.local/share/icons/Nordic/panel/22/battery-empty-charging-symbolic.svg new file mode 120000 index 0000000..47cf3ff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-empty-charging-symbolic.svg @@ -0,0 +1 @@ +battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-empty-charging.svg b/.local/share/icons/Nordic/panel/22/battery-empty-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-empty-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-empty-symbolic.svg b/.local/share/icons/Nordic/panel/22/battery-empty-symbolic.svg new file mode 120000 index 0000000..1bf261b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-empty-symbolic.svg @@ -0,0 +1 @@ +battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-empty.svg b/.local/share/icons/Nordic/panel/22/battery-empty.svg new file mode 120000 index 0000000..d0c8e96 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-empty.svg @@ -0,0 +1 @@ +battery_empty.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-full-charged-symbolic.svg b/.local/share/icons/Nordic/panel/22/battery-full-charged-symbolic.svg new file mode 120000 index 0000000..e3c4e42 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-full-charged-symbolic.svg @@ -0,0 +1 @@ +battery-charged.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-full-charged.svg b/.local/share/icons/Nordic/panel/22/battery-full-charged.svg new file mode 120000 index 0000000..a3be8f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-full-charged.svg @@ -0,0 +1 @@ +battery-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-full-charging-symbolic.svg b/.local/share/icons/Nordic/panel/22/battery-full-charging-symbolic.svg new file mode 120000 index 0000000..d53d66a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-full-charging-symbolic.svg @@ -0,0 +1 @@ +battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-full-charging.svg b/.local/share/icons/Nordic/panel/22/battery-full-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-full-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-full-symbolic.svg b/.local/share/icons/Nordic/panel/22/battery-full-symbolic.svg new file mode 120000 index 0000000..51e311f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-full-symbolic.svg @@ -0,0 +1 @@ +battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-full.svg b/.local/share/icons/Nordic/panel/22/battery-full.svg new file mode 120000 index 0000000..f8e332e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-full.svg @@ -0,0 +1 @@ +battery_full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-good-charging-symbolic.svg b/.local/share/icons/Nordic/panel/22/battery-good-charging-symbolic.svg new file mode 120000 index 0000000..3b97ae0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-good-charging-symbolic.svg @@ -0,0 +1 @@ +battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-good-charging.svg b/.local/share/icons/Nordic/panel/22/battery-good-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-good-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-good-symbolic.svg b/.local/share/icons/Nordic/panel/22/battery-good-symbolic.svg new file mode 120000 index 0000000..2d5a50b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-good-symbolic.svg @@ -0,0 +1 @@ +battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-good.svg b/.local/share/icons/Nordic/panel/22/battery-good.svg new file mode 120000 index 0000000..2d5a50b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-good.svg @@ -0,0 +1 @@ +battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-low-charging-symbolic.svg b/.local/share/icons/Nordic/panel/22/battery-low-charging-symbolic.svg new file mode 120000 index 0000000..5c0e493 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-low-charging-symbolic.svg @@ -0,0 +1 @@ +battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-low-charging.svg b/.local/share/icons/Nordic/panel/22/battery-low-charging.svg new file mode 120000 index 0000000..279fd83 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-low-charging.svg @@ -0,0 +1 @@ +battery-030.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-low-symbolic.svg b/.local/share/icons/Nordic/panel/22/battery-low-symbolic.svg new file mode 120000 index 0000000..66c1d44 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-low-symbolic.svg @@ -0,0 +1 @@ +battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-low.svg b/.local/share/icons/Nordic/panel/22/battery-low.svg new file mode 120000 index 0000000..66c1d44 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-low.svg @@ -0,0 +1 @@ +battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-medium-charging.svg b/.local/share/icons/Nordic/panel/22/battery-medium-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-medium-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-medium.svg b/.local/share/icons/Nordic/panel/22/battery-medium.svg new file mode 120000 index 0000000..2d5a50b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-medium.svg @@ -0,0 +1 @@ +battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-missing-symbolic.svg b/.local/share/icons/Nordic/panel/22/battery-missing-symbolic.svg new file mode 120000 index 0000000..245b4ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-missing-symbolic.svg @@ -0,0 +1 @@ +battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-missing.svg b/.local/share/icons/Nordic/panel/22/battery-missing.svg new file mode 100644 index 0000000..c45707c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-missing.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-mouse-000.svg b/.local/share/icons/Nordic/panel/22/battery-mouse-000.svg new file mode 100644 index 0000000..b1b5ecf --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-mouse-000.svg @@ -0,0 +1,57 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/battery-mouse-010.svg b/.local/share/icons/Nordic/panel/22/battery-mouse-010.svg new file mode 120000 index 0000000..82f0763 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-mouse-010.svg @@ -0,0 +1 @@ +gpm-mouse-010.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-mouse-020.svg b/.local/share/icons/Nordic/panel/22/battery-mouse-020.svg new file mode 120000 index 0000000..daf1600 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-mouse-020.svg @@ -0,0 +1 @@ +gpm-mouse-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-mouse-030.svg b/.local/share/icons/Nordic/panel/22/battery-mouse-030.svg new file mode 120000 index 0000000..9f40101 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-mouse-030.svg @@ -0,0 +1 @@ +gpm-mouse-030.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-mouse-040.svg b/.local/share/icons/Nordic/panel/22/battery-mouse-040.svg new file mode 120000 index 0000000..0c9b7ef --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-mouse-040.svg @@ -0,0 +1 @@ +gpm-mouse-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-mouse-050.svg b/.local/share/icons/Nordic/panel/22/battery-mouse-050.svg new file mode 120000 index 0000000..a9b3093 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-mouse-050.svg @@ -0,0 +1 @@ +gpm-mouse-050.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-mouse-060.svg b/.local/share/icons/Nordic/panel/22/battery-mouse-060.svg new file mode 120000 index 0000000..7d3125f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-mouse-060.svg @@ -0,0 +1 @@ +gpm-mouse-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-mouse-070.svg b/.local/share/icons/Nordic/panel/22/battery-mouse-070.svg new file mode 120000 index 0000000..3c6032b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-mouse-070.svg @@ -0,0 +1 @@ +gpm-mouse-070.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-mouse-080.svg b/.local/share/icons/Nordic/panel/22/battery-mouse-080.svg new file mode 120000 index 0000000..0e84546 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-mouse-080.svg @@ -0,0 +1 @@ +gpm-mouse-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-mouse-090.svg b/.local/share/icons/Nordic/panel/22/battery-mouse-090.svg new file mode 120000 index 0000000..8993bde --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-mouse-090.svg @@ -0,0 +1 @@ +gpm-mouse-090.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery-mouse-100.svg b/.local/share/icons/Nordic/panel/22/battery-mouse-100.svg new file mode 120000 index 0000000..544289b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery-mouse-100.svg @@ -0,0 +1 @@ +gpm-mouse-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery_charged.svg b/.local/share/icons/Nordic/panel/22/battery_charged.svg new file mode 120000 index 0000000..d53d66a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery_charged.svg @@ -0,0 +1 @@ +battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery_empty.svg b/.local/share/icons/Nordic/panel/22/battery_empty.svg new file mode 120000 index 0000000..1bf261b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery_empty.svg @@ -0,0 +1 @@ +battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery_full.svg b/.local/share/icons/Nordic/panel/22/battery_full.svg new file mode 120000 index 0000000..51e311f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery_full.svg @@ -0,0 +1 @@ +battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/battery_plugged.svg b/.local/share/icons/Nordic/panel/22/battery_plugged.svg new file mode 120000 index 0000000..e1ebcd6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/battery_plugged.svg @@ -0,0 +1 @@ +gpm-ac-adapter.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/blueberry-tray-active.svg b/.local/share/icons/Nordic/panel/22/blueberry-tray-active.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/blueberry-tray-active.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/blueberry-tray-disabled.svg b/.local/share/icons/Nordic/panel/22/blueberry-tray-disabled.svg new file mode 120000 index 0000000..cdcdf92 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/blueberry-tray-disabled.svg @@ -0,0 +1 @@ +bluetooth-disabled.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/blueberry-tray.svg b/.local/share/icons/Nordic/panel/22/blueberry-tray.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/blueberry-tray.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/blueman-active.svg b/.local/share/icons/Nordic/panel/22/blueman-active.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/blueman-active.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/blueman-disabled-symbolic.svg b/.local/share/icons/Nordic/panel/22/blueman-disabled-symbolic.svg new file mode 120000 index 0000000..8b03c7a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/blueman-disabled-symbolic.svg @@ -0,0 +1 @@ +bluetooth-disabled-symbolic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/blueman-disabled.svg b/.local/share/icons/Nordic/panel/22/blueman-disabled.svg new file mode 120000 index 0000000..cdcdf92 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/blueman-disabled.svg @@ -0,0 +1 @@ +bluetooth-disabled.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/blueman-tray-active.svg b/.local/share/icons/Nordic/panel/22/blueman-tray-active.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/blueman-tray-active.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/blueman-tray-disabled.svg b/.local/share/icons/Nordic/panel/22/blueman-tray-disabled.svg new file mode 120000 index 0000000..cdcdf92 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/blueman-tray-disabled.svg @@ -0,0 +1 @@ +bluetooth-disabled.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/blueman-tray-symbolic.svg b/.local/share/icons/Nordic/panel/22/blueman-tray-symbolic.svg new file mode 120000 index 0000000..8dfd217 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/blueman-tray-symbolic.svg @@ -0,0 +1 @@ +bluetooth-active-symbolic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/blueman-tray.svg b/.local/share/icons/Nordic/panel/22/blueman-tray.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/blueman-tray.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/blueman.svg b/.local/share/icons/Nordic/panel/22/blueman.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/blueman.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/bluetooth-active-symbolic.svg b/.local/share/icons/Nordic/panel/22/bluetooth-active-symbolic.svg new file mode 120000 index 0000000..af9ceb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/bluetooth-active-symbolic.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/bluetooth-active.svg b/.local/share/icons/Nordic/panel/22/bluetooth-active.svg new file mode 100644 index 0000000..37ba406 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/bluetooth-active.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/bluetooth-disabled-symbolic.svg b/.local/share/icons/Nordic/panel/22/bluetooth-disabled-symbolic.svg new file mode 120000 index 0000000..cdcdf92 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/bluetooth-disabled-symbolic.svg @@ -0,0 +1 @@ +bluetooth-disabled.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/bluetooth-disabled.svg b/.local/share/icons/Nordic/panel/22/bluetooth-disabled.svg new file mode 100644 index 0000000..5871801 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/bluetooth-disabled.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/both-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/22/both-bad-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/both-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/both-bad-signal.svg b/.local/share/icons/Nordic/panel/22/both-bad-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/both-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/both-good-signal-lock.svg b/.local/share/icons/Nordic/panel/22/both-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/both-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/both-good-signal.svg b/.local/share/icons/Nordic/panel/22/both-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/both-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/both-high-signal-lock.svg b/.local/share/icons/Nordic/panel/22/both-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/both-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/both-high-signal.svg b/.local/share/icons/Nordic/panel/22/both-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/both-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/both-low-signal-lock.svg b/.local/share/icons/Nordic/panel/22/both-low-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/both-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/both-low-signal.svg b/.local/share/icons/Nordic/panel/22/both-low-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/both-low-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/caffeine-cup-empty.svg b/.local/share/icons/Nordic/panel/22/caffeine-cup-empty.svg new file mode 100644 index 0000000..46a6fcc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/caffeine-cup-empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/caffeine-cup-full.svg b/.local/share/icons/Nordic/panel/22/caffeine-cup-full.svg new file mode 100644 index 0000000..baf038b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/caffeine-cup-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/clementine-panel-grey.svg b/.local/share/icons/Nordic/panel/22/clementine-panel-grey.svg new file mode 100644 index 0000000..4ef95d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/clementine-panel-grey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/clementine-panel.svg b/.local/share/icons/Nordic/panel/22/clementine-panel.svg new file mode 100644 index 0000000..7dcc514 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/clementine-panel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/connect_creating.svg b/.local/share/icons/Nordic/panel/22/connect_creating.svg new file mode 120000 index 0000000..8e405e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/connect_creating.svg @@ -0,0 +1 @@ +network-transmit-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/connect_established.svg b/.local/share/icons/Nordic/panel/22/connect_established.svg new file mode 120000 index 0000000..ee20541 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/connect_established.svg @@ -0,0 +1 @@ +network-idle.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/connect_no.svg b/.local/share/icons/Nordic/panel/22/connect_no.svg new file mode 120000 index 0000000..af43e27 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/connect_no.svg @@ -0,0 +1 @@ +network-offline.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/discord-tray-connected.svg b/.local/share/icons/Nordic/panel/22/discord-tray-connected.svg new file mode 100644 index 0000000..a8a3958 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/discord-tray-connected.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/discord-tray-deafened.svg b/.local/share/icons/Nordic/panel/22/discord-tray-deafened.svg new file mode 100644 index 0000000..d7a5cd6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/discord-tray-deafened.svg @@ -0,0 +1,49 @@ + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/discord-tray-muted.svg b/.local/share/icons/Nordic/panel/22/discord-tray-muted.svg new file mode 120000 index 0000000..e2e954d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/discord-tray-muted.svg @@ -0,0 +1 @@ +microphone-sensitivity-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/discord-tray-speaking.svg b/.local/share/icons/Nordic/panel/22/discord-tray-speaking.svg new file mode 100644 index 0000000..05f37d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/discord-tray-speaking.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/discord-tray-unread.svg b/.local/share/icons/Nordic/panel/22/discord-tray-unread.svg new file mode 100644 index 0000000..c99e2cd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/discord-tray-unread.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/discord-tray.svg b/.local/share/icons/Nordic/panel/22/discord-tray.svg new file mode 100644 index 0000000..56656c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/discord-tray.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/empathy-invisible.svg b/.local/share/icons/Nordic/panel/22/empathy-invisible.svg new file mode 120000 index 0000000..cbe782f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/empathy-invisible.svg @@ -0,0 +1 @@ +user-invisible.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/flameshot-tray.svg b/.local/share/icons/Nordic/panel/22/flameshot-tray.svg new file mode 100644 index 0000000..9a7fd66 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/flameshot-tray.svg @@ -0,0 +1,67 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/gnome-netstatus-0-24.svg b/.local/share/icons/Nordic/panel/22/gnome-netstatus-0-24.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gnome-netstatus-0-24.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gnome-netstatus-25-49.svg b/.local/share/icons/Nordic/panel/22/gnome-netstatus-25-49.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gnome-netstatus-25-49.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gnome-netstatus-50-74.svg b/.local/share/icons/Nordic/panel/22/gnome-netstatus-50-74.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gnome-netstatus-50-74.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gnome-netstatus-75-100.svg b/.local/share/icons/Nordic/panel/22/gnome-netstatus-75-100.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gnome-netstatus-75-100.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gnome-netstatus-disconn.svg b/.local/share/icons/Nordic/panel/22/gnome-netstatus-disconn.svg new file mode 120000 index 0000000..af43e27 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gnome-netstatus-disconn.svg @@ -0,0 +1 @@ +network-offline.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gnome-netstatus-error.svg b/.local/share/icons/Nordic/panel/22/gnome-netstatus-error.svg new file mode 120000 index 0000000..8886668 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gnome-netstatus-error.svg @@ -0,0 +1 @@ +network-error.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gnome-netstatus-idle.svg b/.local/share/icons/Nordic/panel/22/gnome-netstatus-idle.svg new file mode 120000 index 0000000..ee20541 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gnome-netstatus-idle.svg @@ -0,0 +1 @@ +network-idle.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gnome-netstatus-rx.svg b/.local/share/icons/Nordic/panel/22/gnome-netstatus-rx.svg new file mode 120000 index 0000000..9d3d6c4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gnome-netstatus-rx.svg @@ -0,0 +1 @@ +network-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gnome-netstatus-tx.svg b/.local/share/icons/Nordic/panel/22/gnome-netstatus-tx.svg new file mode 120000 index 0000000..2e76eec --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gnome-netstatus-tx.svg @@ -0,0 +1 @@ +network-transmit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gnome-netstatus-txrx.svg b/.local/share/icons/Nordic/panel/22/gnome-netstatus-txrx.svg new file mode 120000 index 0000000..8e405e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gnome-netstatus-txrx.svg @@ -0,0 +1 @@ +network-transmit-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/good-signal-lock.svg b/.local/share/icons/Nordic/panel/22/good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/good-signal.svg b/.local/share/icons/Nordic/panel/22/good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ac-adapter.svg b/.local/share/icons/Nordic/panel/22/gpm-ac-adapter.svg new file mode 120000 index 0000000..bc881be --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ac-adapter.svg @@ -0,0 +1 @@ +ac-adapter-symbolic.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-000-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-000-charging.svg new file mode 120000 index 0000000..47cf3ff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-000-charging.svg @@ -0,0 +1 @@ +battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-000.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-000.svg new file mode 120000 index 0000000..1bf261b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-000.svg @@ -0,0 +1 @@ +battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-010-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-010-charging.svg new file mode 120000 index 0000000..9fe8cd6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-010-charging.svg @@ -0,0 +1 @@ +battery-010-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-010.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-010.svg new file mode 120000 index 0000000..d85bda4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-010.svg @@ -0,0 +1 @@ +battery-010.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-020-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-020-charging.svg new file mode 120000 index 0000000..5c4b1ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-020-charging.svg @@ -0,0 +1 @@ +battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-020.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-020.svg new file mode 120000 index 0000000..f76eaff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-020.svg @@ -0,0 +1 @@ +battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-030-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-030-charging.svg new file mode 120000 index 0000000..514ae69 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-030-charging.svg @@ -0,0 +1 @@ +battery-030-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-030.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-030.svg new file mode 120000 index 0000000..279fd83 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-030.svg @@ -0,0 +1 @@ +battery-030.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-040-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-040-charging.svg new file mode 120000 index 0000000..5c0e493 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-040-charging.svg @@ -0,0 +1 @@ +battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-040.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-040.svg new file mode 120000 index 0000000..66c1d44 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-040.svg @@ -0,0 +1 @@ +battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-050-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-050-charging.svg new file mode 120000 index 0000000..36082ab --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-050-charging.svg @@ -0,0 +1 @@ +battery-050-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-050.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-050.svg new file mode 120000 index 0000000..407f46b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-050.svg @@ -0,0 +1 @@ +battery-050.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-060-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-060-charging.svg new file mode 120000 index 0000000..3b97ae0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-060-charging.svg @@ -0,0 +1 @@ +battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-060.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-060.svg new file mode 120000 index 0000000..2d5a50b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-060.svg @@ -0,0 +1 @@ +battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-070-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-070-charging.svg new file mode 120000 index 0000000..287f883 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-070-charging.svg @@ -0,0 +1 @@ +battery-070-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-070.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-070.svg new file mode 120000 index 0000000..a009f06 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-070.svg @@ -0,0 +1 @@ +battery-070.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-080-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-080-charging.svg new file mode 120000 index 0000000..83926f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-080-charging.svg @@ -0,0 +1 @@ +battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-080.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-080.svg new file mode 120000 index 0000000..353e367 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-080.svg @@ -0,0 +1 @@ +battery-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-090-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-090-charging.svg new file mode 120000 index 0000000..e4366f5 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-090-charging.svg @@ -0,0 +1 @@ +battery-090-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-090.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-090.svg new file mode 120000 index 0000000..e8d35a5 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-090.svg @@ -0,0 +1 @@ +battery-090.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-100-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-100-charging.svg new file mode 120000 index 0000000..d53d66a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-100-charging.svg @@ -0,0 +1 @@ +battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-100.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-100.svg new file mode 120000 index 0000000..51e311f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-100.svg @@ -0,0 +1 @@ +battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-charged.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-charged.svg new file mode 120000 index 0000000..e3c4e42 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-charged.svg @@ -0,0 +1 @@ +battery-charged.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-empty.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-empty.svg new file mode 120000 index 0000000..1bf261b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-empty.svg @@ -0,0 +1 @@ +battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-battery-missing.svg b/.local/share/icons/Nordic/panel/22/gpm-battery-missing.svg new file mode 120000 index 0000000..245b4ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-battery-missing.svg @@ -0,0 +1 @@ +battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-mouse-000.svg b/.local/share/icons/Nordic/panel/22/gpm-mouse-000.svg new file mode 100644 index 0000000..899d3c1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-mouse-000.svg @@ -0,0 +1,130 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/gpm-mouse-010.svg b/.local/share/icons/Nordic/panel/22/gpm-mouse-010.svg new file mode 100644 index 0000000..a07c845 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-mouse-010.svg @@ -0,0 +1,76 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/gpm-mouse-020.svg b/.local/share/icons/Nordic/panel/22/gpm-mouse-020.svg new file mode 100644 index 0000000..185d4cf --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-mouse-020.svg @@ -0,0 +1,84 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/gpm-mouse-030.svg b/.local/share/icons/Nordic/panel/22/gpm-mouse-030.svg new file mode 100644 index 0000000..0f020f4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-mouse-030.svg @@ -0,0 +1,130 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/gpm-mouse-040.svg b/.local/share/icons/Nordic/panel/22/gpm-mouse-040.svg new file mode 100644 index 0000000..b15cf31 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-mouse-040.svg @@ -0,0 +1,138 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/gpm-mouse-050.svg b/.local/share/icons/Nordic/panel/22/gpm-mouse-050.svg new file mode 100644 index 0000000..d3d4464 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-mouse-050.svg @@ -0,0 +1,145 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/gpm-mouse-060.svg b/.local/share/icons/Nordic/panel/22/gpm-mouse-060.svg new file mode 100644 index 0000000..0ae2f6c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-mouse-060.svg @@ -0,0 +1,137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/gpm-mouse-070.svg b/.local/share/icons/Nordic/panel/22/gpm-mouse-070.svg new file mode 100644 index 0000000..a12fa73 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-mouse-070.svg @@ -0,0 +1,137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/gpm-mouse-080.svg b/.local/share/icons/Nordic/panel/22/gpm-mouse-080.svg new file mode 100644 index 0000000..fc640dd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-mouse-080.svg @@ -0,0 +1,137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/gpm-mouse-0800.svg b/.local/share/icons/Nordic/panel/22/gpm-mouse-0800.svg new file mode 100644 index 0000000..4b902e4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-mouse-0800.svg @@ -0,0 +1,137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/gpm-mouse-090.svg b/.local/share/icons/Nordic/panel/22/gpm-mouse-090.svg new file mode 100644 index 0000000..8d44771 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-mouse-090.svg @@ -0,0 +1,137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/gpm-mouse-100.svg b/.local/share/icons/Nordic/panel/22/gpm-mouse-100.svg new file mode 100644 index 0000000..f51c906 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-mouse-100.svg @@ -0,0 +1,137 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-000-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-000-charging.svg new file mode 120000 index 0000000..bf644a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-000-charging.svg @@ -0,0 +1 @@ +gpm-battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-000.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-000.svg new file mode 120000 index 0000000..8390bda --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-000.svg @@ -0,0 +1 @@ +gpm-battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-020-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-020-charging.svg new file mode 120000 index 0000000..15a8765 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-020-charging.svg @@ -0,0 +1 @@ +gpm-battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-020.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-020.svg new file mode 120000 index 0000000..6faf6a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-020.svg @@ -0,0 +1 @@ +gpm-battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-040-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-040-charging.svg new file mode 120000 index 0000000..0e0f794 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-040-charging.svg @@ -0,0 +1 @@ +gpm-battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-040.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-040.svg new file mode 120000 index 0000000..6568e0b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-040.svg @@ -0,0 +1 @@ +gpm-battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-060-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-060-charging.svg new file mode 120000 index 0000000..6d94ad6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-060-charging.svg @@ -0,0 +1 @@ +gpm-battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-060.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-060.svg new file mode 120000 index 0000000..8bc3219 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-060.svg @@ -0,0 +1 @@ +gpm-battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-080-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-080-charging.svg new file mode 120000 index 0000000..1b52097 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-080-charging.svg @@ -0,0 +1 @@ +gpm-battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-080.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-080.svg new file mode 120000 index 0000000..e069304 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-080.svg @@ -0,0 +1 @@ +gpm-battery-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-100-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-100-charging.svg new file mode 120000 index 0000000..4cfbb20 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-100-charging.svg @@ -0,0 +1 @@ +gpm-battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-100.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-100.svg new file mode 120000 index 0000000..26a659b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-100.svg @@ -0,0 +1 @@ +gpm-battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-charged.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-charged.svg new file mode 120000 index 0000000..f6ae71a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-charged.svg @@ -0,0 +1 @@ +gpm-battery-charged.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-primary-missing.svg b/.local/share/icons/Nordic/panel/22/gpm-primary-missing.svg new file mode 120000 index 0000000..ba417d0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-primary-missing.svg @@ -0,0 +1 @@ +gpm-battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-000-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-000-charging.svg new file mode 120000 index 0000000..bf644a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-000-charging.svg @@ -0,0 +1 @@ +gpm-battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-000.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-000.svg new file mode 120000 index 0000000..8390bda --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-000.svg @@ -0,0 +1 @@ +gpm-battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-020-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-020-charging.svg new file mode 120000 index 0000000..15a8765 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-020-charging.svg @@ -0,0 +1 @@ +gpm-battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-020.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-020.svg new file mode 120000 index 0000000..6faf6a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-020.svg @@ -0,0 +1 @@ +gpm-battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-040-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-040-charging.svg new file mode 120000 index 0000000..0e0f794 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-040-charging.svg @@ -0,0 +1 @@ +gpm-battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-040.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-040.svg new file mode 120000 index 0000000..6568e0b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-040.svg @@ -0,0 +1 @@ +gpm-battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-060-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-060-charging.svg new file mode 120000 index 0000000..6d94ad6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-060-charging.svg @@ -0,0 +1 @@ +gpm-battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-060.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-060.svg new file mode 120000 index 0000000..8bc3219 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-060.svg @@ -0,0 +1 @@ +gpm-battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-080-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-080-charging.svg new file mode 120000 index 0000000..1b52097 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-080-charging.svg @@ -0,0 +1 @@ +gpm-battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-080.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-080.svg new file mode 120000 index 0000000..e069304 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-080.svg @@ -0,0 +1 @@ +gpm-battery-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-100-charging.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-100-charging.svg new file mode 120000 index 0000000..4cfbb20 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-100-charging.svg @@ -0,0 +1 @@ +gpm-battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-100.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-100.svg new file mode 120000 index 0000000..26a659b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-100.svg @@ -0,0 +1 @@ +gpm-battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-charged.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-charged.svg new file mode 120000 index 0000000..f6ae71a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-charged.svg @@ -0,0 +1 @@ +gpm-battery-charged.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gpm-ups-missing.svg b/.local/share/icons/Nordic/panel/22/gpm-ups-missing.svg new file mode 120000 index 0000000..ba417d0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gpm-ups-missing.svg @@ -0,0 +1 @@ +gpm-battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/gsm-3g-none-secure.svg b/.local/share/icons/Nordic/panel/22/gsm-3g-none-secure.svg new file mode 100644 index 0000000..f804e63 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/gsm-3g-none-secure.svg @@ -0,0 +1,113 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/high-signal-lock.svg b/.local/share/icons/Nordic/panel/22/high-signal-lock.svg new file mode 120000 index 0000000..61084b9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/high-signal-lock.svg @@ -0,0 +1 @@ +network-wireless-secure-signal-excellent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/high-signal.svg b/.local/share/icons/Nordic/panel/22/high-signal.svg new file mode 120000 index 0000000..d01f143 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/high-signal.svg @@ -0,0 +1 @@ +network-wireless-signal-excellent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/idle-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/22/idle-bad-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/idle-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/idle-bad-signal.svg b/.local/share/icons/Nordic/panel/22/idle-bad-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/idle-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/idle-good-signal-lock.svg b/.local/share/icons/Nordic/panel/22/idle-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/idle-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/idle-good-signal.svg b/.local/share/icons/Nordic/panel/22/idle-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/idle-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/idle-high-signal-lock.svg b/.local/share/icons/Nordic/panel/22/idle-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/idle-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/idle-high-signal.svg b/.local/share/icons/Nordic/panel/22/idle-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/idle-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/idle-low-signal-lock.svg b/.local/share/icons/Nordic/panel/22/idle-low-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/idle-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/idle-low-signal.svg b/.local/share/icons/Nordic/panel/22/idle-low-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/idle-low-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/indicator-messages-new.svg b/.local/share/icons/Nordic/panel/22/indicator-messages-new.svg new file mode 100644 index 0000000..f7c4714 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/indicator-messages-new.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/indicator-messages.svg b/.local/share/icons/Nordic/panel/22/indicator-messages.svg new file mode 100644 index 0000000..11147d0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/indicator-messages.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/kdeconnect-tray.svg b/.local/share/icons/Nordic/panel/22/kdeconnect-tray.svg new file mode 100644 index 0000000..f591d44 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/kdeconnect-tray.svg @@ -0,0 +1,56 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/low-signal-lock.svg b/.local/share/icons/Nordic/panel/22/low-signal-lock.svg new file mode 120000 index 0000000..7405768 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/low-signal-lock.svg @@ -0,0 +1 @@ +network-wireless-secure-signal-ok.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/low-signal.svg b/.local/share/icons/Nordic/panel/22/low-signal.svg new file mode 120000 index 0000000..72f65ff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/low-signal.svg @@ -0,0 +1 @@ +network-wireless-signal-ok.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/mic-off.svg b/.local/share/icons/Nordic/panel/22/mic-off.svg new file mode 120000 index 0000000..af63552 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/mic-off.svg @@ -0,0 +1 @@ +mic-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/mic-on.svg b/.local/share/icons/Nordic/panel/22/mic-on.svg new file mode 120000 index 0000000..f7b1126 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/mic-on.svg @@ -0,0 +1 @@ +mic-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/mic-ready.svg b/.local/share/icons/Nordic/panel/22/mic-ready.svg new file mode 100644 index 0000000..639aeb3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/mic-ready.svg @@ -0,0 +1,553 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/mic-volume-high.svg b/.local/share/icons/Nordic/panel/22/mic-volume-high.svg new file mode 120000 index 0000000..6d7b037 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/mic-volume-high.svg @@ -0,0 +1 @@ +audio-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/mic-volume-low.svg b/.local/share/icons/Nordic/panel/22/mic-volume-low.svg new file mode 100644 index 0000000..db3d8a8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/mic-volume-low.svg @@ -0,0 +1,553 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/mic-volume-medium.svg b/.local/share/icons/Nordic/panel/22/mic-volume-medium.svg new file mode 100644 index 0000000..a34e1e9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/mic-volume-medium.svg @@ -0,0 +1,553 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/mic-volume-muted.svg b/.local/share/icons/Nordic/panel/22/mic-volume-muted.svg new file mode 120000 index 0000000..6cf00c8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/mic-volume-muted.svg @@ -0,0 +1 @@ +mic-ready.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/microphone-sensitivity-high.svg b/.local/share/icons/Nordic/panel/22/microphone-sensitivity-high.svg new file mode 120000 index 0000000..6d7b037 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/microphone-sensitivity-high.svg @@ -0,0 +1 @@ +audio-recorder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/microphone-sensitivity-low.svg b/.local/share/icons/Nordic/panel/22/microphone-sensitivity-low.svg new file mode 100644 index 0000000..2b3a722 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/microphone-sensitivity-low.svg @@ -0,0 +1,551 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/microphone-sensitivity-medium.svg b/.local/share/icons/Nordic/panel/22/microphone-sensitivity-medium.svg new file mode 100644 index 0000000..964e604 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/microphone-sensitivity-medium.svg @@ -0,0 +1,551 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/microphone-sensitivity-muted.svg b/.local/share/icons/Nordic/panel/22/microphone-sensitivity-muted.svg new file mode 100644 index 0000000..016fb5c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/microphone-sensitivity-muted.svg @@ -0,0 +1,552 @@ + + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/network-error.svg b/.local/share/icons/Nordic/panel/22/network-error.svg new file mode 100644 index 0000000..048726f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-error.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/network-idle.svg b/.local/share/icons/Nordic/panel/22/network-idle.svg new file mode 120000 index 0000000..8e405e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-idle.svg @@ -0,0 +1 @@ +network-transmit-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-offline.svg b/.local/share/icons/Nordic/panel/22/network-offline.svg new file mode 100644 index 0000000..0e3b828 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-offline.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/network-receive.svg b/.local/share/icons/Nordic/panel/22/network-receive.svg new file mode 100644 index 0000000..88b4025 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-receive.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/network-transmit-receive.svg b/.local/share/icons/Nordic/panel/22/network-transmit-receive.svg new file mode 100644 index 0000000..325655e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-transmit-receive.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/network-transmit.svg b/.local/share/icons/Nordic/panel/22/network-transmit.svg new file mode 100644 index 0000000..0f5ee82 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-transmit.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/network-wired-disconnected.svg b/.local/share/icons/Nordic/panel/22/network-wired-disconnected.svg new file mode 100644 index 0000000..6672d3a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wired-disconnected.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-offline-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-offline-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-offline-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-offline.svg b/.local/share/icons/Nordic/panel/22/network-wireless-offline.svg new file mode 120000 index 0000000..af43e27 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-offline.svg @@ -0,0 +1 @@ +network-offline.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-bad.svg b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-bad.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-bad.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-excellent-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-excellent-symbolic.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-excellent-symbolic.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-excellent.svg b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-excellent.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-excellent.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-good-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-good-symbolic.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-good-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-good.svg b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-good.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-good.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-low-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-low-symbolic.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-low-symbolic.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-low.svg b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-low.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-low.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-none.svg b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-none.svg new file mode 120000 index 0000000..f2afeb7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-none.svg @@ -0,0 +1 @@ +nm-signal-0-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-ok-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-ok-symbolic.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-ok-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-ok.svg b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-ok.svg new file mode 120000 index 0000000..4188ab8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-secure-signal-ok.svg @@ -0,0 +1 @@ +both-good-signal-lock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-bad.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-bad.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-bad.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-excellent-secure--symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-excellent-secure--symbolic.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-excellent-secure--symbolic.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-excellent-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-excellent-symbolic.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-excellent-symbolic.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-excellent.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-excellent.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-excellent.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-good-secure-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-good-secure-symbolic.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-good-secure-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-good-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-good-symbolic.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-good-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-good.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-good.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-good.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-low-symbolic b/.local/share/icons/Nordic/panel/22/network-wireless-signal-low-symbolic new file mode 120000 index 0000000..06cfc46 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-low-symbolic @@ -0,0 +1 @@ +both-bad-signal.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-low-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-low-symbolic.svg new file mode 100644 index 0000000..cbba139 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-low-symbolic.svg @@ -0,0 +1,125 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-low.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-low.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-low.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-none-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-none-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-none-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-ok-secure-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-ok-secure-symbolic.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-ok-secure-symbolic.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-ok-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-ok-symbolic.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-ok-symbolic.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-ok.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-ok.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-ok.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-weak-secure-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-weak-secure-symbolic.svg new file mode 120000 index 0000000..f2afeb7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-weak-secure-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/network-wireless-signal-weak-symbolic.svg b/.local/share/icons/Nordic/panel/22/network-wireless-signal-weak-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/network-wireless-signal-weak-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-device-wireless.svg b/.local/share/icons/Nordic/panel/22/nm-device-wireless.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-device-wireless.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-no-connection-symbolic.svg b/.local/share/icons/Nordic/panel/22/nm-no-connection-symbolic.svg new file mode 120000 index 0000000..b26a641 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-no-connection-symbolic.svg @@ -0,0 +1 @@ +nm-no-connection.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-no-connection.svg b/.local/share/icons/Nordic/panel/22/nm-no-connection.svg new file mode 120000 index 0000000..af43e27 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-no-connection.svg @@ -0,0 +1 @@ +network-offline.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-0-secure.svg b/.local/share/icons/Nordic/panel/22/nm-signal-0-secure.svg new file mode 100644 index 0000000..c78029c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-0-secure.svg @@ -0,0 +1,130 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-0-symbolic.svg b/.local/share/icons/Nordic/panel/22/nm-signal-0-symbolic.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-0-symbolic.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-0.svg b/.local/share/icons/Nordic/panel/22/nm-signal-0.svg new file mode 100644 index 0000000..1a1f91b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-0.svg @@ -0,0 +1,125 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-00-secure.svg b/.local/share/icons/Nordic/panel/22/nm-signal-00-secure.svg new file mode 120000 index 0000000..f2afeb7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-00-secure.svg @@ -0,0 +1 @@ +nm-signal-0-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-00-symbolic.svg b/.local/share/icons/Nordic/panel/22/nm-signal-00-symbolic.svg new file mode 120000 index 0000000..db0ee1c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-00-symbolic.svg @@ -0,0 +1 @@ +nm-signal-00.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-00.svg b/.local/share/icons/Nordic/panel/22/nm-signal-00.svg new file mode 120000 index 0000000..c653a3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-00.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-100-secure.svg b/.local/share/icons/Nordic/panel/22/nm-signal-100-secure.svg new file mode 100644 index 0000000..ef0ab89 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-100-secure.svg @@ -0,0 +1,130 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-100-symbolic.svg b/.local/share/icons/Nordic/panel/22/nm-signal-100-symbolic.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-100-symbolic.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-100.svg b/.local/share/icons/Nordic/panel/22/nm-signal-100.svg new file mode 100644 index 0000000..504224c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-100.svg @@ -0,0 +1,125 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-25-secure.svg b/.local/share/icons/Nordic/panel/22/nm-signal-25-secure.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-25-secure.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-25-symbolic.svg b/.local/share/icons/Nordic/panel/22/nm-signal-25-symbolic.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-25-symbolic.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-25.svg b/.local/share/icons/Nordic/panel/22/nm-signal-25.svg new file mode 100644 index 0000000..685228a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-25.svg @@ -0,0 +1,130 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-50-secure.svg b/.local/share/icons/Nordic/panel/22/nm-signal-50-secure.svg new file mode 100644 index 0000000..9f3d769 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-50-secure.svg @@ -0,0 +1,130 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-50-symbolic.svg b/.local/share/icons/Nordic/panel/22/nm-signal-50-symbolic.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-50-symbolic.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-50.svg b/.local/share/icons/Nordic/panel/22/nm-signal-50.svg new file mode 100644 index 0000000..53932a6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-50.svg @@ -0,0 +1,125 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-75-secure.svg b/.local/share/icons/Nordic/panel/22/nm-signal-75-secure.svg new file mode 100644 index 0000000..843d779 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-75-secure.svg @@ -0,0 +1,130 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-75-symbolic.svg b/.local/share/icons/Nordic/panel/22/nm-signal-75-symbolic.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-75-symbolic.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-signal-75.svg b/.local/share/icons/Nordic/panel/22/nm-signal-75.svg new file mode 100644 index 0000000..18343ab --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-signal-75.svg @@ -0,0 +1,125 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/nm-vpn-active-lock.svg b/.local/share/icons/Nordic/panel/22/nm-vpn-active-lock.svg new file mode 120000 index 0000000..bf46b38 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-vpn-active-lock.svg @@ -0,0 +1 @@ +nm-vpn-lock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nm-vpn-lock.svg b/.local/share/icons/Nordic/panel/22/nm-vpn-lock.svg new file mode 100644 index 0000000..2dab7d9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nm-vpn-lock.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + image/svg+xml + + Paper Symbolic Icon Theme + + + + Paper Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/notification-audio-volume-high.svg b/.local/share/icons/Nordic/panel/22/notification-audio-volume-high.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/notification-audio-volume-high.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/notification-audio-volume-low.svg b/.local/share/icons/Nordic/panel/22/notification-audio-volume-low.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/notification-audio-volume-low.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/notification-audio-volume-medium.svg b/.local/share/icons/Nordic/panel/22/notification-audio-volume-medium.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/notification-audio-volume-medium.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/notification-audio-volume-muted.svg b/.local/share/icons/Nordic/panel/22/notification-audio-volume-muted.svg new file mode 120000 index 0000000..d60dc49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/notification-audio-volume-muted.svg @@ -0,0 +1 @@ +audio-volume-off.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/notification-symbolic.svg b/.local/share/icons/Nordic/panel/22/notification-symbolic.svg new file mode 100644 index 0000000..3cfb2ff --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/notification-symbolic.svg @@ -0,0 +1,122 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/nylas-tray-empty.svg b/.local/share/icons/Nordic/panel/22/nylas-tray-empty.svg new file mode 100644 index 0000000..f68ca8a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nylas-tray-empty.svg @@ -0,0 +1,137 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/nylas-tray-full-newitems.svg b/.local/share/icons/Nordic/panel/22/nylas-tray-full-newitems.svg new file mode 120000 index 0000000..34584ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nylas-tray-full-newitems.svg @@ -0,0 +1 @@ +nylas-tray-empty.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/nylas-tray-full.svg b/.local/share/icons/Nordic/panel/22/nylas-tray-full.svg new file mode 120000 index 0000000..34584ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/nylas-tray-full.svg @@ -0,0 +1 @@ +nylas-tray-empty.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/onboard-panel.svg b/.local/share/icons/Nordic/panel/22/onboard-panel.svg new file mode 100644 index 0000000..dba0268 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/onboard-panel.svg @@ -0,0 +1,277 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/pidgin-tray-available.svg b/.local/share/icons/Nordic/panel/22/pidgin-tray-available.svg new file mode 120000 index 0000000..1bbb5c8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/pidgin-tray-available.svg @@ -0,0 +1 @@ +user-available.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/pidgin-tray-away.svg b/.local/share/icons/Nordic/panel/22/pidgin-tray-away.svg new file mode 120000 index 0000000..d0a56fa --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/pidgin-tray-away.svg @@ -0,0 +1 @@ +user-away.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/pidgin-tray-busy.svg b/.local/share/icons/Nordic/panel/22/pidgin-tray-busy.svg new file mode 120000 index 0000000..ce0d3d7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/pidgin-tray-busy.svg @@ -0,0 +1 @@ +user-busy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/pidgin-tray-connect.svg b/.local/share/icons/Nordic/panel/22/pidgin-tray-connect.svg new file mode 120000 index 0000000..1bbb5c8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/pidgin-tray-connect.svg @@ -0,0 +1 @@ +user-available.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/pidgin-tray-invisible.svg b/.local/share/icons/Nordic/panel/22/pidgin-tray-invisible.svg new file mode 120000 index 0000000..cbe782f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/pidgin-tray-invisible.svg @@ -0,0 +1 @@ +user-invisible.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/pidgin-tray-offline.svg b/.local/share/icons/Nordic/panel/22/pidgin-tray-offline.svg new file mode 120000 index 0000000..3d0c6dc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/pidgin-tray-offline.svg @@ -0,0 +1 @@ +user-offline.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/pidgin-tray-pending.svg b/.local/share/icons/Nordic/panel/22/pidgin-tray-pending.svg new file mode 120000 index 0000000..9c653fa --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/pidgin-tray-pending.svg @@ -0,0 +1 @@ +user-status-pending.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/pidgin-tray-xa.svg b/.local/share/icons/Nordic/panel/22/pidgin-tray-xa.svg new file mode 120000 index 0000000..3e76e3c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/pidgin-tray-xa.svg @@ -0,0 +1 @@ +user-status-new.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/receiving-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/22/receiving-bad-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/receiving-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/receiving-bad-signal.svg b/.local/share/icons/Nordic/panel/22/receiving-bad-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/receiving-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/receiving-good-signal-lock.svg b/.local/share/icons/Nordic/panel/22/receiving-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/receiving-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/receiving-good-signal.svg b/.local/share/icons/Nordic/panel/22/receiving-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/receiving-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/receiving-high-signal-lock.svg b/.local/share/icons/Nordic/panel/22/receiving-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/receiving-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/receiving-high-signal-look.svg b/.local/share/icons/Nordic/panel/22/receiving-high-signal-look.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/receiving-high-signal-look.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/receiving-high-signal.svg b/.local/share/icons/Nordic/panel/22/receiving-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/receiving-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/receiving-low-signal-lock.svg b/.local/share/icons/Nordic/panel/22/receiving-low-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/receiving-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/receiving-low-signal.svg b/.local/share/icons/Nordic/panel/22/receiving-low-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/receiving-low-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/system-devices-panel.svg b/.local/share/icons/Nordic/panel/22/system-devices-panel.svg new file mode 100644 index 0000000..723dca1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/system-devices-panel.svg @@ -0,0 +1,97 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/transmitting-bad-signal-lock.svg b/.local/share/icons/Nordic/panel/22/transmitting-bad-signal-lock.svg new file mode 120000 index 0000000..b1c2ecc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/transmitting-bad-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-50-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/transmitting-bad-signal.svg b/.local/share/icons/Nordic/panel/22/transmitting-bad-signal.svg new file mode 120000 index 0000000..9ede736 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/transmitting-bad-signal.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/transmitting-good-signal-lock.svg b/.local/share/icons/Nordic/panel/22/transmitting-good-signal-lock.svg new file mode 120000 index 0000000..a2b5fb9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/transmitting-good-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-75-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/transmitting-good-signal.svg b/.local/share/icons/Nordic/panel/22/transmitting-good-signal.svg new file mode 120000 index 0000000..77f76c9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/transmitting-good-signal.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/transmitting-high-signal-lock.svg b/.local/share/icons/Nordic/panel/22/transmitting-high-signal-lock.svg new file mode 120000 index 0000000..e0e0ec4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/transmitting-high-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-100-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/transmitting-high-signal.svg b/.local/share/icons/Nordic/panel/22/transmitting-high-signal.svg new file mode 120000 index 0000000..54596d2 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/transmitting-high-signal.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/transmitting-low-signal-lock.svg b/.local/share/icons/Nordic/panel/22/transmitting-low-signal-lock.svg new file mode 120000 index 0000000..7508107 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/transmitting-low-signal-lock.svg @@ -0,0 +1 @@ +nm-signal-25-secure.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/transmitting-low-signal.svg b/.local/share/icons/Nordic/panel/22/transmitting-low-signal.svg new file mode 120000 index 0000000..4b70f10 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/transmitting-low-signal.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/user-available-panel.svg b/.local/share/icons/Nordic/panel/22/user-available-panel.svg new file mode 120000 index 0000000..1bbb5c8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-available-panel.svg @@ -0,0 +1 @@ +user-available.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/user-available.svg b/.local/share/icons/Nordic/panel/22/user-available.svg new file mode 100644 index 0000000..cc54fb0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-available.svg @@ -0,0 +1,62 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/user-away-panel.svg b/.local/share/icons/Nordic/panel/22/user-away-panel.svg new file mode 120000 index 0000000..d0a56fa --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-away-panel.svg @@ -0,0 +1 @@ +user-away.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/user-away.svg b/.local/share/icons/Nordic/panel/22/user-away.svg new file mode 100644 index 0000000..1fa6f3d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-away.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/user-busy-panel.svg b/.local/share/icons/Nordic/panel/22/user-busy-panel.svg new file mode 120000 index 0000000..ce0d3d7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-busy-panel.svg @@ -0,0 +1 @@ +user-busy.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/user-busy.svg b/.local/share/icons/Nordic/panel/22/user-busy.svg new file mode 100644 index 0000000..6dccc3a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-busy.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/user-idle-panel.svg b/.local/share/icons/Nordic/panel/22/user-idle-panel.svg new file mode 120000 index 0000000..5b852ef --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-idle-panel.svg @@ -0,0 +1 @@ +user-idle.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/user-idle.svg b/.local/share/icons/Nordic/panel/22/user-idle.svg new file mode 100644 index 0000000..d21cdee --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-idle.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/user-invisible-panel.svg b/.local/share/icons/Nordic/panel/22/user-invisible-panel.svg new file mode 120000 index 0000000..cbe782f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-invisible-panel.svg @@ -0,0 +1 @@ +user-invisible.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/user-invisible.svg b/.local/share/icons/Nordic/panel/22/user-invisible.svg new file mode 100644 index 0000000..14a6d6d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-invisible.svg @@ -0,0 +1,70 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/user-offline-panel.svg b/.local/share/icons/Nordic/panel/22/user-offline-panel.svg new file mode 120000 index 0000000..3d0c6dc --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-offline-panel.svg @@ -0,0 +1 @@ +user-offline.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/user-offline.svg b/.local/share/icons/Nordic/panel/22/user-offline.svg new file mode 100644 index 0000000..3040d21 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-offline.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/user-online.svg b/.local/share/icons/Nordic/panel/22/user-online.svg new file mode 120000 index 0000000..1bbb5c8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-online.svg @@ -0,0 +1 @@ +user-available.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/user-status-new.svg b/.local/share/icons/Nordic/panel/22/user-status-new.svg new file mode 100644 index 0000000..39a1ef4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-status-new.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/user-status-pending.svg b/.local/share/icons/Nordic/panel/22/user-status-pending.svg new file mode 100644 index 0000000..a38e8e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/user-status-pending.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/volume-level-high-panel.svg b/.local/share/icons/Nordic/panel/22/volume-level-high-panel.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/volume-level-high-panel.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/volume-level-high.svg b/.local/share/icons/Nordic/panel/22/volume-level-high.svg new file mode 120000 index 0000000..b8026e8 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/volume-level-high.svg @@ -0,0 +1 @@ +audio-volume-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/volume-level-low-panel.svg b/.local/share/icons/Nordic/panel/22/volume-level-low-panel.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/volume-level-low-panel.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/volume-level-low.svg b/.local/share/icons/Nordic/panel/22/volume-level-low.svg new file mode 120000 index 0000000..0727acd --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/volume-level-low.svg @@ -0,0 +1 @@ +audio-volume-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/volume-level-medium-panel.svg b/.local/share/icons/Nordic/panel/22/volume-level-medium-panel.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/volume-level-medium-panel.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/volume-level-medium.svg b/.local/share/icons/Nordic/panel/22/volume-level-medium.svg new file mode 120000 index 0000000..3aa6071 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/volume-level-medium.svg @@ -0,0 +1 @@ +audio-volume-medium.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/volume-level-muted-panel.svg b/.local/share/icons/Nordic/panel/22/volume-level-muted-panel.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/volume-level-muted-panel.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/volume-level-muted.svg b/.local/share/icons/Nordic/panel/22/volume-level-muted.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/volume-level-muted.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/volume-level-none-panel.svg b/.local/share/icons/Nordic/panel/22/volume-level-none-panel.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/volume-level-none-panel.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/volume-level-none.svg b/.local/share/icons/Nordic/panel/22/volume-level-none.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/volume-level-none.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/wired.svg b/.local/share/icons/Nordic/panel/22/wired.svg new file mode 120000 index 0000000..8e405e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/wired.svg @@ -0,0 +1 @@ +network-transmit-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-caution-charging.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-caution-charging.svg new file mode 120000 index 0000000..7566c7e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-caution-charging.svg @@ -0,0 +1 @@ +battery-caution-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-caution.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-caution.svg new file mode 120000 index 0000000..819f26d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-caution.svg @@ -0,0 +1 @@ +battery-caution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-critical-charging.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-critical-charging.svg new file mode 120000 index 0000000..7566c7e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-critical-charging.svg @@ -0,0 +1 @@ +battery-caution-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-critical.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-critical.svg new file mode 120000 index 0000000..819f26d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-critical.svg @@ -0,0 +1 @@ +battery-caution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-full-charging.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-full-charging.svg new file mode 120000 index 0000000..fa569ef --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-full-charging.svg @@ -0,0 +1 @@ +battery-full-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-full.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-full.svg new file mode 120000 index 0000000..a3be8f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-full.svg @@ -0,0 +1 @@ +battery-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-good-charging.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-good-charging.svg new file mode 120000 index 0000000..03a8c49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-good-charging.svg @@ -0,0 +1 @@ +battery-good-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-good.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-good.svg new file mode 120000 index 0000000..2eb6cf4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-good.svg @@ -0,0 +1 @@ +battery-good.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-low-charging.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-low-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-low-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-low.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-low.svg new file mode 120000 index 0000000..43b99e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-low.svg @@ -0,0 +1 @@ +battery-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-missing.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-missing.svg new file mode 120000 index 0000000..245b4ca --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-missing.svg @@ -0,0 +1 @@ +battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-ok-charging.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-ok-charging.svg new file mode 120000 index 0000000..03a8c49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-ok-charging.svg @@ -0,0 +1 @@ +battery-good-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-ok.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-ok.svg new file mode 120000 index 0000000..2eb6cf4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-ok.svg @@ -0,0 +1 @@ +battery-good.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-battery-plugin.svg b/.local/share/icons/Nordic/panel/22/xfce4-battery-plugin.svg new file mode 120000 index 0000000..a3be8f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-battery-plugin.svg @@ -0,0 +1 @@ +battery-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-mixer-record.svg b/.local/share/icons/Nordic/panel/22/xfce4-mixer-record.svg new file mode 120000 index 0000000..24e3ada --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-mixer-record.svg @@ -0,0 +1 @@ +microphone-sensitivity-high.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-high.svg b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-high.svg new file mode 120000 index 0000000..d4a80f3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-high.svg @@ -0,0 +1 @@ +audio-volume-high-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-low-medium.svg b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-low-medium.svg new file mode 120000 index 0000000..ae4d92d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-low-medium.svg @@ -0,0 +1 @@ +audio-volume-medium-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-low.svg b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-low.svg new file mode 120000 index 0000000..fc5b213 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-low.svg @@ -0,0 +1 @@ +audio-volume-low-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-medium.svg b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-medium.svg new file mode 120000 index 0000000..ae4d92d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-medium.svg @@ -0,0 +1 @@ +audio-volume-medium-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-muted.svg b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-muted.svg new file mode 120000 index 0000000..157d72e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-muted.svg @@ -0,0 +1 @@ +audio-volume-muted.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-ultra-low.svg b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-ultra-low.svg new file mode 120000 index 0000000..fc5b213 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-ultra-low.svg @@ -0,0 +1 @@ +audio-volume-low-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-very-high.svg b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-very-high.svg new file mode 120000 index 0000000..d4a80f3 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-mixer-volume-very-high.svg @@ -0,0 +1 @@ +audio-volume-high-panel.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-notes-plugin.svg b/.local/share/icons/Nordic/panel/22/xfce4-notes-plugin.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-notes-plugin.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfce4-notes.svg b/.local/share/icons/Nordic/panel/22/xfce4-notes.svg new file mode 120000 index 0000000..94f4368 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfce4-notes.svg @@ -0,0 +1 @@ +xpad.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-ac-adapter.svg b/.local/share/icons/Nordic/panel/22/xfpm-ac-adapter.svg new file mode 100644 index 0000000..cbe787c --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-ac-adapter.svg @@ -0,0 +1,107 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-000-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-000-charging.svg new file mode 120000 index 0000000..bf644a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-000-charging.svg @@ -0,0 +1 @@ +gpm-battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-000.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-000.svg new file mode 120000 index 0000000..8390bda --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-000.svg @@ -0,0 +1 @@ +gpm-battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-020-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-020-charging.svg new file mode 120000 index 0000000..15a8765 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-020-charging.svg @@ -0,0 +1 @@ +gpm-battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-020.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-020.svg new file mode 120000 index 0000000..6faf6a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-020.svg @@ -0,0 +1 @@ +gpm-battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-040-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-040-charging.svg new file mode 120000 index 0000000..0e0f794 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-040-charging.svg @@ -0,0 +1 @@ +gpm-battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-040.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-040.svg new file mode 120000 index 0000000..6568e0b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-040.svg @@ -0,0 +1 @@ +gpm-battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-060-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-060-charging.svg new file mode 120000 index 0000000..6d94ad6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-060-charging.svg @@ -0,0 +1 @@ +gpm-battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-060.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-060.svg new file mode 120000 index 0000000..8bc3219 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-060.svg @@ -0,0 +1 @@ +gpm-battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-080-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-080-charging.svg new file mode 120000 index 0000000..1b52097 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-080-charging.svg @@ -0,0 +1 @@ +gpm-battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-080.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-080.svg new file mode 120000 index 0000000..e069304 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-080.svg @@ -0,0 +1 @@ +gpm-battery-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-100-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-100-charging.svg new file mode 120000 index 0000000..4cfbb20 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-100-charging.svg @@ -0,0 +1 @@ +gpm-battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-100.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-100.svg new file mode 120000 index 0000000..26a659b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-100.svg @@ -0,0 +1 @@ +gpm-battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-caution-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-caution-charging.svg new file mode 120000 index 0000000..7566c7e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-caution-charging.svg @@ -0,0 +1 @@ +battery-caution-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-caution.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-caution.svg new file mode 120000 index 0000000..819f26d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-caution.svg @@ -0,0 +1 @@ +battery-caution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-critical-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-critical-charging.svg new file mode 120000 index 0000000..7566c7e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-critical-charging.svg @@ -0,0 +1 @@ +battery-caution-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-critical.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-critical.svg new file mode 120000 index 0000000..819f26d --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-critical.svg @@ -0,0 +1 @@ +battery-caution.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-empty.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-empty.svg new file mode 120000 index 0000000..69aef78 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-empty.svg @@ -0,0 +1 @@ +gpm-battery-empty.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-full-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-full-charging.svg new file mode 120000 index 0000000..fa569ef --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-full-charging.svg @@ -0,0 +1 @@ +battery-full-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-full.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-full.svg new file mode 120000 index 0000000..a3be8f7 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-full.svg @@ -0,0 +1 @@ +battery-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-good-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-good-charging.svg new file mode 120000 index 0000000..03a8c49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-good-charging.svg @@ -0,0 +1 @@ +battery-good-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-good.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-good.svg new file mode 120000 index 0000000..2eb6cf4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-good.svg @@ -0,0 +1 @@ +battery-good.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-low-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-low-charging.svg new file mode 120000 index 0000000..cec4528 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-low-charging.svg @@ -0,0 +1 @@ +battery-low-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-low.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-low.svg new file mode 120000 index 0000000..43b99e1 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-low.svg @@ -0,0 +1 @@ +battery-low.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-missing.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-missing.svg new file mode 120000 index 0000000..ba417d0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-missing.svg @@ -0,0 +1 @@ +gpm-battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-ok-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-ok-charging.svg new file mode 120000 index 0000000..03a8c49 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-ok-charging.svg @@ -0,0 +1 @@ +battery-good-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-battery-ok.svg b/.local/share/icons/Nordic/panel/22/xfpm-battery-ok.svg new file mode 120000 index 0000000..2eb6cf4 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-battery-ok.svg @@ -0,0 +1 @@ +battery-good.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-mouse-000.svg b/.local/share/icons/Nordic/panel/22/xfpm-mouse-000.svg new file mode 120000 index 0000000..241917e --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-mouse-000.svg @@ -0,0 +1 @@ +gpm-mouse-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-mouse-020.svg b/.local/share/icons/Nordic/panel/22/xfpm-mouse-020.svg new file mode 120000 index 0000000..daf1600 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-mouse-020.svg @@ -0,0 +1 @@ +gpm-mouse-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-mouse-030.svg b/.local/share/icons/Nordic/panel/22/xfpm-mouse-030.svg new file mode 120000 index 0000000..9f40101 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-mouse-030.svg @@ -0,0 +1 @@ +gpm-mouse-030.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-mouse-040.svg b/.local/share/icons/Nordic/panel/22/xfpm-mouse-040.svg new file mode 120000 index 0000000..0c9b7ef --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-mouse-040.svg @@ -0,0 +1 @@ +gpm-mouse-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-mouse-060.svg b/.local/share/icons/Nordic/panel/22/xfpm-mouse-060.svg new file mode 120000 index 0000000..7d3125f --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-mouse-060.svg @@ -0,0 +1 @@ +gpm-mouse-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-mouse-080.svg b/.local/share/icons/Nordic/panel/22/xfpm-mouse-080.svg new file mode 120000 index 0000000..0e84546 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-mouse-080.svg @@ -0,0 +1 @@ +gpm-mouse-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-mouse-100.svg b/.local/share/icons/Nordic/panel/22/xfpm-mouse-100.svg new file mode 120000 index 0000000..544289b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-mouse-100.svg @@ -0,0 +1 @@ +gpm-mouse-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-000-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-000-charging.svg new file mode 120000 index 0000000..bf644a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-000-charging.svg @@ -0,0 +1 @@ +gpm-battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-000.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-000.svg new file mode 120000 index 0000000..8390bda --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-000.svg @@ -0,0 +1 @@ +gpm-battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-020-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-020-charging.svg new file mode 120000 index 0000000..15a8765 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-020-charging.svg @@ -0,0 +1 @@ +gpm-battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-020.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-020.svg new file mode 120000 index 0000000..6faf6a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-020.svg @@ -0,0 +1 @@ +gpm-battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-040-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-040-charging.svg new file mode 120000 index 0000000..0e0f794 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-040-charging.svg @@ -0,0 +1 @@ +gpm-battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-040.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-040.svg new file mode 120000 index 0000000..6568e0b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-040.svg @@ -0,0 +1 @@ +gpm-battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-060-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-060-charging.svg new file mode 120000 index 0000000..6d94ad6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-060-charging.svg @@ -0,0 +1 @@ +gpm-battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-060.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-060.svg new file mode 120000 index 0000000..8bc3219 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-060.svg @@ -0,0 +1 @@ +gpm-battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-080-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-080-charging.svg new file mode 120000 index 0000000..1b52097 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-080-charging.svg @@ -0,0 +1 @@ +gpm-battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-080.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-080.svg new file mode 120000 index 0000000..e069304 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-080.svg @@ -0,0 +1 @@ +gpm-battery-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-100-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-100-charging.svg new file mode 120000 index 0000000..4cfbb20 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-100-charging.svg @@ -0,0 +1 @@ +gpm-battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-100.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-100.svg new file mode 120000 index 0000000..26a659b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-100.svg @@ -0,0 +1 @@ +gpm-battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-charged.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-charged.svg new file mode 120000 index 0000000..f6ae71a --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-charged.svg @@ -0,0 +1 @@ +gpm-battery-charged.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-primary-missing.svg b/.local/share/icons/Nordic/panel/22/xfpm-primary-missing.svg new file mode 120000 index 0000000..ba417d0 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-primary-missing.svg @@ -0,0 +1 @@ +gpm-battery-missing.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-ups-000-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-ups-000-charging.svg new file mode 120000 index 0000000..bf644a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-ups-000-charging.svg @@ -0,0 +1 @@ +gpm-battery-000-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-ups-000.svg b/.local/share/icons/Nordic/panel/22/xfpm-ups-000.svg new file mode 120000 index 0000000..8390bda --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-ups-000.svg @@ -0,0 +1 @@ +gpm-battery-000.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-ups-020-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-ups-020-charging.svg new file mode 120000 index 0000000..15a8765 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-ups-020-charging.svg @@ -0,0 +1 @@ +gpm-battery-020-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-ups-020.svg b/.local/share/icons/Nordic/panel/22/xfpm-ups-020.svg new file mode 120000 index 0000000..6faf6a9 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-ups-020.svg @@ -0,0 +1 @@ +gpm-battery-020.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-ups-040-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-ups-040-charging.svg new file mode 120000 index 0000000..0e0f794 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-ups-040-charging.svg @@ -0,0 +1 @@ +gpm-battery-040-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-ups-040.svg b/.local/share/icons/Nordic/panel/22/xfpm-ups-040.svg new file mode 120000 index 0000000..6568e0b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-ups-040.svg @@ -0,0 +1 @@ +gpm-battery-040.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-ups-060-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-ups-060-charging.svg new file mode 120000 index 0000000..6d94ad6 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-ups-060-charging.svg @@ -0,0 +1 @@ +gpm-battery-060-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-ups-060.svg b/.local/share/icons/Nordic/panel/22/xfpm-ups-060.svg new file mode 120000 index 0000000..8bc3219 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-ups-060.svg @@ -0,0 +1 @@ +gpm-battery-060.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-ups-080-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-ups-080-charging.svg new file mode 120000 index 0000000..1b52097 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-ups-080-charging.svg @@ -0,0 +1 @@ +gpm-battery-080-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-ups-080.svg b/.local/share/icons/Nordic/panel/22/xfpm-ups-080.svg new file mode 120000 index 0000000..e069304 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-ups-080.svg @@ -0,0 +1 @@ +gpm-battery-080.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-ups-100-charging.svg b/.local/share/icons/Nordic/panel/22/xfpm-ups-100-charging.svg new file mode 120000 index 0000000..4cfbb20 --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-ups-100-charging.svg @@ -0,0 +1 @@ +gpm-battery-100-charging.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xfpm-ups-100.svg b/.local/share/icons/Nordic/panel/22/xfpm-ups-100.svg new file mode 120000 index 0000000..26a659b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xfpm-ups-100.svg @@ -0,0 +1 @@ +gpm-battery-100.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/panel/22/xpad.svg b/.local/share/icons/Nordic/panel/22/xpad.svg new file mode 100644 index 0000000..9d6dc5b --- /dev/null +++ b/.local/share/icons/Nordic/panel/22/xpad.svg @@ -0,0 +1,113 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16-A/edittrash.svg b/.local/share/icons/Nordic/places/16-A/edittrash.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/edittrash.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/emptytrash.svg b/.local/share/icons/Nordic/places/16-A/emptytrash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/emptytrash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/folder-alt.svg b/.local/share/icons/Nordic/places/16-A/folder-alt.svg new file mode 100644 index 0000000..9bfcc05 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-alt.svg @@ -0,0 +1,1309 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16-A/folder-documents-symbolic.svg b/.local/share/icons/Nordic/places/16-A/folder-documents-symbolic.svg new file mode 120000 index 0000000..266e2e1 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-documents-symbolic.svg @@ -0,0 +1 @@ +../16/folder-documents.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/folder-documents.svg b/.local/share/icons/Nordic/places/16-A/folder-documents.svg new file mode 100644 index 0000000..e394b6c --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-documents.svg @@ -0,0 +1,1295 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16-A/folder-download-symbolic.svg b/.local/share/icons/Nordic/places/16-A/folder-download-symbolic.svg new file mode 120000 index 0000000..2dd855d --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-download-symbolic.svg @@ -0,0 +1 @@ +../16/folder-download.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/folder-download.svg b/.local/share/icons/Nordic/places/16-A/folder-download.svg new file mode 100644 index 0000000..5e09516 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-download.svg @@ -0,0 +1,705 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16-A/folder-home-symbolic.svg b/.local/share/icons/Nordic/places/16-A/folder-home-symbolic.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-home-symbolic.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/folder-home.svg b/.local/share/icons/Nordic/places/16-A/folder-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/folder-images.svg b/.local/share/icons/Nordic/places/16-A/folder-images.svg new file mode 100644 index 0000000..f7f3833 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-images.svg @@ -0,0 +1,1311 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16-A/folder-music-symbolic.svg b/.local/share/icons/Nordic/places/16-A/folder-music-symbolic.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-music-symbolic.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/folder-music.svg b/.local/share/icons/Nordic/places/16-A/folder-music.svg new file mode 100644 index 0000000..64b281b --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-music.svg @@ -0,0 +1,60 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16-A/folder-pictures-symbolic.svg b/.local/share/icons/Nordic/places/16-A/folder-pictures-symbolic.svg new file mode 120000 index 0000000..65567fa --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-pictures-symbolic.svg @@ -0,0 +1 @@ +../16/folder-pictures.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/folder-pictures.svg b/.local/share/icons/Nordic/places/16-A/folder-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/folder-templates.svg b/.local/share/icons/Nordic/places/16-A/folder-templates.svg new file mode 100644 index 0000000..7d7e806 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-templates.svg @@ -0,0 +1,805 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16-A/folder-videos-symbolic.svg b/.local/share/icons/Nordic/places/16-A/folder-videos-symbolic.svg new file mode 120000 index 0000000..05b2ecb --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-videos-symbolic.svg @@ -0,0 +1 @@ +../16/folder-videos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/folder-videos.svg b/.local/share/icons/Nordic/places/16-A/folder-videos.svg new file mode 100644 index 0000000..c9b2eb3 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder-videos.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16-A/folder.svg b/.local/share/icons/Nordic/places/16-A/folder.svg new file mode 100644 index 0000000..99744a6 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder.svg @@ -0,0 +1,1315 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16-A/folder_home.svg b/.local/share/icons/Nordic/places/16-A/folder_home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder_home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/folder_images.svg b/.local/share/icons/Nordic/places/16-A/folder_images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder_images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/folder_pictures.svg b/.local/share/icons/Nordic/places/16-A/folder_pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/folder_pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/gnome-ccdesktop.svg b/.local/share/icons/Nordic/places/16-A/gnome-ccdesktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/gnome-ccdesktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/gnome-destop-config.svg b/.local/share/icons/Nordic/places/16-A/gnome-destop-config.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/gnome-destop-config.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/gnome-fs-desktop.svg b/.local/share/icons/Nordic/places/16-A/gnome-fs-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/gnome-fs-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/gnome-fs-gnome.svg b/.local/share/icons/Nordic/places/16-A/gnome-fs-gnome.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/gnome-fs-gnome.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/gnome-fs-home.svg b/.local/share/icons/Nordic/places/16-A/gnome-fs-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/gnome-fs-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/gnome-fs-trash-empty-accept.svg b/.local/share/icons/Nordic/places/16-A/gnome-fs-trash-empty-accept.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/gnome-fs-trash-empty-accept.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/gnome-fs-trash-empty.svg b/.local/share/icons/Nordic/places/16-A/gnome-fs-trash-empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/gnome-fs-trash-empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/gnome-fs-trash-full.svg b/.local/share/icons/Nordic/places/16-A/gnome-fs-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/gnome-fs-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/gnome-home.svg b/.local/share/icons/Nordic/places/16-A/gnome-home.svg new file mode 120000 index 0000000..b5c943c --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/gnome-home.svg @@ -0,0 +1 @@ +folder_home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/gnome-stock-trash-full.svg b/.local/share/icons/Nordic/places/16-A/gnome-stock-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/gnome-stock-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/gnome-stock-trash.svg b/.local/share/icons/Nordic/places/16-A/gnome-stock-trash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/gnome-stock-trash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/other-desktop.svg b/.local/share/icons/Nordic/places/16-A/other-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/other-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/stock_trash_full.svg b/.local/share/icons/Nordic/places/16-A/stock_trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/stock_trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/trashcan_empty.svg b/.local/share/icons/Nordic/places/16-A/trashcan_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/trashcan_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/trashcan_full.svg b/.local/share/icons/Nordic/places/16-A/trashcan_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/trashcan_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/user-desktop-symbolic.svg b/.local/share/icons/Nordic/places/16-A/user-desktop-symbolic.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/user-desktop-symbolic.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/user-desktop.svg b/.local/share/icons/Nordic/places/16-A/user-desktop.svg new file mode 100644 index 0000000..fbf3933 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/user-desktop.svg @@ -0,0 +1,804 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16-A/user-home-symbolic.svg b/.local/share/icons/Nordic/places/16-A/user-home-symbolic.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/user-home-symbolic.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/user-home.svg b/.local/share/icons/Nordic/places/16-A/user-home.svg new file mode 100644 index 0000000..1e37410 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/user-home.svg @@ -0,0 +1,1317 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16-A/user-images.svg b/.local/share/icons/Nordic/places/16-A/user-images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/user-images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/user-pictures.svg b/.local/share/icons/Nordic/places/16-A/user-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/user-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/user-trash-full-symbolic.svg b/.local/share/icons/Nordic/places/16-A/user-trash-full-symbolic.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/user-trash-full-symbolic.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/user-trash-full.svg b/.local/share/icons/Nordic/places/16-A/user-trash-full.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/user-trash-full.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/user-trash-symbolic.svg b/.local/share/icons/Nordic/places/16-A/user-trash-symbolic.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/user-trash-symbolic.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/user-trash.svg b/.local/share/icons/Nordic/places/16-A/user-trash.svg new file mode 100644 index 0000000..7e110c2 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/user-trash.svg @@ -0,0 +1,1343 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16-A/xfce-trash_empty.svg b/.local/share/icons/Nordic/places/16-A/xfce-trash_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/xfce-trash_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16-A/xfce-trash_full.svg b/.local/share/icons/Nordic/places/16-A/xfce-trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16-A/xfce-trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/edittrash.svg b/.local/share/icons/Nordic/places/16/edittrash.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/edittrash.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/emptytrash.svg b/.local/share/icons/Nordic/places/16/emptytrash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/emptytrash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/folder-alt.svg b/.local/share/icons/Nordic/places/16/folder-alt.svg new file mode 100644 index 0000000..9bfcc05 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-alt.svg @@ -0,0 +1,1309 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16/folder-documents-symbolic.svg b/.local/share/icons/Nordic/places/16/folder-documents-symbolic.svg new file mode 120000 index 0000000..266e2e1 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-documents-symbolic.svg @@ -0,0 +1 @@ +../16/folder-documents.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/folder-documents.svg b/.local/share/icons/Nordic/places/16/folder-documents.svg new file mode 100644 index 0000000..66e55d7 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-documents.svg @@ -0,0 +1,1295 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16/folder-download-symbolic.svg b/.local/share/icons/Nordic/places/16/folder-download-symbolic.svg new file mode 120000 index 0000000..2dd855d --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-download-symbolic.svg @@ -0,0 +1 @@ +../16/folder-download.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/folder-download.svg b/.local/share/icons/Nordic/places/16/folder-download.svg new file mode 100644 index 0000000..3287b2f --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-download.svg @@ -0,0 +1,705 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16/folder-home-symbolic.svg b/.local/share/icons/Nordic/places/16/folder-home-symbolic.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-home-symbolic.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/folder-home.svg b/.local/share/icons/Nordic/places/16/folder-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/folder-images.svg b/.local/share/icons/Nordic/places/16/folder-images.svg new file mode 100644 index 0000000..e87af7a --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-images.svg @@ -0,0 +1,1311 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16/folder-music-symbolic.svg b/.local/share/icons/Nordic/places/16/folder-music-symbolic.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-music-symbolic.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/folder-music.svg b/.local/share/icons/Nordic/places/16/folder-music.svg new file mode 100644 index 0000000..35f44bd --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-music.svg @@ -0,0 +1,60 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16/folder-pictures-symbolic.svg b/.local/share/icons/Nordic/places/16/folder-pictures-symbolic.svg new file mode 120000 index 0000000..65567fa --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-pictures-symbolic.svg @@ -0,0 +1 @@ +../16/folder-pictures.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/folder-pictures.svg b/.local/share/icons/Nordic/places/16/folder-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/folder-templates.svg b/.local/share/icons/Nordic/places/16/folder-templates.svg new file mode 100644 index 0000000..0a6093e --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-templates.svg @@ -0,0 +1,805 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16/folder-videos-symbolic.svg b/.local/share/icons/Nordic/places/16/folder-videos-symbolic.svg new file mode 120000 index 0000000..05b2ecb --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-videos-symbolic.svg @@ -0,0 +1 @@ +../16/folder-videos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/folder-videos.svg b/.local/share/icons/Nordic/places/16/folder-videos.svg new file mode 100644 index 0000000..a8e9231 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder-videos.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16/folder.svg b/.local/share/icons/Nordic/places/16/folder.svg new file mode 100644 index 0000000..8e9d56d --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16/folder_home.svg b/.local/share/icons/Nordic/places/16/folder_home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder_home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/folder_images.svg b/.local/share/icons/Nordic/places/16/folder_images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder_images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/folder_pictures.svg b/.local/share/icons/Nordic/places/16/folder_pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/16/folder_pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/gnome-ccdesktop.svg b/.local/share/icons/Nordic/places/16/gnome-ccdesktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/gnome-ccdesktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/gnome-destop-config.svg b/.local/share/icons/Nordic/places/16/gnome-destop-config.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/gnome-destop-config.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/gnome-fs-desktop.svg b/.local/share/icons/Nordic/places/16/gnome-fs-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/gnome-fs-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/gnome-fs-gnome.svg b/.local/share/icons/Nordic/places/16/gnome-fs-gnome.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/16/gnome-fs-gnome.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/gnome-fs-home.svg b/.local/share/icons/Nordic/places/16/gnome-fs-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/16/gnome-fs-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/gnome-fs-trash-empty-accept.svg b/.local/share/icons/Nordic/places/16/gnome-fs-trash-empty-accept.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/gnome-fs-trash-empty-accept.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/gnome-fs-trash-empty.svg b/.local/share/icons/Nordic/places/16/gnome-fs-trash-empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/gnome-fs-trash-empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/gnome-fs-trash-full.svg b/.local/share/icons/Nordic/places/16/gnome-fs-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/gnome-fs-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/gnome-home.svg b/.local/share/icons/Nordic/places/16/gnome-home.svg new file mode 120000 index 0000000..b5c943c --- /dev/null +++ b/.local/share/icons/Nordic/places/16/gnome-home.svg @@ -0,0 +1 @@ +folder_home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/gnome-stock-trash-full.svg b/.local/share/icons/Nordic/places/16/gnome-stock-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/gnome-stock-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/gnome-stock-trash.svg b/.local/share/icons/Nordic/places/16/gnome-stock-trash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/gnome-stock-trash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/other-desktop.svg b/.local/share/icons/Nordic/places/16/other-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/other-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/stock_trash_full.svg b/.local/share/icons/Nordic/places/16/stock_trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/stock_trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/trashcan_empty.svg b/.local/share/icons/Nordic/places/16/trashcan_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/trashcan_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/trashcan_full.svg b/.local/share/icons/Nordic/places/16/trashcan_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/trashcan_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/user-desktop-symbolic.svg b/.local/share/icons/Nordic/places/16/user-desktop-symbolic.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/user-desktop-symbolic.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/user-desktop.svg b/.local/share/icons/Nordic/places/16/user-desktop.svg new file mode 100644 index 0000000..8fef6bd --- /dev/null +++ b/.local/share/icons/Nordic/places/16/user-desktop.svg @@ -0,0 +1,804 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16/user-home-symbolic.svg b/.local/share/icons/Nordic/places/16/user-home-symbolic.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/16/user-home-symbolic.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/user-home.svg b/.local/share/icons/Nordic/places/16/user-home.svg new file mode 100644 index 0000000..a432dad --- /dev/null +++ b/.local/share/icons/Nordic/places/16/user-home.svg @@ -0,0 +1,1317 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16/user-images.svg b/.local/share/icons/Nordic/places/16/user-images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/16/user-images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/user-pictures.svg b/.local/share/icons/Nordic/places/16/user-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/16/user-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/user-trash-full-symbolic.svg b/.local/share/icons/Nordic/places/16/user-trash-full-symbolic.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/user-trash-full-symbolic.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/user-trash-full.svg b/.local/share/icons/Nordic/places/16/user-trash-full.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/user-trash-full.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/user-trash-symbolic.svg b/.local/share/icons/Nordic/places/16/user-trash-symbolic.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/user-trash-symbolic.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/user-trash.svg b/.local/share/icons/Nordic/places/16/user-trash.svg new file mode 100644 index 0000000..1c2ac42 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/user-trash.svg @@ -0,0 +1,1343 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/16/xfce-trash_empty.svg b/.local/share/icons/Nordic/places/16/xfce-trash_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/xfce-trash_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/16/xfce-trash_full.svg b/.local/share/icons/Nordic/places/16/xfce-trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/16/xfce-trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/22/edittrash.svg b/.local/share/icons/Nordic/places/22/edittrash.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/edittrash.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/22/emptytrash.svg b/.local/share/icons/Nordic/places/22/emptytrash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/emptytrash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/22/gnome-fs-trash-empty-accept.svg b/.local/share/icons/Nordic/places/22/gnome-fs-trash-empty-accept.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/gnome-fs-trash-empty-accept.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/22/gnome-fs-trash-empty.svg b/.local/share/icons/Nordic/places/22/gnome-fs-trash-empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/gnome-fs-trash-empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/22/gnome-fs-trash-full.svg b/.local/share/icons/Nordic/places/22/gnome-fs-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/gnome-fs-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/22/gnome-stock-trash-full.svg b/.local/share/icons/Nordic/places/22/gnome-stock-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/gnome-stock-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/22/gnome-stock-trash.svg b/.local/share/icons/Nordic/places/22/gnome-stock-trash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/gnome-stock-trash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/22/stock_trash_full.svg b/.local/share/icons/Nordic/places/22/stock_trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/stock_trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/22/trashcan_empty.svg b/.local/share/icons/Nordic/places/22/trashcan_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/trashcan_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/22/trashcan_full.svg b/.local/share/icons/Nordic/places/22/trashcan_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/trashcan_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/22/user-trash-full.svg b/.local/share/icons/Nordic/places/22/user-trash-full.svg new file mode 100644 index 0000000..c1cab73 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/user-trash-full.svg @@ -0,0 +1,502 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/22/user-trash.svg b/.local/share/icons/Nordic/places/22/user-trash.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/user-trash.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/22/xfce-trash_empty.svg b/.local/share/icons/Nordic/places/22/xfce-trash_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/xfce-trash_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/22/xfce-trash_full.svg b/.local/share/icons/Nordic/places/22/xfce-trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/22/xfce-trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/24/folder.svg b/.local/share/icons/Nordic/places/24/folder.svg new file mode 100644 index 0000000..6590adf --- /dev/null +++ b/.local/share/icons/Nordic/places/24/folder.svg @@ -0,0 +1,1317 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/connect_creating.svg b/.local/share/icons/Nordic/places/48-black-red/connect_creating.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/connect_creating.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/document-open-recent.svg b/.local/share/icons/Nordic/places/48-black-red/document-open-recent.svg new file mode 120000 index 0000000..e668627 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/document-open-recent.svg @@ -0,0 +1 @@ +folder-recent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/edittrash.svg b/.local/share/icons/Nordic/places/48-black-red/edittrash.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/edittrash.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/emptytrash.svg b/.local/share/icons/Nordic/places/48-black-red/emptytrash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/emptytrash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-applications.svg b/.local/share/icons/Nordic/places/48-black-red/folder-applications.svg new file mode 100644 index 0000000..7eee069 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-applications.svg @@ -0,0 +1,474 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-desktop.svg b/.local/share/icons/Nordic/places/48-black-red/folder-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-documents.svg b/.local/share/icons/Nordic/places/48-black-red/folder-documents.svg new file mode 100644 index 0000000..8921d80 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-documents.svg @@ -0,0 +1,791 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-download.svg b/.local/share/icons/Nordic/places/48-black-red/folder-download.svg new file mode 100644 index 0000000..67e91a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-download.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-downloads.svg b/.local/share/icons/Nordic/places/48-black-red/folder-downloads.svg new file mode 120000 index 0000000..8b75357 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-drag-accept.svg b/.local/share/icons/Nordic/places/48-black-red/folder-drag-accept.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-drag-accept.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-games.svg b/.local/share/icons/Nordic/places/48-black-red/folder-games.svg new file mode 100644 index 0000000..af59ea7 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-games.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-home.svg b/.local/share/icons/Nordic/places/48-black-red/folder-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-image.svg b/.local/share/icons/Nordic/places/48-black-red/folder-image.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-image.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-images.svg b/.local/share/icons/Nordic/places/48-black-red/folder-images.svg new file mode 100644 index 0000000..e7c8bdb --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-images.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-mega.svg b/.local/share/icons/Nordic/places/48-black-red/folder-mega.svg new file mode 100644 index 0000000..b7f81cb --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-mega.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-music.svg b/.local/share/icons/Nordic/places/48-black-red/folder-music.svg new file mode 100644 index 0000000..439e142 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-music.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-open.svg b/.local/share/icons/Nordic/places/48-black-red/folder-open.svg new file mode 100644 index 0000000..2edb616 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-open.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-pictures.svg b/.local/share/icons/Nordic/places/48-black-red/folder-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-playonlinux.svg b/.local/share/icons/Nordic/places/48-black-red/folder-playonlinux.svg new file mode 100644 index 0000000..309f6c8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-playonlinux.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-publicshare.svg b/.local/share/icons/Nordic/places/48-black-red/folder-publicshare.svg new file mode 100644 index 0000000..6990e8b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-publicshare.svg @@ -0,0 +1,752 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-recent.svg b/.local/share/icons/Nordic/places/48-black-red/folder-recent.svg new file mode 100644 index 0000000..14f2d24 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-recent.svg @@ -0,0 +1,739 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-remote.svg b/.local/share/icons/Nordic/places/48-black-red/folder-remote.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-remote.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-sound.svg b/.local/share/icons/Nordic/places/48-black-red/folder-sound.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-sound.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-steam.svg b/.local/share/icons/Nordic/places/48-black-red/folder-steam.svg new file mode 100644 index 0000000..4a4c9cc --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-steam.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-templates.svg b/.local/share/icons/Nordic/places/48-black-red/folder-templates.svg new file mode 100644 index 0000000..1057b83 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-templates.svg @@ -0,0 +1,853 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-vbox.svg b/.local/share/icons/Nordic/places/48-black-red/folder-vbox.svg new file mode 100644 index 0000000..a1797b9 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-vbox.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-video-alternate.svg b/.local/share/icons/Nordic/places/48-black-red/folder-video-alternate.svg new file mode 100644 index 0000000..8202117 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-video-alternate.svg @@ -0,0 +1,1201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-video.svg b/.local/share/icons/Nordic/places/48-black-red/folder-video.svg new file mode 120000 index 0000000..fcc22b3 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-video.svg @@ -0,0 +1 @@ +folder-videos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-videos.svg b/.local/share/icons/Nordic/places/48-black-red/folder-videos.svg new file mode 100644 index 0000000..88a6b1b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-videos.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder-workspace.svg b/.local/share/icons/Nordic/places/48-black-red/folder-workspace.svg new file mode 100644 index 0000000..752a18c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder-workspace.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder.svg b/.local/share/icons/Nordic/places/48-black-red/folder.svg new file mode 100644 index 0000000..1259817 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/folder_home.svg b/.local/share/icons/Nordic/places/48-black-red/folder_home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder_home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/folder_images.svg b/.local/share/icons/Nordic/places/48-black-red/folder_images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder_images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/folder_open.svg b/.local/share/icons/Nordic/places/48-black-red/folder_open.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder_open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/folder_pictures.svg b/.local/share/icons/Nordic/places/48-black-red/folder_pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/folder_pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-ccdesktop.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-ccdesktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-ccdesktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-destop-config.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-destop-config.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-destop-config.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-dev-network.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-dev-network.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-dev-network.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-dev-wavelan-encrypted.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-dev-wavelan-encrypted.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-dev-wavelan-encrypted.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-dev-wavelan.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-dev-wavelan.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-dev-wavelan.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-desktop.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-directory-accept b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-directory-accept new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-directory-accept @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-directory-accept.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-directory-accept.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-directory-accept.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-directory.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-ftp.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-ftp.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-ftp.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-gnome.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-gnome.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-gnome.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-home.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-network.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-network.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-network.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-nfs.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-nfs.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-nfs.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-share.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-share.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-share.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-smb.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-smb.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-smb.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-ssh.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-ssh.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-ssh.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-trash-empty-accept.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-trash-empty-accept.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-trash-empty-accept.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-trash-empty.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-trash-empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-trash-empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-fs-trash-full.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-fs-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-mime-x-directory-smb-share.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-mime-x-directory-smb-share.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-mime-x-directory-smb-share.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-mime-x-directory-smb-workgroup.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-mime-x-directory-smb-workgroup.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-mime-x-directory-smb-workgroup.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-error.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-error.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-error.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-rx.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-rx.svg new file mode 120000 index 0000000..9d3d6c4 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-rx.svg @@ -0,0 +1 @@ +network-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-tx.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-tx.svg new file mode 120000 index 0000000..2e76eec --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-tx.svg @@ -0,0 +1 @@ +network-transmit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-txrx.png b/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-txrx.png new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-txrx.png @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-txrx.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-txrx.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-netstatus-txrx.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-remote-desktop.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-remote-desktop.svg new file mode 120000 index 0000000..2e170d1 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-remote-desktop.svg @@ -0,0 +1 @@ +preferences-desktop-remote-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-stock-trash-full.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-stock-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-stock-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gnome-stock-trash.svg b/.local/share/icons/Nordic/places/48-black-red/gnome-stock-trash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gnome-stock-trash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/gtk-directory.svg b/.local/share/icons/Nordic/places/48-black-red/gtk-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/gtk-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/inode-directory.svg b/.local/share/icons/Nordic/places/48-black-red/inode-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/inode-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/library-music.svg b/.local/share/icons/Nordic/places/48-black-red/library-music.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/library-music.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/network-error.svg b/.local/share/icons/Nordic/places/48-black-red/network-error.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/network-error.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/network-receive.svg b/.local/share/icons/Nordic/places/48-black-red/network-receive.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/network-receive.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/network-transmit-receive.svg b/.local/share/icons/Nordic/places/48-black-red/network-transmit-receive.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/network-transmit-receive.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/network-transmit.svg b/.local/share/icons/Nordic/places/48-black-red/network-transmit.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/network-transmit.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/network-wireless-encrypted.svg b/.local/share/icons/Nordic/places/48-black-red/network-wireless-encrypted.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/network-wireless-encrypted.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/network-workgroup.svg b/.local/share/icons/Nordic/places/48-black-red/network-workgroup.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/network-workgroup.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/network.svg b/.local/share/icons/Nordic/places/48-black-red/network.svg new file mode 100644 index 0000000..e73b1d2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/network.svg @@ -0,0 +1,752 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/network_fs.svg b/.local/share/icons/Nordic/places/48-black-red/network_fs.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/network_fs.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/network_local.svg b/.local/share/icons/Nordic/places/48-black-red/network_local.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/network_local.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/nfs.svg b/.local/share/icons/Nordic/places/48-black-red/nfs.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/nfs.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/other-desktop.svg b/.local/share/icons/Nordic/places/48-black-red/other-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/other-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/preferences-desktop-remote-desktop.svg b/.local/share/icons/Nordic/places/48-black-red/preferences-desktop-remote-desktop.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/preferences-desktop-remote-desktop.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/samba.svg b/.local/share/icons/Nordic/places/48-black-red/samba.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/samba.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/stock_folder.svg b/.local/share/icons/Nordic/places/48-black-red/stock_folder.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/stock_trash_full.svg b/.local/share/icons/Nordic/places/48-black-red/stock_trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/stock_trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/trashcan_empty.svg b/.local/share/icons/Nordic/places/48-black-red/trashcan_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/trashcan_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/trashcan_full.svg b/.local/share/icons/Nordic/places/48-black-red/trashcan_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/trashcan_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/user-bookmarks.svg b/.local/share/icons/Nordic/places/48-black-red/user-bookmarks.svg new file mode 100644 index 0000000..df1ae36 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/user-bookmarks.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/user-desktop.svg b/.local/share/icons/Nordic/places/48-black-red/user-desktop.svg new file mode 100644 index 0000000..5e8a9ff --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/user-desktop.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/user-home.svg b/.local/share/icons/Nordic/places/48-black-red/user-home.svg new file mode 100644 index 0000000..89484e8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/user-home.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/user-images.svg b/.local/share/icons/Nordic/places/48-black-red/user-images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/user-images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/user-pictures.svg b/.local/share/icons/Nordic/places/48-black-red/user-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/user-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/user-trash-full.svg b/.local/share/icons/Nordic/places/48-black-red/user-trash-full.svg new file mode 100644 index 0000000..a360534 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/user-trash-full.svg @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/user-trash.svg b/.local/share/icons/Nordic/places/48-black-red/user-trash.svg new file mode 100644 index 0000000..f4d4dce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/user-trash.svg @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-black-red/xfce-trash_empty.svg b/.local/share/icons/Nordic/places/48-black-red/xfce-trash_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/xfce-trash_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-black-red/xfce-trash_full.svg b/.local/share/icons/Nordic/places/48-black-red/xfce-trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-black-red/xfce-trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/connect_creating.svg b/.local/share/icons/Nordic/places/48-blue/connect_creating.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/connect_creating.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/document-open-recent.svg b/.local/share/icons/Nordic/places/48-blue/document-open-recent.svg new file mode 120000 index 0000000..e668627 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/document-open-recent.svg @@ -0,0 +1 @@ +folder-recent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/edittrash.svg b/.local/share/icons/Nordic/places/48-blue/edittrash.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/edittrash.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/emptytrash.svg b/.local/share/icons/Nordic/places/48-blue/emptytrash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/emptytrash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/folder-applications.svg b/.local/share/icons/Nordic/places/48-blue/folder-applications.svg new file mode 100644 index 0000000..32243ad --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-applications.svg @@ -0,0 +1,474 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-desktop.svg b/.local/share/icons/Nordic/places/48-blue/folder-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/folder-documents.svg b/.local/share/icons/Nordic/places/48-blue/folder-documents.svg new file mode 100644 index 0000000..7dd5d9c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-documents.svg @@ -0,0 +1,791 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-download.svg b/.local/share/icons/Nordic/places/48-blue/folder-download.svg new file mode 100644 index 0000000..4ccb6a1 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-download.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-downloads.svg b/.local/share/icons/Nordic/places/48-blue/folder-downloads.svg new file mode 120000 index 0000000..8b75357 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/folder-drag-accept.svg b/.local/share/icons/Nordic/places/48-blue/folder-drag-accept.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-drag-accept.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/folder-games.svg b/.local/share/icons/Nordic/places/48-blue/folder-games.svg new file mode 100644 index 0000000..467d7fd --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-games.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-home.svg b/.local/share/icons/Nordic/places/48-blue/folder-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/folder-image.svg b/.local/share/icons/Nordic/places/48-blue/folder-image.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-image.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/folder-images.svg b/.local/share/icons/Nordic/places/48-blue/folder-images.svg new file mode 100644 index 0000000..8bb924f --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-images.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-mega.svg b/.local/share/icons/Nordic/places/48-blue/folder-mega.svg new file mode 100644 index 0000000..5f6e043 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-mega.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-music.svg b/.local/share/icons/Nordic/places/48-blue/folder-music.svg new file mode 100644 index 0000000..a3c700d --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-music.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-open.svg b/.local/share/icons/Nordic/places/48-blue/folder-open.svg new file mode 100644 index 0000000..4491e37 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-open.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-pictures.svg b/.local/share/icons/Nordic/places/48-blue/folder-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/folder-playonlinux.svg b/.local/share/icons/Nordic/places/48-blue/folder-playonlinux.svg new file mode 100644 index 0000000..348ba07 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-playonlinux.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-publicshare.svg b/.local/share/icons/Nordic/places/48-blue/folder-publicshare.svg new file mode 100644 index 0000000..ca73253 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-publicshare.svg @@ -0,0 +1,752 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-recent.svg b/.local/share/icons/Nordic/places/48-blue/folder-recent.svg new file mode 100644 index 0000000..0756572 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-recent.svg @@ -0,0 +1,739 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-remote.svg b/.local/share/icons/Nordic/places/48-blue/folder-remote.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-remote.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/folder-sound.svg b/.local/share/icons/Nordic/places/48-blue/folder-sound.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-sound.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/folder-steam.svg b/.local/share/icons/Nordic/places/48-blue/folder-steam.svg new file mode 100644 index 0000000..24af3e1 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-steam.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-templates.svg b/.local/share/icons/Nordic/places/48-blue/folder-templates.svg new file mode 100644 index 0000000..ee3b689 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-templates.svg @@ -0,0 +1,853 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-vbox.svg b/.local/share/icons/Nordic/places/48-blue/folder-vbox.svg new file mode 100644 index 0000000..3775c20 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-vbox.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-video.svg b/.local/share/icons/Nordic/places/48-blue/folder-video.svg new file mode 120000 index 0000000..fcc22b3 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-video.svg @@ -0,0 +1 @@ +folder-videos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/folder-videos.svg b/.local/share/icons/Nordic/places/48-blue/folder-videos.svg new file mode 100644 index 0000000..9694934 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-videos.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder-workspace.svg b/.local/share/icons/Nordic/places/48-blue/folder-workspace.svg new file mode 100644 index 0000000..a278118 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder-workspace.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder.svg b/.local/share/icons/Nordic/places/48-blue/folder.svg new file mode 100644 index 0000000..2d290c3 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/folder_home.svg b/.local/share/icons/Nordic/places/48-blue/folder_home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder_home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/folder_images.svg b/.local/share/icons/Nordic/places/48-blue/folder_images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder_images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/folder_open.svg b/.local/share/icons/Nordic/places/48-blue/folder_open.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder_open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/folder_pictures.svg b/.local/share/icons/Nordic/places/48-blue/folder_pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/folder_pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-ccdesktop.svg b/.local/share/icons/Nordic/places/48-blue/gnome-ccdesktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-ccdesktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-destop-config.svg b/.local/share/icons/Nordic/places/48-blue/gnome-destop-config.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-destop-config.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-dev-network.svg b/.local/share/icons/Nordic/places/48-blue/gnome-dev-network.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-dev-network.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-dev-wavelan-encrypted.svg b/.local/share/icons/Nordic/places/48-blue/gnome-dev-wavelan-encrypted.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-dev-wavelan-encrypted.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-dev-wavelan.svg b/.local/share/icons/Nordic/places/48-blue/gnome-dev-wavelan.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-dev-wavelan.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-desktop.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-directory-accept b/.local/share/icons/Nordic/places/48-blue/gnome-fs-directory-accept new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-directory-accept @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-directory-accept.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-directory-accept.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-directory-accept.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-directory.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-ftp.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-ftp.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-ftp.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-gnome.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-gnome.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-gnome.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-home.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-network.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-network.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-network.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-nfs.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-nfs.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-nfs.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-share.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-share.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-share.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-smb.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-smb.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-smb.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-ssh.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-ssh.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-ssh.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-trash-empty-accept.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-trash-empty-accept.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-trash-empty-accept.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-trash-empty.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-trash-empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-trash-empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-fs-trash-full.svg b/.local/share/icons/Nordic/places/48-blue/gnome-fs-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-fs-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-mime-x-directory-smb-share.svg b/.local/share/icons/Nordic/places/48-blue/gnome-mime-x-directory-smb-share.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-mime-x-directory-smb-share.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-mime-x-directory-smb-workgroup.svg b/.local/share/icons/Nordic/places/48-blue/gnome-mime-x-directory-smb-workgroup.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-mime-x-directory-smb-workgroup.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-error.svg b/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-error.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-error.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-rx.svg b/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-rx.svg new file mode 120000 index 0000000..9d3d6c4 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-rx.svg @@ -0,0 +1 @@ +network-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-tx.svg b/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-tx.svg new file mode 120000 index 0000000..2e76eec --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-tx.svg @@ -0,0 +1 @@ +network-transmit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-txrx.png b/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-txrx.png new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-txrx.png @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-txrx.svg b/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-txrx.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-netstatus-txrx.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-remote-desktop.svg b/.local/share/icons/Nordic/places/48-blue/gnome-remote-desktop.svg new file mode 120000 index 0000000..2e170d1 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-remote-desktop.svg @@ -0,0 +1 @@ +preferences-desktop-remote-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-stock-trash-full.svg b/.local/share/icons/Nordic/places/48-blue/gnome-stock-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-stock-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gnome-stock-trash.svg b/.local/share/icons/Nordic/places/48-blue/gnome-stock-trash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gnome-stock-trash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/gtk-directory.svg b/.local/share/icons/Nordic/places/48-blue/gtk-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/gtk-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/inode-directory.svg b/.local/share/icons/Nordic/places/48-blue/inode-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/inode-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/library-music.svg b/.local/share/icons/Nordic/places/48-blue/library-music.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/library-music.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/network-error.svg b/.local/share/icons/Nordic/places/48-blue/network-error.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/network-error.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/network-receive.svg b/.local/share/icons/Nordic/places/48-blue/network-receive.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/network-receive.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/network-transmit-receive.svg b/.local/share/icons/Nordic/places/48-blue/network-transmit-receive.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/network-transmit-receive.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/network-transmit.svg b/.local/share/icons/Nordic/places/48-blue/network-transmit.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/network-transmit.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/network-wireless-encrypted.svg b/.local/share/icons/Nordic/places/48-blue/network-wireless-encrypted.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/network-wireless-encrypted.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/network-workgroup.svg b/.local/share/icons/Nordic/places/48-blue/network-workgroup.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/network-workgroup.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/network.svg b/.local/share/icons/Nordic/places/48-blue/network.svg new file mode 100644 index 0000000..e849778 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/network.svg @@ -0,0 +1,752 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/network_fs.svg b/.local/share/icons/Nordic/places/48-blue/network_fs.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/network_fs.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/network_local.svg b/.local/share/icons/Nordic/places/48-blue/network_local.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/network_local.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/nfs.svg b/.local/share/icons/Nordic/places/48-blue/nfs.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/nfs.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/other-desktop.svg b/.local/share/icons/Nordic/places/48-blue/other-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/other-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/preferences-desktop-remote-desktop.svg b/.local/share/icons/Nordic/places/48-blue/preferences-desktop-remote-desktop.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/preferences-desktop-remote-desktop.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/samba.svg b/.local/share/icons/Nordic/places/48-blue/samba.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/samba.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/stock_folder.svg b/.local/share/icons/Nordic/places/48-blue/stock_folder.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/stock_trash_full.svg b/.local/share/icons/Nordic/places/48-blue/stock_trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/stock_trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/trashcan_empty.svg b/.local/share/icons/Nordic/places/48-blue/trashcan_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/trashcan_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/trashcan_full.svg b/.local/share/icons/Nordic/places/48-blue/trashcan_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/trashcan_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/user-bookmarks.svg b/.local/share/icons/Nordic/places/48-blue/user-bookmarks.svg new file mode 100644 index 0000000..df1ae36 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/user-bookmarks.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/user-desktop.svg b/.local/share/icons/Nordic/places/48-blue/user-desktop.svg new file mode 100644 index 0000000..77f154c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/user-desktop.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/user-home.svg b/.local/share/icons/Nordic/places/48-blue/user-home.svg new file mode 100644 index 0000000..be8e73d --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/user-home.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/user-images.svg b/.local/share/icons/Nordic/places/48-blue/user-images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/user-images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/user-pictures.svg b/.local/share/icons/Nordic/places/48-blue/user-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/user-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/user-trash-full.svg b/.local/share/icons/Nordic/places/48-blue/user-trash-full.svg new file mode 100644 index 0000000..a360534 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/user-trash-full.svg @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/user-trash.svg b/.local/share/icons/Nordic/places/48-blue/user-trash.svg new file mode 100644 index 0000000..6af1dec --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/user-trash.svg @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-blue/xfce-trash_empty.svg b/.local/share/icons/Nordic/places/48-blue/xfce-trash_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/xfce-trash_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-blue/xfce-trash_full.svg b/.local/share/icons/Nordic/places/48-blue/xfce-trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-blue/xfce-trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/connect_creating.svg b/.local/share/icons/Nordic/places/48-green/connect_creating.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/connect_creating.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/document-open-recent.svg b/.local/share/icons/Nordic/places/48-green/document-open-recent.svg new file mode 120000 index 0000000..e668627 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/document-open-recent.svg @@ -0,0 +1 @@ +folder-recent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/edittrash.svg b/.local/share/icons/Nordic/places/48-green/edittrash.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/edittrash.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/emptytrash.svg b/.local/share/icons/Nordic/places/48-green/emptytrash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/emptytrash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/folder-applications.svg b/.local/share/icons/Nordic/places/48-green/folder-applications.svg new file mode 100644 index 0000000..c034c1a --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-applications.svg @@ -0,0 +1,474 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-desktop.svg b/.local/share/icons/Nordic/places/48-green/folder-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/folder-documents.svg b/.local/share/icons/Nordic/places/48-green/folder-documents.svg new file mode 100644 index 0000000..5f18e52 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-documents.svg @@ -0,0 +1,791 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-download.svg b/.local/share/icons/Nordic/places/48-green/folder-download.svg new file mode 100644 index 0000000..e964f26 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-download.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-downloads.svg b/.local/share/icons/Nordic/places/48-green/folder-downloads.svg new file mode 120000 index 0000000..8b75357 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/folder-drag-accept.svg b/.local/share/icons/Nordic/places/48-green/folder-drag-accept.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-drag-accept.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/folder-games.svg b/.local/share/icons/Nordic/places/48-green/folder-games.svg new file mode 100644 index 0000000..23947c0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-games.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-home.svg b/.local/share/icons/Nordic/places/48-green/folder-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/folder-image.svg b/.local/share/icons/Nordic/places/48-green/folder-image.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-image.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/folder-images.svg b/.local/share/icons/Nordic/places/48-green/folder-images.svg new file mode 100644 index 0000000..18da191 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-images.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-mega.svg b/.local/share/icons/Nordic/places/48-green/folder-mega.svg new file mode 100644 index 0000000..c3ba649 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-mega.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-music.svg b/.local/share/icons/Nordic/places/48-green/folder-music.svg new file mode 100644 index 0000000..d768a5f --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-music.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-open.svg b/.local/share/icons/Nordic/places/48-green/folder-open.svg new file mode 100644 index 0000000..b9b810a --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-open.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-pictures.svg b/.local/share/icons/Nordic/places/48-green/folder-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/folder-playonlinux.svg b/.local/share/icons/Nordic/places/48-green/folder-playonlinux.svg new file mode 100644 index 0000000..d8089cc --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-playonlinux.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-publicshare.svg b/.local/share/icons/Nordic/places/48-green/folder-publicshare.svg new file mode 100644 index 0000000..ba5f650 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-publicshare.svg @@ -0,0 +1,752 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-recent.svg b/.local/share/icons/Nordic/places/48-green/folder-recent.svg new file mode 100644 index 0000000..990093b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-recent.svg @@ -0,0 +1,739 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-remote.svg b/.local/share/icons/Nordic/places/48-green/folder-remote.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-remote.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/folder-sound.svg b/.local/share/icons/Nordic/places/48-green/folder-sound.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-sound.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/folder-steam.svg b/.local/share/icons/Nordic/places/48-green/folder-steam.svg new file mode 100644 index 0000000..b104b5b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-steam.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-templates.svg b/.local/share/icons/Nordic/places/48-green/folder-templates.svg new file mode 100644 index 0000000..19e850f --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-templates.svg @@ -0,0 +1,853 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-vbox.svg b/.local/share/icons/Nordic/places/48-green/folder-vbox.svg new file mode 100644 index 0000000..560d962 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-vbox.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-video.svg b/.local/share/icons/Nordic/places/48-green/folder-video.svg new file mode 120000 index 0000000..fcc22b3 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-video.svg @@ -0,0 +1 @@ +folder-videos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/folder-videos.svg b/.local/share/icons/Nordic/places/48-green/folder-videos.svg new file mode 100644 index 0000000..06a3f88 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-videos.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder-workspace.svg b/.local/share/icons/Nordic/places/48-green/folder-workspace.svg new file mode 100644 index 0000000..51f8249 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder-workspace.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder.svg b/.local/share/icons/Nordic/places/48-green/folder.svg new file mode 100644 index 0000000..cdda243 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/folder_home.svg b/.local/share/icons/Nordic/places/48-green/folder_home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder_home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/folder_images.svg b/.local/share/icons/Nordic/places/48-green/folder_images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder_images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/folder_open.svg b/.local/share/icons/Nordic/places/48-green/folder_open.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder_open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/folder_pictures.svg b/.local/share/icons/Nordic/places/48-green/folder_pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/folder_pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-ccdesktop.svg b/.local/share/icons/Nordic/places/48-green/gnome-ccdesktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-ccdesktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-destop-config.svg b/.local/share/icons/Nordic/places/48-green/gnome-destop-config.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-destop-config.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-dev-network.svg b/.local/share/icons/Nordic/places/48-green/gnome-dev-network.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-dev-network.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-dev-wavelan-encrypted.svg b/.local/share/icons/Nordic/places/48-green/gnome-dev-wavelan-encrypted.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-dev-wavelan-encrypted.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-dev-wavelan.svg b/.local/share/icons/Nordic/places/48-green/gnome-dev-wavelan.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-dev-wavelan.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-desktop.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-directory-accept b/.local/share/icons/Nordic/places/48-green/gnome-fs-directory-accept new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-directory-accept @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-directory-accept.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-directory-accept.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-directory-accept.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-directory.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-ftp.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-ftp.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-ftp.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-gnome.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-gnome.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-gnome.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-home.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-network.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-network.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-network.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-nfs.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-nfs.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-nfs.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-share.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-share.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-share.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-smb.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-smb.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-smb.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-ssh.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-ssh.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-ssh.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-trash-empty-accept.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-trash-empty-accept.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-trash-empty-accept.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-trash-empty.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-trash-empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-trash-empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-fs-trash-full.svg b/.local/share/icons/Nordic/places/48-green/gnome-fs-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-fs-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-mime-x-directory-smb-share.svg b/.local/share/icons/Nordic/places/48-green/gnome-mime-x-directory-smb-share.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-mime-x-directory-smb-share.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-mime-x-directory-smb-workgroup.svg b/.local/share/icons/Nordic/places/48-green/gnome-mime-x-directory-smb-workgroup.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-mime-x-directory-smb-workgroup.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-netstatus-error.svg b/.local/share/icons/Nordic/places/48-green/gnome-netstatus-error.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-netstatus-error.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-netstatus-rx.svg b/.local/share/icons/Nordic/places/48-green/gnome-netstatus-rx.svg new file mode 120000 index 0000000..9d3d6c4 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-netstatus-rx.svg @@ -0,0 +1 @@ +network-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-netstatus-tx.svg b/.local/share/icons/Nordic/places/48-green/gnome-netstatus-tx.svg new file mode 120000 index 0000000..2e76eec --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-netstatus-tx.svg @@ -0,0 +1 @@ +network-transmit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-netstatus-txrx.png b/.local/share/icons/Nordic/places/48-green/gnome-netstatus-txrx.png new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-netstatus-txrx.png @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-netstatus-txrx.svg b/.local/share/icons/Nordic/places/48-green/gnome-netstatus-txrx.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-netstatus-txrx.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-remote-desktop.svg b/.local/share/icons/Nordic/places/48-green/gnome-remote-desktop.svg new file mode 120000 index 0000000..2e170d1 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-remote-desktop.svg @@ -0,0 +1 @@ +preferences-desktop-remote-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-stock-trash-full.svg b/.local/share/icons/Nordic/places/48-green/gnome-stock-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-stock-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gnome-stock-trash.svg b/.local/share/icons/Nordic/places/48-green/gnome-stock-trash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gnome-stock-trash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/gtk-directory.svg b/.local/share/icons/Nordic/places/48-green/gtk-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/gtk-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/inode-directory.svg b/.local/share/icons/Nordic/places/48-green/inode-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/inode-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/library-music.svg b/.local/share/icons/Nordic/places/48-green/library-music.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/library-music.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/network-error.svg b/.local/share/icons/Nordic/places/48-green/network-error.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/network-error.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/network-receive.svg b/.local/share/icons/Nordic/places/48-green/network-receive.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/network-receive.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/network-transmit-receive.svg b/.local/share/icons/Nordic/places/48-green/network-transmit-receive.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/network-transmit-receive.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/network-transmit.svg b/.local/share/icons/Nordic/places/48-green/network-transmit.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/network-transmit.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/network-wireless-encrypted.svg b/.local/share/icons/Nordic/places/48-green/network-wireless-encrypted.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/network-wireless-encrypted.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/network-workgroup.svg b/.local/share/icons/Nordic/places/48-green/network-workgroup.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/network-workgroup.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/network.svg b/.local/share/icons/Nordic/places/48-green/network.svg new file mode 100644 index 0000000..61a8460 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/network.svg @@ -0,0 +1,752 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/network_fs.svg b/.local/share/icons/Nordic/places/48-green/network_fs.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/network_fs.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/network_local.svg b/.local/share/icons/Nordic/places/48-green/network_local.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/network_local.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/nfs.svg b/.local/share/icons/Nordic/places/48-green/nfs.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/nfs.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/other-desktop.svg b/.local/share/icons/Nordic/places/48-green/other-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/other-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/preferences-desktop-remote-desktop.svg b/.local/share/icons/Nordic/places/48-green/preferences-desktop-remote-desktop.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/preferences-desktop-remote-desktop.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/samba.svg b/.local/share/icons/Nordic/places/48-green/samba.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/samba.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/stock_folder.svg b/.local/share/icons/Nordic/places/48-green/stock_folder.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/stock_trash_full.svg b/.local/share/icons/Nordic/places/48-green/stock_trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/stock_trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/trashcan_empty.svg b/.local/share/icons/Nordic/places/48-green/trashcan_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/trashcan_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/trashcan_full.svg b/.local/share/icons/Nordic/places/48-green/trashcan_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/trashcan_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/user-bookmarks.svg b/.local/share/icons/Nordic/places/48-green/user-bookmarks.svg new file mode 100644 index 0000000..df1ae36 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/user-bookmarks.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/user-desktop.svg b/.local/share/icons/Nordic/places/48-green/user-desktop.svg new file mode 100644 index 0000000..2c532a1 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/user-desktop.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/user-home.svg b/.local/share/icons/Nordic/places/48-green/user-home.svg new file mode 100644 index 0000000..cf2d9fc --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/user-home.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/user-images.svg b/.local/share/icons/Nordic/places/48-green/user-images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/user-images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/user-pictures.svg b/.local/share/icons/Nordic/places/48-green/user-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/user-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/user-trash-full.svg b/.local/share/icons/Nordic/places/48-green/user-trash-full.svg new file mode 100644 index 0000000..a360534 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/user-trash-full.svg @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/user-trash.svg b/.local/share/icons/Nordic/places/48-green/user-trash.svg new file mode 100644 index 0000000..b4bc919 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/user-trash.svg @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-green/xfce-trash_empty.svg b/.local/share/icons/Nordic/places/48-green/xfce-trash_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/xfce-trash_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-green/xfce-trash_full.svg b/.local/share/icons/Nordic/places/48-green/xfce-trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-green/xfce-trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/.directory b/.local/share/icons/Nordic/places/48-purple/.directory new file mode 100644 index 0000000..8a9dd1d --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/.directory @@ -0,0 +1,4 @@ +[Dolphin] +SortRole=size +Timestamp=2019,1,16,22,21,14 +Version=4 diff --git a/.local/share/icons/Nordic/places/48-purple/connect_creating.svg b/.local/share/icons/Nordic/places/48-purple/connect_creating.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/connect_creating.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/document-open-recent.svg b/.local/share/icons/Nordic/places/48-purple/document-open-recent.svg new file mode 120000 index 0000000..e668627 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/document-open-recent.svg @@ -0,0 +1 @@ +folder-recent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/edittrash.svg b/.local/share/icons/Nordic/places/48-purple/edittrash.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/edittrash.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/emptytrash.svg b/.local/share/icons/Nordic/places/48-purple/emptytrash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/emptytrash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/folder-applications.svg b/.local/share/icons/Nordic/places/48-purple/folder-applications.svg new file mode 100644 index 0000000..e57071d --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-applications.svg @@ -0,0 +1,474 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-desktop.svg b/.local/share/icons/Nordic/places/48-purple/folder-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/folder-documents.svg b/.local/share/icons/Nordic/places/48-purple/folder-documents.svg new file mode 100644 index 0000000..4f6a457 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-documents.svg @@ -0,0 +1,791 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-download.svg b/.local/share/icons/Nordic/places/48-purple/folder-download.svg new file mode 100644 index 0000000..229a8b6 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-download.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-downloads.svg b/.local/share/icons/Nordic/places/48-purple/folder-downloads.svg new file mode 120000 index 0000000..8b75357 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/folder-drag-accept.svg b/.local/share/icons/Nordic/places/48-purple/folder-drag-accept.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-drag-accept.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/folder-games.svg b/.local/share/icons/Nordic/places/48-purple/folder-games.svg new file mode 100644 index 0000000..66ba103 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-games.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-home.svg b/.local/share/icons/Nordic/places/48-purple/folder-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/folder-image.svg b/.local/share/icons/Nordic/places/48-purple/folder-image.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-image.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/folder-images.svg b/.local/share/icons/Nordic/places/48-purple/folder-images.svg new file mode 100644 index 0000000..ea738f5 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-images.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-mega.svg b/.local/share/icons/Nordic/places/48-purple/folder-mega.svg new file mode 100644 index 0000000..2e9bfcd --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-mega.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-music.svg b/.local/share/icons/Nordic/places/48-purple/folder-music.svg new file mode 100644 index 0000000..544f73f --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-music.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-open.svg b/.local/share/icons/Nordic/places/48-purple/folder-open.svg new file mode 100644 index 0000000..46c57a8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-open.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-pictures.svg b/.local/share/icons/Nordic/places/48-purple/folder-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/folder-playonlinux.svg b/.local/share/icons/Nordic/places/48-purple/folder-playonlinux.svg new file mode 100644 index 0000000..c91a706 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-playonlinux.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-publicshare.svg b/.local/share/icons/Nordic/places/48-purple/folder-publicshare.svg new file mode 100644 index 0000000..27282b0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-publicshare.svg @@ -0,0 +1,752 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-recent.svg b/.local/share/icons/Nordic/places/48-purple/folder-recent.svg new file mode 100644 index 0000000..156bcf7 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-recent.svg @@ -0,0 +1,739 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-remote.svg b/.local/share/icons/Nordic/places/48-purple/folder-remote.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-remote.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/folder-sound.svg b/.local/share/icons/Nordic/places/48-purple/folder-sound.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-sound.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/folder-steam.svg b/.local/share/icons/Nordic/places/48-purple/folder-steam.svg new file mode 100644 index 0000000..3f9dc64 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-steam.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-templates.svg b/.local/share/icons/Nordic/places/48-purple/folder-templates.svg new file mode 100644 index 0000000..996ed67 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-templates.svg @@ -0,0 +1,853 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-vbox.svg b/.local/share/icons/Nordic/places/48-purple/folder-vbox.svg new file mode 100644 index 0000000..daad0fe --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-vbox.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-video.svg b/.local/share/icons/Nordic/places/48-purple/folder-video.svg new file mode 120000 index 0000000..fcc22b3 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-video.svg @@ -0,0 +1 @@ +folder-videos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/folder-videos.svg b/.local/share/icons/Nordic/places/48-purple/folder-videos.svg new file mode 100644 index 0000000..cb4fdd2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-videos.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder-workspace.svg b/.local/share/icons/Nordic/places/48-purple/folder-workspace.svg new file mode 100644 index 0000000..992dd7f --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder-workspace.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder.svg b/.local/share/icons/Nordic/places/48-purple/folder.svg new file mode 100644 index 0000000..4fec9f3 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/folder_home.svg b/.local/share/icons/Nordic/places/48-purple/folder_home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder_home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/folder_images.svg b/.local/share/icons/Nordic/places/48-purple/folder_images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder_images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/folder_open.svg b/.local/share/icons/Nordic/places/48-purple/folder_open.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder_open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/folder_pictures.svg b/.local/share/icons/Nordic/places/48-purple/folder_pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/folder_pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-ccdesktop.svg b/.local/share/icons/Nordic/places/48-purple/gnome-ccdesktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-ccdesktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-destop-config.svg b/.local/share/icons/Nordic/places/48-purple/gnome-destop-config.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-destop-config.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-dev-network.svg b/.local/share/icons/Nordic/places/48-purple/gnome-dev-network.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-dev-network.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-dev-wavelan-encrypted.svg b/.local/share/icons/Nordic/places/48-purple/gnome-dev-wavelan-encrypted.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-dev-wavelan-encrypted.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-dev-wavelan.svg b/.local/share/icons/Nordic/places/48-purple/gnome-dev-wavelan.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-dev-wavelan.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-desktop.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-directory-accept b/.local/share/icons/Nordic/places/48-purple/gnome-fs-directory-accept new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-directory-accept @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-directory-accept.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-directory-accept.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-directory-accept.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-directory.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-ftp.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-ftp.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-ftp.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-gnome.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-gnome.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-gnome.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-home.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-network.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-network.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-network.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-nfs.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-nfs.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-nfs.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-share.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-share.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-share.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-smb.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-smb.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-smb.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-ssh.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-ssh.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-ssh.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-trash-empty-accept.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-trash-empty-accept.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-trash-empty-accept.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-trash-empty.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-trash-empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-trash-empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-fs-trash-full.svg b/.local/share/icons/Nordic/places/48-purple/gnome-fs-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-fs-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-mime-x-directory-smb-share.svg b/.local/share/icons/Nordic/places/48-purple/gnome-mime-x-directory-smb-share.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-mime-x-directory-smb-share.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-mime-x-directory-smb-workgroup.svg b/.local/share/icons/Nordic/places/48-purple/gnome-mime-x-directory-smb-workgroup.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-mime-x-directory-smb-workgroup.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-error.svg b/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-error.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-error.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-rx.svg b/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-rx.svg new file mode 120000 index 0000000..9d3d6c4 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-rx.svg @@ -0,0 +1 @@ +network-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-tx.svg b/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-tx.svg new file mode 120000 index 0000000..2e76eec --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-tx.svg @@ -0,0 +1 @@ +network-transmit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-txrx.png b/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-txrx.png new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-txrx.png @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-txrx.svg b/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-txrx.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-netstatus-txrx.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-remote-desktop.svg b/.local/share/icons/Nordic/places/48-purple/gnome-remote-desktop.svg new file mode 120000 index 0000000..2e170d1 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-remote-desktop.svg @@ -0,0 +1 @@ +preferences-desktop-remote-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-stock-trash-full.svg b/.local/share/icons/Nordic/places/48-purple/gnome-stock-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-stock-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gnome-stock-trash.svg b/.local/share/icons/Nordic/places/48-purple/gnome-stock-trash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gnome-stock-trash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/gtk-directory.svg b/.local/share/icons/Nordic/places/48-purple/gtk-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/gtk-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/inode-directory.svg b/.local/share/icons/Nordic/places/48-purple/inode-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/inode-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/library-music.svg b/.local/share/icons/Nordic/places/48-purple/library-music.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/library-music.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/network-error.svg b/.local/share/icons/Nordic/places/48-purple/network-error.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/network-error.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/network-receive.svg b/.local/share/icons/Nordic/places/48-purple/network-receive.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/network-receive.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/network-transmit-receive.svg b/.local/share/icons/Nordic/places/48-purple/network-transmit-receive.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/network-transmit-receive.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/network-transmit.svg b/.local/share/icons/Nordic/places/48-purple/network-transmit.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/network-transmit.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/network-wireless-encrypted.svg b/.local/share/icons/Nordic/places/48-purple/network-wireless-encrypted.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/network-wireless-encrypted.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/network-workgroup.svg b/.local/share/icons/Nordic/places/48-purple/network-workgroup.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/network-workgroup.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/network.svg b/.local/share/icons/Nordic/places/48-purple/network.svg new file mode 100644 index 0000000..02c97ca --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/network.svg @@ -0,0 +1,752 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/network_fs.svg b/.local/share/icons/Nordic/places/48-purple/network_fs.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/network_fs.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/network_local.svg b/.local/share/icons/Nordic/places/48-purple/network_local.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/network_local.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/nfs.svg b/.local/share/icons/Nordic/places/48-purple/nfs.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/nfs.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/other-desktop.svg b/.local/share/icons/Nordic/places/48-purple/other-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/other-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/preferences-desktop-remote-desktop.svg b/.local/share/icons/Nordic/places/48-purple/preferences-desktop-remote-desktop.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/preferences-desktop-remote-desktop.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/samba.svg b/.local/share/icons/Nordic/places/48-purple/samba.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/samba.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/stock_folder.svg b/.local/share/icons/Nordic/places/48-purple/stock_folder.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/stock_trash_full.svg b/.local/share/icons/Nordic/places/48-purple/stock_trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/stock_trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/trashcan_empty.svg b/.local/share/icons/Nordic/places/48-purple/trashcan_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/trashcan_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/trashcan_full.svg b/.local/share/icons/Nordic/places/48-purple/trashcan_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/trashcan_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/user-bookmarks.svg b/.local/share/icons/Nordic/places/48-purple/user-bookmarks.svg new file mode 100644 index 0000000..df1ae36 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/user-bookmarks.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/user-desktop.svg b/.local/share/icons/Nordic/places/48-purple/user-desktop.svg new file mode 100644 index 0000000..790f55f --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/user-desktop.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/user-home.svg b/.local/share/icons/Nordic/places/48-purple/user-home.svg new file mode 100644 index 0000000..ba7e04b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/user-home.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/user-images.svg b/.local/share/icons/Nordic/places/48-purple/user-images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/user-images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/user-pictures.svg b/.local/share/icons/Nordic/places/48-purple/user-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/user-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/user-trash-full.svg b/.local/share/icons/Nordic/places/48-purple/user-trash-full.svg new file mode 100644 index 0000000..0593749 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/user-trash-full.svg @@ -0,0 +1,469 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/user-trash.svg b/.local/share/icons/Nordic/places/48-purple/user-trash.svg new file mode 100644 index 0000000..f4d4dce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/user-trash.svg @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-purple/xfce-trash_empty.svg b/.local/share/icons/Nordic/places/48-purple/xfce-trash_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/xfce-trash_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-purple/xfce-trash_full.svg b/.local/share/icons/Nordic/places/48-purple/xfce-trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-purple/xfce-trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/connect_creating.svg b/.local/share/icons/Nordic/places/48-white-yellow/connect_creating.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/connect_creating.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/document-open-recent.svg b/.local/share/icons/Nordic/places/48-white-yellow/document-open-recent.svg new file mode 120000 index 0000000..e668627 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/document-open-recent.svg @@ -0,0 +1 @@ +folder-recent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/edittrash.svg b/.local/share/icons/Nordic/places/48-white-yellow/edittrash.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/edittrash.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/emptytrash.svg b/.local/share/icons/Nordic/places/48-white-yellow/emptytrash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/emptytrash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-applications.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-applications.svg new file mode 100644 index 0000000..4cd3198 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-applications.svg @@ -0,0 +1,483 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-desktop.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-documents.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-documents.svg new file mode 100644 index 0000000..4d71b47 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-documents.svg @@ -0,0 +1,791 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-download.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-download.svg new file mode 100644 index 0000000..d3d81b0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-download.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-downloads.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-downloads.svg new file mode 120000 index 0000000..8b75357 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-drag-accept.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-drag-accept.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-drag-accept.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-games.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-games.svg new file mode 100644 index 0000000..e4cbdd7 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-games.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-home.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-image.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-image.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-image.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-images.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-images.svg new file mode 100644 index 0000000..c15cc8e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-images.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-mega.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-mega.svg new file mode 100644 index 0000000..4f900e3 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-mega.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-music.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-music.svg new file mode 100644 index 0000000..2c390f9 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-music.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-open.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-open.svg new file mode 100644 index 0000000..58432f4 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-open.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-pictures.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-playonlinux.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-playonlinux.svg new file mode 100644 index 0000000..99138c9 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-playonlinux.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-publicshare.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-publicshare.svg new file mode 100644 index 0000000..b700167 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-publicshare.svg @@ -0,0 +1,752 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-recent.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-recent.svg new file mode 100644 index 0000000..0ab3f60 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-recent.svg @@ -0,0 +1,739 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-remote.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-remote.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-remote.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-sound.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-sound.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-sound.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-steam.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-steam.svg new file mode 100644 index 0000000..6f36a80 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-steam.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-templates.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-templates.svg new file mode 100644 index 0000000..2ddd2be --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-templates.svg @@ -0,0 +1,853 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-vbox.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-vbox.svg new file mode 100644 index 0000000..9bc1283 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-vbox.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-video.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-video.svg new file mode 120000 index 0000000..fcc22b3 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-video.svg @@ -0,0 +1 @@ +folder-videos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-videos.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-videos.svg new file mode 100644 index 0000000..13fef58 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-videos.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder-workspace.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder-workspace.svg new file mode 100644 index 0000000..9a21219 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder-workspace.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder.svg new file mode 100644 index 0000000..3c71900 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder_home.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder_home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder_home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder_images.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder_images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder_images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder_open.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder_open.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder_open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/folder_pictures.svg b/.local/share/icons/Nordic/places/48-white-yellow/folder_pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/folder_pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-ccdesktop.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-ccdesktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-ccdesktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-destop-config.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-destop-config.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-destop-config.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-dev-network.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-dev-network.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-dev-network.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-dev-wavelan-encrypted.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-dev-wavelan-encrypted.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-dev-wavelan-encrypted.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-dev-wavelan.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-dev-wavelan.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-dev-wavelan.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-desktop.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-directory-accept b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-directory-accept new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-directory-accept @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-directory-accept.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-directory-accept.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-directory-accept.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-directory.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-ftp.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-ftp.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-ftp.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-gnome.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-gnome.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-gnome.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-home.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-network.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-network.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-network.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-nfs.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-nfs.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-nfs.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-share.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-share.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-share.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-smb.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-smb.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-smb.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-ssh.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-ssh.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-ssh.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-trash-empty-accept.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-trash-empty-accept.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-trash-empty-accept.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-trash-empty.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-trash-empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-trash-empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-trash-full.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-fs-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-mime-x-directory-smb-share.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-mime-x-directory-smb-share.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-mime-x-directory-smb-share.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-mime-x-directory-smb-workgroup.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-mime-x-directory-smb-workgroup.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-mime-x-directory-smb-workgroup.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-error.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-error.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-error.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-rx.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-rx.svg new file mode 120000 index 0000000..9d3d6c4 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-rx.svg @@ -0,0 +1 @@ +network-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-tx.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-tx.svg new file mode 120000 index 0000000..2e76eec --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-tx.svg @@ -0,0 +1 @@ +network-transmit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-txrx.png b/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-txrx.png new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-txrx.png @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-txrx.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-txrx.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-netstatus-txrx.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-remote-desktop.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-remote-desktop.svg new file mode 120000 index 0000000..2e170d1 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-remote-desktop.svg @@ -0,0 +1 @@ +preferences-desktop-remote-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-stock-trash-full.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-stock-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-stock-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gnome-stock-trash.svg b/.local/share/icons/Nordic/places/48-white-yellow/gnome-stock-trash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gnome-stock-trash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/gtk-directory.svg b/.local/share/icons/Nordic/places/48-white-yellow/gtk-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/gtk-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/inode-directory.svg b/.local/share/icons/Nordic/places/48-white-yellow/inode-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/inode-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/library-music.svg b/.local/share/icons/Nordic/places/48-white-yellow/library-music.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/library-music.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/network-error.svg b/.local/share/icons/Nordic/places/48-white-yellow/network-error.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/network-error.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/network-receive.svg b/.local/share/icons/Nordic/places/48-white-yellow/network-receive.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/network-receive.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/network-transmit-receive.svg b/.local/share/icons/Nordic/places/48-white-yellow/network-transmit-receive.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/network-transmit-receive.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/network-transmit.svg b/.local/share/icons/Nordic/places/48-white-yellow/network-transmit.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/network-transmit.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/network-wireless-encrypted.svg b/.local/share/icons/Nordic/places/48-white-yellow/network-wireless-encrypted.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/network-wireless-encrypted.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/network-workgroup.svg b/.local/share/icons/Nordic/places/48-white-yellow/network-workgroup.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/network-workgroup.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/network.svg b/.local/share/icons/Nordic/places/48-white-yellow/network.svg new file mode 100644 index 0000000..450242a --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/network.svg @@ -0,0 +1,752 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/network_fs.svg b/.local/share/icons/Nordic/places/48-white-yellow/network_fs.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/network_fs.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/network_local.svg b/.local/share/icons/Nordic/places/48-white-yellow/network_local.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/network_local.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/nfs.svg b/.local/share/icons/Nordic/places/48-white-yellow/nfs.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/nfs.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/other-desktop.svg b/.local/share/icons/Nordic/places/48-white-yellow/other-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/other-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/preferences-desktop-remote-desktop.svg b/.local/share/icons/Nordic/places/48-white-yellow/preferences-desktop-remote-desktop.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/preferences-desktop-remote-desktop.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/samba.svg b/.local/share/icons/Nordic/places/48-white-yellow/samba.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/samba.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/stock_folder.svg b/.local/share/icons/Nordic/places/48-white-yellow/stock_folder.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/stock_trash_full.svg b/.local/share/icons/Nordic/places/48-white-yellow/stock_trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/stock_trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/trashcan_empty.svg b/.local/share/icons/Nordic/places/48-white-yellow/trashcan_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/trashcan_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/trashcan_full.svg b/.local/share/icons/Nordic/places/48-white-yellow/trashcan_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/trashcan_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/user-bookmarks.svg b/.local/share/icons/Nordic/places/48-white-yellow/user-bookmarks.svg new file mode 100644 index 0000000..df1ae36 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/user-bookmarks.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/user-desktop.svg b/.local/share/icons/Nordic/places/48-white-yellow/user-desktop.svg new file mode 100644 index 0000000..0fbf546 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/user-desktop.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/user-home.svg b/.local/share/icons/Nordic/places/48-white-yellow/user-home.svg new file mode 100644 index 0000000..3546ad8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/user-home.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/user-images.svg b/.local/share/icons/Nordic/places/48-white-yellow/user-images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/user-images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/user-pictures.svg b/.local/share/icons/Nordic/places/48-white-yellow/user-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/user-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/user-trash-full.svg b/.local/share/icons/Nordic/places/48-white-yellow/user-trash-full.svg new file mode 100644 index 0000000..a360534 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/user-trash-full.svg @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/user-trash.svg b/.local/share/icons/Nordic/places/48-white-yellow/user-trash.svg new file mode 100644 index 0000000..f4d4dce --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/user-trash.svg @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48-white-yellow/xfce-trash_empty.svg b/.local/share/icons/Nordic/places/48-white-yellow/xfce-trash_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/xfce-trash_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48-white-yellow/xfce-trash_full.svg b/.local/share/icons/Nordic/places/48-white-yellow/xfce-trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48-white-yellow/xfce-trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/.directory b/.local/share/icons/Nordic/places/48/.directory new file mode 100644 index 0000000..8a9dd1d --- /dev/null +++ b/.local/share/icons/Nordic/places/48/.directory @@ -0,0 +1,4 @@ +[Dolphin] +SortRole=size +Timestamp=2019,1,16,22,21,14 +Version=4 diff --git a/.local/share/icons/Nordic/places/48/connect_creating.svg b/.local/share/icons/Nordic/places/48/connect_creating.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/connect_creating.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/document-open-recent.svg b/.local/share/icons/Nordic/places/48/document-open-recent.svg new file mode 120000 index 0000000..e668627 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/document-open-recent.svg @@ -0,0 +1 @@ +folder-recent.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/edittrash.svg b/.local/share/icons/Nordic/places/48/edittrash.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/edittrash.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/emptytrash.svg b/.local/share/icons/Nordic/places/48/emptytrash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/emptytrash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/folder-alt.svg b/.local/share/icons/Nordic/places/48/folder-alt.svg new file mode 100644 index 0000000..5fe361c --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-alt.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-alternate2.svg b/.local/share/icons/Nordic/places/48/folder-alternate2.svg new file mode 100644 index 0000000..cb6a25d --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-alternate2.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-applications.svg b/.local/share/icons/Nordic/places/48/folder-applications.svg new file mode 100644 index 0000000..85302a5 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-applications.svg @@ -0,0 +1,483 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-desktop.svg b/.local/share/icons/Nordic/places/48/folder-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/folder-documents.svg b/.local/share/icons/Nordic/places/48/folder-documents.svg new file mode 100644 index 0000000..730093d --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-documents.svg @@ -0,0 +1,791 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-download.svg b/.local/share/icons/Nordic/places/48/folder-download.svg new file mode 100644 index 0000000..37fbfe4 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-download.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-downloads.svg b/.local/share/icons/Nordic/places/48/folder-downloads.svg new file mode 120000 index 0000000..8b75357 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/folder-drag-accept.svg b/.local/share/icons/Nordic/places/48/folder-drag-accept.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-drag-accept.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/folder-games.svg b/.local/share/icons/Nordic/places/48/folder-games.svg new file mode 100644 index 0000000..e987bee --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-games.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-home.svg b/.local/share/icons/Nordic/places/48/folder-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/folder-image.svg b/.local/share/icons/Nordic/places/48/folder-image.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-image.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/folder-images.svg b/.local/share/icons/Nordic/places/48/folder-images.svg new file mode 100644 index 0000000..46863c3 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-images.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-mega.svg b/.local/share/icons/Nordic/places/48/folder-mega.svg new file mode 100644 index 0000000..09ef5ba --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-mega.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-music.svg b/.local/share/icons/Nordic/places/48/folder-music.svg new file mode 100644 index 0000000..9f94826 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-music.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-open.svg b/.local/share/icons/Nordic/places/48/folder-open.svg new file mode 100644 index 0000000..cc41301 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-open.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-pictures.svg b/.local/share/icons/Nordic/places/48/folder-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/folder-playonlinux.svg b/.local/share/icons/Nordic/places/48/folder-playonlinux.svg new file mode 100644 index 0000000..58e447f --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-playonlinux.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-publicshare.svg b/.local/share/icons/Nordic/places/48/folder-publicshare.svg new file mode 100644 index 0000000..87223fa --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-publicshare.svg @@ -0,0 +1,752 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-recent.svg b/.local/share/icons/Nordic/places/48/folder-recent.svg new file mode 100644 index 0000000..f523a01 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-recent.svg @@ -0,0 +1,739 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-remote.svg b/.local/share/icons/Nordic/places/48/folder-remote.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-remote.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/folder-sound.svg b/.local/share/icons/Nordic/places/48/folder-sound.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-sound.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/folder-steam.svg b/.local/share/icons/Nordic/places/48/folder-steam.svg new file mode 100644 index 0000000..362f778 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-steam.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-templates.svg b/.local/share/icons/Nordic/places/48/folder-templates.svg new file mode 100644 index 0000000..0ff71d1 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-templates.svg @@ -0,0 +1,853 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-vbox.svg b/.local/share/icons/Nordic/places/48/folder-vbox.svg new file mode 100644 index 0000000..f246493 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-vbox.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-video-alternate.svg b/.local/share/icons/Nordic/places/48/folder-video-alternate.svg new file mode 100644 index 0000000..8202117 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-video-alternate.svg @@ -0,0 +1,1201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-video.svg b/.local/share/icons/Nordic/places/48/folder-video.svg new file mode 120000 index 0000000..fcc22b3 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-video.svg @@ -0,0 +1 @@ +folder-videos.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/folder-videos.svg b/.local/share/icons/Nordic/places/48/folder-videos.svg new file mode 100644 index 0000000..ec1f8ab --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-videos.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder-workspace.svg b/.local/share/icons/Nordic/places/48/folder-workspace.svg new file mode 100644 index 0000000..5fca145 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder-workspace.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder.svg b/.local/share/icons/Nordic/places/48/folder.svg new file mode 100644 index 0000000..8273000 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/folder_home.svg b/.local/share/icons/Nordic/places/48/folder_home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder_home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/folder_images.svg b/.local/share/icons/Nordic/places/48/folder_images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder_images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/folder_open.svg b/.local/share/icons/Nordic/places/48/folder_open.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder_open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/folder_pictures.svg b/.local/share/icons/Nordic/places/48/folder_pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48/folder_pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-ccdesktop.svg b/.local/share/icons/Nordic/places/48/gnome-ccdesktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-ccdesktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-destop-config.svg b/.local/share/icons/Nordic/places/48/gnome-destop-config.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-destop-config.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-dev-network.svg b/.local/share/icons/Nordic/places/48/gnome-dev-network.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-dev-network.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-dev-wavelan-encrypted.svg b/.local/share/icons/Nordic/places/48/gnome-dev-wavelan-encrypted.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-dev-wavelan-encrypted.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-dev-wavelan.svg b/.local/share/icons/Nordic/places/48/gnome-dev-wavelan.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-dev-wavelan.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-desktop.svg b/.local/share/icons/Nordic/places/48/gnome-fs-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-directory-accept b/.local/share/icons/Nordic/places/48/gnome-fs-directory-accept new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-directory-accept @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-directory-accept.svg b/.local/share/icons/Nordic/places/48/gnome-fs-directory-accept.svg new file mode 120000 index 0000000..cde3e2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-directory-accept.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-directory.svg b/.local/share/icons/Nordic/places/48/gnome-fs-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-ftp.svg b/.local/share/icons/Nordic/places/48/gnome-fs-ftp.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-ftp.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-gnome.svg b/.local/share/icons/Nordic/places/48/gnome-fs-gnome.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-gnome.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-home.svg b/.local/share/icons/Nordic/places/48/gnome-fs-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-network.svg b/.local/share/icons/Nordic/places/48/gnome-fs-network.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-network.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-nfs.svg b/.local/share/icons/Nordic/places/48/gnome-fs-nfs.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-nfs.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-share.svg b/.local/share/icons/Nordic/places/48/gnome-fs-share.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-share.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-smb.svg b/.local/share/icons/Nordic/places/48/gnome-fs-smb.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-smb.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-ssh.svg b/.local/share/icons/Nordic/places/48/gnome-fs-ssh.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-ssh.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-trash-empty-accept.svg b/.local/share/icons/Nordic/places/48/gnome-fs-trash-empty-accept.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-trash-empty-accept.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-trash-empty.svg b/.local/share/icons/Nordic/places/48/gnome-fs-trash-empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-trash-empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-fs-trash-full.svg b/.local/share/icons/Nordic/places/48/gnome-fs-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-fs-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-mime-x-directory-smb-share.svg b/.local/share/icons/Nordic/places/48/gnome-mime-x-directory-smb-share.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-mime-x-directory-smb-share.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-mime-x-directory-smb-workgroup.svg b/.local/share/icons/Nordic/places/48/gnome-mime-x-directory-smb-workgroup.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-mime-x-directory-smb-workgroup.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-netstatus-error.svg b/.local/share/icons/Nordic/places/48/gnome-netstatus-error.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-netstatus-error.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-netstatus-rx.svg b/.local/share/icons/Nordic/places/48/gnome-netstatus-rx.svg new file mode 120000 index 0000000..9d3d6c4 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-netstatus-rx.svg @@ -0,0 +1 @@ +network-receive.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-netstatus-tx.svg b/.local/share/icons/Nordic/places/48/gnome-netstatus-tx.svg new file mode 120000 index 0000000..2e76eec --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-netstatus-tx.svg @@ -0,0 +1 @@ +network-transmit.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-netstatus-txrx.png b/.local/share/icons/Nordic/places/48/gnome-netstatus-txrx.png new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-netstatus-txrx.png @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-netstatus-txrx.svg b/.local/share/icons/Nordic/places/48/gnome-netstatus-txrx.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-netstatus-txrx.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-remote-desktop.svg b/.local/share/icons/Nordic/places/48/gnome-remote-desktop.svg new file mode 120000 index 0000000..2e170d1 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-remote-desktop.svg @@ -0,0 +1 @@ +preferences-desktop-remote-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-stock-trash-full.svg b/.local/share/icons/Nordic/places/48/gnome-stock-trash-full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-stock-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gnome-stock-trash.svg b/.local/share/icons/Nordic/places/48/gnome-stock-trash.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gnome-stock-trash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/gtk-directory.svg b/.local/share/icons/Nordic/places/48/gtk-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48/gtk-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/inode-directory.svg b/.local/share/icons/Nordic/places/48/inode-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48/inode-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/library-music.svg b/.local/share/icons/Nordic/places/48/library-music.svg new file mode 120000 index 0000000..437f962 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/library-music.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/network-error.svg b/.local/share/icons/Nordic/places/48/network-error.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/network-error.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/network-receive.svg b/.local/share/icons/Nordic/places/48/network-receive.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/network-receive.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/network-transmit-receive.svg b/.local/share/icons/Nordic/places/48/network-transmit-receive.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/network-transmit-receive.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/network-transmit.svg b/.local/share/icons/Nordic/places/48/network-transmit.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/network-transmit.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/network-wireless-encrypted.svg b/.local/share/icons/Nordic/places/48/network-wireless-encrypted.svg new file mode 120000 index 0000000..7da8cb2 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/network-wireless-encrypted.svg @@ -0,0 +1 @@ +network.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/network-workgroup.svg b/.local/share/icons/Nordic/places/48/network-workgroup.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/network-workgroup.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/network.svg b/.local/share/icons/Nordic/places/48/network.svg new file mode 100644 index 0000000..3e81547 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/network.svg @@ -0,0 +1,752 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/network_fs.svg b/.local/share/icons/Nordic/places/48/network_fs.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48/network_fs.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/network_local.svg b/.local/share/icons/Nordic/places/48/network_local.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48/network_local.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/nfs.svg b/.local/share/icons/Nordic/places/48/nfs.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48/nfs.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/other-desktop.svg b/.local/share/icons/Nordic/places/48/other-desktop.svg new file mode 120000 index 0000000..8f1a5a0 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/other-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/preferences-desktop-remote-desktop.svg b/.local/share/icons/Nordic/places/48/preferences-desktop-remote-desktop.svg new file mode 120000 index 0000000..bb83503 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/preferences-desktop-remote-desktop.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/samba.svg b/.local/share/icons/Nordic/places/48/samba.svg new file mode 120000 index 0000000..0fb3d2e --- /dev/null +++ b/.local/share/icons/Nordic/places/48/samba.svg @@ -0,0 +1 @@ +network-workgroup.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/stock_folder.svg b/.local/share/icons/Nordic/places/48/stock_folder.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/.local/share/icons/Nordic/places/48/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/stock_trash_full.svg b/.local/share/icons/Nordic/places/48/stock_trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/stock_trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/trashcan_empty.svg b/.local/share/icons/Nordic/places/48/trashcan_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/trashcan_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/trashcan_full.svg b/.local/share/icons/Nordic/places/48/trashcan_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/trashcan_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/user-bookmarks.svg b/.local/share/icons/Nordic/places/48/user-bookmarks.svg new file mode 100644 index 0000000..df1ae36 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/user-bookmarks.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/user-desktop.svg b/.local/share/icons/Nordic/places/48/user-desktop.svg new file mode 100644 index 0000000..e9861e1 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/user-desktop.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/user-home.svg b/.local/share/icons/Nordic/places/48/user-home.svg new file mode 100644 index 0000000..753c723 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/user-home.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/user-images.svg b/.local/share/icons/Nordic/places/48/user-images.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48/user-images.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/user-pictures.svg b/.local/share/icons/Nordic/places/48/user-pictures.svg new file mode 120000 index 0000000..6d4bb4b --- /dev/null +++ b/.local/share/icons/Nordic/places/48/user-pictures.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/user-trash-full.svg b/.local/share/icons/Nordic/places/48/user-trash-full.svg new file mode 100644 index 0000000..a360534 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/user-trash-full.svg @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/user-trash.svg b/.local/share/icons/Nordic/places/48/user-trash.svg new file mode 100644 index 0000000..f4d4dce --- /dev/null +++ b/.local/share/icons/Nordic/places/48/user-trash.svg @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/places/48/xfce-trash_empty.svg b/.local/share/icons/Nordic/places/48/xfce-trash_empty.svg new file mode 120000 index 0000000..a5a5bd8 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/xfce-trash_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/places/48/xfce-trash_full.svg b/.local/share/icons/Nordic/places/48/xfce-trash_full.svg new file mode 120000 index 0000000..013ff84 --- /dev/null +++ b/.local/share/icons/Nordic/places/48/xfce-trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/previews/apps.png b/.local/share/icons/Nordic/previews/apps.png new file mode 100644 index 0000000..0aaca6b Binary files /dev/null and b/.local/share/icons/Nordic/previews/apps.png differ diff --git a/.local/share/icons/Nordic/previews/demo-general2018.png b/.local/share/icons/Nordic/previews/demo-general2018.png new file mode 100644 index 0000000..cb9ab29 Binary files /dev/null and b/.local/share/icons/Nordic/previews/demo-general2018.png differ diff --git a/.local/share/icons/Nordic/previews/logo.svg b/.local/share/icons/Nordic/previews/logo.svg new file mode 100644 index 0000000..01a7bd5 --- /dev/null +++ b/.local/share/icons/Nordic/previews/logo.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.local/share/icons/Nordic/previews/mimetypes.png b/.local/share/icons/Nordic/previews/mimetypes.png new file mode 100644 index 0000000..3e74278 Binary files /dev/null and b/.local/share/icons/Nordic/previews/mimetypes.png differ diff --git a/.local/share/icons/Nordic/previews/others.png b/.local/share/icons/Nordic/previews/others.png new file mode 100644 index 0000000..7d2b74c Binary files /dev/null and b/.local/share/icons/Nordic/previews/others.png differ diff --git a/.local/share/icons/Nordic/previews/places.png b/.local/share/icons/Nordic/previews/places.png new file mode 100644 index 0000000..bf98ab4 Binary files /dev/null and b/.local/share/icons/Nordic/previews/places.png differ diff --git a/.local/share/icons/Nordic/previews/preview.png b/.local/share/icons/Nordic/previews/preview.png new file mode 100644 index 0000000..e940c12 Binary files /dev/null and b/.local/share/icons/Nordic/previews/preview.png differ diff --git a/.local/share/icons/Nordic/previews/system-apps.png b/.local/share/icons/Nordic/previews/system-apps.png new file mode 100644 index 0000000..ece1c1a Binary files /dev/null and b/.local/share/icons/Nordic/previews/system-apps.png differ diff --git a/.local/share/icons/Nordic/status/22/dialog-error.svg b/.local/share/icons/Nordic/status/22/dialog-error.svg new file mode 100644 index 0000000..53e3919 --- /dev/null +++ b/.local/share/icons/Nordic/status/22/dialog-error.svg @@ -0,0 +1,78 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/status/22/dialog-information.svg b/.local/share/icons/Nordic/status/22/dialog-information.svg new file mode 100644 index 0000000..6e547bc --- /dev/null +++ b/.local/share/icons/Nordic/status/22/dialog-information.svg @@ -0,0 +1,59 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/status/22/dialog-password.svg b/.local/share/icons/Nordic/status/22/dialog-password.svg new file mode 100644 index 0000000..a005a88 --- /dev/null +++ b/.local/share/icons/Nordic/status/22/dialog-password.svg @@ -0,0 +1,65 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/status/22/dialog-question.svg b/.local/share/icons/Nordic/status/22/dialog-question.svg new file mode 100644 index 0000000..f2ce651 --- /dev/null +++ b/.local/share/icons/Nordic/status/22/dialog-question.svg @@ -0,0 +1,57 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/status/22/dialog-warning.svg b/.local/share/icons/Nordic/status/22/dialog-warning.svg new file mode 100644 index 0000000..420910c --- /dev/null +++ b/.local/share/icons/Nordic/status/22/dialog-warning.svg @@ -0,0 +1,59 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/status/22/error.svg b/.local/share/icons/Nordic/status/22/error.svg new file mode 120000 index 0000000..3b41d91 --- /dev/null +++ b/.local/share/icons/Nordic/status/22/error.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/gnome-unknown.svg b/.local/share/icons/Nordic/status/22/gnome-unknown.svg new file mode 120000 index 0000000..9c339cf --- /dev/null +++ b/.local/share/icons/Nordic/status/22/gnome-unknown.svg @@ -0,0 +1 @@ +dialog-question.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/gtk-authentication.svg b/.local/share/icons/Nordic/status/22/gtk-authentication.svg new file mode 120000 index 0000000..11de449 --- /dev/null +++ b/.local/share/icons/Nordic/status/22/gtk-authentication.svg @@ -0,0 +1 @@ +dialog-password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/gtk-caps-lock-warning.svg b/.local/share/icons/Nordic/status/22/gtk-caps-lock-warning.svg new file mode 120000 index 0000000..a626e0c --- /dev/null +++ b/.local/share/icons/Nordic/status/22/gtk-caps-lock-warning.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/gtk-dialog-authentication.svg b/.local/share/icons/Nordic/status/22/gtk-dialog-authentication.svg new file mode 120000 index 0000000..11de449 --- /dev/null +++ b/.local/share/icons/Nordic/status/22/gtk-dialog-authentication.svg @@ -0,0 +1 @@ +dialog-password.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/gtk-dialog-error.svg b/.local/share/icons/Nordic/status/22/gtk-dialog-error.svg new file mode 120000 index 0000000..3b41d91 --- /dev/null +++ b/.local/share/icons/Nordic/status/22/gtk-dialog-error.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/gtk-dialog-info.svg b/.local/share/icons/Nordic/status/22/gtk-dialog-info.svg new file mode 120000 index 0000000..015e95b --- /dev/null +++ b/.local/share/icons/Nordic/status/22/gtk-dialog-info.svg @@ -0,0 +1 @@ +dialog-information.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/gtk-dialog-question.svg b/.local/share/icons/Nordic/status/22/gtk-dialog-question.svg new file mode 120000 index 0000000..9c339cf --- /dev/null +++ b/.local/share/icons/Nordic/status/22/gtk-dialog-question.svg @@ -0,0 +1 @@ +dialog-question.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/gtk-dialog-warning-panel.svg b/.local/share/icons/Nordic/status/22/gtk-dialog-warning-panel.svg new file mode 120000 index 0000000..a626e0c --- /dev/null +++ b/.local/share/icons/Nordic/status/22/gtk-dialog-warning-panel.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/gtk-dialog-warning.svg b/.local/share/icons/Nordic/status/22/gtk-dialog-warning.svg new file mode 120000 index 0000000..a626e0c --- /dev/null +++ b/.local/share/icons/Nordic/status/22/gtk-dialog-warning.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/important.svg b/.local/share/icons/Nordic/status/22/important.svg new file mode 120000 index 0000000..a626e0c --- /dev/null +++ b/.local/share/icons/Nordic/status/22/important.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/info.svg b/.local/share/icons/Nordic/status/22/info.svg new file mode 120000 index 0000000..015e95b --- /dev/null +++ b/.local/share/icons/Nordic/status/22/info.svg @@ -0,0 +1 @@ +dialog-information.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/mesagebox_info.svg b/.local/share/icons/Nordic/status/22/mesagebox_info.svg new file mode 120000 index 0000000..015e95b --- /dev/null +++ b/.local/share/icons/Nordic/status/22/mesagebox_info.svg @@ -0,0 +1 @@ +dialog-information.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/messagebox_critical.svg b/.local/share/icons/Nordic/status/22/messagebox_critical.svg new file mode 120000 index 0000000..3b41d91 --- /dev/null +++ b/.local/share/icons/Nordic/status/22/messagebox_critical.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/messagebox_info.svg b/.local/share/icons/Nordic/status/22/messagebox_info.svg new file mode 120000 index 0000000..015e95b --- /dev/null +++ b/.local/share/icons/Nordic/status/22/messagebox_info.svg @@ -0,0 +1 @@ +dialog-information.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/messagebox_warning.svg b/.local/share/icons/Nordic/status/22/messagebox_warning.svg new file mode 120000 index 0000000..a626e0c --- /dev/null +++ b/.local/share/icons/Nordic/status/22/messagebox_warning.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/nm-vpn-standalone-lock.svg b/.local/share/icons/Nordic/status/22/nm-vpn-standalone-lock.svg new file mode 100644 index 0000000..8a6117f --- /dev/null +++ b/.local/share/icons/Nordic/status/22/nm-vpn-standalone-lock.svg @@ -0,0 +1,115 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/status/22/object-locked.svg b/.local/share/icons/Nordic/status/22/object-locked.svg new file mode 120000 index 0000000..c77d955 --- /dev/null +++ b/.local/share/icons/Nordic/status/22/object-locked.svg @@ -0,0 +1 @@ +nm-vpn-standalone-lock.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/object-unlocked.svg b/.local/share/icons/Nordic/status/22/object-unlocked.svg new file mode 100644 index 0000000..56778d0 --- /dev/null +++ b/.local/share/icons/Nordic/status/22/object-unlocked.svg @@ -0,0 +1,115 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/status/22/pamac-tray-update.svg b/.local/share/icons/Nordic/status/22/pamac-tray-update.svg new file mode 100644 index 0000000..77aae3e --- /dev/null +++ b/.local/share/icons/Nordic/status/22/pamac-tray-update.svg @@ -0,0 +1,119 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.local/share/icons/Nordic/status/22/stock-dialog-error.svg b/.local/share/icons/Nordic/status/22/stock-dialog-error.svg new file mode 120000 index 0000000..3b41d91 --- /dev/null +++ b/.local/share/icons/Nordic/status/22/stock-dialog-error.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/stock_dialog-error.svg b/.local/share/icons/Nordic/status/22/stock_dialog-error.svg new file mode 120000 index 0000000..3b41d91 --- /dev/null +++ b/.local/share/icons/Nordic/status/22/stock_dialog-error.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/stock_dialog-info.svg b/.local/share/icons/Nordic/status/22/stock_dialog-info.svg new file mode 120000 index 0000000..015e95b --- /dev/null +++ b/.local/share/icons/Nordic/status/22/stock_dialog-info.svg @@ -0,0 +1 @@ +dialog-information.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/stock_dialog-question.svg b/.local/share/icons/Nordic/status/22/stock_dialog-question.svg new file mode 120000 index 0000000..9c339cf --- /dev/null +++ b/.local/share/icons/Nordic/status/22/stock_dialog-question.svg @@ -0,0 +1 @@ +dialog-question.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/stock_dialog-warning.svg b/.local/share/icons/Nordic/status/22/stock_dialog-warning.svg new file mode 120000 index 0000000..a626e0c --- /dev/null +++ b/.local/share/icons/Nordic/status/22/stock_dialog-warning.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/stock_unknown.svg b/.local/share/icons/Nordic/status/22/stock_unknown.svg new file mode 120000 index 0000000..9c339cf --- /dev/null +++ b/.local/share/icons/Nordic/status/22/stock_unknown.svg @@ -0,0 +1 @@ +dialog-question.svg \ No newline at end of file diff --git a/.local/share/icons/Nordic/status/22/xfce-unknown.svg b/.local/share/icons/Nordic/status/22/xfce-unknown.svg new file mode 120000 index 0000000..9c339cf --- /dev/null +++ b/.local/share/icons/Nordic/status/22/xfce-unknown.svg @@ -0,0 +1 @@ +dialog-question.svg \ No newline at end of file diff --git a/.nvidia-settings-rc b/.nvidia-settings-rc new file mode 100644 index 0000000..42f02a4 --- /dev/null +++ b/.nvidia-settings-rc @@ -0,0 +1,94 @@ +# +# /home/relms/.nvidia-settings-rc +# +# Configuration file for nvidia-settings - the NVIDIA X Server Settings utility +# Generated on Sat Oct 23 18:54:02 2021 +# + +# ConfigProperties: + +RcFileLocale = C +DisplayStatusBar = Yes +SliderTextEntries = Yes +IncludeDisplayNameInConfigFile = No +ShowQuitDialog = Yes +UpdateRulesOnProfileNameChange = Yes +Timer = PowerMizer_Monitor_(GPU_0),Yes,1000 +Timer = Thermal_Monitor_(GPU_0),Yes,1000 +Timer = Memory_Used_(GPU_0),Yes,3000 + +# Attributes: + +0/SyncToVBlank=1 +0/LogAniso=4 +0/FSAA=11 +0/TextureClamping=1 +0/FXAA=0 +0/AllowFlipping=1 +0/FSAAAppControlled=0 +0/LogAnisoAppControlled=0 +0/OpenGLImageSettings=0 +0/FSAAAppEnhanced=1 +0/ShowGraphicsVisualIndicator=0 +[DPY:DP-0]/Dithering=0 +[DPY:DP-0]/DitheringMode=0 +[DPY:DP-0]/DitheringDepth=0 +[DPY:DP-0]/ColorSpace=0 +[DPY:DP-0]/ColorRange=0 +[DPY:DP-0]/SynchronousPaletteUpdates=0 +[DPY:DP-1]/Dithering=0 +[DPY:DP-1]/DitheringMode=0 +[DPY:DP-1]/DitheringDepth=0 +[DPY:DP-1]/ColorSpace=0 +[DPY:DP-1]/ColorRange=0 +[DPY:DP-1]/SynchronousPaletteUpdates=0 +[DPY:DP-2]/RedBrightness=0.000000 +[DPY:DP-2]/GreenBrightness=0.000000 +[DPY:DP-2]/BlueBrightness=0.000000 +[DPY:DP-2]/RedContrast=0.000000 +[DPY:DP-2]/GreenContrast=0.000000 +[DPY:DP-2]/BlueContrast=0.000000 +[DPY:DP-2]/RedGamma=1.000000 +[DPY:DP-2]/GreenGamma=1.000000 +[DPY:DP-2]/BlueGamma=1.000000 +[DPY:DP-2]/Dithering=0 +[DPY:DP-2]/DitheringMode=0 +[DPY:DP-2]/DitheringDepth=0 +[DPY:DP-2]/DigitalVibrance=0 +[DPY:DP-2]/ColorSpace=0 +[DPY:DP-2]/ColorRange=0 +[DPY:DP-2]/SynchronousPaletteUpdates=0 +[DPY:DP-3]/Dithering=0 +[DPY:DP-3]/DitheringMode=0 +[DPY:DP-3]/DitheringDepth=0 +[DPY:DP-3]/ColorSpace=0 +[DPY:DP-3]/ColorRange=0 +[DPY:DP-3]/SynchronousPaletteUpdates=0 +[DPY:HDMI-0]/RedBrightness=0.000000 +[DPY:HDMI-0]/GreenBrightness=0.000000 +[DPY:HDMI-0]/BlueBrightness=0.000000 +[DPY:HDMI-0]/RedContrast=0.000000 +[DPY:HDMI-0]/GreenContrast=0.000000 +[DPY:HDMI-0]/BlueContrast=0.000000 +[DPY:HDMI-0]/RedGamma=1.000000 +[DPY:HDMI-0]/GreenGamma=1.000000 +[DPY:HDMI-0]/BlueGamma=1.000000 +[DPY:HDMI-0]/Dithering=0 +[DPY:HDMI-0]/DitheringMode=0 +[DPY:HDMI-0]/DitheringDepth=0 +[DPY:HDMI-0]/DigitalVibrance=0 +[DPY:HDMI-0]/ColorSpace=0 +[DPY:HDMI-0]/ColorRange=0 +[DPY:HDMI-0]/SynchronousPaletteUpdates=0 +[DPY:DP-4]/Dithering=0 +[DPY:DP-4]/DitheringMode=0 +[DPY:DP-4]/DitheringDepth=0 +[DPY:DP-4]/ColorSpace=0 +[DPY:DP-4]/ColorRange=0 +[DPY:DP-4]/SynchronousPaletteUpdates=0 +[DPY:DP-5]/Dithering=0 +[DPY:DP-5]/DitheringMode=0 +[DPY:DP-5]/DitheringDepth=0 +[DPY:DP-5]/ColorSpace=0 +[DPY:DP-5]/ColorRange=0 +[DPY:DP-5]/SynchronousPaletteUpdates=0 diff --git a/.p10k.zsh b/.p10k.zsh new file mode 100644 index 0000000..5a9dea6 --- /dev/null +++ b/.p10k.zsh @@ -0,0 +1,1641 @@ +# Generated by Powerlevel10k configuration wizard on 2021-11-15 at 16:19 PST. +# Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 28342. +# Wizard options: nerdfont-complete + powerline, small icons, classic, unicode, darkest, +# 12h time, angled separators, sharp heads, flat tails, 2 lines, solid, full frame, +# sparse, many icons, fluent, transient_prompt, instant_prompt=quiet. +# Type `p10k configure` to generate another config. +# +# Config for Powerlevel10k with classic powerline prompt style. Type `p10k configure` to generate +# your own config based on it. +# +# Tip: Looking for a nice color? Here's a one-liner to print colormap. +# +# for i in {0..255}; do print -Pn "%K{$i} %k%F{$i}${(l:3::0:)i}%f " ${${(M)$((i%6)):#3}:+$'\n'}; done + +# Temporarily change options. +'builtin' 'local' '-a' 'p10k_config_opts' +[[ ! -o 'aliases' ]] || p10k_config_opts+=('aliases') +[[ ! -o 'sh_glob' ]] || p10k_config_opts+=('sh_glob') +[[ ! -o 'no_brace_expand' ]] || p10k_config_opts+=('no_brace_expand') +'builtin' 'setopt' 'no_aliases' 'no_sh_glob' 'brace_expand' + +() { + emulate -L zsh -o extended_glob + + # Unset all configuration options. This allows you to apply configuration changes without + # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. + unset -m '(POWERLEVEL9K_*|DEFAULT_USER)~POWERLEVEL9K_GITSTATUS_DIR' + + # Zsh >= 5.1 is required. + autoload -Uz is-at-least && is-at-least 5.1 || return + + # The list of segments shown on the left. Fill it with the most important segments. + typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( + # =========================[ Line #1 ]========================= + os_icon # os identifier + dir # current directory + vcs # git status + # =========================[ Line #2 ]========================= + newline # \n + # prompt_char # prompt symbol + ) + + # The list of segments shown on the right. Fill it with less important segments. + # Right prompt on the last prompt line (where you are typing your commands) gets + # automatically hidden when the input line reaches it. Right prompt above the + # last prompt line gets hidden if it would overlap with left prompt. + typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( + # =========================[ Line #1 ]========================= + status # exit code of the last command + command_execution_time # duration of the last command + background_jobs # presence of background jobs + direnv # direnv status (https://direnv.net/) + asdf # asdf version manager (https://github.com/asdf-vm/asdf) + virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html) + anaconda # conda environment (https://conda.io/) + pyenv # python environment (https://github.com/pyenv/pyenv) + goenv # go environment (https://github.com/syndbg/goenv) + nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv) + nvm # node.js version from nvm (https://github.com/nvm-sh/nvm) + nodeenv # node.js environment (https://github.com/ekalinin/nodeenv) + # node_version # node.js version + # go_version # go version (https://golang.org) + # rust_version # rustc version (https://www.rust-lang.org) + # dotnet_version # .NET version (https://dotnet.microsoft.com) + # php_version # php version (https://www.php.net/) + # laravel_version # laravel php framework version (https://laravel.com/) + # java_version # java version (https://www.java.com/) + # package # name@version from package.json (https://docs.npmjs.com/files/package.json) + rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv) + rvm # ruby version from rvm (https://rvm.io) + fvm # flutter version management (https://github.com/leoafarias/fvm) + luaenv # lua version from luaenv (https://github.com/cehoffman/luaenv) + jenv # java version from jenv (https://github.com/jenv/jenv) + plenv # perl version from plenv (https://github.com/tokuhirom/plenv) + phpenv # php version from phpenv (https://github.com/phpenv/phpenv) + scalaenv # scala version from scalaenv (https://github.com/scalaenv/scalaenv) + haskell_stack # haskell version from stack (https://haskellstack.org/) + kubecontext # current kubernetes context (https://kubernetes.io/) + terraform # terraform workspace (https://www.terraform.io) + # terraform_version # terraform version (https://www.terraform.io) + aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) + aws_eb_env # aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) + azure # azure account name (https://docs.microsoft.com/en-us/cli/azure) + gcloud # google cloud cli account and project (https://cloud.google.com/) + google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production) + toolbox # toolbox name (https://github.com/containers/toolbox) + context # user@hostname + nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) + ranger # ranger shell (https://github.com/ranger/ranger) + nnn # nnn shell (https://github.com/jarun/nnn) + xplr # xplr shell (https://github.com/sayanarijit/xplr) + vim_shell # vim shell indicator (:sh) + midnight_commander # midnight commander shell (https://midnight-commander.org/) + nix_shell # nix shell (https://nixos.org/nixos/nix-pills/developing-with-nix-shell.html) + vi_mode # vi mode (you don't need this if you've enabled prompt_char) + # vpn_ip # virtual private network indicator + # load # CPU load + # disk_usage # disk usage + # ram # free RAM + # swap # used swap + todo # todo items (https://github.com/todotxt/todo.txt-cli) + timewarrior # timewarrior tracking status (https://timewarrior.net/) + taskwarrior # taskwarrior task count (https://taskwarrior.org/) + time # current time + # =========================[ Line #2 ]========================= + newline # \n + # ip # ip address and bandwidth usage for a specified network interface + # public_ip # public IP address + # proxy # system-wide http/https/ftp proxy + # battery # internal battery + # wifi # wifi speed + # example # example user-defined segment (see prompt_example function below) + ) + + # Defines character set used by powerlevel10k. It's best to let `p10k configure` set it for you. + typeset -g POWERLEVEL9K_MODE=nerdfont-complete + # When set to `moderate`, some icons will have an extra space after them. This is meant to avoid + # icon overlap when using non-monospace fonts. When set to `none`, spaces are not added. + typeset -g POWERLEVEL9K_ICON_PADDING=none + + # When set to true, icons appear before content on both sides of the prompt. When set + # to false, icons go after content. If empty or not set, icons go before content in the left + # prompt and after content in the right prompt. + # + # You can also override it for a specific segment: + # + # POWERLEVEL9K_STATUS_ICON_BEFORE_CONTENT=false + # + # Or for a specific segment in specific state: + # + # POWERLEVEL9K_DIR_NOT_WRITABLE_ICON_BEFORE_CONTENT=false + typeset -g POWERLEVEL9K_ICON_BEFORE_CONTENT= + + # Add an empty line before each prompt. + typeset -g POWERLEVEL9K_PROMPT_ADD_NEWLINE=true + + # Connect left prompt lines with these symbols. You'll probably want to use the same color + # as POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND below. + typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX='%238F╭─' + typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_PREFIX='%238F├─' + typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX='%238F╰─' + # Connect right prompt lines with these symbols. + typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_SUFFIX='%238F─╮' + typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_SUFFIX='%238F─┤' + typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_SUFFIX='%238F─╯' + + # Filler between left and right prompt on the first prompt line. You can set it to ' ', '·' or + # '─'. The last two make it easier to see the alignment between left and right prompt and to + # separate prompt from command output. You might want to set POWERLEVEL9K_PROMPT_ADD_NEWLINE=false + # for more compact prompt if using using this option. + typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR='─' + typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_BACKGROUND= + typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_GAP_BACKGROUND= + if [[ $POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR != ' ' ]]; then + # The color of the filler. You'll probably want to match the color of POWERLEVEL9K_MULTILINE + # ornaments defined above. + typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND=238 + # Start filler from the edge of the screen if there are no left segments on the first line. + typeset -g POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_FIRST_SEGMENT_END_SYMBOL='%{%}' + # End filler on the edge of the screen if there are no right segments on the first line. + typeset -g POWERLEVEL9K_EMPTY_LINE_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL='%{%}' + fi + + # Default background color. + typeset -g POWERLEVEL9K_BACKGROUND=234 + + # Separator between same-color segments on the left. + typeset -g POWERLEVEL9K_LEFT_SUBSEGMENT_SEPARATOR='%242F\uE0B1' + # Separator between same-color segments on the right. + typeset -g POWERLEVEL9K_RIGHT_SUBSEGMENT_SEPARATOR='%242F\uE0B3' + # Separator between different-color segments on the left. + typeset -g POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR='\uE0B0' + # Separator between different-color segments on the right. + typeset -g POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR='\uE0B2' + # The right end of left prompt. + typeset -g POWERLEVEL9K_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL='\uE0B0' + # The left end of right prompt. + typeset -g POWERLEVEL9K_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL='\uE0B2' + # The left end of left prompt. + typeset -g POWERLEVEL9K_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL='' + # The right end of right prompt. + typeset -g POWERLEVEL9K_RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL='' + # Left prompt terminator for lines without any segments. + typeset -g POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL= + + #################################[ os_icon: os identifier ]################################## + # OS identifier color. + typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=255 + # Custom icon. + # typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='⭐' + + ################################[ prompt_char: prompt symbol ]################################ + # Transparent background. + typeset -g POWERLEVEL9K_PROMPT_CHAR_BACKGROUND= + # Green prompt symbol if the last command succeeded. + typeset -g POWERLEVEL9K_PROMPT_CHAR_OK_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=76 + # Red prompt symbol if the last command failed. + typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=196 + # Default prompt symbol. + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='❯' + # Prompt symbol in command vi mode. + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION='❮' + # Prompt symbol in visual vi mode. + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='V' + # Prompt symbol in overwrite vi mode. + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIOWR_CONTENT_EXPANSION='▶' + typeset -g POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true + # No line terminator if prompt_char is the last segment. + typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL= + # No line introducer if prompt_char is the first segment. + typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL= + # No surrounding whitespace. + typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_{LEFT,RIGHT}_WHITESPACE= + + ##################################[ dir: current directory ]################################## + # Default current directory color. + typeset -g POWERLEVEL9K_DIR_FOREGROUND=31 + # If directory is too long, shorten some of its segments to the shortest possible unique + # prefix. The shortened directory can be tab-completed to the original. + typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique + # Replace removed segment suffixes with this symbol. + typeset -g POWERLEVEL9K_SHORTEN_DELIMITER= + # Color of the shortened directory segments. + typeset -g POWERLEVEL9K_DIR_SHORTENED_FOREGROUND=103 + # Color of the anchor directory segments. Anchor segments are never shortened. The first + # segment is always an anchor. + typeset -g POWERLEVEL9K_DIR_ANCHOR_FOREGROUND=39 + # Display anchor directory segments in bold. + typeset -g POWERLEVEL9K_DIR_ANCHOR_BOLD=true + # Don't shorten directories that contain any of these files. They are anchors. + local anchor_files=( + .bzr + .citc + .git + .hg + .node-version + .python-version + .go-version + .ruby-version + .lua-version + .java-version + .perl-version + .php-version + .tool-version + .shorten_folder_marker + .svn + .terraform + CVS + Cargo.toml + composer.json + go.mod + package.json + stack.yaml + ) + typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})" + # If set to "first" ("last"), remove everything before the first (last) subdirectory that contains + # files matching $POWERLEVEL9K_SHORTEN_FOLDER_MARKER. For example, when the current directory is + # /foo/bar/git_repo/nested_git_repo/baz, prompt will display git_repo/nested_git_repo/baz (first) + # or nested_git_repo/baz (last). This assumes that git_repo and nested_git_repo contain markers + # and other directories don't. + # + # Optionally, "first" and "last" can be followed by ":" where is an integer. + # This moves the truncation point to the right (positive offset) or to the left (negative offset) + # relative to the marker. Plain "first" and "last" are equivalent to "first:0" and "last:0" + # respectively. + typeset -g POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER=false + # Don't shorten this many last directory segments. They are anchors. + typeset -g POWERLEVEL9K_SHORTEN_DIR_LENGTH=1 + # Shorten directory if it's longer than this even if there is space for it. The value can + # be either absolute (e.g., '80') or a percentage of terminal width (e.g, '50%'). If empty, + # directory will be shortened only when prompt doesn't fit or when other parameters demand it + # (see POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT below). + # If set to `0`, directory will always be shortened to its minimum length. + typeset -g POWERLEVEL9K_DIR_MAX_LENGTH=80 + # When `dir` segment is on the last prompt line, try to shorten it enough to leave at least this + # many columns for typing commands. + typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS=40 + # When `dir` segment is on the last prompt line, try to shorten it enough to leave at least + # COLUMNS * POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT * 0.01 columns for typing commands. + typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT=50 + # If set to true, embed a hyperlink into the directory. Useful for quickly + # opening a directory in the file manager simply by clicking the link. + # Can also be handy when the directory is shortened, as it allows you to see + # the full directory that was used in previous commands. + typeset -g POWERLEVEL9K_DIR_HYPERLINK=false + + # Enable special styling for non-writable and non-existent directories. See POWERLEVEL9K_LOCK_ICON + # and POWERLEVEL9K_DIR_CLASSES below. + typeset -g POWERLEVEL9K_DIR_SHOW_WRITABLE=v3 + + # The default icon shown next to non-writable and non-existent directories when + # POWERLEVEL9K_DIR_SHOW_WRITABLE is set to v3. + # typeset -g POWERLEVEL9K_LOCK_ICON='⭐' + + # POWERLEVEL9K_DIR_CLASSES allows you to specify custom icons and colors for different + # directories. It must be an array with 3 * N elements. Each triplet consists of: + # + # 1. A pattern against which the current directory ($PWD) is matched. Matching is done with + # extended_glob option enabled. + # 2. Directory class for the purpose of styling. + # 3. An empty string. + # + # Triplets are tried in order. The first triplet whose pattern matches $PWD wins. + # + # If POWERLEVEL9K_DIR_SHOW_WRITABLE is set to v3, non-writable and non-existent directories + # acquire class suffix _NOT_WRITABLE and NON_EXISTENT respectively. + # + # For example, given these settings: + # + # typeset -g POWERLEVEL9K_DIR_CLASSES=( + # '~/work(|/*)' WORK '' + # '~(|/*)' HOME '' + # '*' DEFAULT '') + # + # Whenever the current directory is ~/work or a subdirectory of ~/work, it gets styled with one + # of the following classes depending on its writability and existence: WORK, WORK_NOT_WRITABLE or + # WORK_NON_EXISTENT. + # + # Simply assigning classes to directories doesn't have any visible effects. It merely gives you an + # option to define custom colors and icons for different directory classes. + # + # # Styling for WORK. + # typeset -g POWERLEVEL9K_DIR_WORK_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_DIR_WORK_FOREGROUND=31 + # typeset -g POWERLEVEL9K_DIR_WORK_SHORTENED_FOREGROUND=103 + # typeset -g POWERLEVEL9K_DIR_WORK_ANCHOR_FOREGROUND=39 + # + # # Styling for WORK_NOT_WRITABLE. + # typeset -g POWERLEVEL9K_DIR_WORK_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_DIR_WORK_NOT_WRITABLE_FOREGROUND=31 + # typeset -g POWERLEVEL9K_DIR_WORK_NOT_WRITABLE_SHORTENED_FOREGROUND=103 + # typeset -g POWERLEVEL9K_DIR_WORK_NOT_WRITABLE_ANCHOR_FOREGROUND=39 + # + # # Styling for WORK_NON_EXISTENT. + # typeset -g POWERLEVEL9K_DIR_WORK_NON_EXISTENT_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_DIR_WORK_NON_EXISTENT_FOREGROUND=31 + # typeset -g POWERLEVEL9K_DIR_WORK_NON_EXISTENT_SHORTENED_FOREGROUND=103 + # typeset -g POWERLEVEL9K_DIR_WORK_NON_EXISTENT_ANCHOR_FOREGROUND=39 + # + # If a styling parameter isn't explicitly defined for some class, it falls back to the classless + # parameter. For example, if POWERLEVEL9K_DIR_WORK_NOT_WRITABLE_FOREGROUND is not set, it falls + # back to POWERLEVEL9K_DIR_FOREGROUND. + # + # typeset -g POWERLEVEL9K_DIR_CLASSES=() + + # Custom prefix. + # typeset -g POWERLEVEL9K_DIR_PREFIX='%244Fin ' + + #####################################[ vcs: git status ]###################################### + # Branch icon. Set this parameter to '\uF126 ' for the popular Powerline branch icon. + typeset -g POWERLEVEL9K_VCS_BRANCH_ICON='\uF126 ' + + # Untracked files icon. It's really a question mark, your font isn't broken. + # Change the value of this parameter to show a different icon. + typeset -g POWERLEVEL9K_VCS_UNTRACKED_ICON='?' + + # Formatter for Git status. + # + # Example output: master wip ⇣42⇡42 *42 merge ~42 +42 !42 ?42. + # + # You can edit the function to customize how Git status looks. + # + # VCS_STATUS_* parameters are set by gitstatus plugin. See reference: + # https://github.com/romkatv/gitstatus/blob/master/gitstatus.plugin.zsh. + function my_git_formatter() { + emulate -L zsh + + if [[ -n $P9K_CONTENT ]]; then + # If P9K_CONTENT is not empty, use it. It's either "loading" or from vcs_info (not from + # gitstatus plugin). VCS_STATUS_* parameters are not available in this case. + typeset -g my_git_format=$P9K_CONTENT + return + fi + + if (( $1 )); then + # Styling for up-to-date Git status. + local meta='%244F' # grey foreground + local clean='%76F' # green foreground + local modified='%178F' # yellow foreground + local untracked='%39F' # blue foreground + local conflicted='%196F' # red foreground + else + # Styling for incomplete and stale Git status. + local meta='%244F' # grey foreground + local clean='%244F' # grey foreground + local modified='%244F' # grey foreground + local untracked='%244F' # grey foreground + local conflicted='%244F' # grey foreground + fi + + local res + + if [[ -n $VCS_STATUS_LOCAL_BRANCH ]]; then + local branch=${(V)VCS_STATUS_LOCAL_BRANCH} + # If local branch name is at most 32 characters long, show it in full. + # Otherwise show the first 12 … the last 12. + # Tip: To always show local branch name in full without truncation, delete the next line. + (( $#branch > 32 )) && branch[13,-13]="…" # <-- this line + res+="${clean}${(g::)POWERLEVEL9K_VCS_BRANCH_ICON}${branch//\%/%%}" + fi + + if [[ -n $VCS_STATUS_TAG + # Show tag only if not on a branch. + # Tip: To always show tag, delete the next line. + && -z $VCS_STATUS_LOCAL_BRANCH # <-- this line + ]]; then + local tag=${(V)VCS_STATUS_TAG} + # If tag name is at most 32 characters long, show it in full. + # Otherwise show the first 12 … the last 12. + # Tip: To always show tag name in full without truncation, delete the next line. + (( $#tag > 32 )) && tag[13,-13]="…" # <-- this line + res+="${meta}#${clean}${tag//\%/%%}" + fi + + # Display the current Git commit if there is no branch and no tag. + # Tip: To always display the current Git commit, delete the next line. + [[ -z $VCS_STATUS_LOCAL_BRANCH && -z $VCS_STATUS_TAG ]] && # <-- this line + res+="${meta}@${clean}${VCS_STATUS_COMMIT[1,8]}" + + # Show tracking branch name if it differs from local branch. + if [[ -n ${VCS_STATUS_REMOTE_BRANCH:#$VCS_STATUS_LOCAL_BRANCH} ]]; then + res+="${meta}:${clean}${(V)VCS_STATUS_REMOTE_BRANCH//\%/%%}" + fi + + # Display "wip" if the latest commit's summary contains "wip" or "WIP". + if [[ $VCS_STATUS_COMMIT_SUMMARY == (|*[^[:alnum:]])(wip|WIP)(|[^[:alnum:]]*) ]]; then + res+=" ${modified}wip" + fi + + # ⇣42 if behind the remote. + (( VCS_STATUS_COMMITS_BEHIND )) && res+=" ${clean}⇣${VCS_STATUS_COMMITS_BEHIND}" + # ⇡42 if ahead of the remote; no leading space if also behind the remote: ⇣42⇡42. + (( VCS_STATUS_COMMITS_AHEAD && !VCS_STATUS_COMMITS_BEHIND )) && res+=" " + (( VCS_STATUS_COMMITS_AHEAD )) && res+="${clean}⇡${VCS_STATUS_COMMITS_AHEAD}" + # ⇠42 if behind the push remote. + (( VCS_STATUS_PUSH_COMMITS_BEHIND )) && res+=" ${clean}⇠${VCS_STATUS_PUSH_COMMITS_BEHIND}" + (( VCS_STATUS_PUSH_COMMITS_AHEAD && !VCS_STATUS_PUSH_COMMITS_BEHIND )) && res+=" " + # ⇢42 if ahead of the push remote; no leading space if also behind: ⇠42⇢42. + (( VCS_STATUS_PUSH_COMMITS_AHEAD )) && res+="${clean}⇢${VCS_STATUS_PUSH_COMMITS_AHEAD}" + # *42 if have stashes. + (( VCS_STATUS_STASHES )) && res+=" ${clean}*${VCS_STATUS_STASHES}" + # 'merge' if the repo is in an unusual state. + [[ -n $VCS_STATUS_ACTION ]] && res+=" ${conflicted}${VCS_STATUS_ACTION}" + # ~42 if have merge conflicts. + (( VCS_STATUS_NUM_CONFLICTED )) && res+=" ${conflicted}~${VCS_STATUS_NUM_CONFLICTED}" + # +42 if have staged changes. + (( VCS_STATUS_NUM_STAGED )) && res+=" ${modified}+${VCS_STATUS_NUM_STAGED}" + # !42 if have unstaged changes. + (( VCS_STATUS_NUM_UNSTAGED )) && res+=" ${modified}!${VCS_STATUS_NUM_UNSTAGED}" + # ?42 if have untracked files. It's really a question mark, your font isn't broken. + # See POWERLEVEL9K_VCS_UNTRACKED_ICON above if you want to use a different icon. + # Remove the next line if you don't want to see untracked files at all. + (( VCS_STATUS_NUM_UNTRACKED )) && res+=" ${untracked}${(g::)POWERLEVEL9K_VCS_UNTRACKED_ICON}${VCS_STATUS_NUM_UNTRACKED}" + # "─" if the number of unstaged files is unknown. This can happen due to + # POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY (see below) being set to a non-negative number lower + # than the number of files in the Git index, or due to bash.showDirtyState being set to false + # in the repository config. The number of staged and untracked files may also be unknown + # in this case. + (( VCS_STATUS_HAS_UNSTAGED == -1 )) && res+=" ${modified}─" + + typeset -g my_git_format=$res + } + functions -M my_git_formatter 2>/dev/null + + # Don't count the number of unstaged, untracked and conflicted files in Git repositories with + # more than this many files in the index. Negative value means infinity. + # + # If you are working in Git repositories with tens of millions of files and seeing performance + # sagging, try setting POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY to a number lower than the output + # of `git ls-files | wc -l`. Alternatively, add `bash.showDirtyState = false` to the repository's + # config: `git config bash.showDirtyState false`. + typeset -g POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY=-1 + + # Don't show Git status in prompt for repositories whose workdir matches this pattern. + # For example, if set to '~', the Git repository at $HOME/.git will be ignored. + # Multiple patterns can be combined with '|': '~(|/foo)|/bar/baz/*'. + typeset -g POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN='~' + + # Disable the default Git status formatting. + typeset -g POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING=true + # Install our own Git status formatter. + typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION='${$((my_git_formatter(1)))+${my_git_format}}' + typeset -g POWERLEVEL9K_VCS_LOADING_CONTENT_EXPANSION='${$((my_git_formatter(0)))+${my_git_format}}' + # Enable counters for staged, unstaged, etc. + typeset -g POWERLEVEL9K_VCS_{STAGED,UNSTAGED,UNTRACKED,CONFLICTED,COMMITS_AHEAD,COMMITS_BEHIND}_MAX_NUM=-1 + + # Icon color. + typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_COLOR=76 + typeset -g POWERLEVEL9K_VCS_LOADING_VISUAL_IDENTIFIER_COLOR=244 + # Custom icon. + # typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_EXPANSION='⭐' + # Custom prefix. + typeset -g POWERLEVEL9K_VCS_PREFIX='%244Fon ' + + # Show status of repositories of these types. You can add svn and/or hg if you are + # using them. If you do, your prompt may become slow even when your current directory + # isn't in an svn or hg reposotiry. + typeset -g POWERLEVEL9K_VCS_BACKENDS=(git) + + # These settings are used for repositories other than Git or when gitstatusd fails and + # Powerlevel10k has to fall back to using vcs_info. + typeset -g POWERLEVEL9K_VCS_CLEAN_FOREGROUND=76 + typeset -g POWERLEVEL9K_VCS_UNTRACKED_FOREGROUND=76 + typeset -g POWERLEVEL9K_VCS_MODIFIED_FOREGROUND=178 + + ##########################[ status: exit code of the last command ]########################### + # Enable OK_PIPE, ERROR_PIPE and ERROR_SIGNAL status states to allow us to enable, disable and + # style them independently from the regular OK and ERROR state. + typeset -g POWERLEVEL9K_STATUS_EXTENDED_STATES=true + + # Status on success. No content, just an icon. No need to show it if prompt_char is enabled as + # it will signify success by turning green. + typeset -g POWERLEVEL9K_STATUS_OK=true + typeset -g POWERLEVEL9K_STATUS_OK_FOREGROUND=70 + typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='✔' + + # Status when some part of a pipe command fails but the overall exit status is zero. It may look + # like this: 1|0. + typeset -g POWERLEVEL9K_STATUS_OK_PIPE=true + typeset -g POWERLEVEL9K_STATUS_OK_PIPE_FOREGROUND=70 + typeset -g POWERLEVEL9K_STATUS_OK_PIPE_VISUAL_IDENTIFIER_EXPANSION='✔' + + # Status when it's just an error code (e.g., '1'). No need to show it if prompt_char is enabled as + # it will signify error by turning red. + typeset -g POWERLEVEL9K_STATUS_ERROR=true + typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=160 + typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='✘' + + # Status when the last command was terminated by a signal. + typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL=true + typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_FOREGROUND=160 + # Use terse signal names: "INT" instead of "SIGINT(2)". + typeset -g POWERLEVEL9K_STATUS_VERBOSE_SIGNAME=false + typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_VISUAL_IDENTIFIER_EXPANSION='✘' + + # Status when some part of a pipe command fails and the overall exit status is also non-zero. + # It may look like this: 1|0. + typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE=true + typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_FOREGROUND=160 + typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_VISUAL_IDENTIFIER_EXPANSION='✘' + + ###################[ command_execution_time: duration of the last command ]################### + # Show duration of the last command if takes at least this many seconds. + typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=3 + # Show this many fractional digits. Zero means round to seconds. + typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION=0 + # Execution time color. + typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FOREGROUND=248 + # Duration format: 1d 2h 3m 4s. + typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FORMAT='d h m s' + # Custom icon. + # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_VISUAL_IDENTIFIER_EXPANSION='⭐' + # Custom prefix. + typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PREFIX='%244Ftook ' + + #######################[ background_jobs: presence of background jobs ]####################### + # Don't show the number of background jobs. + typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE=false + # Background jobs color. + typeset -g POWERLEVEL9K_BACKGROUND_JOBS_FOREGROUND=37 + # Custom icon. + # typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #######################[ direnv: direnv status (https://direnv.net/) ]######################## + # Direnv color. + typeset -g POWERLEVEL9K_DIRENV_FOREGROUND=178 + # Custom icon. + # typeset -g POWERLEVEL9K_DIRENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###############[ asdf: asdf version manager (https://github.com/asdf-vm/asdf) ]############### + # Default asdf color. Only used to display tools for which there is no color override (see below). + # Tip: Override this parameter for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_FOREGROUND. + typeset -g POWERLEVEL9K_ASDF_FOREGROUND=66 + + # There are four parameters that can be used to hide asdf tools. Each parameter describes + # conditions under which a tool gets hidden. Parameters can hide tools but not unhide them. If at + # least one parameter decides to hide a tool, that tool gets hidden. If no parameter decides to + # hide a tool, it gets shown. + # + # Special note on the difference between POWERLEVEL9K_ASDF_SOURCES and + # POWERLEVEL9K_ASDF_PROMPT_ALWAYS_SHOW. Consider the effect of the following commands: + # + # asdf local python 3.8.1 + # asdf global python 3.8.1 + # + # After running both commands the current python version is 3.8.1 and its source is "local" as + # it takes precedence over "global". If POWERLEVEL9K_ASDF_PROMPT_ALWAYS_SHOW is set to false, + # it'll hide python version in this case because 3.8.1 is the same as the global version. + # POWERLEVEL9K_ASDF_SOURCES will hide python version only if the value of this parameter doesn't + # contain "local". + + # Hide tool versions that don't come from one of these sources. + # + # Available sources: + # + # - shell `asdf current` says "set by ASDF_${TOOL}_VERSION environment variable" + # - local `asdf current` says "set by /some/not/home/directory/file" + # - global `asdf current` says "set by /home/username/file" + # + # Note: If this parameter is set to (shell local global), it won't hide tools. + # Tip: Override this parameter for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_SOURCES. + typeset -g POWERLEVEL9K_ASDF_SOURCES=(shell local global) + + # If set to false, hide tool versions that are the same as global. + # + # Note: The name of this parameter doesn't reflect its meaning at all. + # Note: If this parameter is set to true, it won't hide tools. + # Tip: Override this parameter for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_PROMPT_ALWAYS_SHOW. + typeset -g POWERLEVEL9K_ASDF_PROMPT_ALWAYS_SHOW=false + + # If set to false, hide tool versions that are equal to "system". + # + # Note: If this parameter is set to true, it won't hide tools. + # Tip: Override this parameter for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_SHOW_SYSTEM. + typeset -g POWERLEVEL9K_ASDF_SHOW_SYSTEM=true + + # If set to non-empty value, hide tools unless there is a file matching the specified file pattern + # in the current directory, or its parent directory, or its grandparent directory, and so on. + # + # Note: If this parameter is set to empty value, it won't hide tools. + # Note: SHOW_ON_UPGLOB isn't specific to asdf. It works with all prompt segments. + # Tip: Override this parameter for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_SHOW_ON_UPGLOB. + # + # Example: Hide nodejs version when there is no package.json and no *.js files in the current + # directory, in `..`, in `../..` and so on. + # + # typeset -g POWERLEVEL9K_ASDF_NODEJS_SHOW_ON_UPGLOB='*.js|package.json' + typeset -g POWERLEVEL9K_ASDF_SHOW_ON_UPGLOB= + + # Ruby version from asdf. + typeset -g POWERLEVEL9K_ASDF_RUBY_FOREGROUND=168 + # typeset -g POWERLEVEL9K_ASDF_RUBY_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_RUBY_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Python version from asdf. + typeset -g POWERLEVEL9K_ASDF_PYTHON_FOREGROUND=37 + # typeset -g POWERLEVEL9K_ASDF_PYTHON_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_PYTHON_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Go version from asdf. + typeset -g POWERLEVEL9K_ASDF_GOLANG_FOREGROUND=37 + # typeset -g POWERLEVEL9K_ASDF_GOLANG_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_GOLANG_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Node.js version from asdf. + typeset -g POWERLEVEL9K_ASDF_NODEJS_FOREGROUND=70 + # typeset -g POWERLEVEL9K_ASDF_NODEJS_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_NODEJS_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Rust version from asdf. + typeset -g POWERLEVEL9K_ASDF_RUST_FOREGROUND=37 + # typeset -g POWERLEVEL9K_ASDF_RUST_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_RUST_SHOW_ON_UPGLOB='*.foo|*.bar' + + # .NET Core version from asdf. + typeset -g POWERLEVEL9K_ASDF_DOTNET_CORE_FOREGROUND=134 + # typeset -g POWERLEVEL9K_ASDF_DOTNET_CORE_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_DOTNET_CORE_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Flutter version from asdf. + typeset -g POWERLEVEL9K_ASDF_FLUTTER_FOREGROUND=38 + # typeset -g POWERLEVEL9K_ASDF_FLUTTER_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_FLUTTER_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Lua version from asdf. + typeset -g POWERLEVEL9K_ASDF_LUA_FOREGROUND=32 + # typeset -g POWERLEVEL9K_ASDF_LUA_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_LUA_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Java version from asdf. + typeset -g POWERLEVEL9K_ASDF_JAVA_FOREGROUND=32 + # typeset -g POWERLEVEL9K_ASDF_JAVA_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_JAVA_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Perl version from asdf. + typeset -g POWERLEVEL9K_ASDF_PERL_FOREGROUND=67 + # typeset -g POWERLEVEL9K_ASDF_PERL_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_PERL_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Erlang version from asdf. + typeset -g POWERLEVEL9K_ASDF_ERLANG_FOREGROUND=125 + # typeset -g POWERLEVEL9K_ASDF_ERLANG_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_ERLANG_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Elixir version from asdf. + typeset -g POWERLEVEL9K_ASDF_ELIXIR_FOREGROUND=129 + # typeset -g POWERLEVEL9K_ASDF_ELIXIR_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_ELIXIR_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Postgres version from asdf. + typeset -g POWERLEVEL9K_ASDF_POSTGRES_FOREGROUND=31 + # typeset -g POWERLEVEL9K_ASDF_POSTGRES_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_POSTGRES_SHOW_ON_UPGLOB='*.foo|*.bar' + + # PHP version from asdf. + typeset -g POWERLEVEL9K_ASDF_PHP_FOREGROUND=99 + # typeset -g POWERLEVEL9K_ASDF_PHP_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_PHP_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Haskell version from asdf. + typeset -g POWERLEVEL9K_ASDF_HASKELL_FOREGROUND=172 + # typeset -g POWERLEVEL9K_ASDF_HASKELL_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_HASKELL_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Julia version from asdf. + typeset -g POWERLEVEL9K_ASDF_JULIA_FOREGROUND=70 + # typeset -g POWERLEVEL9K_ASDF_JULIA_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_JULIA_SHOW_ON_UPGLOB='*.foo|*.bar' + + ##########[ nordvpn: nordvpn connection status, linux only (https://nordvpn.com/) ]########### + # NordVPN connection indicator color. + typeset -g POWERLEVEL9K_NORDVPN_FOREGROUND=39 + # Hide NordVPN connection indicator when not connected. + typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_CONTENT_EXPANSION= + typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_VISUAL_IDENTIFIER_EXPANSION= + # Custom icon. + # typeset -g POWERLEVEL9K_NORDVPN_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #################[ ranger: ranger shell (https://github.com/ranger/ranger) ]################## + # Ranger shell color. + typeset -g POWERLEVEL9K_RANGER_FOREGROUND=178 + # Custom icon. + # typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ######################[ nnn: nnn shell (https://github.com/jarun/nnn) ]####################### + # Nnn shell color. + typeset -g POWERLEVEL9K_NNN_FOREGROUND=72 + # Custom icon. + # typeset -g POWERLEVEL9K_NNN_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##################[ xplr: xplr shell (https://github.com/sayanarijit/xplr) ]################## + # xplr shell color. + typeset -g POWERLEVEL9K_XPLR_FOREGROUND=72 + # Custom icon. + # typeset -g POWERLEVEL9K_XPLR_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###########################[ vim_shell: vim shell indicator (:sh) ]########################### + # Vim shell indicator color. + typeset -g POWERLEVEL9K_VIM_SHELL_FOREGROUND=34 + # Custom icon. + # typeset -g POWERLEVEL9K_VIM_SHELL_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ######[ midnight_commander: midnight commander shell (https://midnight-commander.org/) ]###### + # Midnight Commander shell color. + typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_FOREGROUND=178 + # Custom icon. + # typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #[ nix_shell: nix shell (https://nixos.org/nixos/nix-pills/developing-with-nix-shell.html) ]## + # Nix shell color. + typeset -g POWERLEVEL9K_NIX_SHELL_FOREGROUND=74 + + # Tip: If you want to see just the icon without "pure" and "impure", uncomment the next line. + # typeset -g POWERLEVEL9K_NIX_SHELL_CONTENT_EXPANSION= + + # Custom icon. + # typeset -g POWERLEVEL9K_NIX_SHELL_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##################################[ disk_usage: disk usage ]################################## + # Colors for different levels of disk usage. + typeset -g POWERLEVEL9K_DISK_USAGE_NORMAL_FOREGROUND=35 + typeset -g POWERLEVEL9K_DISK_USAGE_WARNING_FOREGROUND=220 + typeset -g POWERLEVEL9K_DISK_USAGE_CRITICAL_FOREGROUND=160 + # Thresholds for different levels of disk usage (percentage points). + typeset -g POWERLEVEL9K_DISK_USAGE_WARNING_LEVEL=90 + typeset -g POWERLEVEL9K_DISK_USAGE_CRITICAL_LEVEL=95 + # If set to true, hide disk usage when below $POWERLEVEL9K_DISK_USAGE_WARNING_LEVEL percent. + typeset -g POWERLEVEL9K_DISK_USAGE_ONLY_WARNING=false + # Custom icon. + # typeset -g POWERLEVEL9K_DISK_USAGE_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###########[ vi_mode: vi mode (you don't need this if you've enabled prompt_char) ]########### + # Text and color for normal (a.k.a. command) vi mode. + typeset -g POWERLEVEL9K_VI_COMMAND_MODE_STRING=NORMAL + typeset -g POWERLEVEL9K_VI_MODE_NORMAL_FOREGROUND=106 + # Text and color for visual vi mode. + typeset -g POWERLEVEL9K_VI_VISUAL_MODE_STRING=VISUAL + typeset -g POWERLEVEL9K_VI_MODE_VISUAL_FOREGROUND=68 + # Text and color for overtype (a.k.a. overwrite and replace) vi mode. + typeset -g POWERLEVEL9K_VI_OVERWRITE_MODE_STRING=OVERTYPE + typeset -g POWERLEVEL9K_VI_MODE_OVERWRITE_FOREGROUND=172 + # Text and color for insert vi mode. + typeset -g POWERLEVEL9K_VI_INSERT_MODE_STRING= + typeset -g POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND=66 + + # Custom icon. + # typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ######################################[ ram: free RAM ]####################################### + # RAM color. + typeset -g POWERLEVEL9K_RAM_FOREGROUND=66 + # Custom icon. + # typeset -g POWERLEVEL9K_RAM_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #####################################[ swap: used swap ]###################################### + # Swap color. + typeset -g POWERLEVEL9K_SWAP_FOREGROUND=96 + # Custom icon. + # typeset -g POWERLEVEL9K_SWAP_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ######################################[ load: CPU load ]###################################### + # Show average CPU load over this many last minutes. Valid values are 1, 5 and 15. + typeset -g POWERLEVEL9K_LOAD_WHICH=5 + # Load color when load is under 50%. + typeset -g POWERLEVEL9K_LOAD_NORMAL_FOREGROUND=66 + # Load color when load is between 50% and 70%. + typeset -g POWERLEVEL9K_LOAD_WARNING_FOREGROUND=178 + # Load color when load is over 70%. + typeset -g POWERLEVEL9K_LOAD_CRITICAL_FOREGROUND=166 + # Custom icon. + # typeset -g POWERLEVEL9K_LOAD_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ################[ todo: todo items (https://github.com/todotxt/todo.txt-cli) ]################ + # Todo color. + typeset -g POWERLEVEL9K_TODO_FOREGROUND=110 + # Hide todo when the total number of tasks is zero. + typeset -g POWERLEVEL9K_TODO_HIDE_ZERO_TOTAL=true + # Hide todo when the number of tasks after filtering is zero. + typeset -g POWERLEVEL9K_TODO_HIDE_ZERO_FILTERED=false + + # Todo format. The following parameters are available within the expansion. + # + # - P9K_TODO_TOTAL_TASK_COUNT The total number of tasks. + # - P9K_TODO_FILTERED_TASK_COUNT The number of tasks after filtering. + # + # These variables correspond to the last line of the output of `todo.sh -p ls`: + # + # TODO: 24 of 42 tasks shown + # + # Here 24 is P9K_TODO_FILTERED_TASK_COUNT and 42 is P9K_TODO_TOTAL_TASK_COUNT. + # + # typeset -g POWERLEVEL9K_TODO_CONTENT_EXPANSION='$P9K_TODO_FILTERED_TASK_COUNT' + + # Custom icon. + # typeset -g POWERLEVEL9K_TODO_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###########[ timewarrior: timewarrior tracking status (https://timewarrior.net/) ]############ + # Timewarrior color. + typeset -g POWERLEVEL9K_TIMEWARRIOR_FOREGROUND=110 + # If the tracked task is longer than 24 characters, truncate and append "…". + # Tip: To always display tasks without truncation, delete the following parameter. + # Tip: To hide task names and display just the icon when time tracking is enabled, set the + # value of the following parameter to "". + typeset -g POWERLEVEL9K_TIMEWARRIOR_CONTENT_EXPANSION='${P9K_CONTENT:0:24}${${P9K_CONTENT:24}:+…}' + + # Custom icon. + # typeset -g POWERLEVEL9K_TIMEWARRIOR_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##############[ taskwarrior: taskwarrior task count (https://taskwarrior.org/) ]############## + # Taskwarrior color. + typeset -g POWERLEVEL9K_TASKWARRIOR_FOREGROUND=74 + + # Taskwarrior segment format. The following parameters are available within the expansion. + # + # - P9K_TASKWARRIOR_PENDING_COUNT The number of pending tasks: `task +PENDING count`. + # - P9K_TASKWARRIOR_OVERDUE_COUNT The number of overdue tasks: `task +OVERDUE count`. + # + # Zero values are represented as empty parameters. + # + # The default format: + # + # '${P9K_TASKWARRIOR_OVERDUE_COUNT:+"!$P9K_TASKWARRIOR_OVERDUE_COUNT/"}$P9K_TASKWARRIOR_PENDING_COUNT' + # + # typeset -g POWERLEVEL9K_TASKWARRIOR_CONTENT_EXPANSION='$P9K_TASKWARRIOR_PENDING_COUNT' + + # Custom icon. + # typeset -g POWERLEVEL9K_TASKWARRIOR_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##################################[ context: user@hostname ]################################## + # Context color when running with privileges. + typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=178 + # Context color in SSH without privileges. + typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=180 + # Default context color (no privileges, no SSH). + typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=180 + + # Context format when running with privileges: bold user@hostname. + typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%B%n@%m' + # Context format when in SSH without privileges: user@hostname. + typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_TEMPLATE='%n@%m' + # Default context format (no privileges, no SSH): user@hostname. + typeset -g POWERLEVEL9K_CONTEXT_TEMPLATE='%n@%m' + + # Don't show context unless running with privileges or in SSH. + # Tip: Remove the next line to always show context. + typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION= + + # Custom icon. + # typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='⭐' + # Custom prefix. + typeset -g POWERLEVEL9K_CONTEXT_PREFIX='%244Fwith ' + + ###[ virtualenv: python virtual environment (https://docs.python.org/3/library/venv.html) ]### + # Python virtual environment color. + typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=37 + # Don't show Python version next to the virtual environment name. + typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false + # If set to "false", won't show virtualenv if pyenv is already shown. + # If set to "if-different", won't show virtualenv if it's the same as pyenv. + typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false + # Separate environment name from Python version only with a space. + typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER= + # Custom icon. + # typeset -g POWERLEVEL9K_VIRTUALENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #####################[ anaconda: conda environment (https://conda.io/) ]###################### + # Anaconda environment color. + typeset -g POWERLEVEL9K_ANACONDA_FOREGROUND=37 + + # Anaconda segment format. The following parameters are available within the expansion. + # + # - CONDA_PREFIX Absolute path to the active Anaconda/Miniconda environment. + # - CONDA_DEFAULT_ENV Name of the active Anaconda/Miniconda environment. + # - CONDA_PROMPT_MODIFIER Configurable prompt modifier (see below). + # - P9K_ANACONDA_PYTHON_VERSION Current python version (python --version). + # + # CONDA_PROMPT_MODIFIER can be configured with the following command: + # + # conda config --set env_prompt '({default_env}) ' + # + # The last argument is a Python format string that can use the following variables: + # + # - prefix The same as CONDA_PREFIX. + # - default_env The same as CONDA_DEFAULT_ENV. + # - name The last segment of CONDA_PREFIX. + # - stacked_env Comma-separated list of names in the environment stack. The first element is + # always the same as default_env. + # + # Note: '({default_env}) ' is the default value of env_prompt. + # + # The default value of POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION expands to $CONDA_PROMPT_MODIFIER + # without the surrounding parentheses, or to the last path component of CONDA_PREFIX if the former + # is empty. + typeset -g POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION='${${${${CONDA_PROMPT_MODIFIER#\(}% }%\)}:-${CONDA_PREFIX:t}}' + + # Custom icon. + # typeset -g POWERLEVEL9K_ANACONDA_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ################[ pyenv: python environment (https://github.com/pyenv/pyenv) ]################ + # Pyenv color. + typeset -g POWERLEVEL9K_PYENV_FOREGROUND=37 + # Hide python version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_PYENV_SOURCES=(shell local global) + # If set to false, hide python version if it's the same as global: + # $(pyenv version-name) == $(pyenv global). + typeset -g POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide python version if it's equal to "system". + typeset -g POWERLEVEL9K_PYENV_SHOW_SYSTEM=true + + # Pyenv segment format. The following parameters are available within the expansion. + # + # - P9K_CONTENT Current pyenv environment (pyenv version-name). + # - P9K_PYENV_PYTHON_VERSION Current python version (python --version). + # + # The default format has the following logic: + # + # 1. Display just "$P9K_CONTENT" if it's equal to "$P9K_PYENV_PYTHON_VERSION" or + # starts with "$P9K_PYENV_PYTHON_VERSION/". + # 2. Otherwise display "$P9K_CONTENT $P9K_PYENV_PYTHON_VERSION". + typeset -g POWERLEVEL9K_PYENV_CONTENT_EXPANSION='${P9K_CONTENT}${${P9K_CONTENT:#$P9K_PYENV_PYTHON_VERSION(|/*)}:+ $P9K_PYENV_PYTHON_VERSION}' + + # Custom icon. + # typeset -g POWERLEVEL9K_PYENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ################[ goenv: go environment (https://github.com/syndbg/goenv) ]################ + # Goenv color. + typeset -g POWERLEVEL9K_GOENV_FOREGROUND=37 + # Hide go version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_GOENV_SOURCES=(shell local global) + # If set to false, hide go version if it's the same as global: + # $(goenv version-name) == $(goenv global). + typeset -g POWERLEVEL9K_GOENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide go version if it's equal to "system". + typeset -g POWERLEVEL9K_GOENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_GOENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##########[ nodenv: node.js version from nodenv (https://github.com/nodenv/nodenv) ]########## + # Nodenv color. + typeset -g POWERLEVEL9K_NODENV_FOREGROUND=70 + # Hide node version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_NODENV_SOURCES=(shell local global) + # If set to false, hide node version if it's the same as global: + # $(nodenv version-name) == $(nodenv global). + typeset -g POWERLEVEL9K_NODENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide node version if it's equal to "system". + typeset -g POWERLEVEL9K_NODENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_NODENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##############[ nvm: node.js version from nvm (https://github.com/nvm-sh/nvm) ]############### + # Nvm color. + typeset -g POWERLEVEL9K_NVM_FOREGROUND=70 + # Custom icon. + # typeset -g POWERLEVEL9K_NVM_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ############[ nodeenv: node.js environment (https://github.com/ekalinin/nodeenv) ]############ + # Nodeenv color. + typeset -g POWERLEVEL9K_NODEENV_FOREGROUND=70 + # Don't show Node version next to the environment name. + typeset -g POWERLEVEL9K_NODEENV_SHOW_NODE_VERSION=false + # Separate environment name from Node version only with a space. + typeset -g POWERLEVEL9K_NODEENV_{LEFT,RIGHT}_DELIMITER= + # Custom icon. + # typeset -g POWERLEVEL9K_NODEENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##############################[ node_version: node.js version ]############################### + # Node version color. + typeset -g POWERLEVEL9K_NODE_VERSION_FOREGROUND=70 + # Show node version only when in a directory tree containing package.json. + typeset -g POWERLEVEL9K_NODE_VERSION_PROJECT_ONLY=true + # Custom icon. + # typeset -g POWERLEVEL9K_NODE_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #######################[ go_version: go version (https://golang.org) ]######################## + # Go version color. + typeset -g POWERLEVEL9K_GO_VERSION_FOREGROUND=37 + # Show go version only when in a go project subdirectory. + typeset -g POWERLEVEL9K_GO_VERSION_PROJECT_ONLY=true + # Custom icon. + # typeset -g POWERLEVEL9K_GO_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #################[ rust_version: rustc version (https://www.rust-lang.org) ]################## + # Rust version color. + typeset -g POWERLEVEL9K_RUST_VERSION_FOREGROUND=37 + # Show rust version only when in a rust project subdirectory. + typeset -g POWERLEVEL9K_RUST_VERSION_PROJECT_ONLY=true + # Custom icon. + # typeset -g POWERLEVEL9K_RUST_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###############[ dotnet_version: .NET version (https://dotnet.microsoft.com) ]################ + # .NET version color. + typeset -g POWERLEVEL9K_DOTNET_VERSION_FOREGROUND=134 + # Show .NET version only when in a .NET project subdirectory. + typeset -g POWERLEVEL9K_DOTNET_VERSION_PROJECT_ONLY=true + # Custom icon. + # typeset -g POWERLEVEL9K_DOTNET_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #####################[ php_version: php version (https://www.php.net/) ]###################### + # PHP version color. + typeset -g POWERLEVEL9K_PHP_VERSION_FOREGROUND=99 + # Show PHP version only when in a PHP project subdirectory. + typeset -g POWERLEVEL9K_PHP_VERSION_PROJECT_ONLY=true + # Custom icon. + # typeset -g POWERLEVEL9K_PHP_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##########[ laravel_version: laravel php framework version (https://laravel.com/) ]########### + # Laravel version color. + typeset -g POWERLEVEL9K_LARAVEL_VERSION_FOREGROUND=161 + # Custom icon. + # typeset -g POWERLEVEL9K_LARAVEL_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ####################[ java_version: java version (https://www.java.com/) ]#################### + # Java version color. + typeset -g POWERLEVEL9K_JAVA_VERSION_FOREGROUND=32 + # Show java version only when in a java project subdirectory. + typeset -g POWERLEVEL9K_JAVA_VERSION_PROJECT_ONLY=true + # Show brief version. + typeset -g POWERLEVEL9K_JAVA_VERSION_FULL=false + # Custom icon. + # typeset -g POWERLEVEL9K_JAVA_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###[ package: name@version from package.json (https://docs.npmjs.com/files/package.json) ]#### + # Package color. + typeset -g POWERLEVEL9K_PACKAGE_FOREGROUND=117 + # Package format. The following parameters are available within the expansion. + # + # - P9K_PACKAGE_NAME The value of `name` field in package.json. + # - P9K_PACKAGE_VERSION The value of `version` field in package.json. + # + # typeset -g POWERLEVEL9K_PACKAGE_CONTENT_EXPANSION='${P9K_PACKAGE_NAME//\%/%%}@${P9K_PACKAGE_VERSION//\%/%%}' + # Custom icon. + # typeset -g POWERLEVEL9K_PACKAGE_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #############[ rbenv: ruby version from rbenv (https://github.com/rbenv/rbenv) ]############## + # Rbenv color. + typeset -g POWERLEVEL9K_RBENV_FOREGROUND=168 + # Hide ruby version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_RBENV_SOURCES=(shell local global) + # If set to false, hide ruby version if it's the same as global: + # $(rbenv version-name) == $(rbenv global). + typeset -g POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide ruby version if it's equal to "system". + typeset -g POWERLEVEL9K_RBENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_RBENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #######################[ rvm: ruby version from rvm (https://rvm.io) ]######################## + # Rvm color. + typeset -g POWERLEVEL9K_RVM_FOREGROUND=168 + # Don't show @gemset at the end. + typeset -g POWERLEVEL9K_RVM_SHOW_GEMSET=false + # Don't show ruby- at the front. + typeset -g POWERLEVEL9K_RVM_SHOW_PREFIX=false + # Custom icon. + # typeset -g POWERLEVEL9K_RVM_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###########[ fvm: flutter version management (https://github.com/leoafarias/fvm) ]############ + # Fvm color. + typeset -g POWERLEVEL9K_FVM_FOREGROUND=38 + # Custom icon. + # typeset -g POWERLEVEL9K_FVM_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##########[ luaenv: lua version from luaenv (https://github.com/cehoffman/luaenv) ]########### + # Lua color. + typeset -g POWERLEVEL9K_LUAENV_FOREGROUND=32 + # Hide lua version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_LUAENV_SOURCES=(shell local global) + # If set to false, hide lua version if it's the same as global: + # $(luaenv version-name) == $(luaenv global). + typeset -g POWERLEVEL9K_LUAENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide lua version if it's equal to "system". + typeset -g POWERLEVEL9K_LUAENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_LUAENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###############[ jenv: java version from jenv (https://github.com/jenv/jenv) ]################ + # Java color. + typeset -g POWERLEVEL9K_JENV_FOREGROUND=32 + # Hide java version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_JENV_SOURCES=(shell local global) + # If set to false, hide java version if it's the same as global: + # $(jenv version-name) == $(jenv global). + typeset -g POWERLEVEL9K_JENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide java version if it's equal to "system". + typeset -g POWERLEVEL9K_JENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_JENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###########[ plenv: perl version from plenv (https://github.com/tokuhirom/plenv) ]############ + # Perl color. + typeset -g POWERLEVEL9K_PLENV_FOREGROUND=67 + # Hide perl version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_PLENV_SOURCES=(shell local global) + # If set to false, hide perl version if it's the same as global: + # $(plenv version-name) == $(plenv global). + typeset -g POWERLEVEL9K_PLENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide perl version if it's equal to "system". + typeset -g POWERLEVEL9K_PLENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_PLENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ############[ phpenv: php version from phpenv (https://github.com/phpenv/phpenv) ]############ + # PHP color. + typeset -g POWERLEVEL9K_PHPENV_FOREGROUND=99 + # Hide php version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_PHPENV_SOURCES=(shell local global) + # If set to false, hide php version if it's the same as global: + # $(phpenv version-name) == $(phpenv global). + typeset -g POWERLEVEL9K_PHPENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide php version if it's equal to "system". + typeset -g POWERLEVEL9K_PHPENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_PHPENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #######[ scalaenv: scala version from scalaenv (https://github.com/scalaenv/scalaenv) ]####### + # Scala color. + typeset -g POWERLEVEL9K_SCALAENV_FOREGROUND=160 + # Hide scala version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_SCALAENV_SOURCES=(shell local global) + # If set to false, hide scala version if it's the same as global: + # $(scalaenv version-name) == $(scalaenv global). + typeset -g POWERLEVEL9K_SCALAENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide scala version if it's equal to "system". + typeset -g POWERLEVEL9K_SCALAENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_SCALAENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##########[ haskell_stack: haskell version from stack (https://haskellstack.org/) ]########### + # Haskell color. + typeset -g POWERLEVEL9K_HASKELL_STACK_FOREGROUND=172 + # Hide haskell version if it doesn't come from one of these sources. + # + # shell: version is set by STACK_YAML + # local: version is set by stack.yaml up the directory tree + # global: version is set by the implicit global project (~/.stack/global-project/stack.yaml) + typeset -g POWERLEVEL9K_HASKELL_STACK_SOURCES=(shell local) + # If set to false, hide haskell version if it's the same as in the implicit global project. + typeset -g POWERLEVEL9K_HASKELL_STACK_ALWAYS_SHOW=true + # Custom icon. + # typeset -g POWERLEVEL9K_HASKELL_STACK_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ################[ terraform: terraform workspace (https://www.terraform.io) ]################# + # Don't show terraform workspace if it's literally "default". + typeset -g POWERLEVEL9K_TERRAFORM_SHOW_DEFAULT=false + # POWERLEVEL9K_TERRAFORM_CLASSES is an array with even number of elements. The first element + # in each pair defines a pattern against which the current terraform workspace gets matched. + # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) + # that gets matched. If you unset all POWERLEVEL9K_TERRAFORM_*CONTENT_EXPANSION parameters, + # you'll see this value in your prompt. The second element of each pair in + # POWERLEVEL9K_TERRAFORM_CLASSES defines the workspace class. Patterns are tried in order. The + # first match wins. + # + # For example, given these settings: + # + # typeset -g POWERLEVEL9K_TERRAFORM_CLASSES=( + # '*prod*' PROD + # '*test*' TEST + # '*' OTHER) + # + # If your current terraform workspace is "project_test", its class is TEST because "project_test" + # doesn't match the pattern '*prod*' but does match '*test*'. + # + # You can define different colors, icons and content expansions for different classes: + # + # typeset -g POWERLEVEL9K_TERRAFORM_TEST_FOREGROUND=28 + # typeset -g POWERLEVEL9K_TERRAFORM_TEST_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_TERRAFORM_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' + typeset -g POWERLEVEL9K_TERRAFORM_CLASSES=( + # '*prod*' PROD # These values are examples that are unlikely + # '*test*' TEST # to match your needs. Customize them as needed. + '*' OTHER) + typeset -g POWERLEVEL9K_TERRAFORM_OTHER_FOREGROUND=38 + # typeset -g POWERLEVEL9K_TERRAFORM_OTHER_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #############[ terraform_version: terraform version (https://www.terraform.io) ]############## + # Terraform version color. + typeset -g POWERLEVEL9K_TERRAFORM_VERSION_FOREGROUND=38 + # Custom icon. + # typeset -g POWERLEVEL9K_TERRAFORM_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]############# + # Show kubecontext only when the the command you are typing invokes one of these tools. + # Tip: Remove the next line to always show kubecontext. + typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx|oc|istioctl|kogito|k9s|helmfile|flux|fluxctl|stern' + + # Kubernetes context classes for the purpose of using different colors, icons and expansions with + # different contexts. + # + # POWERLEVEL9K_KUBECONTEXT_CLASSES is an array with even number of elements. The first element + # in each pair defines a pattern against which the current kubernetes context gets matched. + # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) + # that gets matched. If you unset all POWERLEVEL9K_KUBECONTEXT_*CONTENT_EXPANSION parameters, + # you'll see this value in your prompt. The second element of each pair in + # POWERLEVEL9K_KUBECONTEXT_CLASSES defines the context class. Patterns are tried in order. The + # first match wins. + # + # For example, given these settings: + # + # typeset -g POWERLEVEL9K_KUBECONTEXT_CLASSES=( + # '*prod*' PROD + # '*test*' TEST + # '*' DEFAULT) + # + # If your current kubernetes context is "deathray-testing/default", its class is TEST + # because "deathray-testing/default" doesn't match the pattern '*prod*' but does match '*test*'. + # + # You can define different colors, icons and content expansions for different classes: + # + # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_FOREGROUND=28 + # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' + typeset -g POWERLEVEL9K_KUBECONTEXT_CLASSES=( + # '*prod*' PROD # These values are examples that are unlikely + # '*test*' TEST # to match your needs. Customize them as needed. + '*' DEFAULT) + typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_FOREGROUND=134 + # typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='⭐' + + # Use POWERLEVEL9K_KUBECONTEXT_CONTENT_EXPANSION to specify the content displayed by kubecontext + # segment. Parameter expansions are very flexible and fast, too. See reference: + # http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion. + # + # Within the expansion the following parameters are always available: + # + # - P9K_CONTENT The content that would've been displayed if there was no content + # expansion defined. + # - P9K_KUBECONTEXT_NAME The current context's name. Corresponds to column NAME in the + # output of `kubectl config get-contexts`. + # - P9K_KUBECONTEXT_CLUSTER The current context's cluster. Corresponds to column CLUSTER in the + # output of `kubectl config get-contexts`. + # - P9K_KUBECONTEXT_NAMESPACE The current context's namespace. Corresponds to column NAMESPACE + # in the output of `kubectl config get-contexts`. If there is no + # namespace, the parameter is set to "default". + # - P9K_KUBECONTEXT_USER The current context's user. Corresponds to column AUTHINFO in the + # output of `kubectl config get-contexts`. + # + # If the context points to Google Kubernetes Engine (GKE) or Elastic Kubernetes Service (EKS), + # the following extra parameters are available: + # + # - P9K_KUBECONTEXT_CLOUD_NAME Either "gke" or "eks". + # - P9K_KUBECONTEXT_CLOUD_ACCOUNT Account/project ID. + # - P9K_KUBECONTEXT_CLOUD_ZONE Availability zone. + # - P9K_KUBECONTEXT_CLOUD_CLUSTER Cluster. + # + # P9K_KUBECONTEXT_CLOUD_* parameters are derived from P9K_KUBECONTEXT_CLUSTER. For example, + # if P9K_KUBECONTEXT_CLUSTER is "gke_my-account_us-east1-a_my-cluster-01": + # + # - P9K_KUBECONTEXT_CLOUD_NAME=gke + # - P9K_KUBECONTEXT_CLOUD_ACCOUNT=my-account + # - P9K_KUBECONTEXT_CLOUD_ZONE=us-east1-a + # - P9K_KUBECONTEXT_CLOUD_CLUSTER=my-cluster-01 + # + # If P9K_KUBECONTEXT_CLUSTER is "arn:aws:eks:us-east-1:123456789012:cluster/my-cluster-01": + # + # - P9K_KUBECONTEXT_CLOUD_NAME=eks + # - P9K_KUBECONTEXT_CLOUD_ACCOUNT=123456789012 + # - P9K_KUBECONTEXT_CLOUD_ZONE=us-east-1 + # - P9K_KUBECONTEXT_CLOUD_CLUSTER=my-cluster-01 + typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION= + # Show P9K_KUBECONTEXT_CLOUD_CLUSTER if it's not empty and fall back to P9K_KUBECONTEXT_NAME. + POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION+='${P9K_KUBECONTEXT_CLOUD_CLUSTER:-${P9K_KUBECONTEXT_NAME}}' + # Append the current context's namespace if it's not "default". + POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION+='${${:-/$P9K_KUBECONTEXT_NAMESPACE}:#/default}' + + # Custom prefix. + typeset -g POWERLEVEL9K_KUBECONTEXT_PREFIX='%244Fat ' + + #[ aws: aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) ]# + # Show aws only when the the command you are typing invokes one of these tools. + # Tip: Remove the next line to always show aws. + typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|terraform|pulumi|terragrunt' + + # POWERLEVEL9K_AWS_CLASSES is an array with even number of elements. The first element + # in each pair defines a pattern against which the current AWS profile gets matched. + # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) + # that gets matched. If you unset all POWERLEVEL9K_AWS_*CONTENT_EXPANSION parameters, + # you'll see this value in your prompt. The second element of each pair in + # POWERLEVEL9K_AWS_CLASSES defines the profile class. Patterns are tried in order. The + # first match wins. + # + # For example, given these settings: + # + # typeset -g POWERLEVEL9K_AWS_CLASSES=( + # '*prod*' PROD + # '*test*' TEST + # '*' DEFAULT) + # + # If your current AWS profile is "company_test", its class is TEST + # because "company_test" doesn't match the pattern '*prod*' but does match '*test*'. + # + # You can define different colors, icons and content expansions for different classes: + # + # typeset -g POWERLEVEL9K_AWS_TEST_FOREGROUND=28 + # typeset -g POWERLEVEL9K_AWS_TEST_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_AWS_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' + typeset -g POWERLEVEL9K_AWS_CLASSES=( + # '*prod*' PROD # These values are examples that are unlikely + # '*test*' TEST # to match your needs. Customize them as needed. + '*' DEFAULT) + typeset -g POWERLEVEL9K_AWS_DEFAULT_FOREGROUND=208 + # typeset -g POWERLEVEL9K_AWS_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='⭐' + + # AWS segment format. The following parameters are available within the expansion. + # + # - P9K_AWS_PROFILE The name of the current AWS profile. + # - P9K_AWS_REGION The region associated with the current AWS profile. + typeset -g POWERLEVEL9K_AWS_CONTENT_EXPANSION='${P9K_AWS_PROFILE//\%/%%}${P9K_AWS_REGION:+ ${P9K_AWS_REGION//\%/%%}}' + + #[ aws_eb_env: aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) ]# + # AWS Elastic Beanstalk environment color. + typeset -g POWERLEVEL9K_AWS_EB_ENV_FOREGROUND=70 + # Custom icon. + # typeset -g POWERLEVEL9K_AWS_EB_ENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##########[ azure: azure account name (https://docs.microsoft.com/en-us/cli/azure) ]########## + # Show azure only when the the command you are typing invokes one of these tools. + # Tip: Remove the next line to always show azure. + typeset -g POWERLEVEL9K_AZURE_SHOW_ON_COMMAND='az|terraform|pulumi|terragrunt' + # Azure account name color. + typeset -g POWERLEVEL9K_AZURE_FOREGROUND=32 + # Custom icon. + # typeset -g POWERLEVEL9K_AZURE_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##########[ gcloud: google cloud account and project (https://cloud.google.com/) ]########### + # Show gcloud only when the the command you are typing invokes one of these tools. + # Tip: Remove the next line to always show gcloud. + typeset -g POWERLEVEL9K_GCLOUD_SHOW_ON_COMMAND='gcloud|gcs' + # Google cloud color. + typeset -g POWERLEVEL9K_GCLOUD_FOREGROUND=32 + + # Google cloud format. Change the value of POWERLEVEL9K_GCLOUD_PARTIAL_CONTENT_EXPANSION and/or + # POWERLEVEL9K_GCLOUD_COMPLETE_CONTENT_EXPANSION if the default is too verbose or not informative + # enough. You can use the following parameters in the expansions. Each of them corresponds to the + # output of `gcloud` tool. + # + # Parameter | Source + # -------------------------|-------------------------------------------------------------------- + # P9K_GCLOUD_CONFIGURATION | gcloud config configurations list --format='value(name)' + # P9K_GCLOUD_ACCOUNT | gcloud config get-value account + # P9K_GCLOUD_PROJECT_ID | gcloud config get-value project + # P9K_GCLOUD_PROJECT_NAME | gcloud projects describe $P9K_GCLOUD_PROJECT_ID --format='value(name)' + # + # Note: ${VARIABLE//\%/%%} expands to ${VARIABLE} with all occurrences of '%' replaced with '%%'. + # + # Obtaining project name requires sending a request to Google servers. This can take a long time + # and even fail. When project name is unknown, P9K_GCLOUD_PROJECT_NAME is not set and gcloud + # prompt segment is in state PARTIAL. When project name gets known, P9K_GCLOUD_PROJECT_NAME gets + # set and gcloud prompt segment transitions to state COMPLETE. + # + # You can customize the format, icon and colors of gcloud segment separately for states PARTIAL + # and COMPLETE. You can also hide gcloud in state PARTIAL by setting + # POWERLEVEL9K_GCLOUD_PARTIAL_VISUAL_IDENTIFIER_EXPANSION and + # POWERLEVEL9K_GCLOUD_PARTIAL_CONTENT_EXPANSION to empty. + typeset -g POWERLEVEL9K_GCLOUD_PARTIAL_CONTENT_EXPANSION='${P9K_GCLOUD_PROJECT_ID//\%/%%}' + typeset -g POWERLEVEL9K_GCLOUD_COMPLETE_CONTENT_EXPANSION='${P9K_GCLOUD_PROJECT_NAME//\%/%%}' + + # Send a request to Google (by means of `gcloud projects describe ...`) to obtain project name + # this often. Negative value disables periodic polling. In this mode project name is retrieved + # only when the current configuration, account or project id changes. + typeset -g POWERLEVEL9K_GCLOUD_REFRESH_PROJECT_NAME_SECONDS=60 + + # Custom icon. + # typeset -g POWERLEVEL9K_GCLOUD_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #[ google_app_cred: google application credentials (https://cloud.google.com/docs/authentication/production) ]# + # Show google_app_cred only when the the command you are typing invokes one of these tools. + # Tip: Remove the next line to always show google_app_cred. + typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_SHOW_ON_COMMAND='terraform|pulumi|terragrunt' + + # Google application credentials classes for the purpose of using different colors, icons and + # expansions with different credentials. + # + # POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES is an array with even number of elements. The first + # element in each pair defines a pattern against which the current kubernetes context gets + # matched. More specifically, it's P9K_CONTENT prior to the application of context expansion + # (see below) that gets matched. If you unset all POWERLEVEL9K_GOOGLE_APP_CRED_*CONTENT_EXPANSION + # parameters, you'll see this value in your prompt. The second element of each pair in + # POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES defines the context class. Patterns are tried in order. + # The first match wins. + # + # For example, given these settings: + # + # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES=( + # '*:*prod*:*' PROD + # '*:*test*:*' TEST + # '*' DEFAULT) + # + # If your current Google application credentials is "service_account deathray-testing x@y.com", + # its class is TEST because it doesn't match the pattern '* *prod* *' but does match '* *test* *'. + # + # You can define different colors, icons and content expansions for different classes: + # + # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_FOREGROUND=28 + # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_CONTENT_EXPANSION='$P9K_GOOGLE_APP_CRED_PROJECT_ID' + typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES=( + # '*:*prod*:*' PROD # These values are examples that are unlikely + # '*:*test*:*' TEST # to match your needs. Customize them as needed. + '*' DEFAULT) + typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_FOREGROUND=32 + # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='⭐' + + # Use POWERLEVEL9K_GOOGLE_APP_CRED_CONTENT_EXPANSION to specify the content displayed by + # google_app_cred segment. Parameter expansions are very flexible and fast, too. See reference: + # http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion. + # + # You can use the following parameters in the expansion. Each of them corresponds to one of the + # fields in the JSON file pointed to by GOOGLE_APPLICATION_CREDENTIALS. + # + # Parameter | JSON key file field + # ---------------------------------+--------------- + # P9K_GOOGLE_APP_CRED_TYPE | type + # P9K_GOOGLE_APP_CRED_PROJECT_ID | project_id + # P9K_GOOGLE_APP_CRED_CLIENT_EMAIL | client_email + # + # Note: ${VARIABLE//\%/%%} expands to ${VARIABLE} with all occurrences of '%' replaced by '%%'. + typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_CONTENT_EXPANSION='${P9K_GOOGLE_APP_CRED_PROJECT_ID//\%/%%}' + + ##############[ toolbox: toolbox name (https://github.com/containers/toolbox) ]############### + # Toolbox color. + typeset -g POWERLEVEL9K_TOOLBOX_FOREGROUND=178 + # Don't display the name of the toolbox if it matches fedora-toolbox-*. + typeset -g POWERLEVEL9K_TOOLBOX_CONTENT_EXPANSION='${P9K_TOOLBOX_NAME:#fedora-toolbox-*}' + # Custom icon. + # typeset -g POWERLEVEL9K_TOOLBOX_VISUAL_IDENTIFIER_EXPANSION='⭐' + # Custom prefix. + typeset -g POWERLEVEL9K_TOOLBOX_PREFIX='%244Fin ' + + ###############################[ public_ip: public IP address ]############################### + # Public IP color. + typeset -g POWERLEVEL9K_PUBLIC_IP_FOREGROUND=94 + # Custom icon. + # typeset -g POWERLEVEL9K_PUBLIC_IP_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ########################[ vpn_ip: virtual private network indicator ]######################### + # VPN IP color. + typeset -g POWERLEVEL9K_VPN_IP_FOREGROUND=81 + # When on VPN, show just an icon without the IP address. + # Tip: To display the private IP address when on VPN, remove the next line. + typeset -g POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION= + # Regular expression for the VPN network interface. Run `ifconfig` or `ip -4 a show` while on VPN + # to see the name of the interface. + typeset -g POWERLEVEL9K_VPN_IP_INTERFACE='(gpd|wg|(.*tun)|tailscale)[0-9]*' + # If set to true, show one segment per matching network interface. If set to false, show only + # one segment corresponding to the first matching network interface. + # Tip: If you set it to true, you'll probably want to unset POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION. + typeset -g POWERLEVEL9K_VPN_IP_SHOW_ALL=false + # Custom icon. + # typeset -g POWERLEVEL9K_VPN_IP_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###########[ ip: ip address and bandwidth usage for a specified network interface ]########### + # IP color. + typeset -g POWERLEVEL9K_IP_FOREGROUND=38 + # The following parameters are accessible within the expansion: + # + # Parameter | Meaning + # ----------------------+------------------------------------------- + # P9K_IP_IP | IP address + # P9K_IP_INTERFACE | network interface + # P9K_IP_RX_BYTES | total number of bytes received + # P9K_IP_TX_BYTES | total number of bytes sent + # P9K_IP_RX_BYTES_DELTA | number of bytes received since last prompt + # P9K_IP_TX_BYTES_DELTA | number of bytes sent since last prompt + # P9K_IP_RX_RATE | receive rate (since last prompt) + # P9K_IP_TX_RATE | send rate (since last prompt) + typeset -g POWERLEVEL9K_IP_CONTENT_EXPANSION='${P9K_IP_RX_RATE:+%70F⇣$P9K_IP_RX_RATE }${P9K_IP_TX_RATE:+%215F⇡$P9K_IP_TX_RATE }%38F$P9K_IP_IP' + # Show information for the first network interface whose name matches this regular expression. + # Run `ifconfig` or `ip -4 a show` to see the names of all network interfaces. + typeset -g POWERLEVEL9K_IP_INTERFACE='[ew].*' + # Custom icon. + # typeset -g POWERLEVEL9K_IP_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #########################[ proxy: system-wide http/https/ftp proxy ]########################## + # Proxy color. + typeset -g POWERLEVEL9K_PROXY_FOREGROUND=68 + # Custom icon. + # typeset -g POWERLEVEL9K_PROXY_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ################################[ battery: internal battery ]################################# + # Show battery in red when it's below this level and not connected to power supply. + typeset -g POWERLEVEL9K_BATTERY_LOW_THRESHOLD=20 + typeset -g POWERLEVEL9K_BATTERY_LOW_FOREGROUND=160 + # Show battery in green when it's charging or fully charged. + typeset -g POWERLEVEL9K_BATTERY_{CHARGING,CHARGED}_FOREGROUND=70 + # Show battery in yellow when it's discharging. + typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND=178 + # Battery pictograms going from low to high level of charge. + typeset -g POWERLEVEL9K_BATTERY_STAGES='\uf58d\uf579\uf57a\uf57b\uf57c\uf57d\uf57e\uf57f\uf580\uf581\uf578' + # Don't show the remaining time to charge/discharge. + typeset -g POWERLEVEL9K_BATTERY_VERBOSE=false + + #####################################[ wifi: wifi speed ]##################################### + # WiFi color. + typeset -g POWERLEVEL9K_WIFI_FOREGROUND=68 + # Custom icon. + # typeset -g POWERLEVEL9K_WIFI_VISUAL_IDENTIFIER_EXPANSION='⭐' + + # Use different colors and icons depending on signal strength ($P9K_WIFI_BARS). + # + # # Wifi colors and icons for different signal strength levels (low to high). + # typeset -g my_wifi_fg=(68 68 68 68 68) # <-- change these values + # typeset -g my_wifi_icon=('WiFi' 'WiFi' 'WiFi' 'WiFi' 'WiFi') # <-- change these values + # + # typeset -g POWERLEVEL9K_WIFI_CONTENT_EXPANSION='%F{${my_wifi_fg[P9K_WIFI_BARS+1]}}$P9K_WIFI_LAST_TX_RATE Mbps' + # typeset -g POWERLEVEL9K_WIFI_VISUAL_IDENTIFIER_EXPANSION='%F{${my_wifi_fg[P9K_WIFI_BARS+1]}}${my_wifi_icon[P9K_WIFI_BARS+1]}' + # + # The following parameters are accessible within the expansions: + # + # Parameter | Meaning + # ----------------------+--------------- + # P9K_WIFI_SSID | service set identifier, a.k.a. network name + # P9K_WIFI_LINK_AUTH | authentication protocol such as "wpa2-psk" or "none"; empty if unknown + # P9K_WIFI_LAST_TX_RATE | wireless transmit rate in megabits per second + # P9K_WIFI_RSSI | signal strength in dBm, from -120 to 0 + # P9K_WIFI_NOISE | noise in dBm, from -120 to 0 + # P9K_WIFI_BARS | signal strength in bars, from 0 to 4 (derived from P9K_WIFI_RSSI and P9K_WIFI_NOISE) + + ####################################[ time: current time ]#################################### + # Current time color. + typeset -g POWERLEVEL9K_TIME_FOREGROUND=66 + # Format for the current time: 09:51:02. See `man 3 strftime`. + typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%I:%M:%S %p}' + # If set to true, time will update when you hit enter. This way prompts for the past + # commands will contain the start times of their commands as opposed to the default + # behavior where they contain the end times of their preceding commands. + typeset -g POWERLEVEL9K_TIME_UPDATE_ON_COMMAND=false + # Custom icon. + # typeset -g POWERLEVEL9K_TIME_VISUAL_IDENTIFIER_EXPANSION='⭐' + # Custom prefix. + typeset -g POWERLEVEL9K_TIME_PREFIX='%244Fat ' + + # Example of a user-defined prompt segment. Function prompt_example will be called on every + # prompt if `example` prompt segment is added to POWERLEVEL9K_LEFT_PROMPT_ELEMENTS or + # POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS. It displays an icon and orange text greeting the user. + # + # Type `p10k help segment` for documentation and a more sophisticated example. + function prompt_example() { + p10k segment -f 208 -i '⭐' -t 'hello, %n' + } + + # User-defined prompt segments may optionally provide an instant_prompt_* function. Its job + # is to generate the prompt segment for display in instant prompt. See + # https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt. + # + # Powerlevel10k will call instant_prompt_* at the same time as the regular prompt_* function + # and will record all `p10k segment` calls it makes. When displaying instant prompt, Powerlevel10k + # will replay these calls without actually calling instant_prompt_*. It is imperative that + # instant_prompt_* always makes the same `p10k segment` calls regardless of environment. If this + # rule is not observed, the content of instant prompt will be incorrect. + # + # Usually, you should either not define instant_prompt_* or simply call prompt_* from it. If + # instant_prompt_* is not defined for a segment, the segment won't be shown in instant prompt. + function instant_prompt_example() { + # Since prompt_example always makes the same `p10k segment` calls, we can call it from + # instant_prompt_example. This will give us the same `example` prompt segment in the instant + # and regular prompts. + prompt_example + } + + # User-defined prompt segments can be customized the same way as built-in segments. + # typeset -g POWERLEVEL9K_EXAMPLE_FOREGROUND=208 + # typeset -g POWERLEVEL9K_EXAMPLE_VISUAL_IDENTIFIER_EXPANSION='⭐' + + # Transient prompt works similarly to the builtin transient_rprompt option. It trims down prompt + # when accepting a command line. Supported values: + # + # - off: Don't change prompt when accepting a command line. + # - always: Trim down prompt when accepting a command line. + # - same-dir: Trim down prompt when accepting a command line unless this is the first command + # typed after changing current working directory. + typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=always + + # Instant prompt mode. + # + # - off: Disable instant prompt. Choose this if you've tried instant prompt and found + # it incompatible with your zsh configuration files. + # - quiet: Enable instant prompt and don't print warnings when detecting console output + # during zsh initialization. Choose this if you've read and understood + # https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt. + # - verbose: Enable instant prompt and print a warning when detecting console output during + # zsh initialization. Choose this if you've never tried instant prompt, haven't + # seen the warning, or if you are unsure what this all means. + typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet + + # Hot reload allows you to change POWERLEVEL9K options after Powerlevel10k has been initialized. + # For example, you can type POWERLEVEL9K_BACKGROUND=red and see your prompt turn red. Hot reload + # can slow down prompt by 1-2 milliseconds, so it's better to keep it turned off unless you + # really need it. + typeset -g POWERLEVEL9K_DISABLE_HOT_RELOAD=true + + # If p10k is already loaded, reload configuration. + # This works even with POWERLEVEL9K_DISABLE_HOT_RELOAD=true. + (( ! $+functions[p10k] )) || p10k reload +} + +# Tell `p10k configure` which file it should overwrite. +typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} + +(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} +'builtin' 'unset' 'p10k_config_opts' diff --git a/.themes/Nordic/LICENSE b/.themes/Nordic/LICENSE new file mode 100644 index 0000000..9cecc1d --- /dev/null +++ b/.themes/Nordic/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {one line to give the program's name and a brief idea of what it does.} + Copyright (C) {year} {name of author} + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + {project} Copyright (C) {year} {fullname} + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/.themes/Nordic/README.md b/.themes/Nordic/README.md new file mode 100644 index 0000000..e12539b --- /dev/null +++ b/.themes/Nordic/README.md @@ -0,0 +1,17 @@ + +![](Art/nordic.png) + +> Nordic is a Gtk3.20+ theme created using the awesome [Nord](https://github.com/arcticicestudio/nord) color pallete. + +#### Installation + +Extract the zip file to the themes directory i.e. `/usr/share/themes/` or `~/.themes/` (create it if necessary). + +To set the theme on Gnome, run the following commands in Terminal: + +``` +gsettings set org.gnome.desktop.interface gtk-theme "Nordic" +gsettings set org.gnome.desktop.wm.preferences theme "Nordic" +``` +or Change via distribution specific tool. + diff --git a/.themes/Nordic/assets/calendar-selected.png b/.themes/Nordic/assets/calendar-selected.png new file mode 100644 index 0000000..9231290 Binary files /dev/null and b/.themes/Nordic/assets/calendar-selected.png differ diff --git a/.themes/Nordic/assets/calendar-selected@2.png b/.themes/Nordic/assets/calendar-selected@2.png new file mode 100644 index 0000000..91912a7 Binary files /dev/null and b/.themes/Nordic/assets/calendar-selected@2.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-active-dark.png b/.themes/Nordic/assets/checkbox-checked-active-dark.png new file mode 100644 index 0000000..0dc8ff2 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-active-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-active-dark@2.png b/.themes/Nordic/assets/checkbox-checked-active-dark@2.png new file mode 100644 index 0000000..ceac843 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-active-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-active.png b/.themes/Nordic/assets/checkbox-checked-active.png new file mode 100644 index 0000000..d5d1bfa Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-active.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-active@2.png b/.themes/Nordic/assets/checkbox-checked-active@2.png new file mode 100644 index 0000000..5070fe4 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-active@2.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-backdrop-dark.png b/.themes/Nordic/assets/checkbox-checked-backdrop-dark.png new file mode 100644 index 0000000..0dc8ff2 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-backdrop-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-backdrop-dark@2.png b/.themes/Nordic/assets/checkbox-checked-backdrop-dark@2.png new file mode 100644 index 0000000..ceac843 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-backdrop-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-backdrop.png b/.themes/Nordic/assets/checkbox-checked-backdrop.png new file mode 100644 index 0000000..d5d1bfa Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-backdrop.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-backdrop@2.png b/.themes/Nordic/assets/checkbox-checked-backdrop@2.png new file mode 100644 index 0000000..5070fe4 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-backdrop@2.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-dark.png b/.themes/Nordic/assets/checkbox-checked-dark.png new file mode 100644 index 0000000..d041d48 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-dark@2.png b/.themes/Nordic/assets/checkbox-checked-dark@2.png new file mode 100644 index 0000000..22892b7 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-hover-dark.png b/.themes/Nordic/assets/checkbox-checked-hover-dark.png new file mode 100644 index 0000000..0dc8ff2 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-hover-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-hover-dark@2.png b/.themes/Nordic/assets/checkbox-checked-hover-dark@2.png new file mode 100644 index 0000000..ceac843 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-hover-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-hover.png b/.themes/Nordic/assets/checkbox-checked-hover.png new file mode 100644 index 0000000..d5d1bfa Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-hover.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-hover@2.png b/.themes/Nordic/assets/checkbox-checked-hover@2.png new file mode 100644 index 0000000..5070fe4 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-hover@2.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-insensitive-backdrop-dark.png b/.themes/Nordic/assets/checkbox-checked-insensitive-backdrop-dark.png new file mode 100644 index 0000000..c7b9841 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-insensitive-backdrop-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-insensitive-backdrop-dark@2.png b/.themes/Nordic/assets/checkbox-checked-insensitive-backdrop-dark@2.png new file mode 100644 index 0000000..cdeff80 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-insensitive-backdrop-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-insensitive-backdrop.png b/.themes/Nordic/assets/checkbox-checked-insensitive-backdrop.png new file mode 100644 index 0000000..2dc2b7f Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-insensitive-backdrop.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-insensitive-backdrop@2.png b/.themes/Nordic/assets/checkbox-checked-insensitive-backdrop@2.png new file mode 100644 index 0000000..e411431 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-insensitive-backdrop@2.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-insensitive-dark.png b/.themes/Nordic/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000..c7b9841 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-insensitive-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-insensitive-dark@2.png b/.themes/Nordic/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000..cdeff80 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-insensitive-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-insensitive.png b/.themes/Nordic/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000..2dc2b7f Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-insensitive.png differ diff --git a/.themes/Nordic/assets/checkbox-checked-insensitive@2.png b/.themes/Nordic/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 0000000..e411431 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked-insensitive@2.png differ diff --git a/.themes/Nordic/assets/checkbox-checked.png b/.themes/Nordic/assets/checkbox-checked.png new file mode 100644 index 0000000..03dd4e4 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked.png differ diff --git a/.themes/Nordic/assets/checkbox-checked@2.png b/.themes/Nordic/assets/checkbox-checked@2.png new file mode 100644 index 0000000..809cc1a Binary files /dev/null and b/.themes/Nordic/assets/checkbox-checked@2.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-active-dark.png b/.themes/Nordic/assets/checkbox-mixed-active-dark.png new file mode 100644 index 0000000..2f0700b Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-active-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-active-dark@2.png b/.themes/Nordic/assets/checkbox-mixed-active-dark@2.png new file mode 100644 index 0000000..fe9c0b8 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-active-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-active.png b/.themes/Nordic/assets/checkbox-mixed-active.png new file mode 100644 index 0000000..4b889bd Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-active.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-active@2.png b/.themes/Nordic/assets/checkbox-mixed-active@2.png new file mode 100644 index 0000000..e6bc75f Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-active@2.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-backdrop-dark.png b/.themes/Nordic/assets/checkbox-mixed-backdrop-dark.png new file mode 100644 index 0000000..4870a79 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-backdrop-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-backdrop-dark@2.png b/.themes/Nordic/assets/checkbox-mixed-backdrop-dark@2.png new file mode 100644 index 0000000..a718716 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-backdrop-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-backdrop.png b/.themes/Nordic/assets/checkbox-mixed-backdrop.png new file mode 100644 index 0000000..dba173c Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-backdrop.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-backdrop@2.png b/.themes/Nordic/assets/checkbox-mixed-backdrop@2.png new file mode 100644 index 0000000..860759c Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-backdrop@2.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-dark.png b/.themes/Nordic/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000..4870a79 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-dark@2.png b/.themes/Nordic/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000..a718716 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-hover-dark.png b/.themes/Nordic/assets/checkbox-mixed-hover-dark.png new file mode 100644 index 0000000..4870a79 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-hover-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-hover-dark@2.png b/.themes/Nordic/assets/checkbox-mixed-hover-dark@2.png new file mode 100644 index 0000000..a718716 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-hover-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-hover.png b/.themes/Nordic/assets/checkbox-mixed-hover.png new file mode 100644 index 0000000..dba173c Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-hover.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-hover@2.png b/.themes/Nordic/assets/checkbox-mixed-hover@2.png new file mode 100644 index 0000000..860759c Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-hover@2.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-insensitive-backdrop-dark.png b/.themes/Nordic/assets/checkbox-mixed-insensitive-backdrop-dark.png new file mode 100644 index 0000000..6cc9814 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-insensitive-backdrop-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-insensitive-backdrop-dark@2.png b/.themes/Nordic/assets/checkbox-mixed-insensitive-backdrop-dark@2.png new file mode 100644 index 0000000..ce65d7f Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-insensitive-backdrop-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-insensitive-backdrop.png b/.themes/Nordic/assets/checkbox-mixed-insensitive-backdrop.png new file mode 100644 index 0000000..6a138a8 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-insensitive-backdrop.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-insensitive-backdrop@2.png b/.themes/Nordic/assets/checkbox-mixed-insensitive-backdrop@2.png new file mode 100644 index 0000000..a864581 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-insensitive-backdrop@2.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-insensitive-dark.png b/.themes/Nordic/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000..6cc9814 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-insensitive-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-insensitive-dark@2.png b/.themes/Nordic/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 0000000..ce65d7f Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-insensitive-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-insensitive.png b/.themes/Nordic/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000..6a138a8 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-insensitive.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed-insensitive@2.png b/.themes/Nordic/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000..a864581 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed-insensitive@2.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed.png b/.themes/Nordic/assets/checkbox-mixed.png new file mode 100644 index 0000000..dba173c Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed.png differ diff --git a/.themes/Nordic/assets/checkbox-mixed@2.png b/.themes/Nordic/assets/checkbox-mixed@2.png new file mode 100644 index 0000000..860759c Binary files /dev/null and b/.themes/Nordic/assets/checkbox-mixed@2.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-active-dark.png b/.themes/Nordic/assets/checkbox-unchecked-active-dark.png new file mode 100644 index 0000000..5f3b98f Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-active-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-active-dark@2.png b/.themes/Nordic/assets/checkbox-unchecked-active-dark@2.png new file mode 100644 index 0000000..0210189 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-active-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-active.png b/.themes/Nordic/assets/checkbox-unchecked-active.png new file mode 100644 index 0000000..c90b21d Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-active.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-active@2.png b/.themes/Nordic/assets/checkbox-unchecked-active@2.png new file mode 100644 index 0000000..1c52d1b Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-active@2.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-backdrop-dark.png b/.themes/Nordic/assets/checkbox-unchecked-backdrop-dark.png new file mode 100644 index 0000000..a496699 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-backdrop-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-backdrop-dark@2.png b/.themes/Nordic/assets/checkbox-unchecked-backdrop-dark@2.png new file mode 100644 index 0000000..fddf942 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-backdrop-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-backdrop.png b/.themes/Nordic/assets/checkbox-unchecked-backdrop.png new file mode 100644 index 0000000..d2b6816 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-backdrop.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-backdrop@2.png b/.themes/Nordic/assets/checkbox-unchecked-backdrop@2.png new file mode 100644 index 0000000..24946f3 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-backdrop@2.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-dark.png b/.themes/Nordic/assets/checkbox-unchecked-dark.png new file mode 100644 index 0000000..a496699 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-dark@2.png b/.themes/Nordic/assets/checkbox-unchecked-dark@2.png new file mode 100644 index 0000000..fddf942 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-hover-dark.png b/.themes/Nordic/assets/checkbox-unchecked-hover-dark.png new file mode 100644 index 0000000..0c2bb84 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-hover-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-hover-dark@2.png b/.themes/Nordic/assets/checkbox-unchecked-hover-dark@2.png new file mode 100644 index 0000000..4e14e33 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-hover-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-hover.png b/.themes/Nordic/assets/checkbox-unchecked-hover.png new file mode 100644 index 0000000..6007b38 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-hover.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-hover@2.png b/.themes/Nordic/assets/checkbox-unchecked-hover@2.png new file mode 100644 index 0000000..a56cf3f Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-hover@2.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop-dark.png b/.themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop-dark.png new file mode 100644 index 0000000..0d30a40 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop-dark@2.png b/.themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop-dark@2.png new file mode 100644 index 0000000..d50514e Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop.png b/.themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop.png new file mode 100644 index 0000000..1ea8200 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop@2.png b/.themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop@2.png new file mode 100644 index 0000000..497d2d4 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-insensitive-backdrop@2.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-insensitive-dark.png b/.themes/Nordic/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000..4754b59 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-insensitive-dark.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-insensitive-dark@2.png b/.themes/Nordic/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000..77a4de2 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-insensitive-dark@2.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-insensitive.png b/.themes/Nordic/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000..1ea8200 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-insensitive.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked-insensitive@2.png b/.themes/Nordic/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000..497d2d4 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked-insensitive@2.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked.png b/.themes/Nordic/assets/checkbox-unchecked.png new file mode 100644 index 0000000..d2b6816 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked.png differ diff --git a/.themes/Nordic/assets/checkbox-unchecked@2.png b/.themes/Nordic/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000..24946f3 Binary files /dev/null and b/.themes/Nordic/assets/checkbox-unchecked@2.png differ diff --git a/.themes/Nordic/assets/close.png b/.themes/Nordic/assets/close.png new file mode 100644 index 0000000..4b71bb5 Binary files /dev/null and b/.themes/Nordic/assets/close.png differ diff --git a/.themes/Nordic/assets/close.svg b/.themes/Nordic/assets/close.svg new file mode 100755 index 0000000..97476e1 --- /dev/null +++ b/.themes/Nordic/assets/close.svg @@ -0,0 +1,86 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/close@2.png b/.themes/Nordic/assets/close@2.png new file mode 100644 index 0000000..ef65f9c Binary files /dev/null and b/.themes/Nordic/assets/close@2.png differ diff --git a/.themes/Nordic/assets/close_prelight.png b/.themes/Nordic/assets/close_prelight.png new file mode 100644 index 0000000..24ee13c Binary files /dev/null and b/.themes/Nordic/assets/close_prelight.png differ diff --git a/.themes/Nordic/assets/close_prelight.svg b/.themes/Nordic/assets/close_prelight.svg new file mode 100755 index 0000000..c84cf75 --- /dev/null +++ b/.themes/Nordic/assets/close_prelight.svg @@ -0,0 +1,91 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/close_prelight@2.png b/.themes/Nordic/assets/close_prelight@2.png new file mode 100644 index 0000000..96ed4eb Binary files /dev/null and b/.themes/Nordic/assets/close_prelight@2.png differ diff --git a/.themes/Nordic/assets/close_pressed.svg b/.themes/Nordic/assets/close_pressed.svg new file mode 100755 index 0000000..0e9584a --- /dev/null +++ b/.themes/Nordic/assets/close_pressed.svg @@ -0,0 +1,98 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/close_unfocused.png b/.themes/Nordic/assets/close_unfocused.png new file mode 100644 index 0000000..e72035c Binary files /dev/null and b/.themes/Nordic/assets/close_unfocused.png differ diff --git a/.themes/Nordic/assets/close_unfocused.svg b/.themes/Nordic/assets/close_unfocused.svg new file mode 100755 index 0000000..8fdcee7 --- /dev/null +++ b/.themes/Nordic/assets/close_unfocused.svg @@ -0,0 +1,86 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/close_unfocused@2.png b/.themes/Nordic/assets/close_unfocused@2.png new file mode 100644 index 0000000..258f7c3 Binary files /dev/null and b/.themes/Nordic/assets/close_unfocused@2.png differ diff --git a/.themes/Nordic/assets/grid-selection-checked.png b/.themes/Nordic/assets/grid-selection-checked.png new file mode 100755 index 0000000..9118717 Binary files /dev/null and b/.themes/Nordic/assets/grid-selection-checked.png differ diff --git a/.themes/Nordic/assets/grid-selection-checked@2.png b/.themes/Nordic/assets/grid-selection-checked@2.png new file mode 100755 index 0000000..b47379e Binary files /dev/null and b/.themes/Nordic/assets/grid-selection-checked@2.png differ diff --git a/.themes/Nordic/assets/grid-selection-unchecked.png b/.themes/Nordic/assets/grid-selection-unchecked.png new file mode 100755 index 0000000..508eea8 Binary files /dev/null and b/.themes/Nordic/assets/grid-selection-unchecked.png differ diff --git a/.themes/Nordic/assets/grid-selection-unchecked@2.png b/.themes/Nordic/assets/grid-selection-unchecked@2.png new file mode 100755 index 0000000..d8c6bf0 Binary files /dev/null and b/.themes/Nordic/assets/grid-selection-unchecked@2.png differ diff --git a/.themes/Nordic/assets/maximize.png b/.themes/Nordic/assets/maximize.png new file mode 100644 index 0000000..1454954 Binary files /dev/null and b/.themes/Nordic/assets/maximize.png differ diff --git a/.themes/Nordic/assets/maximize.svg b/.themes/Nordic/assets/maximize.svg new file mode 100755 index 0000000..a0a64e8 --- /dev/null +++ b/.themes/Nordic/assets/maximize.svg @@ -0,0 +1,95 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/maximize@2.png b/.themes/Nordic/assets/maximize@2.png new file mode 100644 index 0000000..bbf5969 Binary files /dev/null and b/.themes/Nordic/assets/maximize@2.png differ diff --git a/.themes/Nordic/assets/maximize_prelight.png b/.themes/Nordic/assets/maximize_prelight.png new file mode 100644 index 0000000..7776b04 Binary files /dev/null and b/.themes/Nordic/assets/maximize_prelight.png differ diff --git a/.themes/Nordic/assets/maximize_prelight.svg b/.themes/Nordic/assets/maximize_prelight.svg new file mode 100755 index 0000000..9c5e824 --- /dev/null +++ b/.themes/Nordic/assets/maximize_prelight.svg @@ -0,0 +1,100 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/maximize_prelight@2.png b/.themes/Nordic/assets/maximize_prelight@2.png new file mode 100644 index 0000000..f8aa16f Binary files /dev/null and b/.themes/Nordic/assets/maximize_prelight@2.png differ diff --git a/.themes/Nordic/assets/maximize_pressed.svg b/.themes/Nordic/assets/maximize_pressed.svg new file mode 100755 index 0000000..2a4397a --- /dev/null +++ b/.themes/Nordic/assets/maximize_pressed.svg @@ -0,0 +1,102 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/maximize_unfocused.png b/.themes/Nordic/assets/maximize_unfocused.png new file mode 100644 index 0000000..e72035c Binary files /dev/null and b/.themes/Nordic/assets/maximize_unfocused.png differ diff --git a/.themes/Nordic/assets/maximize_unfocused.svg b/.themes/Nordic/assets/maximize_unfocused.svg new file mode 100755 index 0000000..b9fc206 --- /dev/null +++ b/.themes/Nordic/assets/maximize_unfocused.svg @@ -0,0 +1,88 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/menuitem-checkbox-checked-hover.png b/.themes/Nordic/assets/menuitem-checkbox-checked-hover.png new file mode 100755 index 0000000..74a1a38 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-checked-hover.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-checked-hover@2.png b/.themes/Nordic/assets/menuitem-checkbox-checked-hover@2.png new file mode 100755 index 0000000..6bb911f Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-checked-hover@2.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-checked-insensitive.png b/.themes/Nordic/assets/menuitem-checkbox-checked-insensitive.png new file mode 100755 index 0000000..2186347 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-checked-insensitive.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-checked-insensitive@2.png b/.themes/Nordic/assets/menuitem-checkbox-checked-insensitive@2.png new file mode 100755 index 0000000..85a7237 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-checked-insensitive@2.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-checked.png b/.themes/Nordic/assets/menuitem-checkbox-checked.png new file mode 100755 index 0000000..59e1524 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-checked.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-checked@2.png b/.themes/Nordic/assets/menuitem-checkbox-checked@2.png new file mode 100755 index 0000000..fabd74d Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-checked@2.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-mixed-hover.png b/.themes/Nordic/assets/menuitem-checkbox-mixed-hover.png new file mode 100755 index 0000000..aa5e700 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-mixed-hover.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-mixed-hover@2.png b/.themes/Nordic/assets/menuitem-checkbox-mixed-hover@2.png new file mode 100755 index 0000000..24fff4c Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-mixed-hover@2.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-mixed-insensitive.png b/.themes/Nordic/assets/menuitem-checkbox-mixed-insensitive.png new file mode 100755 index 0000000..9ba1e17 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-mixed-insensitive.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-mixed-insensitive@2.png b/.themes/Nordic/assets/menuitem-checkbox-mixed-insensitive@2.png new file mode 100755 index 0000000..4cb0736 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-mixed-insensitive@2.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-mixed-selected.png b/.themes/Nordic/assets/menuitem-checkbox-mixed-selected.png new file mode 100755 index 0000000..2064a63 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-mixed-selected.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-mixed-selected@2.png b/.themes/Nordic/assets/menuitem-checkbox-mixed-selected@2.png new file mode 100755 index 0000000..900ccea Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-mixed-selected@2.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-mixed.png b/.themes/Nordic/assets/menuitem-checkbox-mixed.png new file mode 100755 index 0000000..9b7c144 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-mixed.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-mixed@2.png b/.themes/Nordic/assets/menuitem-checkbox-mixed@2.png new file mode 100755 index 0000000..e32aa1c Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-mixed@2.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-unchecked.png b/.themes/Nordic/assets/menuitem-checkbox-unchecked.png new file mode 100755 index 0000000..921e346 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-unchecked.png differ diff --git a/.themes/Nordic/assets/menuitem-checkbox-unchecked@2.png b/.themes/Nordic/assets/menuitem-checkbox-unchecked@2.png new file mode 100755 index 0000000..53ca843 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-checkbox-unchecked@2.png differ diff --git a/.themes/Nordic/assets/menuitem-radio-checked-hover.png b/.themes/Nordic/assets/menuitem-radio-checked-hover.png new file mode 100755 index 0000000..c084e40 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-radio-checked-hover.png differ diff --git a/.themes/Nordic/assets/menuitem-radio-checked-hover@2.png b/.themes/Nordic/assets/menuitem-radio-checked-hover@2.png new file mode 100755 index 0000000..cdbab86 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-radio-checked-hover@2.png differ diff --git a/.themes/Nordic/assets/menuitem-radio-checked-insensitive.png b/.themes/Nordic/assets/menuitem-radio-checked-insensitive.png new file mode 100755 index 0000000..2b08b40 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-radio-checked-insensitive.png differ diff --git a/.themes/Nordic/assets/menuitem-radio-checked-insensitive@2.png b/.themes/Nordic/assets/menuitem-radio-checked-insensitive@2.png new file mode 100755 index 0000000..0d2ad9b Binary files /dev/null and b/.themes/Nordic/assets/menuitem-radio-checked-insensitive@2.png differ diff --git a/.themes/Nordic/assets/menuitem-radio-checked.png b/.themes/Nordic/assets/menuitem-radio-checked.png new file mode 100755 index 0000000..45681b9 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-radio-checked.png differ diff --git a/.themes/Nordic/assets/menuitem-radio-checked@2.png b/.themes/Nordic/assets/menuitem-radio-checked@2.png new file mode 100755 index 0000000..e986329 Binary files /dev/null and b/.themes/Nordic/assets/menuitem-radio-checked@2.png differ diff --git a/.themes/Nordic/assets/min.png b/.themes/Nordic/assets/min.png new file mode 100644 index 0000000..239a86e Binary files /dev/null and b/.themes/Nordic/assets/min.png differ diff --git a/.themes/Nordic/assets/min.svg b/.themes/Nordic/assets/min.svg new file mode 100755 index 0000000..c7575d8 --- /dev/null +++ b/.themes/Nordic/assets/min.svg @@ -0,0 +1,104 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/min@2.png b/.themes/Nordic/assets/min@2.png new file mode 100644 index 0000000..70c0a24 Binary files /dev/null and b/.themes/Nordic/assets/min@2.png differ diff --git a/.themes/Nordic/assets/min_prelight.png b/.themes/Nordic/assets/min_prelight.png new file mode 100644 index 0000000..d109a3d Binary files /dev/null and b/.themes/Nordic/assets/min_prelight.png differ diff --git a/.themes/Nordic/assets/min_prelight.svg b/.themes/Nordic/assets/min_prelight.svg new file mode 100755 index 0000000..5100fa7 --- /dev/null +++ b/.themes/Nordic/assets/min_prelight.svg @@ -0,0 +1,109 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/min_prelight@2.png b/.themes/Nordic/assets/min_prelight@2.png new file mode 100644 index 0000000..b35c6a6 Binary files /dev/null and b/.themes/Nordic/assets/min_prelight@2.png differ diff --git a/.themes/Nordic/assets/min_pressed.svg b/.themes/Nordic/assets/min_pressed.svg new file mode 100755 index 0000000..4dccd92 --- /dev/null +++ b/.themes/Nordic/assets/min_pressed.svg @@ -0,0 +1,111 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/min_unfocused.png b/.themes/Nordic/assets/min_unfocused.png new file mode 100644 index 0000000..e72035c Binary files /dev/null and b/.themes/Nordic/assets/min_unfocused.png differ diff --git a/.themes/Nordic/assets/min_unfocused.svg b/.themes/Nordic/assets/min_unfocused.svg new file mode 100755 index 0000000..b9fc206 --- /dev/null +++ b/.themes/Nordic/assets/min_unfocused.svg @@ -0,0 +1,88 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/pane-handle-vertical.png b/.themes/Nordic/assets/pane-handle-vertical.png new file mode 100755 index 0000000..36ed49d Binary files /dev/null and b/.themes/Nordic/assets/pane-handle-vertical.png differ diff --git a/.themes/Nordic/assets/pane-handle-vertical@2.png b/.themes/Nordic/assets/pane-handle-vertical@2.png new file mode 100755 index 0000000..3e20126 Binary files /dev/null and b/.themes/Nordic/assets/pane-handle-vertical@2.png differ diff --git a/.themes/Nordic/assets/pane-handle.png b/.themes/Nordic/assets/pane-handle.png new file mode 100755 index 0000000..05c8865 Binary files /dev/null and b/.themes/Nordic/assets/pane-handle.png differ diff --git a/.themes/Nordic/assets/pane-handle@2.png b/.themes/Nordic/assets/pane-handle@2.png new file mode 100755 index 0000000..35b9898 Binary files /dev/null and b/.themes/Nordic/assets/pane-handle@2.png differ diff --git a/.themes/Nordic/assets/path4417.png b/.themes/Nordic/assets/path4417.png new file mode 100644 index 0000000..33d9b45 Binary files /dev/null and b/.themes/Nordic/assets/path4417.png differ diff --git a/.themes/Nordic/assets/radio-checked-active-dark.png b/.themes/Nordic/assets/radio-checked-active-dark.png new file mode 100644 index 0000000..2af22ae Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-active-dark.png differ diff --git a/.themes/Nordic/assets/radio-checked-active-dark@2.png b/.themes/Nordic/assets/radio-checked-active-dark@2.png new file mode 100644 index 0000000..b69bfc6 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-active-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-checked-active.png b/.themes/Nordic/assets/radio-checked-active.png new file mode 100644 index 0000000..96d4ba1 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-active.png differ diff --git a/.themes/Nordic/assets/radio-checked-active@2.png b/.themes/Nordic/assets/radio-checked-active@2.png new file mode 100644 index 0000000..a3ed9f9 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-active@2.png differ diff --git a/.themes/Nordic/assets/radio-checked-backdrop-dark.png b/.themes/Nordic/assets/radio-checked-backdrop-dark.png new file mode 100644 index 0000000..a1943c3 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-backdrop-dark.png differ diff --git a/.themes/Nordic/assets/radio-checked-backdrop-dark@2.png b/.themes/Nordic/assets/radio-checked-backdrop-dark@2.png new file mode 100644 index 0000000..4fa12da Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-backdrop-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-checked-backdrop.png b/.themes/Nordic/assets/radio-checked-backdrop.png new file mode 100644 index 0000000..1842e03 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-backdrop.png differ diff --git a/.themes/Nordic/assets/radio-checked-backdrop@2.png b/.themes/Nordic/assets/radio-checked-backdrop@2.png new file mode 100644 index 0000000..8b493e9 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-backdrop@2.png differ diff --git a/.themes/Nordic/assets/radio-checked-dark.png b/.themes/Nordic/assets/radio-checked-dark.png new file mode 100644 index 0000000..2af22ae Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-dark.png differ diff --git a/.themes/Nordic/assets/radio-checked-dark@2.png b/.themes/Nordic/assets/radio-checked-dark@2.png new file mode 100644 index 0000000..b69bfc6 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-checked-hover-dark.png b/.themes/Nordic/assets/radio-checked-hover-dark.png new file mode 100644 index 0000000..ed1c55e Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-hover-dark.png differ diff --git a/.themes/Nordic/assets/radio-checked-hover-dark@2.png b/.themes/Nordic/assets/radio-checked-hover-dark@2.png new file mode 100644 index 0000000..eb08329 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-hover-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-checked-hover.png b/.themes/Nordic/assets/radio-checked-hover.png new file mode 100644 index 0000000..c6c9233 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-hover.png differ diff --git a/.themes/Nordic/assets/radio-checked-hover@2.png b/.themes/Nordic/assets/radio-checked-hover@2.png new file mode 100644 index 0000000..e5b35c6 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-hover@2.png differ diff --git a/.themes/Nordic/assets/radio-checked-insensitive-backdrop-dark.png b/.themes/Nordic/assets/radio-checked-insensitive-backdrop-dark.png new file mode 100644 index 0000000..9ae5a04 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-insensitive-backdrop-dark.png differ diff --git a/.themes/Nordic/assets/radio-checked-insensitive-backdrop-dark@2.png b/.themes/Nordic/assets/radio-checked-insensitive-backdrop-dark@2.png new file mode 100644 index 0000000..90e00d8 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-insensitive-backdrop-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-checked-insensitive-backdrop.png b/.themes/Nordic/assets/radio-checked-insensitive-backdrop.png new file mode 100644 index 0000000..9d2bb3f Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-insensitive-backdrop.png differ diff --git a/.themes/Nordic/assets/radio-checked-insensitive-backdrop@2.png b/.themes/Nordic/assets/radio-checked-insensitive-backdrop@2.png new file mode 100644 index 0000000..79ce5f5 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-insensitive-backdrop@2.png differ diff --git a/.themes/Nordic/assets/radio-checked-insensitive-dark.png b/.themes/Nordic/assets/radio-checked-insensitive-dark.png new file mode 100644 index 0000000..8cda2df Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-insensitive-dark.png differ diff --git a/.themes/Nordic/assets/radio-checked-insensitive-dark@2.png b/.themes/Nordic/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 0000000..b94b697 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-insensitive-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-checked-insensitive.png b/.themes/Nordic/assets/radio-checked-insensitive.png new file mode 100644 index 0000000..0059d97 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-insensitive.png differ diff --git a/.themes/Nordic/assets/radio-checked-insensitive@2.png b/.themes/Nordic/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000..e436822 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked-insensitive@2.png differ diff --git a/.themes/Nordic/assets/radio-checked.png b/.themes/Nordic/assets/radio-checked.png new file mode 100644 index 0000000..96d4ba1 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked.png differ diff --git a/.themes/Nordic/assets/radio-checked@2.png b/.themes/Nordic/assets/radio-checked@2.png new file mode 100644 index 0000000..a3ed9f9 Binary files /dev/null and b/.themes/Nordic/assets/radio-checked@2.png differ diff --git a/.themes/Nordic/assets/radio-mixed-active-dark.png b/.themes/Nordic/assets/radio-mixed-active-dark.png new file mode 100644 index 0000000..9fd7415 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-active-dark.png differ diff --git a/.themes/Nordic/assets/radio-mixed-active-dark@2.png b/.themes/Nordic/assets/radio-mixed-active-dark@2.png new file mode 100644 index 0000000..e47ba43 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-active-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-mixed-active.png b/.themes/Nordic/assets/radio-mixed-active.png new file mode 100644 index 0000000..ee7ed3c Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-active.png differ diff --git a/.themes/Nordic/assets/radio-mixed-active@2.png b/.themes/Nordic/assets/radio-mixed-active@2.png new file mode 100644 index 0000000..f1a36f4 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-active@2.png differ diff --git a/.themes/Nordic/assets/radio-mixed-backdrop-dark.png b/.themes/Nordic/assets/radio-mixed-backdrop-dark.png new file mode 100644 index 0000000..6b39c48 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-backdrop-dark.png differ diff --git a/.themes/Nordic/assets/radio-mixed-backdrop-dark@2.png b/.themes/Nordic/assets/radio-mixed-backdrop-dark@2.png new file mode 100644 index 0000000..f48ce17 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-backdrop-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-mixed-backdrop.png b/.themes/Nordic/assets/radio-mixed-backdrop.png new file mode 100644 index 0000000..671368f Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-backdrop.png differ diff --git a/.themes/Nordic/assets/radio-mixed-backdrop@2.png b/.themes/Nordic/assets/radio-mixed-backdrop@2.png new file mode 100644 index 0000000..af8a5ce Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-backdrop@2.png differ diff --git a/.themes/Nordic/assets/radio-mixed-dark.png b/.themes/Nordic/assets/radio-mixed-dark.png new file mode 100644 index 0000000..6b39c48 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-dark.png differ diff --git a/.themes/Nordic/assets/radio-mixed-dark@2.png b/.themes/Nordic/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000..f48ce17 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-mixed-hover-dark.png b/.themes/Nordic/assets/radio-mixed-hover-dark.png new file mode 100644 index 0000000..6b39c48 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-hover-dark.png differ diff --git a/.themes/Nordic/assets/radio-mixed-hover-dark@2.png b/.themes/Nordic/assets/radio-mixed-hover-dark@2.png new file mode 100644 index 0000000..f48ce17 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-hover-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-mixed-hover.png b/.themes/Nordic/assets/radio-mixed-hover.png new file mode 100644 index 0000000..671368f Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-hover.png differ diff --git a/.themes/Nordic/assets/radio-mixed-hover@2.png b/.themes/Nordic/assets/radio-mixed-hover@2.png new file mode 100644 index 0000000..af8a5ce Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-hover@2.png differ diff --git a/.themes/Nordic/assets/radio-mixed-insensitive-backdrop-dark.png b/.themes/Nordic/assets/radio-mixed-insensitive-backdrop-dark.png new file mode 100644 index 0000000..4a3cf25 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-insensitive-backdrop-dark.png differ diff --git a/.themes/Nordic/assets/radio-mixed-insensitive-backdrop-dark@2.png b/.themes/Nordic/assets/radio-mixed-insensitive-backdrop-dark@2.png new file mode 100644 index 0000000..f9634a0 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-insensitive-backdrop-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-mixed-insensitive-backdrop.png b/.themes/Nordic/assets/radio-mixed-insensitive-backdrop.png new file mode 100644 index 0000000..04bc827 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-insensitive-backdrop.png differ diff --git a/.themes/Nordic/assets/radio-mixed-insensitive-backdrop@2.png b/.themes/Nordic/assets/radio-mixed-insensitive-backdrop@2.png new file mode 100644 index 0000000..ae010af Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-insensitive-backdrop@2.png differ diff --git a/.themes/Nordic/assets/radio-mixed-insensitive-dark.png b/.themes/Nordic/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 0000000..4a3cf25 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-insensitive-dark.png differ diff --git a/.themes/Nordic/assets/radio-mixed-insensitive-dark@2.png b/.themes/Nordic/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 0000000..f9634a0 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-insensitive-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-mixed-insensitive.png b/.themes/Nordic/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000..04bc827 Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-insensitive.png differ diff --git a/.themes/Nordic/assets/radio-mixed-insensitive@2.png b/.themes/Nordic/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000..ae010af Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed-insensitive@2.png differ diff --git a/.themes/Nordic/assets/radio-mixed.png b/.themes/Nordic/assets/radio-mixed.png new file mode 100644 index 0000000..671368f Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed.png differ diff --git a/.themes/Nordic/assets/radio-mixed@2.png b/.themes/Nordic/assets/radio-mixed@2.png new file mode 100644 index 0000000..af8a5ce Binary files /dev/null and b/.themes/Nordic/assets/radio-mixed@2.png differ diff --git a/.themes/Nordic/assets/radio-selected-insensitive@2.png b/.themes/Nordic/assets/radio-selected-insensitive@2.png new file mode 100755 index 0000000..f928dbc Binary files /dev/null and b/.themes/Nordic/assets/radio-selected-insensitive@2.png differ diff --git a/.themes/Nordic/assets/radio-selected@2.png b/.themes/Nordic/assets/radio-selected@2.png new file mode 100755 index 0000000..dea193a Binary files /dev/null and b/.themes/Nordic/assets/radio-selected@2.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-active-dark.png b/.themes/Nordic/assets/radio-unchecked-active-dark.png new file mode 100644 index 0000000..141e78d Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-active-dark.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-active-dark@2.png b/.themes/Nordic/assets/radio-unchecked-active-dark@2.png new file mode 100644 index 0000000..35730f0 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-active-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-active.png b/.themes/Nordic/assets/radio-unchecked-active.png new file mode 100644 index 0000000..07b1eb3 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-active.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-active@2.png b/.themes/Nordic/assets/radio-unchecked-active@2.png new file mode 100644 index 0000000..62666ea Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-active@2.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-backdrop-dark.png b/.themes/Nordic/assets/radio-unchecked-backdrop-dark.png new file mode 100644 index 0000000..ebf2fb7 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-backdrop-dark.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-backdrop-dark@2.png b/.themes/Nordic/assets/radio-unchecked-backdrop-dark@2.png new file mode 100644 index 0000000..e20acfb Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-backdrop-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-backdrop.png b/.themes/Nordic/assets/radio-unchecked-backdrop.png new file mode 100644 index 0000000..451b340 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-backdrop.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-backdrop@2.png b/.themes/Nordic/assets/radio-unchecked-backdrop@2.png new file mode 100644 index 0000000..b3dc78b Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-backdrop@2.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-dark.png b/.themes/Nordic/assets/radio-unchecked-dark.png new file mode 100644 index 0000000..29f0b95 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-dark.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-dark@2.png b/.themes/Nordic/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000..74fbfd6 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-hover-dark.png b/.themes/Nordic/assets/radio-unchecked-hover-dark.png new file mode 100644 index 0000000..141e78d Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-hover-dark.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-hover-dark@2.png b/.themes/Nordic/assets/radio-unchecked-hover-dark@2.png new file mode 100644 index 0000000..35730f0 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-hover-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-hover.png b/.themes/Nordic/assets/radio-unchecked-hover.png new file mode 100644 index 0000000..07b1eb3 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-hover.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-hover@2.png b/.themes/Nordic/assets/radio-unchecked-hover@2.png new file mode 100644 index 0000000..62666ea Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-hover@2.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-insensitive-backdrop-dark.png b/.themes/Nordic/assets/radio-unchecked-insensitive-backdrop-dark.png new file mode 100644 index 0000000..8b3bed2 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-insensitive-backdrop-dark.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-insensitive-backdrop-dark@2.png b/.themes/Nordic/assets/radio-unchecked-insensitive-backdrop-dark@2.png new file mode 100644 index 0000000..02488dd Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-insensitive-backdrop-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-insensitive-backdrop.png b/.themes/Nordic/assets/radio-unchecked-insensitive-backdrop.png new file mode 100644 index 0000000..925c40f Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-insensitive-backdrop.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-insensitive-backdrop@2.png b/.themes/Nordic/assets/radio-unchecked-insensitive-backdrop@2.png new file mode 100644 index 0000000..c45e23d Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-insensitive-backdrop@2.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-insensitive-dark.png b/.themes/Nordic/assets/radio-unchecked-insensitive-dark.png new file mode 100644 index 0000000..c660465 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-insensitive-dark.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-insensitive-dark@2.png b/.themes/Nordic/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000..fdad567 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-insensitive-dark@2.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-insensitive.png b/.themes/Nordic/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000..2555d5b Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-insensitive.png differ diff --git a/.themes/Nordic/assets/radio-unchecked-insensitive@2.png b/.themes/Nordic/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000..e6cd2a1 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked-insensitive@2.png differ diff --git a/.themes/Nordic/assets/radio-unchecked.png b/.themes/Nordic/assets/radio-unchecked.png new file mode 100644 index 0000000..e575d21 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked.png differ diff --git a/.themes/Nordic/assets/radio-unchecked@2.png b/.themes/Nordic/assets/radio-unchecked@2.png new file mode 100644 index 0000000..fddde11 Binary files /dev/null and b/.themes/Nordic/assets/radio-unchecked@2.png differ diff --git a/.themes/Nordic/assets/radio-unselected-hover@2.png b/.themes/Nordic/assets/radio-unselected-hover@2.png new file mode 100755 index 0000000..64c745f Binary files /dev/null and b/.themes/Nordic/assets/radio-unselected-hover@2.png differ diff --git a/.themes/Nordic/assets/radio-unselected-insensitive@2.png b/.themes/Nordic/assets/radio-unselected-insensitive@2.png new file mode 100755 index 0000000..bbc0bda Binary files /dev/null and b/.themes/Nordic/assets/radio-unselected-insensitive@2.png differ diff --git a/.themes/Nordic/assets/radio-unselected.svg b/.themes/Nordic/assets/radio-unselected.svg new file mode 100755 index 0000000..9c78339 --- /dev/null +++ b/.themes/Nordic/assets/radio-unselected.svg @@ -0,0 +1,84 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/radio-unselected@2.png b/.themes/Nordic/assets/radio-unselected@2.png new file mode 100755 index 0000000..0c01111 Binary files /dev/null and b/.themes/Nordic/assets/radio-unselected@2.png differ diff --git a/.themes/Nordic/assets/scale-slider-hover.svg b/.themes/Nordic/assets/scale-slider-hover.svg new file mode 100644 index 0000000..d2c5c93 --- /dev/null +++ b/.themes/Nordic/assets/scale-slider-hover.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Nordic/assets/scale-slider-hover@2.png b/.themes/Nordic/assets/scale-slider-hover@2.png new file mode 100755 index 0000000..d64f411 Binary files /dev/null and b/.themes/Nordic/assets/scale-slider-hover@2.png differ diff --git a/.themes/Nordic/assets/scale-slider-insensitive.png b/.themes/Nordic/assets/scale-slider-insensitive.png new file mode 100755 index 0000000..20d278d Binary files /dev/null and b/.themes/Nordic/assets/scale-slider-insensitive.png differ diff --git a/.themes/Nordic/assets/scale-slider-insensitive@2.png b/.themes/Nordic/assets/scale-slider-insensitive@2.png new file mode 100755 index 0000000..20e740d Binary files /dev/null and b/.themes/Nordic/assets/scale-slider-insensitive@2.png differ diff --git a/.themes/Nordic/assets/scale-slider.svg b/.themes/Nordic/assets/scale-slider.svg new file mode 100644 index 0000000..5a4a425 --- /dev/null +++ b/.themes/Nordic/assets/scale-slider.svg @@ -0,0 +1,65 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Nordic/assets/scale-slider@2.png b/.themes/Nordic/assets/scale-slider@2.png new file mode 100755 index 0000000..1a860df Binary files /dev/null and b/.themes/Nordic/assets/scale-slider@2.png differ diff --git a/.themes/Nordic/assets/selected-checkbox-checked-dark.png b/.themes/Nordic/assets/selected-checkbox-checked-dark.png new file mode 100644 index 0000000..0dc8ff2 Binary files /dev/null and b/.themes/Nordic/assets/selected-checkbox-checked-dark.png differ diff --git a/.themes/Nordic/assets/selected-checkbox-checked-dark@2.png b/.themes/Nordic/assets/selected-checkbox-checked-dark@2.png new file mode 100644 index 0000000..ceac843 Binary files /dev/null and b/.themes/Nordic/assets/selected-checkbox-checked-dark@2.png differ diff --git a/.themes/Nordic/assets/selected-checkbox-checked.png b/.themes/Nordic/assets/selected-checkbox-checked.png new file mode 100644 index 0000000..d5d1bfa Binary files /dev/null and b/.themes/Nordic/assets/selected-checkbox-checked.png differ diff --git a/.themes/Nordic/assets/selected-checkbox-checked@2.png b/.themes/Nordic/assets/selected-checkbox-checked@2.png new file mode 100644 index 0000000..5070fe4 Binary files /dev/null and b/.themes/Nordic/assets/selected-checkbox-checked@2.png differ diff --git a/.themes/Nordic/assets/selected-checkbox-mixed-dark.png b/.themes/Nordic/assets/selected-checkbox-mixed-dark.png new file mode 100644 index 0000000..2f0700b Binary files /dev/null and b/.themes/Nordic/assets/selected-checkbox-mixed-dark.png differ diff --git a/.themes/Nordic/assets/selected-checkbox-mixed-dark@2.png b/.themes/Nordic/assets/selected-checkbox-mixed-dark@2.png new file mode 100644 index 0000000..fe9c0b8 Binary files /dev/null and b/.themes/Nordic/assets/selected-checkbox-mixed-dark@2.png differ diff --git a/.themes/Nordic/assets/selected-checkbox-mixed.png b/.themes/Nordic/assets/selected-checkbox-mixed.png new file mode 100644 index 0000000..4b889bd Binary files /dev/null and b/.themes/Nordic/assets/selected-checkbox-mixed.png differ diff --git a/.themes/Nordic/assets/selected-checkbox-mixed@2.png b/.themes/Nordic/assets/selected-checkbox-mixed@2.png new file mode 100644 index 0000000..e6bc75f Binary files /dev/null and b/.themes/Nordic/assets/selected-checkbox-mixed@2.png differ diff --git a/.themes/Nordic/assets/selected-checkbox-unchecked-dark.png b/.themes/Nordic/assets/selected-checkbox-unchecked-dark.png new file mode 100644 index 0000000..5f3b98f Binary files /dev/null and b/.themes/Nordic/assets/selected-checkbox-unchecked-dark.png differ diff --git a/.themes/Nordic/assets/selected-checkbox-unchecked-dark@2.png b/.themes/Nordic/assets/selected-checkbox-unchecked-dark@2.png new file mode 100644 index 0000000..0210189 Binary files /dev/null and b/.themes/Nordic/assets/selected-checkbox-unchecked-dark@2.png differ diff --git a/.themes/Nordic/assets/selected-checkbox-unchecked.png b/.themes/Nordic/assets/selected-checkbox-unchecked.png new file mode 100644 index 0000000..c90b21d Binary files /dev/null and b/.themes/Nordic/assets/selected-checkbox-unchecked.png differ diff --git a/.themes/Nordic/assets/selected-checkbox-unchecked@2.png b/.themes/Nordic/assets/selected-checkbox-unchecked@2.png new file mode 100644 index 0000000..1c52d1b Binary files /dev/null and b/.themes/Nordic/assets/selected-checkbox-unchecked@2.png differ diff --git a/.themes/Nordic/assets/selected-radio-checked-dark.png b/.themes/Nordic/assets/selected-radio-checked-dark.png new file mode 100644 index 0000000..2af22ae Binary files /dev/null and b/.themes/Nordic/assets/selected-radio-checked-dark.png differ diff --git a/.themes/Nordic/assets/selected-radio-checked-dark@2.png b/.themes/Nordic/assets/selected-radio-checked-dark@2.png new file mode 100644 index 0000000..b69bfc6 Binary files /dev/null and b/.themes/Nordic/assets/selected-radio-checked-dark@2.png differ diff --git a/.themes/Nordic/assets/selected-radio-checked.png b/.themes/Nordic/assets/selected-radio-checked.png new file mode 100644 index 0000000..96d4ba1 Binary files /dev/null and b/.themes/Nordic/assets/selected-radio-checked.png differ diff --git a/.themes/Nordic/assets/selected-radio-checked@2.png b/.themes/Nordic/assets/selected-radio-checked@2.png new file mode 100644 index 0000000..a3ed9f9 Binary files /dev/null and b/.themes/Nordic/assets/selected-radio-checked@2.png differ diff --git a/.themes/Nordic/assets/selected-radio-mixed-dark.png b/.themes/Nordic/assets/selected-radio-mixed-dark.png new file mode 100644 index 0000000..9fd7415 Binary files /dev/null and b/.themes/Nordic/assets/selected-radio-mixed-dark.png differ diff --git a/.themes/Nordic/assets/selected-radio-mixed-dark@2.png b/.themes/Nordic/assets/selected-radio-mixed-dark@2.png new file mode 100644 index 0000000..e47ba43 Binary files /dev/null and b/.themes/Nordic/assets/selected-radio-mixed-dark@2.png differ diff --git a/.themes/Nordic/assets/selected-radio-mixed.png b/.themes/Nordic/assets/selected-radio-mixed.png new file mode 100644 index 0000000..ee7ed3c Binary files /dev/null and b/.themes/Nordic/assets/selected-radio-mixed.png differ diff --git a/.themes/Nordic/assets/selected-radio-mixed@2.png b/.themes/Nordic/assets/selected-radio-mixed@2.png new file mode 100644 index 0000000..f1a36f4 Binary files /dev/null and b/.themes/Nordic/assets/selected-radio-mixed@2.png differ diff --git a/.themes/Nordic/assets/selected-radio-unchecked-dark.png b/.themes/Nordic/assets/selected-radio-unchecked-dark.png new file mode 100644 index 0000000..141e78d Binary files /dev/null and b/.themes/Nordic/assets/selected-radio-unchecked-dark.png differ diff --git a/.themes/Nordic/assets/selected-radio-unchecked-dark@2.png b/.themes/Nordic/assets/selected-radio-unchecked-dark@2.png new file mode 100644 index 0000000..35730f0 Binary files /dev/null and b/.themes/Nordic/assets/selected-radio-unchecked-dark@2.png differ diff --git a/.themes/Nordic/assets/selected-radio-unchecked.png b/.themes/Nordic/assets/selected-radio-unchecked.png new file mode 100644 index 0000000..07b1eb3 Binary files /dev/null and b/.themes/Nordic/assets/selected-radio-unchecked.png differ diff --git a/.themes/Nordic/assets/selected-radio-unchecked@2.png b/.themes/Nordic/assets/selected-radio-unchecked@2.png new file mode 100644 index 0000000..62666ea Binary files /dev/null and b/.themes/Nordic/assets/selected-radio-unchecked@2.png differ diff --git a/.themes/Nordic/assets/switch-insensitive.svg b/.themes/Nordic/assets/switch-insensitive.svg new file mode 100755 index 0000000..30b08fe --- /dev/null +++ b/.themes/Nordic/assets/switch-insensitive.svg @@ -0,0 +1,371 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Nordic/assets/switch-insensitive@2.svg b/.themes/Nordic/assets/switch-insensitive@2.svg new file mode 100755 index 0000000..7372b08 --- /dev/null +++ b/.themes/Nordic/assets/switch-insensitive@2.svg @@ -0,0 +1,371 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Nordic/assets/switch-off.svg b/.themes/Nordic/assets/switch-off.svg new file mode 100755 index 0000000..f5800e1 --- /dev/null +++ b/.themes/Nordic/assets/switch-off.svg @@ -0,0 +1,384 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Nordic/assets/switch-off@2.svg b/.themes/Nordic/assets/switch-off@2.svg new file mode 100755 index 0000000..f5800e1 --- /dev/null +++ b/.themes/Nordic/assets/switch-off@2.svg @@ -0,0 +1,384 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Nordic/assets/switch-on.svg b/.themes/Nordic/assets/switch-on.svg new file mode 100755 index 0000000..03cc342 --- /dev/null +++ b/.themes/Nordic/assets/switch-on.svg @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Nordic/assets/switch-on@2.svg b/.themes/Nordic/assets/switch-on@2.svg new file mode 100755 index 0000000..03cc342 --- /dev/null +++ b/.themes/Nordic/assets/switch-on@2.svg @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Nordic/assets/switch-slider-insensitive.svg b/.themes/Nordic/assets/switch-slider-insensitive.svg new file mode 100755 index 0000000..9aa5130 --- /dev/null +++ b/.themes/Nordic/assets/switch-slider-insensitive.svg @@ -0,0 +1,11540 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/switch-slider-insensitive@2.svg b/.themes/Nordic/assets/switch-slider-insensitive@2.svg new file mode 100755 index 0000000..069b0a3 --- /dev/null +++ b/.themes/Nordic/assets/switch-slider-insensitive@2.svg @@ -0,0 +1,11540 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/switch-slider-off.svg b/.themes/Nordic/assets/switch-slider-off.svg new file mode 100755 index 0000000..fd4e313 --- /dev/null +++ b/.themes/Nordic/assets/switch-slider-off.svg @@ -0,0 +1,11523 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/switch-slider-off@2.svg b/.themes/Nordic/assets/switch-slider-off@2.svg new file mode 100755 index 0000000..fd4e313 --- /dev/null +++ b/.themes/Nordic/assets/switch-slider-off@2.svg @@ -0,0 +1,11523 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/switch-slider-on.svg b/.themes/Nordic/assets/switch-slider-on.svg new file mode 100755 index 0000000..be0b5bb --- /dev/null +++ b/.themes/Nordic/assets/switch-slider-on.svg @@ -0,0 +1,11523 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/assets/switch-slider-on@2.svg b/.themes/Nordic/assets/switch-slider-on@2.svg new file mode 100755 index 0000000..be0b5bb --- /dev/null +++ b/.themes/Nordic/assets/switch-slider-on@2.svg @@ -0,0 +1,11523 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/cinnamon-dark.css b/.themes/Nordic/cinnamon/cinnamon-dark.css new file mode 100644 index 0000000..a68b3a5 --- /dev/null +++ b/.themes/Nordic/cinnamon/cinnamon-dark.css @@ -0,0 +1,1421 @@ +stage { + font-family: Futura Bk bt, sans, Sans-Serif; + font-size: 9pt; + color: #d8dee9; } + +.label-shadow { + color: rgba(0, 0, 0, 0); } + +.menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #d8dee9; + background-color: #3f4758; + border: 1px solid #1f232b; + box-shadow: inset 0 2px 4px rgba(63, 71, 88, 0.05); } + .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button, .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .sound-button:hover, .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .sound-button:hover:focus, .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + border-radius: 2px; } + .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #d8dee9; + background-color: #3f4758; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px rgba(63, 71, 88, 0.05); } + .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #d8dee9; + background-color: #4a5367; + border: 1px solid #1f232b; + box-shadow: inset 0 2px 4px rgba(74, 83, 103, 0.05); } + .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #d8dee9; + background-color: #3f4758; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px rgba(63, 71, 88, 0.05); } + .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #2e3440; + background-color: #8fbcbb; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px #8fbcbb; } + .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: rgba(216, 222, 233, 0.45); + border: 1px solid rgba(31, 35, 43, 0.55); + background-color: rgba(63, 71, 88, 0.55); + box-shadow: inset 0 2px 4px rgba(63, 71, 88, 0.05); } + +.notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + border-radius: 2px; + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(93, 105, 129, 0.4); } + .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(108, 122, 150, 0.5); } + .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus { + color: #8fbcbb; } + .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #2e3440; + border: 1px solid #8fbcbb; + background-color: #8fbcbb; } + .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #585f6b; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(93, 105, 129, 0.25); } + +.menu #notification StEntry, .popup-menu #notification StEntry, #menu-search-entry { + padding: 7px; + caret-size: 1px; + selection-background-color: #8fbcbb; + selected-color: #2e3440; + transition-duration: 300ms; + border-radius: 3px; + color: #d8dee9; + background-color: #3b4252; + border: 1px solid #1f232b; + box-shadow: inset 0 2px 4px rgba(59, 66, 82, 0.05); } + .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #d8dee9; + background-color: #3b4252; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px rgba(59, 66, 82, 0.05); } + .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { + color: rgba(216, 222, 233, 0.45); + background-color: #3f4757; + border-color: 1px solid #2f3542; + box-shadow: inset 0 2px 4px rgba(63, 71, 87, 0.05); } + .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #BAC3CF; + selection-background-color: #8fbcbb; + selected-color: #2e3440; + transition-duration: 300ms; + border-radius: 3px; + color: #BAC3CF; + background-color: rgba(93, 105, 129, 0.4); + border: 1px solid rgba(20, 23, 28, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #2e3440; + background-color: #8fbcbb; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(186, 195, 207, 0.55); + background-color: rgba(93, 105, 129, 0.25); + border: 1px solid rgba(20, 23, 28, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 0px; } +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(59, 66, 82, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #7f8696; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #707888; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #8fbcbb; } + +.separator { + -gradient-height: 1px; + -gradient-start: rgba(0, 0, 0, 0); + -gradient-end: rgba(0, 0, 0, 0); + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, .slider { + -slider-height: 4px; + -slider-background-color: #1f232b; + -slider-border-color: rgba(0, 0, 0, 0); + -slider-active-background-color: #8fbcbb; + -slider-active-border-color: rgba(0, 0, 0, 0); + -slider-border-width: 0; + -slider-handle-radius: 4px; + height: 18px; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; + color: transparent; } + .popup-menu-item:active .popup-slider-menu-item, + .popup-menu-item:active .slider { + -slider-background-color: rgba(0, 0, 0, 0.2); + -slider-active-background-color: #2e3440; } + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; } +.check-box StLabel { + font-weight: normal; } +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.check-box:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.check-box:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.check-box:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.radiobutton:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.radiobutton:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.radiobutton:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; + background-image: url("dark-assets/switch/switch-off.svg"); } + .toggle-switch:checked { + background-image: url("dark-assets/switch/switch-on.svg"); } + .popup-menu-item:active .toggle-switch { + background-image: url("common-assets/switch/switch-off-selected.svg"); } + .popup-menu-item:active .toggle-switch:checked { + background-image: url("common-assets/switch/switch-on-selected.svg"); } + +.cinnamon-link { + color: #5e81ac; + text-decoration: underline; } + .cinnamon-link:hover { + color: #809bbd; } + +#Tooltip { + border-radius: 3px; + padding: 5px 12px; + background-color: #2e3440; + color: #BAC3CF; + font-size: 1em; + font-weight: normal; + text-align: center; } + +.menu, +.popup-menu, +.popup-combo-menu { + color: #d8dee9; + background-color: #2e3440; + margin-bottom: 7px; + border: 1px solid #1f232b; + border-radius: 5px; } + .menu-arrow, + .popup-menu-arrow { + icon-size: 16px; } + .menu .popup-sub-menu, + .popup-menu .popup-sub-menu, + .popup-combo-menu .popup-sub-menu { + background-gradient-direction: none; + box-shadow: none; + background-color: #232831; } + .menu .popup-sub-menu .popup-menu-item:ltr, + .popup-menu .popup-sub-menu .popup-menu-item:ltr, + .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 0em; } + .menu .popup-sub-menu .popup-menu-item:rtl, + .popup-menu .popup-sub-menu .popup-menu-item:rtl, + .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 0em; } + .menu .popup-sub-menu StScrollBar, + .popup-menu .popup-sub-menu StScrollBar, + .popup-combo-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, + .popup-menu .popup-sub-menu StScrollBar StBin#trough, + .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, + .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, + .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .menu .popup-menu-content, + .popup-menu .popup-menu-content, + .popup-combo-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .menu .popup-menu-item, + .popup-menu .popup-menu-item, + .popup-combo-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; } + .menu .popup-menu-item:active, + .popup-menu .popup-menu-item:active, + .popup-combo-menu .popup-menu-item:active { + color: #2e3440; + background-color: #8fbcbb; } + .menu .popup-menu-item:insensitive, + .popup-menu .popup-menu-item:insensitive, + .popup-combo-menu .popup-menu-item:insensitive { + color: rgba(216, 222, 233, 0.5); + background: none; } + .menu .popup-inactive-menu-item, + .popup-menu .popup-inactive-menu-item, + .popup-combo-menu .popup-inactive-menu-item { + color: #d8dee9; } + .menu .popup-inactive-menu-item:insensitive, + .popup-menu .popup-inactive-menu-item:insensitive, + .popup-combo-menu .popup-inactive-menu-item:insensitive { + color: rgba(216, 222, 233, 0.45); } + .menu .popup-menu-item:active .popup-inactive-menu-item, + .popup-menu .popup-menu-item:active .popup-inactive-menu-item, + .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { + color: #2e3440; } + .menu-icon, + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: rgba(0, 0, 0, 0); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0); + -arrow-base: 0; + -arrow-rise: 0; } + +.popup-combo-menu { + padding: 10px 1px; } + +.popup-combobox-item { + spacing: 1em; } + +.popup-separator-menu-item { + -gradient-height: 2px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-size: 10pt; + height: 28px; + width: 32px; + font-weight: 700; + background-color: #2e3440; + color: #d8dee9; } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding: 0; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding: 0; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #d8dee9; + font-size: 1em; + padding: 0px; } +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; + height: 22px; } +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: #2e3440; + border: 1px solid #2e3440; + color: #BAC3CF; + spacing: 25px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; } + .window-caption#selected { + background-color: #8fbcbb; + color: #2e3440; + border: 1px solid #8fbcbb; + spacing: 25px; } + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #BAC3CF; + background-color: rgba(93, 105, 129, 0.4); + border: 1px solid rgba(20, 23, 28, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + .expo-workspaces-name-entry#selected:focus { + border: 1px solid #8fbcbb; + background-color: #8fbcbb; + color: #2e3440; + font-style: italic; + transition-duration: 300; + selection-background-color: #2e3440; + selected-color: #8fbcbb; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + .expo-workspace-thumbnail-frame#active { + border: 4px solid #8fbcbb; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #2e3440; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 10px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; } +.about-title { + font-size: 2em; + font-weight: bold; } +.about-uuid { + font-size: 10px; + color: #888; } +.about-icon { + padding-right: 20px; + padding-bottom: 14px; } +.about-scrollBox { + border: 1px solid #1f232b; + border-radius: 2px; + background-color: #3b4252; + padding: 4px; + padding-right: 0; + border-radius: 0; } + .about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; } +.about-description { + padding-top: 4px; + padding-bottom: 16px; } +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #d8dee9; + font-weight: bold; + padding: 8px 0; } + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 16px; + height: 16px; } + +.calendar-change-month-back { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: bold; + text-align: center; + color: #d8dee9; + border-radius: 2px; } + +.calendar-day-base { + font-size: 80%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + +.calendar-day-heading { + color: rgba(216, 222, 233, 0.85); + margin-top: 1em; + font-size: 70%; } + +.calendar-day { + border-width: 0; + color: rgba(216, 222, 233, 0.8); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #d8dee9; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #2e3440; + background-color: #8fbcbb; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(216, 222, 233, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(216, 222, 233, 0.7); + font-size: 80%; } + +#notification { + border-radius: 3px; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #BAC3CF; } + .menu #notification, .popup-menu #notification { + border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } + .menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification { + color: #d8dee9; } + .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #BAC3CF; } + #notification-scrollview { + max-height: 10em; } + #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; } + #notification-scrollview:ltr > StScrollBar { + padding-left: 6px; } + #notification-scrollview:rtl > StScrollBar { + padding-right: 6px; } + #notification-body { + spacing: 5px; } + #notification-actions { + spacing: 10px; } + +.notification-with-image { + min-height: 159px; + color: #BAC3CF; } +.notification-button, .notification-icon-button { + padding: 5px; } +.notification-icon-button > StIcon { + icon-size: 36px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #BAC3CF; + background: none; + border: none; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #8fbcbb; } + .switcher-list .item-box:selected { + color: #2e3440; + background-color: #8fbcbb; + border: 0px solid #8fbcbb; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: #BAC3CF; } + .switcher-arrow:highlighted { + border-color: rgba(0, 0, 0, 0); + color: #d8dee9; } + +.thumbnail-scroll-gradient-left { + background-color: rgba(0, 0, 0, 0); + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: rgba(0, 0, 0, 0); + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; } + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("common-assets/misc/corner-ripple.svg"); + background-size: contain; } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + color: #d8dee9; + background-color: rgba(67, 76, 94, 0); + border: none; + border-image: url("dark-assets/misc/modal.svg") 9 9 9 67; + padding: 0 5px 6px 5px; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 14px 10px; + background: none; + border: none; + border-image: url("dark-assets/misc/button-box.svg") 9 9 9 9; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 0px 15px 10px 15px; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #BAC3CF; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-left: 15px; + font-size: 10px; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #BAC3CF; + selected-color: #2e3440; + selection-background-color: #8fbcbb; + color: #BAC3CF; + background-color: rgba(93, 105, 129, 0.4); + border: 1px solid rgba(20, 23, 28, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #2e3440; + background-color: #8fbcbb; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; + background-gradient-direction: none; } + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; } + +.mount-password-reask { + color: #F27835; } + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; } + .show-processes-dialog-subject, + .mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; } + .show-processes-dialog-subject:rtl, + .mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; } + .show-processes-dialog-description, + .mount-question-dialog-description { + padding-left: 17px; + width: 28em; } + .show-processes-dialog-description:rtl, + .mount-question-dialog-description:rtl { + padding-right: 17px; } + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + .show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + .show-processes-dialog-app-list-item { + color: #ccc; } + .show-processes-dialog-app-list-item:hover { + color: white; } + .show-processes-dialog-app-list-item:ltr { + padding-right: 1em; } + .show-processes-dialog-app-list-item:rtl { + padding-left: 1em; } + .show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; } + .show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + .show-processes-dialog-app-list-item-name { + font-size: 1.1em; } + +.magnifier-zoom-region { + border: 2px solid maroon; } + .magnifier-zoom-region .full-screen { + border-width: 0px; } + +#keyboard { + background-color: #2e3440; + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(93, 105, 129, 0.4); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(108, 122, 150, 0.5); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #2e3440; + border: 1px solid #8fbcbb; + background-color: #8fbcbb; } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #585f6b; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(93, 105, 129, 0.25); } + +.keyboard-subkeys { + color: #BAC3CF; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: #2e3440; + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + margin: auto; + padding: 10px; + transition-duration: 300; + background-color: #434c5e; + border: 1px solid #1f232b; } +.menu-favorites-button { + padding: 10px; + border: 1px solid rgba(0, 0, 0, 0); } +.menu-places-box { + margin: auto; + padding: 10px; + border: 0px solid red; } +.menu-places-button { + padding: 10px; } +.menu-categories-box { + padding: 10px 30px 10px 30px; } +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } +.menu-application-button { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0); } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } +.menu-category-button { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0); } + .menu-category-button-selected { + padding: 7px; } + .menu-category-button-selected, .menu-category-button-hover { + background-color: rgba(143, 188, 187, 0.3); + border-radius: 2px; + box-shadow: none; + text-shadow: none; + border: 1px solid #1f232b; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(216, 222, 233, 0.45); + border: 1px solid rgba(0, 0, 0, 0); } + .menu-category-button-label:ltr { + padding-left: 5px; } + .menu-category-button-label:rtl { + padding-right: 5px; } +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 30px; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; } +.menu-selected-app-title { + font-weight: bold; } +.menu-selected-app-description { + max-width: 150px; } +.menu-search-box:ltr { + padding-left: 30px; } +.menu-search-box-rtl { + padding-right: 30px; } + +#menu-search-entry { + width: 250px; + height: 15px; + font-weight: normal; + caret-color: #d8dee9; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #d8dee9; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #d8dee9; + border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: #d8dee9; + background: none; + border: none; + border-radius: 5px; + border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #8fbcbb; } + +.window-list-box { + spacing: 0; } + .window-list-box .panel-top:ltr, .panel-bottom .window-list-box:ltr { + padding: 0 0 0 8px; } + .window-list-box .panel-top:rtl, .panel-bottom .window-list-box:rtl { + padding: 0 8px 0 0; } + .window-list-box.vertical { + padding: 6px 0 0 0; } + .window-list-box:highlight { + background-color: #8fbcbb; } +.window-list-item-box { + border: 0 none transparent; + border-image: none; + background-image: none; + background-color: #2e3440; + color: #BAC3CF; + box-shadow: none; + font-weight: 400; } + .window-list-item-box:hover { + color: #2e3440; } + .panel-top .window-list-item-box:hover { + box-shadow: inset 0 2px #8fbcbb; } + .panel-bottom .window-list-item-box:hover { + box-shadow: inset 0 -2px #8fbcbb; } + .panel-left .window-list-item-box:hover { + box-shadow: inset 2px 0 #8fbcbb; } + .panel-right .window-list-item-box:hover { + box-shadow: inset -2px 0 #8fbcbb; } + .window-list-item-box:active, .window-list-item-box:active:hover, .window-list-item-box:checked, .window-list-item-box:checked:hover, .window-list-item-box:focus, .window-list-item-box:focus:hover { + color: #2e3440; } + .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:active:hover, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:checked:hover, .panel-top .window-list-item-box:focus, .panel-top .window-list-item-box:focus:hover { + box-shadow: inset 0 2px #bf616a; } + .panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:active:hover, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:checked:hover, .panel-bottom .window-list-item-box:focus, .panel-bottom .window-list-item-box:focus:hover { + box-shadow: inset 0 -2px #bf616a; } + .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:active:hover, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:checked:hover, .panel-left .window-list-item-box:focus, .panel-left .window-list-item-box:focus:hover { + box-shadow: inset 2px 0 #bf616a; } + .panel-right .window-list-item-box:active, .panel-right .window-list-item-box:active:hover, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:checked:hover, .panel-right .window-list-item-box:focus, .panel-right .window-list-item-box:focus:hover { + box-shadow: inset -2px 0 #bf616a; } + .panel-top .window-list-item-box StIcon, .panel-bottom .window-list-item-box StIcon, + .panel-top .window-list-item-box StBin, .panel-bottom .window-list-item-box StBin { + padding: 0 4px; } + .window-list-item-box.vertical StIcon, .window-list-item-box.vertical StBin { + padding: 0; } + .window-list-item-box StLabel { + font-weight: 400; } + .panel-top .window-list-item-box StLabel:ltr, .panel-bottom .window-list-item-box StLabel:ltr { + padding: 0 4px 0 0; } + .panel-top .window-list-item-box StLabel:rtl, .panel-bottom .window-list-item-box StLabel:rtl { + padding: 0 0 0 4px; } + .window-list-item-box:progress, + .window-list-item-box .progress { + background-gradient-start: #8fbcbb; + background-gradient-end: #8fbcbb; } +.window-list-item-demands-attention { + background-gradient-start: #8fbcbb; + background-gradient-end: #8fbcbb; + color: #2e3440; } + .panel-top .window-list-item-demands-attention { + box-shadow: inset 0 2px #8fbcbb; } + .panel-bottom .window-list-item-demands-attention { + box-shadow: inset 0 -2px #8fbcbb; } + .panel-left .window-list-item-demands-attention { + box-shadow: inset 2px 0 #8fbcbb; } + .panel-right .window-list-item-demands-attention { + box-shadow: inset -2px 0 #8fbcbb; } +.window-list-preview { + padding: 12px; + spacing: 8px; + border: none; + border-image: url("assets/misc/osd.svg") 9 9 9 9; + border-radius: 2px; + color: #BAC3CF; + background: none; } + +.grouped-window-list-item-box { + border: 0 none transparent; + border-image: none; + background-image: none; + background-color: #2e3440; + color: #BAC3CF; + box-shadow: none; + font-weight: 400; } + .panel-top .grouped-window-list-item-box StIcon, .panel-bottom .grouped-window-list-item-box StIcon, + .panel-top .grouped-window-list-item-box StBin, .panel-bottom .grouped-window-list-item-box StBin { + padding: 0 4px; } + .panel-top .grouped-window-list-item-box:active, .panel-top .grouped-window-list-item-box:checked { + box-shadow: inset 0 2px #59647b; } + .panel-bottom .grouped-window-list-item-box:active, .panel-bottom .grouped-window-list-item-box:checked { + box-shadow: inset 0 -2px #59647b; } + .panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked { + box-shadow: inset 2px 0 #59647b; } + .panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked { + box-shadow: inset -2px 0 #59647b; } + .panel-top .grouped-window-list-item-box:hover, .panel-top .grouped-window-list-item-box:active:hover, .panel-top .grouped-window-list-item-box:focus, .panel-top .grouped-window-list-item-box:active:focus, .panel-top .grouped-window-list-item-box:focus:hover, .panel-top .grouped-window-list-item-box:active:focus:hover { + box-shadow: inset 0 2px #8fbcbb; } + .panel-bottom .grouped-window-list-item-box:hover, .panel-bottom .grouped-window-list-item-box:active:hover, .panel-bottom .grouped-window-list-item-box:focus, .panel-bottom .grouped-window-list-item-box:active:focus, .panel-bottom .grouped-window-list-item-box:focus:hover, .panel-bottom .grouped-window-list-item-box:active:focus:hover { + box-shadow: inset 0 -2px #8fbcbb; } + .panel-left .grouped-window-list-item-box:hover, .panel-left .grouped-window-list-item-box:active:hover, .panel-left .grouped-window-list-item-box:focus, .panel-left .grouped-window-list-item-box:active:focus, .panel-left .grouped-window-list-item-box:focus:hover, .panel-left .grouped-window-list-item-box:active:focus:hover { + box-shadow: inset 2px 0 #8fbcbb; } + .panel-right .grouped-window-list-item-box:hover, .panel-right .grouped-window-list-item-box:active:hover, .panel-right .grouped-window-list-item-box:focus, .panel-right .grouped-window-list-item-box:active:focus, .panel-right .grouped-window-list-item-box:focus:hover, .panel-right .grouped-window-list-item-box:active:focus:hover { + box-shadow: inset -2px 0 #8fbcbb; } + .grouped-window-list-item-box:progress, + .grouped-window-list-item-box .progress { + background-gradient-start: #8fbcbb; + background-gradient-end: #8fbcbb; } +.grouped-window-list-item-demands-attention { + background-gradient-start: #8fbcbb; + background-gradient-end: #8fbcbb; + color: #2e3440; } + .panel-top .grouped-window-list-item-demands-attention { + box-shadow: inset 0 2px #8fbcbb; } + .panel-bottom .grouped-window-list-item-demands-attention { + box-shadow: inset 0 -2px #8fbcbb; } + .panel-left .grouped-window-list-item-demands-attention { + box-shadow: inset 2px 0 #8fbcbb; } + .panel-right .grouped-window-list-item-demands-attention { + box-shadow: inset -2px 0 #8fbcbb; } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player { + padding: 0 4px; } + .sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 16px; + height: 8px; + padding: 1px; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + .sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(35, 40, 49, 0.9); + border: 0px solid #191c22; + border-bottom: 1px; + color: #BAC3CF; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #BAC3CF; + border-radius: 2px; + border: 1px solid rgba(46, 52, 64, 0); } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(108, 122, 150, 0.5); } + .sound-player-overlay StButton:active { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #2e3440; + background-color: #8fbcbb; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px #8fbcbb; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #38404f; + -slider-border-color: rgba(0, 0, 0, 0); + -slider-active-background-color: #8fbcbb; + -slider-active-border-color: rgba(0, 0, 0, 0); + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + +.workspace-button { + width: 20px; + height: 10px; + color: #2e3440; + padding: 3px; + padding-top: 4px; + transition-duration: 300; } + .workspace-button:outlined, .workspace-button:outlined:hover { + color: #8fbcbb; } + .workspace-button:hover { + color: rgba(143, 188, 187, 0.5); } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-gradient-direction: none; + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #8fbcbb; + background-gradient-direction: none; } + +.workspace-graph .workspace .windows { + -active-window-background: #4e586d; + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: #4e586d; + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: #59647b; + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: #39404f; + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +#panel-launchers-box { + padding-left: 7px; } + #panel-launchers-box.vertical { + padding: 2px 0; } + +.panel-launcher, +.launcher { + margin: 1px; + padding: 1px; + transition-duration: 200; } + .panel-launcher:hover, .launcher:hover { + background-gradient-direction: none; + border: 0px solid #8fbcbb; } + .panel-bottom .panel-launcher:hover, + .panel-bottom .launcher:hover { + border-bottom-width: 1px; } + .panel-top .panel-launcher:hover, .panel-top .launcher:hover { + border-top-width: 1px; } + .panel-left .panel-launcher:hover, .panel-left .launcher:hover { + border-left-width: 1px; + padding-left: 0; } + .panel-right .panel-launcher:hover, .panel-right .launcher:hover { + border-right-width: 1px; + padding-right: 0; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } +.applet-box { + padding-left: 3px; + padding-right: 3px; + color: #d8dee9; + text-shadow: none; + transition-duration: 100; } + .applet-box.vertical { + padding: 3px 0; } + .applet-box:hover { + color: #2e3440; + background-color: #8fbcbb; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } +.applet-label { + font-weight: bold; + color: #d8dee9; } + .applet-label:hover, .applet-box:hover .applet-label { + color: #2e3440; + text-shadow: none; } +.applet-icon { + color: #d8dee9; + icon-size: 22px; } + .applet-icon:hover, .applet-box:hover > .applet-icon { + color: #2e3440; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #d8dee9; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #BAC3CF; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + color: #BAC3CF; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border-image: url("common-assets/misc/desklet.svg") 9 9 9 9; + color: #BAC3CF; + border-radius: 0; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-header { + border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9; + color: #BAC3CF; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #8fbcbb; + background-color: rgba(143, 188, 187, 0.3); } + +.photoframe-box { + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + color: #BAC3CF; + padding: 12px; + padding-bottom: 16px; } + +/*FIXME*/ +.workspace-osd { + /*color: red;*/ + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview, .tile-preview.snap, +.tile-hud, .tile-hud.snap { + background-color: rgba(143, 188, 187, 0.3); + border: 1px solid #8fbcbb; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: rgba(0, 0, 0, 0); + border-radius: 0px; } + +/*# sourceMappingURL=cinnamon-dark.css.map */ diff --git a/.themes/Nordic/cinnamon/cinnamon.css b/.themes/Nordic/cinnamon/cinnamon.css new file mode 100644 index 0000000..0b5cae6 --- /dev/null +++ b/.themes/Nordic/cinnamon/cinnamon.css @@ -0,0 +1,1421 @@ +stage { + font-family: Futura Bk bt, sans, Sans-Serif; + font-size: 9pt; + color: #d8dee9; } + +.label-shadow { + color: rgba(0, 0, 0, 0); } + +.menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #d8dee9; + background-color: #3f4758; + border: 1px solid #1f232b; + box-shadow: inset 0 2px 4px rgba(63, 71, 88, 0.05); } + .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .sound-button, .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .sound-button:hover, .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .sound-button:hover:focus, .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + border-radius: 2px; } + .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #d8dee9; + background-color: #3f4758; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px rgba(63, 71, 88, 0.05); } + .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #d8dee9; + background-color: #4a5367; + border: 1px solid #1f232b; + box-shadow: inset 0 2px 4px rgba(74, 83, 103, 0.05); } + .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #d8dee9; + background-color: #3f4758; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px rgba(63, 71, 88, 0.05); } + .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #2e3440; + background-color: #8fbcbb; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px #8fbcbb; } + .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: rgba(216, 222, 233, 0.45); + border: 1px solid rgba(31, 35, 43, 0.55); + background-color: rgba(63, 71, 88, 0.55); + box-shadow: inset 0 2px 4px rgba(63, 71, 88, 0.05); } + +.notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + border-radius: 2px; + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(93, 105, 129, 0.4); } + .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(108, 122, 150, 0.5); } + .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus { + color: #8fbcbb; } + .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #2e3440; + border: 1px solid #8fbcbb; + background-color: #8fbcbb; } + .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #585f6b; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(93, 105, 129, 0.25); } + +.menu #notification StEntry, .popup-menu #notification StEntry, #menu-search-entry { + padding: 7px; + caret-size: 1px; + selection-background-color: #8fbcbb; + selected-color: #2e3440; + transition-duration: 300ms; + border-radius: 3px; + color: #d8dee9; + background-color: #3b4252; + border: 1px solid #1f232b; + box-shadow: inset 0 2px 4px rgba(59, 66, 82, 0.05); } + .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #d8dee9; + background-color: #3b4252; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px rgba(59, 66, 82, 0.05); } + .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { + color: rgba(216, 222, 233, 0.45); + background-color: #3f4757; + border-color: 1px solid #2f3542; + box-shadow: inset 0 2px 4px rgba(63, 71, 87, 0.05); } + .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #BAC3CF; + selection-background-color: #8fbcbb; + selected-color: #2e3440; + transition-duration: 300ms; + border-radius: 3px; + color: #BAC3CF; + background-color: rgba(93, 105, 129, 0.4); + border: 1px solid rgba(20, 23, 28, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #2e3440; + background-color: #8fbcbb; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(186, 195, 207, 0.55); + background-color: rgba(93, 105, 129, 0.25); + border: 1px solid rgba(20, 23, 28, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 0px; } +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(59, 66, 82, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #7f8696; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #707888; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #8fbcbb; } + +.separator { + -gradient-height: 1px; + -gradient-start: rgba(0, 0, 0, 0); + -gradient-end: rgba(0, 0, 0, 0); + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, .slider { + -slider-height: 4px; + -slider-background-color: #1f232b; + -slider-border-color: rgba(0, 0, 0, 0); + -slider-active-background-color: #8fbcbb; + -slider-active-border-color: rgba(0, 0, 0, 0); + -slider-border-width: 0; + -slider-handle-radius: 4px; + height: 18px; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; + color: transparent; } + .popup-menu-item:active .popup-slider-menu-item, + .popup-menu-item:active .slider { + -slider-background-color: rgba(0, 0, 0, 0.2); + -slider-active-background-color: #2e3440; } + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; } +.check-box StLabel { + font-weight: normal; } +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.check-box:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.check-box:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.check-box:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.radiobutton:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.radiobutton:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.radiobutton:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; + background-image: url("dark-assets/switch/switch-off.svg"); } + .toggle-switch:checked { + background-image: url("dark-assets/switch/switch-on.svg"); } + .popup-menu-item:active .toggle-switch { + background-image: url("common-assets/switch/switch-off-selected.svg"); } + .popup-menu-item:active .toggle-switch:checked { + background-image: url("common-assets/switch/switch-on-selected.svg"); } + +.cinnamon-link { + color: #5e81ac; + text-decoration: underline; } + .cinnamon-link:hover { + color: #809bbd; } + +#Tooltip { + border-radius: 3px; + padding: 5px 12px; + background-color: #2e3440; + color: #BAC3CF; + font-size: 1em; + font-weight: normal; + text-align: center; } + +.menu, +.popup-menu, +.popup-combo-menu { + color: #d8dee9; + background-color: #2e3440; + margin-bottom: 7px; + border: 1px solid #1f232b; + border-radius: 5px; } + .menu-arrow, + .popup-menu-arrow { + icon-size: 16px; } + .menu .popup-sub-menu, + .popup-menu .popup-sub-menu, + .popup-combo-menu .popup-sub-menu { + background-gradient-direction: none; + box-shadow: none; + background-color: #232831; } + .menu .popup-sub-menu .popup-menu-item:ltr, + .popup-menu .popup-sub-menu .popup-menu-item:ltr, + .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 0em; } + .menu .popup-sub-menu .popup-menu-item:rtl, + .popup-menu .popup-sub-menu .popup-menu-item:rtl, + .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 0em; } + .menu .popup-sub-menu StScrollBar, + .popup-menu .popup-sub-menu StScrollBar, + .popup-combo-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, + .popup-menu .popup-sub-menu StScrollBar StBin#trough, + .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, + .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, + .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .menu .popup-menu-content, + .popup-menu .popup-menu-content, + .popup-combo-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .menu .popup-menu-item, + .popup-menu .popup-menu-item, + .popup-combo-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; } + .menu .popup-menu-item:active, + .popup-menu .popup-menu-item:active, + .popup-combo-menu .popup-menu-item:active { + color: #2e3440; + background-color: #8fbcbb; } + .menu .popup-menu-item:insensitive, + .popup-menu .popup-menu-item:insensitive, + .popup-combo-menu .popup-menu-item:insensitive { + color: rgba(216, 222, 233, 0.5); + background: none; } + .menu .popup-inactive-menu-item, + .popup-menu .popup-inactive-menu-item, + .popup-combo-menu .popup-inactive-menu-item { + color: #d8dee9; } + .menu .popup-inactive-menu-item:insensitive, + .popup-menu .popup-inactive-menu-item:insensitive, + .popup-combo-menu .popup-inactive-menu-item:insensitive { + color: rgba(216, 222, 233, 0.45); } + .menu .popup-menu-item:active .popup-inactive-menu-item, + .popup-menu .popup-menu-item:active .popup-inactive-menu-item, + .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { + color: #2e3440; } + .menu-icon, + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: rgba(0, 0, 0, 0); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0); + -arrow-base: 0; + -arrow-rise: 0; } + +.popup-combo-menu { + padding: 10px 1px; } + +.popup-combobox-item { + spacing: 1em; } + +.popup-separator-menu-item { + -gradient-height: 2px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-size: 10pt; + height: 28px; + width: 32px; + font-weight: 700; + background-color: #2e3440; + color: #d8dee9; } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding: 0; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding: 0; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #d8dee9; + font-size: 1em; + padding: 0px; } +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; + height: 22px; } +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: #2e3440; + border: 1px solid #2e3440; + color: #BAC3CF; + spacing: 25px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; } + .window-caption#selected { + background-color: #8fbcbb; + color: #2e3440; + border: 1px solid #8fbcbb; + spacing: 25px; } + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #BAC3CF; + background-color: rgba(93, 105, 129, 0.4); + border: 1px solid rgba(20, 23, 28, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + .expo-workspaces-name-entry#selected:focus { + border: 1px solid #8fbcbb; + background-color: #8fbcbb; + color: #2e3440; + font-style: italic; + transition-duration: 300; + selection-background-color: #2e3440; + selected-color: #8fbcbb; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + .expo-workspace-thumbnail-frame#active { + border: 4px solid #8fbcbb; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #2e3440; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 10px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; } +.about-title { + font-size: 2em; + font-weight: bold; } +.about-uuid { + font-size: 10px; + color: #888; } +.about-icon { + padding-right: 20px; + padding-bottom: 14px; } +.about-scrollBox { + border: 1px solid #1f232b; + border-radius: 2px; + background-color: #3b4252; + padding: 4px; + padding-right: 0; + border-radius: 0; } + .about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; } +.about-description { + padding-top: 4px; + padding-bottom: 16px; } +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #d8dee9; + font-weight: bold; + padding: 8px 0; } + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 16px; + height: 16px; } + +.calendar-change-month-back { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: bold; + text-align: center; + color: #d8dee9; + border-radius: 2px; } + +.calendar-day-base { + font-size: 80%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + +.calendar-day-heading { + color: rgba(216, 222, 233, 0.85); + margin-top: 1em; + font-size: 70%; } + +.calendar-day { + border-width: 0; + color: rgba(216, 222, 233, 0.8); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #d8dee9; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #2e3440; + background-color: #8fbcbb; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(216, 222, 233, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(216, 222, 233, 0.7); + font-size: 80%; } + +#notification { + border-radius: 3px; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #BAC3CF; } + .menu #notification, .popup-menu #notification { + border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } + .menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification { + color: #d8dee9; } + .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #BAC3CF; } + #notification-scrollview { + max-height: 10em; } + #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; } + #notification-scrollview:ltr > StScrollBar { + padding-left: 6px; } + #notification-scrollview:rtl > StScrollBar { + padding-right: 6px; } + #notification-body { + spacing: 5px; } + #notification-actions { + spacing: 10px; } + +.notification-with-image { + min-height: 159px; + color: #BAC3CF; } +.notification-button, .notification-icon-button { + padding: 5px; } +.notification-icon-button > StIcon { + icon-size: 36px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #BAC3CF; + background: none; + border: none; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #8fbcbb; } + .switcher-list .item-box:selected { + color: #2e3440; + background-color: #8fbcbb; + border: 0px solid #8fbcbb; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: #BAC3CF; } + .switcher-arrow:highlighted { + border-color: rgba(0, 0, 0, 0); + color: #d8dee9; } + +.thumbnail-scroll-gradient-left { + background-color: rgba(0, 0, 0, 0); + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: rgba(0, 0, 0, 0); + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; } + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("common-assets/misc/corner-ripple.svg"); + background-size: contain; } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + color: #d8dee9; + background-color: rgba(67, 76, 94, 0); + border: none; + border-image: url("dark-assets/misc/modal.svg") 9 9 9 67; + padding: 0 5px 6px 5px; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 14px 10px; + background: none; + border: none; + border-image: url("dark-assets/misc/button-box.svg") 9 9 9 9; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 0px 15px 10px 15px; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #BAC3CF; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-left: 15px; + font-size: 10px; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #BAC3CF; + selected-color: #2e3440; + selection-background-color: #8fbcbb; + color: #BAC3CF; + background-color: rgba(93, 105, 129, 0.4); + border: 1px solid rgba(20, 23, 28, 0.4); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #2e3440; + background-color: #8fbcbb; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; + background-gradient-direction: none; } + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; } + +.mount-password-reask { + color: #F27835; } + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; } + .show-processes-dialog-subject, + .mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; } + .show-processes-dialog-subject:rtl, + .mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; } + .show-processes-dialog-description, + .mount-question-dialog-description { + padding-left: 17px; + width: 28em; } + .show-processes-dialog-description:rtl, + .mount-question-dialog-description:rtl { + padding-right: 17px; } + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + .show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + .show-processes-dialog-app-list-item { + color: #ccc; } + .show-processes-dialog-app-list-item:hover { + color: white; } + .show-processes-dialog-app-list-item:ltr { + padding-right: 1em; } + .show-processes-dialog-app-list-item:rtl { + padding-left: 1em; } + .show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; } + .show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + .show-processes-dialog-app-list-item-name { + font-size: 1.1em; } + +.magnifier-zoom-region { + border: 2px solid maroon; } + .magnifier-zoom-region .full-screen { + border-width: 0px; } + +#keyboard { + background-color: #2e3440; + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(93, 105, 129, 0.4); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(108, 122, 150, 0.5); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #2e3440; + border: 1px solid #8fbcbb; + background-color: #8fbcbb; } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #585f6b; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(93, 105, 129, 0.25); } + +.keyboard-subkeys { + color: #BAC3CF; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: #2e3440; + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + margin: auto; + padding: 10px; + transition-duration: 300; + background-color: #434c5e; + border: 1px solid #1f232b; } +.menu-favorites-button { + padding: 10px; + border: 1px solid rgba(0, 0, 0, 0); } +.menu-places-box { + margin: auto; + padding: 10px; + border: 0px solid red; } +.menu-places-button { + padding: 10px; } +.menu-categories-box { + padding: 10px 30px 10px 30px; } +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } +.menu-application-button { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0); } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } +.menu-category-button { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0); } + .menu-category-button-selected { + padding: 7px; } + .menu-category-button-selected, .menu-category-button-hover { + background-color: rgba(143, 188, 187, 0.3); + border-radius: 2px; + box-shadow: none; + text-shadow: none; + border: 1px solid #1f232b; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(216, 222, 233, 0.45); + border: 1px solid rgba(0, 0, 0, 0); } + .menu-category-button-label:ltr { + padding-left: 5px; } + .menu-category-button-label:rtl { + padding-right: 5px; } +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 30px; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; } +.menu-selected-app-title { + font-weight: bold; } +.menu-selected-app-description { + max-width: 150px; } +.menu-search-box:ltr { + padding-left: 30px; } +.menu-search-box-rtl { + padding-right: 30px; } + +#menu-search-entry { + width: 250px; + height: 15px; + font-weight: normal; + caret-color: #d8dee9; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #d8dee9; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #d8dee9; + border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: #d8dee9; + background: none; + border: none; + border-radius: 5px; + border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #8fbcbb; } + +.window-list-box { + spacing: 0; } + .window-list-box .panel-top:ltr, .panel-bottom .window-list-box:ltr { + padding: 0 0 0 8px; } + .window-list-box .panel-top:rtl, .panel-bottom .window-list-box:rtl { + padding: 0 8px 0 0; } + .window-list-box.vertical { + padding: 6px 0 0 0; } + .window-list-box:highlight { + background-color: #8fbcbb; } +.window-list-item-box { + border: 0 none transparent; + border-image: none; + background-image: none; + background-color: #2e3440; + color: #BAC3CF; + box-shadow: none; + font-weight: 400; } + .window-list-item-box:hover { + color: #2e3440; } + .panel-top .window-list-item-box:hover { + box-shadow: inset 0 2px #8fbcbb; } + .panel-bottom .window-list-item-box:hover { + box-shadow: inset 0 -2px #8fbcbb; } + .panel-left .window-list-item-box:hover { + box-shadow: inset 2px 0 #8fbcbb; } + .panel-right .window-list-item-box:hover { + box-shadow: inset -2px 0 #8fbcbb; } + .window-list-item-box:active, .window-list-item-box:active:hover, .window-list-item-box:checked, .window-list-item-box:checked:hover, .window-list-item-box:focus, .window-list-item-box:focus:hover { + color: #2e3440; } + .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:active:hover, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:checked:hover, .panel-top .window-list-item-box:focus, .panel-top .window-list-item-box:focus:hover { + box-shadow: inset 0 2px #bf616a; } + .panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:active:hover, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:checked:hover, .panel-bottom .window-list-item-box:focus, .panel-bottom .window-list-item-box:focus:hover { + box-shadow: inset 0 -2px #bf616a; } + .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:active:hover, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:checked:hover, .panel-left .window-list-item-box:focus, .panel-left .window-list-item-box:focus:hover { + box-shadow: inset 2px 0 #bf616a; } + .panel-right .window-list-item-box:active, .panel-right .window-list-item-box:active:hover, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:checked:hover, .panel-right .window-list-item-box:focus, .panel-right .window-list-item-box:focus:hover { + box-shadow: inset -2px 0 #bf616a; } + .panel-top .window-list-item-box StIcon, .panel-bottom .window-list-item-box StIcon, + .panel-top .window-list-item-box StBin, .panel-bottom .window-list-item-box StBin { + padding: 0 4px; } + .window-list-item-box.vertical StIcon, .window-list-item-box.vertical StBin { + padding: 0; } + .window-list-item-box StLabel { + font-weight: 400; } + .panel-top .window-list-item-box StLabel:ltr, .panel-bottom .window-list-item-box StLabel:ltr { + padding: 0 4px 0 0; } + .panel-top .window-list-item-box StLabel:rtl, .panel-bottom .window-list-item-box StLabel:rtl { + padding: 0 0 0 4px; } + .window-list-item-box:progress, + .window-list-item-box .progress { + background-gradient-start: #8fbcbb; + background-gradient-end: #8fbcbb; } +.window-list-item-demands-attention { + background-gradient-start: #8fbcbb; + background-gradient-end: #8fbcbb; + color: #2e3440; } + .panel-top .window-list-item-demands-attention { + box-shadow: inset 0 2px #8fbcbb; } + .panel-bottom .window-list-item-demands-attention { + box-shadow: inset 0 -2px #8fbcbb; } + .panel-left .window-list-item-demands-attention { + box-shadow: inset 2px 0 #8fbcbb; } + .panel-right .window-list-item-demands-attention { + box-shadow: inset -2px 0 #8fbcbb; } +.window-list-preview { + padding: 12px; + spacing: 8px; + border: none; + border-image: url("assets/misc/osd.svg") 9 9 9 9; + border-radius: 2px; + color: #BAC3CF; + background: none; } + +.grouped-window-list-item-box { + border: 0 none transparent; + border-image: none; + background-image: none; + background-color: #2e3440; + color: #BAC3CF; + box-shadow: none; + font-weight: 400; } + .panel-top .grouped-window-list-item-box StIcon, .panel-bottom .grouped-window-list-item-box StIcon, + .panel-top .grouped-window-list-item-box StBin, .panel-bottom .grouped-window-list-item-box StBin { + padding: 0 4px; } + .panel-top .grouped-window-list-item-box:active, .panel-top .grouped-window-list-item-box:checked { + box-shadow: inset 0 2px #59647b; } + .panel-bottom .grouped-window-list-item-box:active, .panel-bottom .grouped-window-list-item-box:checked { + box-shadow: inset 0 -2px #59647b; } + .panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked { + box-shadow: inset 2px 0 #59647b; } + .panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked { + box-shadow: inset -2px 0 #59647b; } + .panel-top .grouped-window-list-item-box:hover, .panel-top .grouped-window-list-item-box:active:hover, .panel-top .grouped-window-list-item-box:focus, .panel-top .grouped-window-list-item-box:active:focus, .panel-top .grouped-window-list-item-box:focus:hover, .panel-top .grouped-window-list-item-box:active:focus:hover { + box-shadow: inset 0 2px #8fbcbb; } + .panel-bottom .grouped-window-list-item-box:hover, .panel-bottom .grouped-window-list-item-box:active:hover, .panel-bottom .grouped-window-list-item-box:focus, .panel-bottom .grouped-window-list-item-box:active:focus, .panel-bottom .grouped-window-list-item-box:focus:hover, .panel-bottom .grouped-window-list-item-box:active:focus:hover { + box-shadow: inset 0 -2px #8fbcbb; } + .panel-left .grouped-window-list-item-box:hover, .panel-left .grouped-window-list-item-box:active:hover, .panel-left .grouped-window-list-item-box:focus, .panel-left .grouped-window-list-item-box:active:focus, .panel-left .grouped-window-list-item-box:focus:hover, .panel-left .grouped-window-list-item-box:active:focus:hover { + box-shadow: inset 2px 0 #8fbcbb; } + .panel-right .grouped-window-list-item-box:hover, .panel-right .grouped-window-list-item-box:active:hover, .panel-right .grouped-window-list-item-box:focus, .panel-right .grouped-window-list-item-box:active:focus, .panel-right .grouped-window-list-item-box:focus:hover, .panel-right .grouped-window-list-item-box:active:focus:hover { + box-shadow: inset -2px 0 #8fbcbb; } + .grouped-window-list-item-box:progress, + .grouped-window-list-item-box .progress { + background-gradient-start: #8fbcbb; + background-gradient-end: #8fbcbb; } +.grouped-window-list-item-demands-attention { + background-gradient-start: #8fbcbb; + background-gradient-end: #8fbcbb; + color: #2e3440; } + .panel-top .grouped-window-list-item-demands-attention { + box-shadow: inset 0 2px #8fbcbb; } + .panel-bottom .grouped-window-list-item-demands-attention { + box-shadow: inset 0 -2px #8fbcbb; } + .panel-left .grouped-window-list-item-demands-attention { + box-shadow: inset 2px 0 #8fbcbb; } + .panel-right .grouped-window-list-item-demands-attention { + box-shadow: inset -2px 0 #8fbcbb; } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player { + padding: 0 4px; } + .sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 16px; + height: 8px; + padding: 1px; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + .sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(35, 40, 49, 0.9); + border: 0px solid #191c22; + border-bottom: 1px; + color: #BAC3CF; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #BAC3CF; + border-radius: 2px; + border: 1px solid rgba(46, 52, 64, 0); } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #BAC3CF; + border: 1px solid rgba(20, 23, 28, 0.4); + background-color: rgba(108, 122, 150, 0.5); } + .sound-player-overlay StButton:active { + text-shadow: 0 1px rgba(59, 66, 82, 0); + color: #2e3440; + background-color: #8fbcbb; + border: 1px solid #8fbcbb; + box-shadow: inset 0 2px 4px #8fbcbb; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #38404f; + -slider-border-color: rgba(0, 0, 0, 0); + -slider-active-background-color: #8fbcbb; + -slider-active-border-color: rgba(0, 0, 0, 0); + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + +.workspace-button { + width: 20px; + height: 10px; + color: #2e3440; + padding: 3px; + padding-top: 4px; + transition-duration: 300; } + .workspace-button:outlined, .workspace-button:outlined:hover { + color: #8fbcbb; } + .workspace-button:hover { + color: rgba(143, 188, 187, 0.5); } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-gradient-direction: none; + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #8fbcbb; + background-gradient-direction: none; } + +.workspace-graph .workspace .windows { + -active-window-background: #4e586d; + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: #4e586d; + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: #59647b; + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: #39404f; + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +#panel-launchers-box { + padding-left: 7px; } + #panel-launchers-box.vertical { + padding: 2px 0; } + +.panel-launcher, +.launcher { + margin: 1px; + padding: 1px; + transition-duration: 200; } + .panel-launcher:hover, .launcher:hover { + background-gradient-direction: none; + border: 0px solid #8fbcbb; } + .panel-bottom .panel-launcher:hover, + .panel-bottom .launcher:hover { + border-bottom-width: 1px; } + .panel-top .panel-launcher:hover, .panel-top .launcher:hover { + border-top-width: 1px; } + .panel-left .panel-launcher:hover, .panel-left .launcher:hover { + border-left-width: 1px; + padding-left: 0; } + .panel-right .panel-launcher:hover, .panel-right .launcher:hover { + border-right-width: 1px; + padding-right: 0; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } +.applet-box { + padding-left: 3px; + padding-right: 3px; + color: #d8dee9; + text-shadow: none; + transition-duration: 100; } + .applet-box.vertical { + padding: 3px 0; } + .applet-box:hover { + color: #2e3440; + background-color: #8fbcbb; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } +.applet-label { + font-weight: bold; + color: #d8dee9; } + .applet-label:hover, .applet-box:hover .applet-label { + color: #2e3440; + text-shadow: none; } +.applet-icon { + color: #d8dee9; + icon-size: 22px; } + .applet-icon:hover, .applet-box:hover > .applet-icon { + color: #2e3440; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #d8dee9; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #BAC3CF; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + color: #BAC3CF; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border-image: url("common-assets/misc/desklet.svg") 9 9 9 9; + color: #BAC3CF; + border-radius: 0; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-header { + border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9; + color: #BAC3CF; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #8fbcbb; + background-color: rgba(143, 188, 187, 0.3); } + +.photoframe-box { + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; + color: #BAC3CF; + padding: 12px; + padding-bottom: 16px; } + +/*FIXME*/ +.workspace-osd { + /*color: red;*/ + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview, .tile-preview.snap, +.tile-hud, .tile-hud.snap { + background-color: rgba(143, 188, 187, 0.3); + border: 1px solid #8fbcbb; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: rgba(0, 0, 0, 0); + border-radius: 0px; } + +/*# sourceMappingURL=cinnamon.css.map */ diff --git a/.themes/Nordic/cinnamon/common-assets/menu/menu-hover.svg b/.themes/Nordic/cinnamon/common-assets/menu/menu-hover.svg new file mode 100644 index 0000000..6589e72 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/menu/menu-hover.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/menu/menu-separator.svg b/.themes/Nordic/cinnamon/common-assets/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/misc/add-workspace-active.svg b/.themes/Nordic/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 0000000..2f73100 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/misc/add-workspace-hover.svg b/.themes/Nordic/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 100644 index 0000000..e771e33 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/misc/add-workspace.svg b/.themes/Nordic/cinnamon/common-assets/misc/add-workspace.svg new file mode 100644 index 0000000..65f5361 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/misc/bg.svg b/.themes/Nordic/cinnamon/common-assets/misc/bg.svg new file mode 100644 index 0000000..7320b94 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1,131 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/.themes/Nordic/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..2f00ba6 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,161 @@ + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/misc/calendar-arrow-left.svg b/.themes/Nordic/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/.themes/Nordic/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..40231a7 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,161 @@ + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/misc/calendar-arrow-right.svg b/.themes/Nordic/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/misc/close-active.svg b/.themes/Nordic/cinnamon/common-assets/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/.themes/Nordic/cinnamon/common-assets/misc/close-hover.svg b/.themes/Nordic/cinnamon/common-assets/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/.themes/Nordic/cinnamon/common-assets/misc/close.svg b/.themes/Nordic/cinnamon/common-assets/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/.themes/Nordic/cinnamon/common-assets/misc/corner-ripple.svg b/.themes/Nordic/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 0000000..e8d6d76 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/misc/desklet-header.svg b/.themes/Nordic/cinnamon/common-assets/misc/desklet-header.svg new file mode 100644 index 0000000..91a5287 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/misc/desklet.svg b/.themes/Nordic/cinnamon/common-assets/misc/desklet.svg new file mode 100644 index 0000000..178ed39 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/misc/osd.svg b/.themes/Nordic/cinnamon/common-assets/misc/osd.svg new file mode 100644 index 0000000..3ef32da --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1,131 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/misc/overview-hover.png b/.themes/Nordic/cinnamon/common-assets/misc/overview-hover.png new file mode 100644 index 0000000..75673f9 Binary files /dev/null and b/.themes/Nordic/cinnamon/common-assets/misc/overview-hover.png differ diff --git a/.themes/Nordic/cinnamon/common-assets/misc/overview.png b/.themes/Nordic/cinnamon/common-assets/misc/overview.png new file mode 100644 index 0000000..9eb4f87 Binary files /dev/null and b/.themes/Nordic/cinnamon/common-assets/misc/overview.png differ diff --git a/.themes/Nordic/cinnamon/common-assets/misc/trash-icon.svg b/.themes/Nordic/cinnamon/common-assets/misc/trash-icon.svg new file mode 100644 index 0000000..61097dd --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/misc/trash-icon.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/panel/activities-active.svg b/.themes/Nordic/cinnamon/common-assets/panel/activities-active.svg new file mode 100644 index 0000000..413d23c --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/panel/activities.svg b/.themes/Nordic/cinnamon/common-assets/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/panel/panel-bottom.svg b/.themes/Nordic/cinnamon/common-assets/panel/panel-bottom.svg new file mode 100644 index 0000000..89e3e26 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/panel/panel-bottom.svg @@ -0,0 +1,83 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/panel/panel-left.svg b/.themes/Nordic/cinnamon/common-assets/panel/panel-left.svg new file mode 100644 index 0000000..8f91ed9 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/panel/panel-left.svg @@ -0,0 +1,83 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/panel/panel-right.svg b/.themes/Nordic/cinnamon/common-assets/panel/panel-right.svg new file mode 100644 index 0000000..137673f --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/panel/panel-right.svg @@ -0,0 +1,83 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/panel/panel-top.svg b/.themes/Nordic/cinnamon/common-assets/panel/panel-top.svg new file mode 100644 index 0000000..ad26fc6 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/panel/panel-top.svg @@ -0,0 +1,79 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/panel/window-list-active-bottom.svg b/.themes/Nordic/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..519cb61 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/panel/window-list-active-left.svg b/.themes/Nordic/cinnamon/common-assets/panel/window-list-active-left.svg new file mode 100644 index 0000000..88e80b6 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/panel/window-list-active-left.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/panel/window-list-active-right.svg b/.themes/Nordic/cinnamon/common-assets/panel/window-list-active-right.svg new file mode 100644 index 0000000..b815215 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/panel/window-list-active-right.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/panel/window-list-active-top.svg b/.themes/Nordic/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 0000000..6353022 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/switch/switch-off-selected.svg b/.themes/Nordic/cinnamon/common-assets/switch/switch-off-selected.svg new file mode 100644 index 0000000..7b628e0 --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/switch/switch-off-selected.svg @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/common-assets/switch/switch-on-selected.svg b/.themes/Nordic/cinnamon/common-assets/switch/switch-on-selected.svg new file mode 100644 index 0000000..ce5e9ef --- /dev/null +++ b/.themes/Nordic/cinnamon/common-assets/switch/switch-on-selected.svg @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/.themes/Nordic/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 0000000..feaa09b --- /dev/null +++ b/.themes/Nordic/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/.themes/Nordic/cinnamon/dark-assets/checkbox/checkbox-checked.svg new file mode 100644 index 0000000..eb23cc5 --- /dev/null +++ b/.themes/Nordic/cinnamon/dark-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/.themes/Nordic/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 0000000..25e1958 --- /dev/null +++ b/.themes/Nordic/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg b/.themes/Nordic/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 0000000..5b2fc58 --- /dev/null +++ b/.themes/Nordic/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/dark-assets/menu/menu.svg b/.themes/Nordic/cinnamon/dark-assets/menu/menu.svg new file mode 100644 index 0000000..3080e0c --- /dev/null +++ b/.themes/Nordic/cinnamon/dark-assets/menu/menu.svg @@ -0,0 +1,131 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/dark-assets/menu/submenu.svg b/.themes/Nordic/cinnamon/dark-assets/menu/submenu.svg new file mode 100644 index 0000000..b1e3a14 --- /dev/null +++ b/.themes/Nordic/cinnamon/dark-assets/menu/submenu.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/dark-assets/misc/button-box.svg b/.themes/Nordic/cinnamon/dark-assets/misc/button-box.svg new file mode 100644 index 0000000..ef41e12 --- /dev/null +++ b/.themes/Nordic/cinnamon/dark-assets/misc/button-box.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/dark-assets/misc/message.svg b/.themes/Nordic/cinnamon/dark-assets/misc/message.svg new file mode 100644 index 0000000..7c8f1b6 --- /dev/null +++ b/.themes/Nordic/cinnamon/dark-assets/misc/message.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/dark-assets/misc/modal.svg b/.themes/Nordic/cinnamon/dark-assets/misc/modal.svg new file mode 100644 index 0000000..622cabb --- /dev/null +++ b/.themes/Nordic/cinnamon/dark-assets/misc/modal.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/dark-assets/switch/switch-off.svg b/.themes/Nordic/cinnamon/dark-assets/switch/switch-off.svg new file mode 100644 index 0000000..7b628e0 --- /dev/null +++ b/.themes/Nordic/cinnamon/dark-assets/switch/switch-off.svg @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/dark-assets/switch/switch-on.svg b/.themes/Nordic/cinnamon/dark-assets/switch/switch-on.svg new file mode 100644 index 0000000..9a172f9 --- /dev/null +++ b/.themes/Nordic/cinnamon/dark-assets/switch/switch-on.svg @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/cinnamon/thumbnail.png b/.themes/Nordic/cinnamon/thumbnail.png new file mode 100644 index 0000000..512c1f6 Binary files /dev/null and b/.themes/Nordic/cinnamon/thumbnail.png differ diff --git a/.themes/Nordic/gnome-shell/assets/calendar-arrow-left.svg b/.themes/Nordic/gnome-shell/assets/calendar-arrow-left.svg new file mode 100755 index 0000000..deaa123 --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/calendar-arrow-left.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/calendar-arrow-right.svg b/.themes/Nordic/gnome-shell/assets/calendar-arrow-right.svg new file mode 100755 index 0000000..626ed7e --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/calendar-arrow-right.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/calendar-today.svg b/.themes/Nordic/gnome-shell/assets/calendar-today.svg new file mode 100755 index 0000000..66cfc80 --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/calendar-today.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/checkbox-focused.svg b/.themes/Nordic/gnome-shell/assets/checkbox-focused.svg new file mode 100755 index 0000000..490db59 --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/checkbox-focused.svg @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/checkbox-off-focused.svg b/.themes/Nordic/gnome-shell/assets/checkbox-off-focused.svg new file mode 100755 index 0000000..ec7d676 --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/checkbox-off-focused.svg @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/checkbox-off.svg b/.themes/Nordic/gnome-shell/assets/checkbox-off.svg new file mode 100755 index 0000000..f6072fe --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/checkbox-off.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/checkbox.svg b/.themes/Nordic/gnome-shell/assets/checkbox.svg new file mode 100755 index 0000000..6664fec --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/checkbox.svg @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/close-window.svg b/.themes/Nordic/gnome-shell/assets/close-window.svg new file mode 100644 index 0000000..087853b --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/close-window.svg @@ -0,0 +1,88 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/.themes/Nordic/gnome-shell/assets/corner-ripple-ltr.png b/.themes/Nordic/gnome-shell/assets/corner-ripple-ltr.png new file mode 100755 index 0000000..32e14ca Binary files /dev/null and b/.themes/Nordic/gnome-shell/assets/corner-ripple-ltr.png differ diff --git a/.themes/Nordic/gnome-shell/assets/corner-ripple-rtl.png b/.themes/Nordic/gnome-shell/assets/corner-ripple-rtl.png new file mode 100755 index 0000000..1434e7c Binary files /dev/null and b/.themes/Nordic/gnome-shell/assets/corner-ripple-rtl.png differ diff --git a/.themes/Nordic/gnome-shell/assets/dash-placeholder.svg b/.themes/Nordic/gnome-shell/assets/dash-placeholder.svg new file mode 100755 index 0000000..cbae148 --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/dash-placeholder.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/logged-in-indicator.svg b/.themes/Nordic/gnome-shell/assets/logged-in-indicator.svg new file mode 100755 index 0000000..c0267ea --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/logged-in-indicator.svg @@ -0,0 +1,130 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/noise-texture.png b/.themes/Nordic/gnome-shell/assets/noise-texture.png new file mode 100755 index 0000000..6b70a2d Binary files /dev/null and b/.themes/Nordic/gnome-shell/assets/noise-texture.png differ diff --git a/.themes/Nordic/gnome-shell/assets/process-working.svg b/.themes/Nordic/gnome-shell/assets/process-working.svg new file mode 100755 index 0000000..920a67d --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/process-working.svg @@ -0,0 +1,3084 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/running-indicator.svg b/.themes/Nordic/gnome-shell/assets/running-indicator.svg new file mode 100755 index 0000000..ebe7ecf --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/running-indicator.svg @@ -0,0 +1,130 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/source-button-border.svg b/.themes/Nordic/gnome-shell/assets/source-button-border.svg new file mode 100755 index 0000000..6e5051e --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/source-button-border.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/toggle-off.svg b/.themes/Nordic/gnome-shell/assets/toggle-off.svg new file mode 100755 index 0000000..1ea4304 --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/toggle-off.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/toggle-on.svg b/.themes/Nordic/gnome-shell/assets/toggle-on.svg new file mode 100755 index 0000000..1c3ae0f --- /dev/null +++ b/.themes/Nordic/gnome-shell/assets/toggle-on.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/.themes/Nordic/gnome-shell/assets/ws-switch-arrow-down.png b/.themes/Nordic/gnome-shell/assets/ws-switch-arrow-down.png new file mode 100644 index 0000000..a674ad5 Binary files /dev/null and b/.themes/Nordic/gnome-shell/assets/ws-switch-arrow-down.png differ diff --git a/.themes/Nordic/gnome-shell/assets/ws-switch-arrow-up.png b/.themes/Nordic/gnome-shell/assets/ws-switch-arrow-up.png new file mode 100644 index 0000000..1b6f611 Binary files /dev/null and b/.themes/Nordic/gnome-shell/assets/ws-switch-arrow-up.png differ diff --git a/.themes/Nordic/gnome-shell/gnome-shell.css b/.themes/Nordic/gnome-shell/gnome-shell.css new file mode 100644 index 0000000..d0c4df7 --- /dev/null +++ b/.themes/Nordic/gnome-shell/gnome-shell.css @@ -0,0 +1,2042 @@ +/***************** +* Drawing mixins * +*****************/ +/* GLOBALS */ +stage { + font-size: 10pt; + color: #d8dee9; } + +/* WIDGETS */ +/* Buttons */ +.button { + color: #d8dee9; + background-color: #232831; + box-shadow: none; + border: 1px solid #1f232b; + text-shadow: 0 1px black; + icon-shadow: 0 1px black; + border-radius: 4px; + border-width: 0; + padding: 4px 32px; } + .button:focus { + color: #8fbcbb; + text-shadow: 0 1px black; + icon-shadow: 0 1px black; + box-shadow: none; + border: 1px solid #1f232b; } + .button:insensitive { + color: #838995; + background-color: rgba(64, 70, 82, 0.66); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + border: none; + text-shadow: none; + icon-shadow: none; } + .button:active { + color: #8fbcbb; + background-color: rgba(46, 52, 64, 0.95); + border: 1px solid #1f232b; + text-shadow: none; + icon-shadow: none; } + .button:hover { + color: #8fbcbb; + background-color: rgba(50, 57, 70, 0.95); + border: 1px solid #1f232b; + text-shadow: 0 1px black; + icon-shadow: 0 1px black; } + +.modal-dialog-linked-button { + padding: 10px; + border: 1px solid #1f232b; + color: #d8dee9; + background: #232831; + text-shadow: none; + icon-shadow: none; + box-shadow: none; } + .modal-dialog-linked-button:insensitive { + color: #838995; + background-color: rgba(64, 70, 82, 0.66); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + border: none; + text-shadow: none; + icon-shadow: none; } + .modal-dialog-linked-button:active { + color: #8fbcbb; + background-color: rgba(46, 52, 64, 0.95); + border: 1px solid #1f232b; + text-shadow: none; + icon-shadow: none; } + .modal-dialog-linked-button:focus { + color: #8fbcbb; + text-shadow: 0 1px black; + icon-shadow: 0 1px black; + box-shadow: none; + border: 1px solid #1f232b; } + .modal-dialog-linked-button:focus:hover { + color: #8fbcbb; + text-shadow: 0 1px black; + icon-shadow: 0 1px black; + box-shadow: none; + border: 1px solid #1f232b; } + .modal-dialog-linked-button:hover { + color: #8fbcbb; + background-color: rgba(50, 57, 70, 0.95); + border: 1px solid #1f232b; + text-shadow: 0 1px black; + icon-shadow: 0 1px black; } + .modal-dialog-linked-button:first-child { + border-radius: 0px 0px 0px 2px; } + .modal-dialog-linked-button:last-child { + border-radius: 0px 0px 2px 0px; } + .modal-dialog-linked-button:first-child:last-child { + border-radius: 0px 0px 2px 2px; } + +/* Entries */ +StEntry { + background-color: #2e3440; + border-color: #1f232b; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); + border-radius: 2px; + padding: 4px; + border-width: 0; + color: #d8dee9; + selection-background-color: #8fbcbb; + selected-color: #fefefe; } + StEntry:focus { + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } + StEntry:insensitive { + color: #838995; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } + StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #c3674a; + padding: 0 4px; } + StEntry StLabel.hint-text { + color: rgba(216, 222, 233, 0.7); } + +/* Scrollbars */ +StScrollView.vfade { + -st-vfade-offset: 68px; } +StScrollView.hfade { + -st-hfade-offset: 68px; } + +StScrollBar { + padding: 0; } + StScrollView StScrollBar { + min-width: 14px; + min-height: 14px; } + StScrollBar StBin#trough { + border-radius: 0; + background-color: transparent; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 8px; + background-color: #505662; + margin: 3px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #b6bcc7; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #8fbcbb; } + +/* Slider */ +.slider { + height: 1em; + color: #fefefe; + border-color: black; + -slider-height: 0.3em; + -slider-background-color: #4e586d; + -slider-border-color: black; + -slider-active-background-color: #8fbcbb; + -slider-active-border-color: #a3be8c; + -slider-border-width: 0; + -slider-handle-radius: 6px; + -barlevel-height: 0.3em; + -barlevel-background-color: #4e586d; + -barlevel-border-color: black; + -barlevel-active-background-color: #8fbcbb; + -barlevel-active-border-color: #a3be8c; + -barlevel-border-width: 0; + -barlevel-handle-radius: 6px; + -barlevel-overdrive-color: #8fbcbb; + -barlevel-overdrive-border-color: transparent; + -barlevel-overdrive-separator-width: 0px; } + +/* Check Boxes */ +.check-box StBoxLayout { + spacing: .8em; } +.check-box StBin { + width: 24px; + height: 22px; + background-image: url("assets/checkbox-off.svg"); } +.check-box:focus, .check-box:hover StBin { + background-image: url("assets/checkbox-off-focused.svg"); } +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); } +.check-box:focus:checked StBin { + background-image: url("assets/checkbox-focused.svg"); } + +/* Switches */ +.toggle-switch { + width: 65px; + height: 22px; + background-size: contain; + background-image: url("assets/toggle-off.svg"); } + .toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); } + +.toggle-switch-us { + background-image: url("assets/toggle-off.svg"); } + .toggle-switch-us:checked { + background-image: url("assets/toggle-on.svg"); } + +.toggle-switch-intl { + background-image: url("assets/toggle-off.svg"); } + .toggle-switch-intl:checked { + background-image: url("assets/toggle-on.svg"); } + +/* links */ +.shell-link { + color: #88c0d0; } + .shell-link:hover { + color: #add3de; } + +/* Modal Dialogs */ +.headline { + font-size: 110%; } + +.lightbox { + background-color: black; } + +.flashspot { + background-color: white; } + +.modal-dialog { + border: none; + border-radius: 2px; + color: #d8dee9; + background-color: rgba(35, 40, 49, 0.95); + box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); } + .modal-dialog .modal-dialog-content-box { + padding: 24px; } + .modal-dialog .run-dialog-entry { + width: 20em; + margin-bottom: 6px; } + .modal-dialog .run-dialog-error-box { + color: #b84f59; + padding-top: 16px; + spacing: 6px; } + .modal-dialog .run-dialog-button-box { + padding-top: 1em; } + .modal-dialog .run-dialog-label { + font-size: 11pt; + font-weight: bold; + color: #b7c2d7; + padding-bottom: .4em; } + .modal-dialog .run-dialog-description { + color: #d8dee9; } + +.mount-dialog-subject, +.end-session-dialog-subject { + font-size: 13pt; } + +/* Message Dialog */ +.message-dialog-main-layout { + padding: 12px 20px 0; + spacing: 12px; } + +.message-dialog-content { + max-width: 28em; + spacing: 20px; } + +.message-dialog-icon { + min-width: 48px; + icon-size: 48px; } + +.message-dialog-title { + font-weight: bold; } + +.message-dialog-subtitle { + color: #58709d; + font-weight: bold; } + +/* End Session Dialog */ +.end-session-dialog { + spacing: 42px; + border: none; } + .end-session-dialog .modal-dialog-linked-button:last-child { + background: #b84f59; } + .end-session-dialog .modal-dialog-linked-button:last-child:hover, .end-session-dialog .modal-dialog-linked-button:last-child:focus { + background: #bc5a63; + color: #fff; } + +.end-session-dialog-list { + padding-top: 20px; } + +.end-session-dialog-layout { + padding-left: 17px; } + .end-session-dialog-layout:rtl { + padding-right: 17px; } + +.end-session-dialog-description { + width: 28em; + padding-bottom: 10px; } + .end-session-dialog-description:rtl { + text-align: right; } + +.end-session-dialog-warning { + width: 28em; + color: #c3674a; + padding-top: 6px; } + .end-session-dialog-warning:rtl { + text-align: right; } + +.end-session-dialog-logout-icon { + border-radius: 3px; + width: 48px; + height: 48px; + background-size: contain; } + +.end-session-dialog-shutdown-icon { + color: #b84f59; + width: 48px; + height: 48px; } + +.end-session-dialog-inhibitor-layout { + spacing: 16px; + max-height: 200px; + padding-right: 65px; + padding-left: 65px; } + +.end-session-dialog-session-list, +.end-session-dialog-app-list { + spacing: 1em; } + +.end-session-dialog-list-header { + font-weight: bold; } + .end-session-dialog-list-header:rtl { + text-align: right; } + +.end-session-dialog-app-list-item, +.end-session-dialog-session-list-item { + spacing: 1em; } + +.end-session-dialog-app-list-item-name, +.end-session-dialog-session-list-item-name { + font-weight: bold; } + +.end-session-dialog-app-list-item-description { + color: #c8d0e0; + font-size: 10pt; } + +/* ShellMountOperation Dialogs */ +.shell-mount-operation-icon { + icon-size: 48px; } + +.mount-dialog { + spacing: 24px; } + .mount-dialog .message-dialog-title { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; + max-width: 34em; } + .mount-dialog .message-dialog-title:rtl { + padding-left: 0px; + padding-right: 17px; } + .mount-dialog .message-dialog-body { + padding-left: 17px; + width: 28em; } + .mount-dialog .message-dialog-body:rtl { + padding-left: 0px; + padding-right: 17px; } + +.mount-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + +.mount-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + +.mount-dialog-app-list-item { + color: #b7c2d7; } + .mount-dialog-app-list-item:hover { + color: #d8dee9; } + .mount-dialog-app-list-item:ltr { + padding-right: 1em; } + .mount-dialog-app-list-item:rtl { + padding-left: 1em; } + +.mount-dialog-app-list-item-icon:ltr { + padding-right: 17px; } +.mount-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + +.mount-dialog-app-list-item-name { + font-size: 10pt; } + +/* Password or Authentication Dialog */ +.prompt-dialog { + width: 34em; + border: none; + border-radius: 2px; } + .prompt-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; } + .prompt-dialog .message-dialog-content { + spacing: 16px; } + .prompt-dialog .message-dialog-title { + color: #8699bb; } + +.prompt-dialog-description:rtl { + text-align: right; } + +.prompt-dialog-password-box { + spacing: 1em; + padding-bottom: 1em; } + +.prompt-dialog-error-label { + font-size: 10pt; + color: #b84f59; + padding-bottom: 8px; } + +.prompt-dialog-info-label { + font-size: 10pt; + padding-bottom: 8px; } + +.hidden { + color: rgba(0, 0, 0, 0); } + +.prompt-dialog-null-label { + font-size: 10pt; + padding-bottom: 8px; } + +/* Polkit Dialog */ +.polkit-dialog-user-layout { + padding-left: 10px; + spacing: 10px; } + .polkit-dialog-user-layout:rtl { + padding-left: 0px; + padding-right: 10px; } + +.polkit-dialog-user-root-label { + color: #c3674a; } + +.polkit-dialog-user-icon { + border-radius: 3px; + background-size: contain; + width: 48px; + height: 48px; } + +/* Audio selection dialog */ +.audio-device-selection-dialog { + spacing: 30px; } + +.audio-selection-content { + spacing: 20px; + padding: 24px; } + +.audio-selection-title { + font-weight: bold; + text-align: center; } + +.audio-selection-box { + spacing: 20px; } + +.audio-selection-device { + border: 1px solid #d8dee9; + border-radius: 12px; } + .audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { + background-color: #8fbcbb; } + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; } + +.audio-selection-device-icon { + icon-size: 64px; } + +/* Access Dialog */ +.access-dialog { + spacing: 30px; } + +/* Geolocation Dialog */ +.geolocation-dialog { + spacing: 30px; } + +/* Extension Dialog */ +.extension-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; } +.extension-dialog .message-dialog-title { + color: #8699bb; } + +/* Inhibit-Shortcuts Dialog */ +.inhibit-shortcuts-dialog { + spacing: 30px; } + +/* Network Agent Dialog */ +.network-dialog-secret-table { + spacing-rows: 15px; + spacing-columns: 1em; } + +.keyring-dialog-control-table { + spacing-rows: 15px; + spacing-columns: 1em; } + +/* Popovers/Menus */ +.popup-menu { + min-width: 15em; + background-color: transparent; + color: #d8dee9; } + .popup-menu .popup-sub-menu { + background-color: rgba(0, 0, 0, 0.2); + box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); } + .popup-menu .popup-menu-content { + padding: 16px 0; + background-color: #2e3440; + border-radius: 5px; } + .popup-menu .popup-menu-item { + spacing: 6px; + padding: 6px; } + .popup-menu .popup-menu-item:ltr { + padding-right: 1.75em; + padding-left: 0; } + .popup-menu .popup-menu-item:rtl { + padding-right: 0; + padding-left: 1.75em; } + .popup-menu .popup-menu-item:checked { + background-color: rgba(143, 188, 187, 0.9); + color: #fefefe; + box-shadow: inset 0 1px 0px #2a2f3a; + font-weight: bold; } + .popup-menu .popup-menu-item:checked:hover { + background-color: rgba(143, 188, 187, 0.9); + color: #fefefe; } + .popup-menu .popup-menu-item.selected { + background-color: rgba(216, 222, 233, 0.1); + color: #d8dee9; } + .popup-menu .popup-menu-item:active { + background-color: #8fbcbb; + color: #fefefe; } + .popup-menu .popup-menu-item:insensitive { + color: rgba(216, 222, 233, 0.5); } + .popup-menu .popup-inactive-menu-item { + color: #d8dee9; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(216, 222, 233, 0.5); } + .popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; } + +.popup-menu-ornament { + text-align: right; + width: 1.2em; } + +.popup-menu-boxpointer, +.candidate-popup-boxpointer { + -arrow-border-radius: 5px; + -arrow-background-color: #2e3440; + -arrow-border-width: 1px; + -arrow-border-color: #1f232b; + -arrow-base: 24px; + -arrow-rise: 11px; + -arrow-box-shadow: 0 1px 3px black; } + +.popup-separator-menu-item-separator { + height: 1px; + margin: 6px 64px; + background-color: transparent; + border-color: transparent; + border-bottom-width: 1px; + border-bottom-style: solid; } +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + margin: 0 64px 0 32px; + background: transparent; } + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0px; } + +/* fallback menu +- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled + app menu inside the main app window itself rather than the top bar +*/ +/* OSD */ +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + margin: 32px; + min-width: 64px; + min-height: 64px; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + height: 0.4em; + border-radius: 0.3em; + color: #d8dee9; + border: 1px solid #1f232b; + -barlevel-height: 0.4em; + -barlevel-background-color: rgba(3, 4, 5, 0.5); + -barlevel-active-background-color: #8fbcbb; + -barlevel-overdrive-color: #bf616a; + -barlevel-overdrive-separator-width: 0.2em; } + .osd-window .level-bar { + background-color: #8fbcbb; + border-radius: 0.3em; } + +/* Pad OSD */ +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.8); } + .pad-osd-window .pad-osd-title-box { + spacing: 12px; } + .pad-osd-window .pad-osd-title-menu-box { + spacing: 6px; } + +.combo-box-label { + width: 15em; } + +/* App Switcher */ +.switcher-popup { + padding: 8px; + spacing: 16px; } + +.switcher-list-item-container { + spacing: 8px; } + +.switcher-list .item-box { + padding: 8px; + border-radius: 4px; } + +.switcher-list .item-box:outlined { + padding: 6px; + border: 2px solid #0a0b0e; } + +.switcher-list .item-box:selected { + background-color: #8fbcbb; + color: #fefefe; } + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + +.switcher-list .thumbnail { + width: 256px; } + +.switcher-list .separator { + width: 1px; + background: #1f232b; } + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: rgba(216, 222, 233, 0.8); } + .switcher-arrow:highlighted { + color: #d8dee9; } + +.input-source-switcher-symbol { + font-size: 34pt; + width: 96px; + height: 96px; } + +/* Window Cycler */ +.cycler-highlight { + border: 5px solid #8fbcbb; } + +/* Workspace Switcher */ +.workspace-switcher-group { + padding: 12px; } + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 0px; + spacing: 8px; } + +.ws-switcher-active-up, +.ws-switcher-active-down, +.ws-switcher-active-left, +.ws-switcher-active-right { + height: 50px; + background-color: #8fbcbb; + color: #fefefe; + background-size: 32px; + border-radius: 8px; + border-color: #8fbcbb; } + +.ws-switcher-active-up { + background-image: url("assets/ws-switch-arrow-up.png"); } + +.ws-switcher-active-down { + background-image: url("assets/ws-switch-arrow-down.png"); } + +.ws-switcher-box { + height: 50px; + border: 1px solid rgba(216, 222, 233, 0.1); + background: rgba(25, 28, 34, 0.95); + border-radius: 8px; } + +.osd-window, +.resize-popup, +.switcher-list, .workspace-switcher-container { + color: #d8dee9; + background-color: rgba(46, 52, 64, 0.95); + border: 1px solid #1f232b; + box-shadow: 0px 0px 5px #1f232b; + border-radius: 5px; + padding: 12px; } + +/* Tiled window previews */ +.tile-preview { + background-color: rgba(143, 188, 187, 0.5); + border: 1px solid #8fbcbb; } + +.tile-preview-left.on-primary { + border-radius: 2px 2px 0 0; } + +.tile-preview-right.on-primary { + border-radius: 0 2px 0 0; } + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 2px 2px 0 0; } + +/* TOP BAR */ +#panel { + background-gradient-direction: none; + background-color: #1d2128; + /* transition from solid to transparent */ + transition-duration: 500ms; + font-weight: bold; + height: 1.86em; + padding: 0px 0px; } + #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; } + #panel #panelLeft, #panel #panelCenter { + spacing: 4px; } + #panel .panel-corner { + -panel-corner-radius: 0px; + -panel-corner-background-color: rgba(0, 0, 0, 0.2); + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; } + #panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: #9fc6c5; } + #panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; } + #panel .panel-button { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + font-weight: bold; + color: #d8dee9; + transition-duration: 100ms; } + #panel .panel-button .app-menu-icon { + -st-icon-style: symbolic; + margin-left: 4px; + margin-right: 4px; } + #panel .panel-button:hover { + background: #323946; + color: #f9fafb; } + #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + background: #8fbcbb; + box-shadow: inset 0 -2px 0px #9fc6c5; + color: #fff; } + #panel .panel-button .system-status-icon { + icon-size: 1.09em; + padding: 0 5px; } + .unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { + color: #f9fafb; } + .unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { + color: #f9fafb; } + #panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked { + box-shadow: none; } + #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + box-shadow: none; } + #panel .panel-status-indicators-box, + #panel .panel-status-menu-box { + spacing: 2px; } + #panel .power-status.panel-status-indicators-box { + spacing: 0; } + #panel .screencast-indicator { + color: #c3674a; } + #panel.solid { + background-color: #1d2128; + /* transition from transparent to solid */ + transition-duration: 300ms; } + #panel.solid .panel-corner { + -panel-corner-background-color: black; } + #panel.solid .system-status-icon, + #panel.solid .app-menu-icon > StIcon, + #panel.solid .popup-menu-arrow { + icon-shadow: none; } + +#calendarArea { + padding: 0.75em 1.0em; } + +.calendar { + margin-bottom: 1em; } + +.calendar, .world-clocks-button, .weather-button, .events-button { + background: transparent; + border: none; } + +.calendar, +.datemenu-today-button, +.datemenu-displays-box, +.message-list-sections { + margin: 0 1.5em; } + +.datemenu-calendar-column { + spacing: 0.5em; } + +.datemenu-displays-section { + padding-bottom: 3em; } + +.datemenu-displays-box { + spacing: 1em; } + +.datemenu-calendar-column { + border: 0 solid transparent; } + .datemenu-calendar-column:ltr { + border-left-width: 1px; } + .datemenu-calendar-column:rtl { + border-right-width: 1px; } + +.datemenu-today-button, +.world-clocks-button, +.weather-button, +.events-section-title, +.message-list-section-title, +.events-button { + border-radius: 4px; + color: #d8dee9; + padding: .4em; } + +.message-list-section-list:ltr { + padding-left: .4em; } + +.message-list-section-list:rtl { + padding-right: .4em; } + +.datemenu-today-button:hover, .datemenu-today-button:focus, +.world-clocks-button:hover, +.world-clocks-button:focus, +.weather-button:hover, +.weather-button:focus, +.events-section-title:hover, +.events-section-title:focus, +.message-list-section-title:hover, +.message-list-section-title:focus, +.events-button:hover, +.events-button:focus { + background-color: #39404f; } +.datemenu-today-button:active, +.world-clocks-button:active, +.weather-button:active, +.events-section-title:active, +.message-list-section-title:active, +.events-button:active { + color: white; + background-color: #8fbcbb; } + +.datemenu-today-button .date-label { + font-size: 1.5em; } + +.world-clocks-header, +.weather-header, +.events-section-title, +.message-list-section-title, +.events-title { + color: #58709d; + font-weight: bold; } + +.events-button .event-time { + color: #cbd3e2; } + +.world-clocks-grid { + spacing-rows: 0.4em; } + +.weather-box { + spacing: 0.4em; } + +.calendar-month-label { + color: #c8d0e0; + font-weight: bold; + padding: 8px 0; } + +.pager-button { + color: white; + background-color: transparent; + width: 32px; + border-radius: 4px; } + .pager-button:hover, .pager-button:focus { + background-color: rgba(216, 222, 233, 0.05); } + .pager-button:active { + background-color: rgba(46, 52, 64, 0.05); } + +.calendar-change-month-back { + background-image: url("assets/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("assets/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("assets/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("assets/calendar-arrow-left.svg"); } + +.calendar-change-month-back StIcon, +.calendar-change-month-forward StIcon { + color: #c1cbdc; } + +.calendar-day-base { + font-size: 80%; + text-align: center; + width: 2.4em; + height: 2.4em; + padding: 0.1em; + margin: 2px; + border-radius: 1.4em; + color: #d8dee9; } + .calendar-day-base:hover, .calendar-day-base:focus { + background-color: #39404f; } + .calendar-day-base:active, .calendar-day-base:selected { + color: white; + background-color: #8fbcbb; + border-color: transparent; } + .calendar-day-base.calendar-day-heading { + color: #58709d; + margin-top: 1em; + font-size: 70%; } + +.calendar-day { + border-width: 0; } + +.calendar-day-top { + border-top-width: 1px; } + +.calendar-day-left { + border-left-width: 1px; } + +.calendar-nonwork-day { + color: #838995; } + +.calendar-today { + font-weight: bold; + border: 1px solid rgba(31, 35, 43, 0.5); } + +.calendar-day-with-events { + color: #f9fafb; + font-weight: bold; + background-image: url("assets/calendar-today.svg"); } + +.calendar-other-month-day { + color: #838995; + opacity: 0.5; } + +.calendar-week-number { + font-size: 70%; + font-weight: bold; + width: 2.3em; + height: 1.8em; + border-radius: 2px; + padding: 0.5em 0 0; + margin: 6px; + background-color: rgba(216, 222, 233, 0.3); + color: #2e3440; } + +/* Message list */ +.message-list { + width: 31.5em; } + .message-list .message-title, .message-list .message-content, .message-list .message-body { + color: #c8d0e0; } + +.message-list-clear-button.button { + border: 1px solid #1f232b; + box-shadow: none; + margin: 1.5em 1.5em 0; } + .message-list-clear-button.button:hover, .message-list-clear-button.button:focus { + background-color: #39404f; } + +.message-list-sections { + spacing: 1em; } + +.message-list-section, +.message-list-section-list { + spacing: 0.4em; } + +.message-list-section-close > StIcon { + icon-size: 16px; + border-radius: 16px; + padding: 8px; + color: #d8dee9; + background-color: transparent; } +.message-list-section-close:hover > StIcon, .message-list-section-close:focus > StIcon +.message-list-section-close:active > StIcon { + color: #bf616a; + background: transparent; } + +.message { + border: 1px solid #1f232b; + border-radius: 3px; + background: #2d323e; + box-shadow: none; } + .message:hover, .message:focus { + background-color: #323946; + box-shadow: 3px 0px 0px 0px #8fbcbb inset; } + +.message-icon-bin { + padding: 10px 3px 10px 10px; } + .message-icon-bin:rtl { + padding: 10px 10px 10px 3px; } + +.message-icon-bin > StIcon { + icon-size: 16px; + -st-icon-style: symbolic; } + +.message-secondary-bin { + padding: 0 12px; } + +.message-secondary-bin > .event-time { + color: #a7b5cd; + font-size: 0.7em; + /* HACK: the label should be baseline-aligned with a 1em label, + fake this with some bottom padding */ + padding-bottom: 0.13em; } + +.message-secondary-bin > StIcon { + icon-size: 16px; } + +.message-content { + padding: 10px; } + .message-content *:hover > StIcon, + .message-content *:focus > StIcon { + color: #bf616a; } + +.message-media-control { + padding: 12px; + color: #97a7c4; } + .message-media-control:last-child:ltr { + padding-right: 18px; } + .message-media-control:last-child:rtl { + padding-left: 18px; } + .message-media-control:hover { + color: #d8dee9; } + .message-media-control:insensitive { + color: #58709d; } + +.media-message-cover-icon { + icon-size: 48px !important; } + .media-message-cover-icon.fallback { + color: #434c5e; + background-color: #2e3440; + border: 2px solid #2e3440; + border-radius: 2px; + icon-size: 16px; + padding: 8px; } + +/* World clocks */ +.world-clocks-button .world-clocks-city { + color: #d8dee9; + font-weight: normal; } +.world-clocks-button .world-clocks-time { + font-weight: bold; + color: #d8dee9; + font-feature-settings: "lnum"; + text-align: right; } +.world-clocks-button .world-clocks-timezone { + color: #97a7c4; + font-feature-settings: "tnum"; } + +/* Weather */ +.weather-button .weather-header { + color: #b7c2d7; + font-weight: bold; } + .weather-button .weather-header.location { + font-weight: normal; } +.weather-button .weather-forecast-time { + color: #b7c2d7; + font-feature-settings: "tnum"; + font-weight: normal; + padding-top: 0.2em; + padding-bottom: 0.4em; } +.weather-button .weather-forecast-temp { + font-weight: bold; } + +.system-switch-user-submenu-icon.user-icon { + icon-size: 20px; + padding: 0 2px; } + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; } + +#appMenu { + spinner-image: url("assets/process-working.svg"); + spacing: 4px; } + #appMenu .label-shadow { + color: transparent; } + +.aggregate-menu { + min-width: 21em; } + .aggregate-menu .popup-menu-icon { + padding: 0 4px; } + +.system-menu-action { + color: #d8dee9; + border-radius: 32px; + /* wish we could do 50% */ + border: 1px solid #1f232b; + background: #282d37; + padding: 13px; } + .system-menu-action:hover, .system-menu-action:focus { + border: 1px solid #8fbcbb; + color: #8fbcbb; + background: transparent; } + .system-menu-action:active { + background-color: #6fa9a8; + color: #fefefe; } + .system-menu-action > StIcon { + icon-size: 16px; } + +.ripple-box { + width: 52px; + height: 52px; + background-image: url("assets/corner-ripple-ltr.png"); + background-size: contain; } + +.ripple-box:rtl { + background-image: url("assets/corner-ripple-rtl.png"); } + +.popup-menu-arrow { + width: 16px; + height: 16px; } + +.popup-menu-icon { + icon-size: 1.09em; } + +.window-close { + background-color: transparent; + background-image: url("assets/close-window.svg"); + background-size: 32px; + border: none; + box-shadow: none; + color: transparent; + height: 32px; + width: 32px; } + +.window-close { + -shell-close-overlap: 16px; } + .window-close:rtl { + -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); } + +/* NETWORK DIALOGS */ +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; } + +.nm-dialog-content { + spacing: 20px; + padding: 24px; } + +.nm-dialog-header-hbox { + spacing: 10px; } + +.nm-dialog-airplane-box { + spacing: 12px; } + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; } + +.nm-dialog-airplane-text { + color: #d8dee9; } + +.nm-dialog-header-icon { + icon-size: 32px; } + +.nm-dialog-scroll-view { + border: 2px solid #1f232b; + background: transparent; } + +.nm-dialog-header { + font-weight: bold; } + +.nm-dialog-item { + font-size: 110%; + border-bottom: 1px solid #1f232b; + padding: 12px; + spacing: 20px; } + +.nm-dialog-item:selected { + background-color: #8fbcbb; + color: #fefefe; } + +.nm-dialog-icons { + spacing: .5em; } + +.nm-dialog-icon { + icon-size: 16px; } + +.no-networks-label { + color: #999999; } + +.no-networks-box { + spacing: 12px; } + +/* OVERVIEW */ +#overview { + spacing: 24px; } + +#overview.cosmic-solid-bg { + background-color: #1d2128 !important; } + +.overview-controls { + padding-bottom: 32px; } + +.window-picker { + -horizontal-spacing: 16px; + -vertical-spacing: 16px; + padding: 0 16px 16px; } + .window-picker.external-monitor { + padding: 16px; } + +.window-clone-border { + border: 4px solid rgba(143, 188, 187, 0.3); + border-radius: 0px; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } + +.window-caption { + spacing: 20px; + color: #d8dee9; + background-color: rgba(46, 52, 64, 0.65); + border-radius: 2px; + padding: 4px 8px; } + +.search-entry { + width: 320px; + padding: 9px; + border-radius: 2px; + border: none; + color: #d8dee9; + background-color: rgba(46, 52, 64, 0.6); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } + .search-entry:focus { + border-width: 0; + color: #d8dee9; + background-color: rgba(46, 52, 64, 0.8); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } + .search-entry .search-entry-icon { + icon-size: 1em; + padding: 0 4px; + color: rgba(216, 222, 233, 0.7); } + .search-entry:hover, .search-entry:focus { + background-color: rgba(46, 52, 64, 0.8); } + .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { + color: #d8dee9; } + +.search-provider-icon:focus, +.list-search-result:focus, .search-provider-icon:hover, +.list-search-result:hover, .search-provider-icon:selected, +.list-search-result:selected { + background-color: rgba(216, 222, 233, 0.1); + transition-duration: 200ms; } +.search-provider-icon:active, +.list-search-result:active, .search-provider-icon:checked, +.list-search-result:checked { + background-color: rgba(25, 28, 34, 0.85); } + +#searchResultsBin { + max-width: 1000px; } + +#searchResultsContent { + padding-left: 20px; + padding-right: 20px; + spacing: 16px; } + +.search-section { + spacing: 16px; } + +.search-section-content { + background-color: transparent; + border-radius: 0; + border: none; + box-shadow: none; + spacing: 32px; } + +.list-search-results { + spacing: 3px; } + +.search-section-separator { + height: 2px; + background-color: #4e586d; } + +.list-search-result-content { + spacing: 30px; } + +.list-search-result-title { + color: #e8ecf2; + spacing: 12px; } + +.list-search-result-description { + color: rgba(255, 255, 255, 0.5); } + +.list-search-provider-details { + width: 150px; + color: #e8ecf2; + margin-top: 0.24em; } + +.list-search-provider-content { + spacing: 20px; } + +.search-provider-icon { + padding: 15px; } + +/* DASHBOARD */ +#dash { + font-size: 9pt; + color: #d8dee9; + background-color: #1d2128; + padding: 6px 0; + border: 1px solid #1f232b; + border-left: 0px; + border-radius: 0px 5px 5px 0px; } + #dash:rtl { + border-radius: 9px 0 0 9px; } + #dash .placeholder { + background-image: url("assets/dash-placeholder.svg"); + background-size: contain; + height: 24px; } + #dash .empty-dash-drop-target { + width: 24px; + height: 24px; } + +.dash-item-container > StWidget { + padding: 4px 8px; } + +.dash-label { + border-radius: 7px; + padding: 4px 12px; + color: #d8dee9; + background-color: #1d2128; + text-align: center; + -x-offset: 8px; } + +/* App Vault/Grid */ +.icon-grid { + spacing: 30px; + -shell-grid-horizontal-item-size: 136px; + -shell-grid-vertical-item-size: 136px; } + .icon-grid .overview-icon { + icon-size: 96px; } + +.system-action-icon { + background-color: black; + color: white; + border-radius: 99px; + icon-size: 48px; } + +.app-view-controls { + padding-bottom: 32px; } + +.app-view-control { + padding: 4px 32px; } + .app-view-control:checked { + color: #8fbcbb; + background-color: rgba(46, 52, 64, 0.95); + border: 1px solid #1f232b; + text-shadow: none; + icon-shadow: none; } + .app-view-control:first-child { + border-right-width: 0; + border-radius: 3px 0 0 3px; } + .app-view-control:last-child { + border-radius: 0 3px 3px 0; } + +.app-well-app, +.app-well-app.app-folder, +.show-apps, +.grid-search-result { + border: none; } + .app-well-app:active .overview-icon, .app-well-app:checked .overview-icon, + .app-well-app.app-folder:active .overview-icon, + .app-well-app.app-folder:checked .overview-icon, + .show-apps:active .overview-icon, + .show-apps:checked .overview-icon, + .grid-search-result:active .overview-icon, + .grid-search-result:checked .overview-icon { + background-color: rgba(31, 35, 43, 0.85); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); + color: #d8dee9; } + .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, .app-well-app:selected .overview-icon, + .app-well-app.app-folder:hover .overview-icon, + .app-well-app.app-folder:focus .overview-icon, + .app-well-app.app-folder:selected .overview-icon, + .show-apps:hover .overview-icon, + .show-apps:focus .overview-icon, + .show-apps:selected .overview-icon, + .grid-search-result:hover .overview-icon, + .grid-search-result:focus .overview-icon, + .grid-search-result:selected .overview-icon { + background-color: rgba(46, 52, 64, 0.5); + transition-duration: 0ms; + border-image: none; + background-image: none; } + +.app-well-app-running-dot { + width: 4px; + height: 4px; + background-color: #8fbcbb; + border-radius: 10px !important; + box-shadow: 0px 0px 5px 4px rgba(143, 188, 187, 0.8); + margin-bottom: 0px; } + +.app-well-app .overview-icon, +.app-well-app.app-folder .overview-icon, +.show-apps .overview-icon, +.grid-search-result .overview-icon { + color: #fefefe; + border-radius: 2px; + padding: 7px 6px; + border: none; + transition-duration: 100ms; + text-align: center; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } + +.app-well-app.app-folder > .overview-icon { + background-color: rgba(46, 52, 64, 0.35); } + +.show-apps .show-apps-icon { + color: #d8dee9; } + +.show-apps:checked .show-apps-icon, +.show-apps:focus .show-apps-icon { + color: #d8dee9; + transition-duration: 100ms; } + +.app-folder-popup { + -arrow-border-radius: 8px; + -arrow-background-color: rgba(46, 52, 64, 0.5); + -arrow-base: 24px; + -arrow-rise: 11px; } + +.app-folder-popup-bin { + padding: 5px; + background: rgba(46, 52, 64, 0.5); } + +.app-folder-icon { + padding: 5px; + spacing-rows: 5px; + spacing-columns: 5px; } + +.page-indicator { + padding: 15px 20px; } + .page-indicator .page-indicator-icon { + width: 12px; + height: 12px; + border-radius: 12px; + background-image: none; + background-color: rgba(255, 255, 255, 0.3); } + .page-indicator:hover .page-indicator-icon { + background-image: none; + background-color: rgba(255, 255, 255, 0.5); } + .page-indicator:active .page-indicator-icon { + background-image: none; + background-color: rgba(255, 255, 255, 0.7); } + .page-indicator:checked .page-indicator-icon { + background-image: none; + background-color: #FFFFFF; + transition-duration: 0s; } + +.app-well-app > .overview-icon.overview-icon-with-label, +.grid-search-result .overview-icon.overview-icon-with-label { + padding: 10px 8px 5px 8px; + spacing: 4px; } + +.workspace-thumbnails { + visible-width: 32px; + spacing: 11px; + padding: 8px; + border-radius: 0; } + .workspace-thumbnails:rtl { + border-radius: 0; } + +.workspace-thumbnail-indicator { + border: 4px solid rgba(143, 188, 187, 0.8); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); + padding: 0; } + +.search-display > StBoxLayout, +.all-apps, +.frequent-apps > StBoxLayout { + padding: 0px 88px 10px 88px; } + +.workspace-thumbnails { + color: #d8dee9; + background-color: transparent; + border: none; } + +.search-statustext, .no-frequent-applications-label { + font-size: 2em; + font-weight: bold; + color: #d8dee9; } + +/* NOTIFICATIONS & MESSAGE TRAY */ +.url-highlighter { + link-color: #afcfce; } + +.notification-banner { + font-size: 11pt; + width: 34em; + margin: 5px; + border-radius: 3px; + color: #d8dee9; + background-color: #2e3440; + border: 1px solid #1f232b; + box-shadow: 0 1px 4px black; } + .notification-banner:hover { + background-color: rgba(46, 52, 64, 0.96); } + .notification-banner:focus { + background-color: rgba(46, 52, 64, 0.96); } + .notification-banner * { + color: #d8dee9; } + .notification-banner .notification-icon { + padding: 5px; } + .notification-banner .notification-content { + padding: 5px; + spacing: 5px; } + .notification-banner .secondary-icon { + icon-size: 1.09em; } + .notification-banner .notification-actions { + background-color: #2a2f3a; + padding-top: 2px; + spacing: 1px; } + .notification-banner .notification-button { + padding: 5px; + background-color: rgba(46, 52, 64, 0.9); + box-shadow: none; } + .notification-banner .notification-button:first-child { + border-radius: 0 0 0 3px; } + .notification-banner .notification-button:last-child { + border-radius: 0 0 3px 0; } + .notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { + background-color: #2a2f3a; + color: #8fbcbb; } + +.summary-source-counter { + font-size: 10pt; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #8fbcbb; + color: #fefefe; + border: 2px solid #d8dee9; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; } + +.secondary-icon { + icon-size: 1.09em; } + +.chat-body { + spacing: 5px; } + +.chat-response { + margin: 5px; } + +.chat-log-message { + color: #b7c2d7; } + +.chat-new-group { + padding-top: 1em; } + +.chat-received { + padding-left: 4px; } + .chat-received:rtl { + padding-left: 0px; + padding-right: 4px; } + +.chat-sent { + padding-left: 18pt; + color: #a7b5cd; } + .chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; } + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + font-weight: bold; + color: #97a7c4; } + .chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; } + +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; } + +.hotplug-notification-item { + padding: 2px 10px; } + .hotplug-notification-item:focus { + padding: 1px 71px 1px 11px; } + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; } + +.hotplug-resident-box { + spacing: 8px; } + +.hotplug-resident-mount { + spacing: 8px; + border-radius: 4px; } + .hotplug-resident-mount:hover { + background-color: rgba(46, 52, 64, 0.3); } + +.hotplug-resident-mount-label { + color: inherit; + padding-left: 6px; } + +.hotplug-resident-mount-icon { + icon-size: 24px; + padding-left: 6px; } + +.hotplug-resident-eject-icon { + icon-size: 16px; } + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: 5px; + color: pink; } + +/* Eeeky things */ +.magnifier-zoom-region { + border: 2px solid #8fbcbb; } + .magnifier-zoom-region.full-screen { + border-width: 0; } + +/* On-screen Keyboard */ +#keyboard { + background-color: rgba(46, 52, 64, 0.65); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + color: #d8dee9; + background-color: #232831; + box-shadow: none; + border: 1px solid #1f232b; + text-shadow: 0 1px black; + icon-shadow: 0 1px black; + background-color: #2e3440; + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 5px; } + .keyboard-key:focus { + color: #8fbcbb; + text-shadow: 0 1px black; + icon-shadow: 0 1px black; + box-shadow: none; + border: 1px solid #1f232b; } + .keyboard-key:hover, .keyboard-key:checked { + color: #8fbcbb; + background-color: rgba(50, 57, 70, 0.95); + border: 1px solid #1f232b; + text-shadow: 0 1px black; + icon-shadow: 0 1px black; } + .keyboard-key:active { + color: #8fbcbb; + background-color: rgba(46, 52, 64, 0.95); + border: 1px solid #1f232b; + text-shadow: none; + icon-shadow: none; } + .keyboard-key:grayed { + background-color: rgba(46, 52, 64, 0.95); + color: #d8dee9; + border-color: rgba(0, 0, 0, 0.7); } + +.keyboard-subkeys { + color: white; + padding: 5px; + -arrow-border-radius: 10px; + -arrow-background-color: rgba(46, 52, 64, 0.65); + -arrow-border-width: 2px; + -arrow-border-color: #d8dee9; + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.candidate-popup-content { + padding: 0.5em; + spacing: 0.3em; } + +.candidate-index { + padding: 0 0.5em 0 0; + color: #b7c2d7; } + +.candidate-box { + padding: 0.3em 0.5em 0.3em 0.5em; + border-radius: 4px; } + .candidate-box:selected, .candidate-box:hover { + background-color: #8fbcbb; + color: #fefefe; } + +.candidate-page-button-box { + height: 2em; } + .vertical .candidate-page-button-box { + padding-top: 0.5em; } + .horizontal .candidate-page-button-box { + padding-left: 0.5em; } + +.candidate-page-button { + padding: 4px; } + +.candidate-page-button-previous { + border-radius: 4px 0px 0px 4px; + border-right-width: 0; } + +.candidate-page-button-next { + border-radius: 0px 4px 4px 0px; } + +.candidate-page-button-icon { + icon-size: 1em; } + +/* Auth Dialogs & Screen Shield */ +.framed-user-icon { + background-size: contain; + border: 2px solid #d8dee9; + color: #d8dee9; + border-radius: 3px; } + .framed-user-icon:hover { + border-color: white; + color: white; } + +.login-dialog-banner-view { + padding-top: 24px; + max-width: 23em; } + +.login-dialog { + border: none; + background-color: transparent; } + .login-dialog .modal-dialog-button-box { + spacing: 3px; } + .login-dialog .modal-dialog-button { + padding: 3px 18px; } + .login-dialog .modal-dialog-button:default { + color: #d8dee9; + background-color: #232831; + box-shadow: none; + border: 1px solid #1f232b; + text-shadow: 0 1px black; + icon-shadow: 0 1px black; } + .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { + color: #8fbcbb; + background-color: rgba(143, 188, 187, 0.7); + border: 1px solid #1f232b; + text-shadow: 0 1px black; + icon-shadow: 0 1px black; } + .login-dialog .modal-dialog-button:default:active { + color: #8fbcbb; + background-color: #8fbcbb; + border: 1px solid #1f232b; + text-shadow: none; + icon-shadow: none; } + .login-dialog .modal-dialog-button:default:insensitive { + color: #838995; + background-color: rgba(64, 70, 82, 0.66); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + border: none; + text-shadow: none; + icon-shadow: none; } + +.login-dialog-logo-bin { + padding: 24px 0px; } + +.login-dialog-banner { + color: #b7c2d7; } + +.login-dialog-button-box { + spacing: 5px; } + +.login-dialog-message-warning { + color: #c3674a; } + +.login-dialog-message-hint { + padding-top: 0; + padding-bottom: 20px; } + +.login-dialog-user-selection-box { + padding: 100px 0px; } + +.login-dialog-not-listed-label { + padding-left: 2px; } + .login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { + color: #d8dee9; } + +.login-dialog-not-listed-label { + font-size: 90%; + font-weight: bold; + color: #768bb2; + padding-top: 1em; } + +.login-dialog-user-list-view { + -st-vfade-offset: 1em; } + +.login-dialog-user-list { + spacing: 12px; + padding: .2em; + width: 23em; } + .login-dialog-user-list:expanded .login-dialog-user-list-item:selected { + background-color: #8fbcbb; + color: #fefefe; } + .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { + border-right: 2px solid #8fbcbb; } + +.login-dialog-user-list-item { + border-radius: 5px; + padding: .2em; + color: #768bb2; } + .login-dialog-user-list-item:ltr { + padding-right: 1em; } + .login-dialog-user-list-item:rtl { + padding-left: 1em; } + .login-dialog-user-list-item .login-dialog-timed-login-indicator { + height: 2px; + margin: 2px 0 0 0; + background-color: #d8dee9; } + .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { + background-color: #fefefe; } + +.login-dialog-username, +.user-widget-label { + color: #d8dee9; + font-size: 120%; + font-weight: bold; + text-align: left; + padding-left: 15px; } + +.user-widget-label:ltr { + padding-left: 18px; } +.user-widget-label:rtl { + padding-right: 18px; } + +.login-dialog-prompt-layout { + padding-top: 24px; + padding-bottom: 12px; + spacing: 8px; + width: 23em; } + +.login-dialog-prompt-label { + color: #97a7c4; + font-size: 110%; + padding-top: 1em; } + +.login-dialog-session-list-button StIcon { + icon-size: 1.25em; } + +.login-dialog-session-list-button { + color: #768bb2; } + .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { + color: #d8dee9; } + .login-dialog-session-list-button:active { + color: #46597c; } + +.screen-shield-arrows { + padding-bottom: 3em; } + +.screen-shield-arrows Gjs_Arrow { + color: white; + width: 80px; + height: 48px; + -arrow-thickness: 12px; + -arrow-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } + +.screen-shield-clock { + color: white; + text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6); + font-weight: bold; + text-align: center; + padding-bottom: 1.5em; } + +.screen-shield-clock-time { + font-size: 72pt; + text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); } + +.screen-shield-clock-date { + font-size: 28pt; } + +.screen-shield-notifications-container { + spacing: 6px; + width: 30em; + background-color: transparent; + max-height: 500px; } + .screen-shield-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; } + .screen-shield-notifications-container .notification, + .screen-shield-notifications-container .screen-shield-notification-source { + padding: 12px 6px; + border: 1px solid #d8dee9; + background-color: rgba(46, 52, 64, 0.45); + color: #d8dee9; + border-radius: 4px; } + .screen-shield-notifications-container .notification { + margin-right: 15px; } + +.screen-shield-notification-label { + font-weight: bold; + padding: 0px 0px 0px 12px; } + +.screen-shield-notification-count-text { + padding: 0px 0px 0px 12px; } + +#panel.lock-screen { + background-color: rgba(46, 52, 64, 0.45); } + +.screen-shield-background { + background: black; + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); } + +#lockDialogGroup { + background: #2e3436 url(resource:///org/gnome/shell/theme/noise-texture.png); + background-repeat: repeat; } + +#screenShieldNotifications StButton#vhandle, #screenShieldNotifications StButton#hhandle { + background-color: rgba(46, 52, 64, 0.3); } + #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { + background-color: rgba(46, 52, 64, 0.5); } + #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { + background-color: rgba(143, 188, 187, 0.5); } + +#LookingGlassDialog { + background-color: rgba(0, 0, 0, 0.8); + spacing: 4px; + padding: 4px; + border: 2px solid grey; + border-radius: 4px; } + #LookingGlassDialog > #Toolbar { + border: 1px solid grey; + border-radius: 4px; } + #LookingGlassDialog .labels { + spacing: 4px; } + #LookingGlassDialog .notebook-tab { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + font-weight: bold; + color: #ccc; + transition-duration: 100ms; + padding-left: .3em; + padding-right: .3em; } + #LookingGlassDialog .notebook-tab:hover { + color: white; + text-shadow: black 0px 2px 2px; } + #LookingGlassDialog .notebook-tab:selected { + border-bottom-width: 2px; + border-color: #9fc6c5; + color: white; + text-shadow: black 0px 2px 2px; } + #LookingGlassDialog StBoxLayout#EvalBox { + padding: 4px; + spacing: 4px; } + #LookingGlassDialog StBoxLayout#ResultsArea { + spacing: 4px; } + +.lg-dialog StEntry { + selection-background-color: #bbbbbb; + selected-color: #333333; } +.lg-dialog .shell-link { + color: #999999; } + .lg-dialog .shell-link:hover { + color: #dddddd; } + +.lg-completions-text { + font-size: .9em; + font-style: italic; } + +.lg-obj-inspector-title { + spacing: 4px; } + +.lg-obj-inspector-button { + border: 1px solid gray; + padding: 4px; + border-radius: 4px; } + .lg-obj-inspector-button:hover { + border: 1px solid #ffffff; } + +#lookingGlassExtensions { + padding: 4px; } + +.lg-extensions-list { + padding: 4px; + spacing: 6px; } + +.lg-extension { + border: 1px solid #6f6f6f; + border-radius: 4px; + padding: 4px; } + +.lg-extension-name { + font-weight: bold; } + +.lg-extension-meta { + spacing: 6px; } + +#LookingGlassPropertyInspector { + background: rgba(0, 0, 0, 0.8); + border: 2px solid grey; + border-radius: 4px; + padding: 6px; } + +.openweather-current-summarybox, +.openweather-forecast-icon, +.openweather-current-databox-captions, +.openweather-current-databox-values, +.openweather-current-icon, +.openweather-forecast-summary, +.openweather-forecast-temperature { + background: transparent; } + +.openweather-current-databox-captions, .openweather-forecast-day { + color: #8fbcbb; } + +/* Pop_OS COSMIC Widget styling. */ +/* Pop_OS COSMIC Dock styling, append !important to any changed rules */ +.cosmic-dock #dock { + border-radius: 12px 12px 12px 12px !important; + border: 0 !important; + background-color: #2e3440; + margin: 4px !important; } + +.cosmic-dock.extended #dock { + border-radius: 0px !important; + margin: 0 !important; } + +.cosmic-dock.extended.side #dock { + border-top-width: 0 !important; + border-bottom-width: 0 !important; } + +.cosmic-dock.extended.side.left #dock { + border-left-width: 0 !important; } + +.cosmic-dock.extended.side.right #dock { + border-right-width: 0 !important; } + +.cosmic-dock.extended.bottom #dock { + border-bottom-width: 0 !important; + border-left-width: 0 !important; + border-right-width: 0 !important; } + +.cosmic-dock .app-well-app:hover .overview-icon, .cosmic-dock .app-well-app:focus .overview-icon, .cosmic-dock .app-well-app:selected .overview-icon { + border-radius: 11px; } + +/*# sourceMappingURL=gnome-shell.css.map */ diff --git a/.themes/Nordic/gtk-2.0/apps/chrome.rc b/.themes/Nordic/gtk-2.0/apps/chrome.rc new file mode 100755 index 0000000..0c37ab3 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/apps/chrome.rc @@ -0,0 +1,50 @@ +# ============================================================================== +# CHROME/-UIM SPECIFIC SETTINGS +# ============================================================================== + +# Chromium lets us define some colours and settings for better integration + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = @wm_color + ChromeGtkFrame::inactive-frame-color = @unfocused_wm_color + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = shade(1.07, @wm_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @wm_color) + ChromeGtkFrame::incognito-inactive-frame-color = @wm_color + + ChromeGtkFrame::incognito-frame-gradient-color = @wm_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @wm_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @wm_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @wm_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +# Chromium uses base as the fill colour of its own entries +# This would be fine but Gtk+ uses it to fill the surrounding space, so its set to bg +# That results in Chromium using it for the fill, so we need to handle that + +style "chrome_entry" { + base[NORMAL] = @base_color + base[INSENSITIVE] = @base_color +} + +widget_class "*Chrom*" style "chrome_entry" + +# Chrome Menu item background + +style "chrome_menu_item" +{ + bg[SELECTED] = @wm_color +} + +widget_class "***" style "chrome_menu_item" + + +# Chrome buttons + +widget_class "*Chrom*Button*" style "button" diff --git a/.themes/Nordic/gtk-2.0/apps/gimp.rc b/.themes/Nordic/gtk-2.0/apps/gimp.rc new file mode 100755 index 0000000..4908803 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/apps/gimp.rc @@ -0,0 +1,83 @@ +# ============================================================================== +# GIMP SPECIFIC SETTINGS +# ============================================================================== + +# TODO: This could really look nicer +style "gimp_spin_scale" { + + # Spin background + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/spin-up-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/spin-down-insensitive.png" + overlay_stretch = FALSE + } + + } + +} + + +# Disable spin button assets for GimpSpinScale +class "GimpSpinScale" style "gimp_spin_scale" \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/apps/libreoffice.rc b/.themes/Nordic/gtk-2.0/apps/libreoffice.rc new file mode 100755 index 0000000..6e976a2 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/apps/libreoffice.rc @@ -0,0 +1,12 @@ +# ============================================================================== +# OPEN/LIBREOFFICE SPECIFIC SETTINGS +# ============================================================================== + +style "ooo_stepper_hack" +{ + GtkScrollbar::stepper-size = 13 + GtkScrollbar::has-backward-stepper = 1 + GtkScrollbar::has-forward-stepper = 1 +} + +widget "*openoffice-toplevel*" style "ooo_stepper_hack" \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/apps/terminal.rc b/.themes/Nordic/gtk-2.0/apps/terminal.rc new file mode 100755 index 0000000..07f4346 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/apps/terminal.rc @@ -0,0 +1,48 @@ +# ============================================================================== +# GNOME TERMINAL SPECIFIC SETTINGS +# ============================================================================== + +style "terminal_window" = "dark" { +} + +style "terminal_menubar" +{ + + engine "murrine" { + } +} + +style "terminal_notebook" = "dark" +{ + fg[ACTIVE] = mix (0.8, "#DADBDB", "#DADBDB") + + engine "murrine" { + } +} + +style "terminal_scrollbar" = "scrollbar" +{ + bg[NORMAL] = "#263238" + bg[PRELIGHT] = shade(1.08, "#263238") + bg[ACTIVE] = shade(0.94, "#263238") + bg[SELECTED] = shade(1.0, @selected_bg_color) + bg[INSENSITIVE] = "#263238" + + engine "murrine" { + } +} + +style "terminal_screen" +{ + text[NORMAL] = "#DADBDB" + base[NORMAL] = "#384952" + + TerminalScreen::background-darkness = 0.95 +} + +widget "*TerminalWindow*" style "terminal_window" +#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" +widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" +widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" +#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/.themes/Nordic/gtk-2.0/apps/thunar.rc b/.themes/Nordic/gtk-2.0/apps/thunar.rc new file mode 100755 index 0000000..328ceb5 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/apps/thunar.rc @@ -0,0 +1,24 @@ +# ============================================================================== +# THUNAR SPECIFIC SETTINGS +# ============================================================================== + +style "sidepane" { + + GtkTreeView::odd_row_color = @sidebar_bg + GtkTreeView::even_row_color = @sidebar_bg + base[NORMAL] = @bg_color + base[INSENSITIVE] = mix(0.4, shade(1.35, @selected_bg_color), shade(0.9, @base_color)) + bg[NORMAL] = @bg_color + text[NORMAL] = mix(0.9, @fg_color, @bg_color) +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} +style "thunar-handle" { GtkPaned::handle-size = 2 } +widget_class "*ThunarWindow*." style "thunar-frame" +widget_class "*ThunarWindow*." style "thunar-handle" + +widget_class "*ThunarShortcutsView*" style "sidepane" +widget_class "*ThunarTreeView*" style "sidepane" diff --git a/.themes/Nordic/gtk-2.0/apps/xfce.rc b/.themes/Nordic/gtk-2.0/apps/xfce.rc new file mode 100755 index 0000000..f8c2acd --- /dev/null +++ b/.themes/Nordic/gtk-2.0/apps/xfce.rc @@ -0,0 +1,90 @@ +style "theme-panel" = "dark" { + xthickness = 1 + ythickness = 1 + bg[NORMAL] = @panel_bg_color +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 80 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 0 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 0 + XfdesktopIconView::shadow-color = @tooltip_bg_color + XfdesktopIconView::selected-shadow-color = @tooltip_bg_color + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = shade (0.9, @selected_fg_color) + fg[ACTIVE] = @selected_fg_color + +} + +style "theme-panel-text" = "dark" { +} + +style "panel-entry" = "dark" { +} + +style "theme-main-menu-text" = "theme-panel-text" +{ + fg[PRELIGHT] = "#ffffff" + text[PRELIGHT] = "#ffffff" +} + +style "workspace-switcher" = "dark" +{ + bg[SELECTED] = shade (0.8, @selected_bg_color) +} + +style "window-buttons" = "dark" { + +} + +style "indicator" = "theme-panel" +{ + xthickness = 0 + ythickness = 0 +} + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" +widget "*XfdesktopIconView*" style "xfdesktop-icon-view" + +# Fix gtk-entries in the panel +class "*SexyIconEntry*" style:highest "entry" # fixes dict-plugin +widget "*xfce4-verve-plugin*GtkEntry" style:highest "entry" # fixes verve-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" +#widget "*XfceTasklist*" style "dark_button" diff --git a/.themes/Nordic/gtk-2.0/assets/border.png b/.themes/Nordic/gtk-2.0/assets/border.png new file mode 100644 index 0000000..8214ab6 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/border.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/button-active.png b/.themes/Nordic/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000..a5365b7 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/button-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/button-hover.png b/.themes/Nordic/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000..59a73f7 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/button-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/button-insensitive.png b/.themes/Nordic/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 0000000..e97f1ee Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/button-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/button.png b/.themes/Nordic/gtk-2.0/assets/button.png new file mode 100644 index 0000000..c8c2682 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/button.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/checkbox-checked-active.png b/.themes/Nordic/gtk-2.0/assets/checkbox-checked-active.png new file mode 120000 index 0000000..358a499 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/checkbox-checked-active.png @@ -0,0 +1 @@ +../../assets/checkbox-checked-active-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/checkbox-checked-hover.png b/.themes/Nordic/gtk-2.0/assets/checkbox-checked-hover.png new file mode 120000 index 0000000..e70f927 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/checkbox-checked-hover.png @@ -0,0 +1 @@ +../../assets/checkbox-checked-hover-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/checkbox-checked-insensitive.png b/.themes/Nordic/gtk-2.0/assets/checkbox-checked-insensitive.png new file mode 120000 index 0000000..09a0a7c --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/checkbox-checked-insensitive.png @@ -0,0 +1 @@ +../../assets/checkbox-checked-insensitive-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/checkbox-checked.png b/.themes/Nordic/gtk-2.0/assets/checkbox-checked.png new file mode 120000 index 0000000..b4e66c6 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/checkbox-checked.png @@ -0,0 +1 @@ +../../assets/checkbox-checked-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/checkbox-mixed-active.png b/.themes/Nordic/gtk-2.0/assets/checkbox-mixed-active.png new file mode 120000 index 0000000..bdd98de --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/checkbox-mixed-active.png @@ -0,0 +1 @@ +../../assets/checkbox-mixed-active-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/checkbox-mixed-hover.png b/.themes/Nordic/gtk-2.0/assets/checkbox-mixed-hover.png new file mode 120000 index 0000000..9645910 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/checkbox-mixed-hover.png @@ -0,0 +1 @@ +../../assets/checkbox-mixed-hover-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/checkbox-mixed-insensitive.png b/.themes/Nordic/gtk-2.0/assets/checkbox-mixed-insensitive.png new file mode 120000 index 0000000..becdb27 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/checkbox-mixed-insensitive.png @@ -0,0 +1 @@ +../../assets/checkbox-mixed-insensitive-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/checkbox-mixed.png b/.themes/Nordic/gtk-2.0/assets/checkbox-mixed.png new file mode 120000 index 0000000..329ae42 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/checkbox-mixed.png @@ -0,0 +1 @@ +../../assets/checkbox-mixed-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/checkbox-unchecked-active.png b/.themes/Nordic/gtk-2.0/assets/checkbox-unchecked-active.png new file mode 120000 index 0000000..ea9bd36 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/checkbox-unchecked-active.png @@ -0,0 +1 @@ +../../assets/checkbox-unchecked-active-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/checkbox-unchecked-hover.png b/.themes/Nordic/gtk-2.0/assets/checkbox-unchecked-hover.png new file mode 120000 index 0000000..9cc8f13 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/checkbox-unchecked-hover.png @@ -0,0 +1 @@ +../../assets/checkbox-unchecked-hover-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/.themes/Nordic/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 120000 index 0000000..afe2826 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/checkbox-unchecked-insensitive.png @@ -0,0 +1 @@ +../../assets/checkbox-unchecked-insensitive-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/checkbox-unchecked.png b/.themes/Nordic/gtk-2.0/assets/checkbox-unchecked.png new file mode 120000 index 0000000..68f2c4b --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/checkbox-unchecked.png @@ -0,0 +1 @@ +../../assets/checkbox-unchecked-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button-active.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button-active.png new file mode 100644 index 0000000..4184b82 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button-hover.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button-hover.png new file mode 100644 index 0000000..8c394d6 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png new file mode 100644 index 0000000..2865f09 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button.png new file mode 100644 index 0000000..96d5459 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-button.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-entry-active.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-entry-active.png new file mode 100644 index 0000000..c57c3bf Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-entry-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png new file mode 100644 index 0000000..15734ad Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-entry.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-entry.png new file mode 100644 index 0000000..4b655e3 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-ltr-entry.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button-active.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button-active.png new file mode 100644 index 0000000..f4f55e0 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button-hover.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button-hover.png new file mode 100644 index 0000000..c80ce4e Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png new file mode 100644 index 0000000..3bf0456 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button.png new file mode 100644 index 0000000..b300ef0 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-button.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-entry-active.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-entry-active.png new file mode 100644 index 0000000..376c13a Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-entry-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png new file mode 100644 index 0000000..c5874c5 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-entry.png b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-entry.png new file mode 100644 index 0000000..05c0a80 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/combo-entry-rtl-entry.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/entry-active.png b/.themes/Nordic/gtk-2.0/assets/entry-active.png new file mode 100644 index 0000000..ea35c0c Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/entry-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/entry-background-insensitive.png b/.themes/Nordic/gtk-2.0/assets/entry-background-insensitive.png new file mode 100644 index 0000000..830ee6b Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/entry-background-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/entry-background.png b/.themes/Nordic/gtk-2.0/assets/entry-background.png new file mode 100644 index 0000000..830ee6b Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/entry-background.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/entry-insensitive.png b/.themes/Nordic/gtk-2.0/assets/entry-insensitive.png new file mode 100644 index 0000000..b62e1f7 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/entry-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/entry.png b/.themes/Nordic/gtk-2.0/assets/entry.png new file mode 100644 index 0000000..b6157a3 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/entry.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/focus.png b/.themes/Nordic/gtk-2.0/assets/focus.png new file mode 100644 index 0000000..ba99343 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/focus.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/frame-inline.png b/.themes/Nordic/gtk-2.0/assets/frame-inline.png new file mode 100644 index 0000000..a291628 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/frame-inline.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/frame-notebook.png b/.themes/Nordic/gtk-2.0/assets/frame-notebook.png new file mode 100644 index 0000000..bcf5227 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/frame-notebook.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/frame.png b/.themes/Nordic/gtk-2.0/assets/frame.png new file mode 100644 index 0000000..3feb9f5 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/frame.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/handle-horz.png b/.themes/Nordic/gtk-2.0/assets/handle-horz.png new file mode 100644 index 0000000..5049f0f Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/handle-horz.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/handle-vert.png b/.themes/Nordic/gtk-2.0/assets/handle-vert.png new file mode 100644 index 0000000..13d1a76 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/handle-vert.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/handle.png b/.themes/Nordic/gtk-2.0/assets/handle.png new file mode 100644 index 0000000..63471ee Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/handle.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/line.png b/.themes/Nordic/gtk-2.0/assets/line.png new file mode 100644 index 0000000..41da5da Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/line.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-border.png b/.themes/Nordic/gtk-2.0/assets/menu-border.png new file mode 100644 index 0000000..490cabb Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-border.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-checkbox-checked-hover.png b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-checked-hover.png new file mode 100644 index 0000000..cc26fd8 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-checked-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000..8268000 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-checked-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-checkbox-checked.png b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000..a32a99a Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-checked.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-checkbox-hover.png b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-hover.png new file mode 100644 index 0000000..22b7e11 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-checkbox-insensitive.png b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-insensitive.png new file mode 100644 index 0000000..6e99d7b Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-checkbox-mixed-hover.png b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-mixed-hover.png new file mode 100644 index 0000000..8b2112d Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-mixed-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png new file mode 100644 index 0000000..5d0fc82 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-checkbox-mixed.png b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-mixed.png new file mode 100644 index 0000000..22c9a6e Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-checkbox-mixed.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-checkbox.png b/.themes/Nordic/gtk-2.0/assets/menu-checkbox.png new file mode 100644 index 0000000..22b7e11 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-checkbox.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-pan-down-insensitive.png b/.themes/Nordic/gtk-2.0/assets/menu-pan-down-insensitive.png new file mode 100644 index 0000000..c4d7e51 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-pan-down-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-pan-down.png b/.themes/Nordic/gtk-2.0/assets/menu-pan-down.png new file mode 100644 index 0000000..5c08bca Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-pan-down.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-pan-left-hover.png b/.themes/Nordic/gtk-2.0/assets/menu-pan-left-hover.png new file mode 100644 index 0000000..12fce5c Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-pan-left-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-pan-left-insensitive.png b/.themes/Nordic/gtk-2.0/assets/menu-pan-left-insensitive.png new file mode 100644 index 0000000..3c70997 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-pan-left-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-pan-left.png b/.themes/Nordic/gtk-2.0/assets/menu-pan-left.png new file mode 100644 index 0000000..12fce5c Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-pan-left.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-pan-right-hover.png b/.themes/Nordic/gtk-2.0/assets/menu-pan-right-hover.png new file mode 100644 index 0000000..276ab08 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-pan-right-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-pan-right-insensitive.png b/.themes/Nordic/gtk-2.0/assets/menu-pan-right-insensitive.png new file mode 100644 index 0000000..e0e3f25 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-pan-right-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-pan-right.png b/.themes/Nordic/gtk-2.0/assets/menu-pan-right.png new file mode 100644 index 0000000..276ab08 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-pan-right.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-pan-up-insensitive.png b/.themes/Nordic/gtk-2.0/assets/menu-pan-up-insensitive.png new file mode 100644 index 0000000..3463134 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-pan-up-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-pan-up.png b/.themes/Nordic/gtk-2.0/assets/menu-pan-up.png new file mode 100644 index 0000000..278e881 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-pan-up.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-radio-checked-hover.png b/.themes/Nordic/gtk-2.0/assets/menu-radio-checked-hover.png new file mode 100644 index 0000000..04d4de1 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-radio-checked-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-radio-checked-insensitive.png b/.themes/Nordic/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000..fc206b2 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-radio-checked-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-radio-checked.png b/.themes/Nordic/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 0000000..04d4de1 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-radio-checked.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-radio-hover.png b/.themes/Nordic/gtk-2.0/assets/menu-radio-hover.png new file mode 100644 index 0000000..ce63c9e Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-radio-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-radio-insensitive.png b/.themes/Nordic/gtk-2.0/assets/menu-radio-insensitive.png new file mode 100644 index 0000000..09f6792 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-radio-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-radio-mixed-hover.png b/.themes/Nordic/gtk-2.0/assets/menu-radio-mixed-hover.png new file mode 100644 index 0000000..ffb9c92 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-radio-mixed-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-radio-mixed-insensitive.png b/.themes/Nordic/gtk-2.0/assets/menu-radio-mixed-insensitive.png new file mode 100644 index 0000000..aa29675 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-radio-mixed-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-radio-mixed.png b/.themes/Nordic/gtk-2.0/assets/menu-radio-mixed.png new file mode 100644 index 0000000..ffb9c92 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-radio-mixed.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menu-radio.png b/.themes/Nordic/gtk-2.0/assets/menu-radio.png new file mode 100644 index 0000000..ce63c9e Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menu-radio.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/menubar-item-active.png b/.themes/Nordic/gtk-2.0/assets/menubar-item-active.png new file mode 100644 index 0000000..b03c182 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/menubar-item-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png b/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png new file mode 100644 index 0000000..570f8c1 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png b/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png new file mode 100644 index 0000000..63dcce4 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png b/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png new file mode 100644 index 0000000..16a852e Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png b/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png new file mode 100644 index 0000000..43c5be3 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png b/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png new file mode 100644 index 0000000..8c64e10 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png b/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png new file mode 100644 index 0000000..e05b989 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/notebook-entry-active.png b/.themes/Nordic/gtk-2.0/assets/notebook-entry-active.png new file mode 100644 index 0000000..ea35c0c Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/notebook-entry-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/notebook-entry-insensitive.png b/.themes/Nordic/gtk-2.0/assets/notebook-entry-insensitive.png new file mode 100644 index 0000000..b62e1f7 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/notebook-entry-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/notebook-entry.png b/.themes/Nordic/gtk-2.0/assets/notebook-entry.png new file mode 100644 index 0000000..b6157a3 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/notebook-entry.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/pan-down-insensitive.png b/.themes/Nordic/gtk-2.0/assets/pan-down-insensitive.png new file mode 100644 index 0000000..c4d7e51 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/pan-down-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/pan-down.png b/.themes/Nordic/gtk-2.0/assets/pan-down.png new file mode 100644 index 0000000..5c08bca Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/pan-down.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/pan-left-insensitive.png b/.themes/Nordic/gtk-2.0/assets/pan-left-insensitive.png new file mode 100644 index 0000000..20818f4 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/pan-left-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/pan-left-semi.png b/.themes/Nordic/gtk-2.0/assets/pan-left-semi.png new file mode 100644 index 0000000..15f3afc Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/pan-left-semi.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/pan-left.png b/.themes/Nordic/gtk-2.0/assets/pan-left.png new file mode 100644 index 0000000..0056451 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/pan-left.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/pan-right-insensitive.png b/.themes/Nordic/gtk-2.0/assets/pan-right-insensitive.png new file mode 100644 index 0000000..51d051a Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/pan-right-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/pan-right-semi.png b/.themes/Nordic/gtk-2.0/assets/pan-right-semi.png new file mode 100644 index 0000000..dd0ee64 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/pan-right-semi.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/pan-right.png b/.themes/Nordic/gtk-2.0/assets/pan-right.png new file mode 100644 index 0000000..a1afbab Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/pan-right.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/pan-up-insensitive.png b/.themes/Nordic/gtk-2.0/assets/pan-up-insensitive.png new file mode 100644 index 0000000..3463134 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/pan-up-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/pan-up.png b/.themes/Nordic/gtk-2.0/assets/pan-up.png new file mode 100644 index 0000000..278e881 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/pan-up.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/progressbar-horz-trough.png b/.themes/Nordic/gtk-2.0/assets/progressbar-horz-trough.png new file mode 100644 index 0000000..999657a Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/progressbar-horz-trough.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/progressbar-horz.png b/.themes/Nordic/gtk-2.0/assets/progressbar-horz.png new file mode 100644 index 0000000..ffe4863 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/progressbar-horz.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/progressbar-vert-trough.png b/.themes/Nordic/gtk-2.0/assets/progressbar-vert-trough.png new file mode 100644 index 0000000..1d3bfe8 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/progressbar-vert-trough.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/progressbar-vert.png b/.themes/Nordic/gtk-2.0/assets/progressbar-vert.png new file mode 100644 index 0000000..a0caa39 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/progressbar-vert.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/radio-checked-active.png b/.themes/Nordic/gtk-2.0/assets/radio-checked-active.png new file mode 120000 index 0000000..a5e69ca --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/radio-checked-active.png @@ -0,0 +1 @@ +../../assets/radio-checked-active-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/radio-checked-hover.png b/.themes/Nordic/gtk-2.0/assets/radio-checked-hover.png new file mode 120000 index 0000000..3664209 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/radio-checked-hover.png @@ -0,0 +1 @@ +../../assets/radio-checked-hover-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/radio-checked-insensitive.png b/.themes/Nordic/gtk-2.0/assets/radio-checked-insensitive.png new file mode 120000 index 0000000..dbcab75 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/radio-checked-insensitive.png @@ -0,0 +1 @@ +../../assets/radio-checked-insensitive-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/radio-checked.png b/.themes/Nordic/gtk-2.0/assets/radio-checked.png new file mode 120000 index 0000000..d7b9278 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/radio-checked.png @@ -0,0 +1 @@ +../../assets/radio-checked-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/radio-mixed-active.png b/.themes/Nordic/gtk-2.0/assets/radio-mixed-active.png new file mode 120000 index 0000000..6a3722a --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/radio-mixed-active.png @@ -0,0 +1 @@ +../../assets/radio-mixed-active-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/radio-mixed-hover.png b/.themes/Nordic/gtk-2.0/assets/radio-mixed-hover.png new file mode 120000 index 0000000..74082a8 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/radio-mixed-hover.png @@ -0,0 +1 @@ +../../assets/radio-mixed-hover-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/radio-mixed-insensitive.png b/.themes/Nordic/gtk-2.0/assets/radio-mixed-insensitive.png new file mode 120000 index 0000000..ccf299b --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/radio-mixed-insensitive.png @@ -0,0 +1 @@ +../../assets/radio-mixed-insensitive-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/radio-mixed.png b/.themes/Nordic/gtk-2.0/assets/radio-mixed.png new file mode 120000 index 0000000..587128b --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/radio-mixed.png @@ -0,0 +1 @@ +../../assets/radio-mixed-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/radio-unchecked-active.png b/.themes/Nordic/gtk-2.0/assets/radio-unchecked-active.png new file mode 120000 index 0000000..9703525 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/radio-unchecked-active.png @@ -0,0 +1 @@ +../../assets/radio-unchecked-active-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/radio-unchecked-hover.png b/.themes/Nordic/gtk-2.0/assets/radio-unchecked-hover.png new file mode 120000 index 0000000..71695dc --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/radio-unchecked-hover.png @@ -0,0 +1 @@ +../../assets/radio-unchecked-hover-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/radio-unchecked-insensitive.png b/.themes/Nordic/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 120000 index 0000000..aa4322c --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/radio-unchecked-insensitive.png @@ -0,0 +1 @@ +../../assets/radio-unchecked-insensitive-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/radio-unchecked.png b/.themes/Nordic/gtk-2.0/assets/radio-unchecked.png new file mode 120000 index 0000000..483d717 --- /dev/null +++ b/.themes/Nordic/gtk-2.0/assets/radio-unchecked.png @@ -0,0 +1 @@ +../../assets/radio-unchecked-dark.png \ No newline at end of file diff --git a/.themes/Nordic/gtk-2.0/assets/scale-horz-focus.png b/.themes/Nordic/gtk-2.0/assets/scale-horz-focus.png new file mode 100644 index 0000000..803c04f Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scale-horz-focus.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scale-horz-trough-active.png b/.themes/Nordic/gtk-2.0/assets/scale-horz-trough-active.png new file mode 100644 index 0000000..e626926 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scale-horz-trough-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scale-horz-trough.png b/.themes/Nordic/gtk-2.0/assets/scale-horz-trough.png new file mode 100644 index 0000000..d9be611 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scale-horz-trough.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scale-slider-active.png b/.themes/Nordic/gtk-2.0/assets/scale-slider-active.png new file mode 100644 index 0000000..7fbd950 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scale-slider-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scale-slider-hover.png b/.themes/Nordic/gtk-2.0/assets/scale-slider-hover.png new file mode 100644 index 0000000..aefefdd Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scale-slider-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scale-slider-insensitive.png b/.themes/Nordic/gtk-2.0/assets/scale-slider-insensitive.png new file mode 100644 index 0000000..d25be50 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scale-slider-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scale-slider.png b/.themes/Nordic/gtk-2.0/assets/scale-slider.png new file mode 100644 index 0000000..d25be50 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scale-slider.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scale-vert-trough-active.png b/.themes/Nordic/gtk-2.0/assets/scale-vert-trough-active.png new file mode 100644 index 0000000..3afe7bf Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scale-vert-trough-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scale-vert-trough.png b/.themes/Nordic/gtk-2.0/assets/scale-vert-trough.png new file mode 100644 index 0000000..0b1354d Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scale-vert-trough.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scrollbar-horz-slider-active.png b/.themes/Nordic/gtk-2.0/assets/scrollbar-horz-slider-active.png new file mode 100644 index 0000000..cafae88 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scrollbar-horz-slider-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/.themes/Nordic/gtk-2.0/assets/scrollbar-horz-slider-hover.png new file mode 100644 index 0000000..cc1af1a Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scrollbar-horz-slider-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scrollbar-horz-slider.png b/.themes/Nordic/gtk-2.0/assets/scrollbar-horz-slider.png new file mode 100644 index 0000000..d183eea Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scrollbar-horz-slider.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scrollbar-horz-trough.png b/.themes/Nordic/gtk-2.0/assets/scrollbar-horz-trough.png new file mode 100644 index 0000000..abf8cf1 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scrollbar-horz-trough.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png new file mode 100644 index 0000000..27ce76a Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-active.png b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-active.png new file mode 100644 index 0000000..27ce76a Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png new file mode 100644 index 0000000..75788ee Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-hover.png b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-hover.png new file mode 100644 index 0000000..75788ee Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-rtl.png b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-rtl.png new file mode 100644 index 0000000..d94149e Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider-rtl.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider.png b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider.png new file mode 100644 index 0000000..c0b1fbc Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-slider.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-trough-rtl.png b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-trough-rtl.png new file mode 100644 index 0000000..217239f Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-trough-rtl.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-trough.png b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-trough.png new file mode 100644 index 0000000..217239f Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/scrollbar-vert-trough.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-down-insensitive.png b/.themes/Nordic/gtk-2.0/assets/spin-down-insensitive.png new file mode 100644 index 0000000..402ec2e Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-down-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-down.png b/.themes/Nordic/gtk-2.0/assets/spin-down.png new file mode 100644 index 0000000..f24143b Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-down.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-ltr-down-active.png b/.themes/Nordic/gtk-2.0/assets/spin-ltr-down-active.png new file mode 100644 index 0000000..52e5297 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-ltr-down-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-ltr-down-hover.png b/.themes/Nordic/gtk-2.0/assets/spin-ltr-down-hover.png new file mode 100644 index 0000000..d845052 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-ltr-down-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-ltr-down-insensitive.png b/.themes/Nordic/gtk-2.0/assets/spin-ltr-down-insensitive.png new file mode 100644 index 0000000..76af555 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-ltr-down-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-ltr-down.png b/.themes/Nordic/gtk-2.0/assets/spin-ltr-down.png new file mode 100644 index 0000000..596ec23 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-ltr-down.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-ltr-up-active.png b/.themes/Nordic/gtk-2.0/assets/spin-ltr-up-active.png new file mode 100644 index 0000000..df26ade Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-ltr-up-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-ltr-up-hover.png b/.themes/Nordic/gtk-2.0/assets/spin-ltr-up-hover.png new file mode 100644 index 0000000..bebbcf5 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-ltr-up-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-ltr-up-insensitive.png b/.themes/Nordic/gtk-2.0/assets/spin-ltr-up-insensitive.png new file mode 100644 index 0000000..990ce38 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-ltr-up-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-ltr-up.png b/.themes/Nordic/gtk-2.0/assets/spin-ltr-up.png new file mode 100644 index 0000000..990ce38 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-ltr-up.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-rtl-down-active.png b/.themes/Nordic/gtk-2.0/assets/spin-rtl-down-active.png new file mode 100644 index 0000000..1c6191f Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-rtl-down-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-rtl-down-hover.png b/.themes/Nordic/gtk-2.0/assets/spin-rtl-down-hover.png new file mode 100644 index 0000000..1d8fdb2 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-rtl-down-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-rtl-down-insensitive.png b/.themes/Nordic/gtk-2.0/assets/spin-rtl-down-insensitive.png new file mode 100644 index 0000000..c6fb54f Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-rtl-down-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-rtl-down.png b/.themes/Nordic/gtk-2.0/assets/spin-rtl-down.png new file mode 100644 index 0000000..d6b7fde Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-rtl-down.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-rtl-up-active.png b/.themes/Nordic/gtk-2.0/assets/spin-rtl-up-active.png new file mode 100644 index 0000000..16d9075 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-rtl-up-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-rtl-up-hover.png b/.themes/Nordic/gtk-2.0/assets/spin-rtl-up-hover.png new file mode 100644 index 0000000..6500eb7 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-rtl-up-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-rtl-up-insensitive.png b/.themes/Nordic/gtk-2.0/assets/spin-rtl-up-insensitive.png new file mode 100644 index 0000000..6f9787e Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-rtl-up-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-rtl-up.png b/.themes/Nordic/gtk-2.0/assets/spin-rtl-up.png new file mode 100644 index 0000000..c9a7238 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-rtl-up.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-up-insensitive.png b/.themes/Nordic/gtk-2.0/assets/spin-up-insensitive.png new file mode 100644 index 0000000..e6809bf Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-up-insensitive.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/spin-up.png b/.themes/Nordic/gtk-2.0/assets/spin-up.png new file mode 100644 index 0000000..6f988ee Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/spin-up.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/tab-down-active.png b/.themes/Nordic/gtk-2.0/assets/tab-down-active.png new file mode 100644 index 0000000..81432cf Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/tab-down-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/tab-down.png b/.themes/Nordic/gtk-2.0/assets/tab-down.png new file mode 100644 index 0000000..b16848e Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/tab-down.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/tab-horz-gap.png b/.themes/Nordic/gtk-2.0/assets/tab-horz-gap.png new file mode 100644 index 0000000..9660bcc Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/tab-horz-gap.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/tab-left-active.png b/.themes/Nordic/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 0000000..cee63ea Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/tab-left-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/tab-left.png b/.themes/Nordic/gtk-2.0/assets/tab-left.png new file mode 100644 index 0000000..0a0071b Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/tab-left.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/tab-right-active.png b/.themes/Nordic/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 0000000..9bb7687 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/tab-right-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/tab-right.png b/.themes/Nordic/gtk-2.0/assets/tab-right.png new file mode 100644 index 0000000..dd158c2 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/tab-right.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/tab-up-active.png b/.themes/Nordic/gtk-2.0/assets/tab-up-active.png new file mode 100644 index 0000000..7135f90 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/tab-up-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/tab-up.png b/.themes/Nordic/gtk-2.0/assets/tab-up.png new file mode 100644 index 0000000..339a0a4 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/tab-up.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/tab-vert-gap.png b/.themes/Nordic/gtk-2.0/assets/tab-vert-gap.png new file mode 100644 index 0000000..cd072ae Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/tab-vert-gap.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/toolbar-button-active.png b/.themes/Nordic/gtk-2.0/assets/toolbar-button-active.png new file mode 100644 index 0000000..59a73f7 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/toolbar-button-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/toolbar-button-hover.png b/.themes/Nordic/gtk-2.0/assets/toolbar-button-hover.png new file mode 100644 index 0000000..a76dc8a Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/toolbar-button-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/treeview-pan-down-active.png b/.themes/Nordic/gtk-2.0/assets/treeview-pan-down-active.png new file mode 100644 index 0000000..cc46d25 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/treeview-pan-down-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/treeview-pan-down-hover.png b/.themes/Nordic/gtk-2.0/assets/treeview-pan-down-hover.png new file mode 100644 index 0000000..7a1cb0f Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/treeview-pan-down-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/treeview-pan-down.png b/.themes/Nordic/gtk-2.0/assets/treeview-pan-down.png new file mode 100644 index 0000000..3662cd7 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/treeview-pan-down.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/treeview-pan-up-active.png b/.themes/Nordic/gtk-2.0/assets/treeview-pan-up-active.png new file mode 100644 index 0000000..aa79ad8 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/treeview-pan-up-active.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/treeview-pan-up-hover.png b/.themes/Nordic/gtk-2.0/assets/treeview-pan-up-hover.png new file mode 100644 index 0000000..1cec340 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/treeview-pan-up-hover.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/treeview-pan-up.png b/.themes/Nordic/gtk-2.0/assets/treeview-pan-up.png new file mode 100644 index 0000000..69f6e69 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/treeview-pan-up.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/treeview-separator-ltr.png b/.themes/Nordic/gtk-2.0/assets/treeview-separator-ltr.png new file mode 100644 index 0000000..6ce26b6 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/treeview-separator-ltr.png differ diff --git a/.themes/Nordic/gtk-2.0/assets/treeview-separator-rtl.png b/.themes/Nordic/gtk-2.0/assets/treeview-separator-rtl.png new file mode 100644 index 0000000..040d4f2 Binary files /dev/null and b/.themes/Nordic/gtk-2.0/assets/treeview-separator-rtl.png differ diff --git a/.themes/Nordic/gtk-2.0/gtkrc b/.themes/Nordic/gtk-2.0/gtkrc new file mode 100755 index 0000000..9d426ae --- /dev/null +++ b/.themes/Nordic/gtk-2.0/gtkrc @@ -0,0 +1,31 @@ +# Text/base colors +gtk-color-scheme = "text_color:#d8dee9\nbase_color:#434c5e" +# Foreground/background colors +gtk-color-scheme = "fg_color:#d8dee9\nbg_color:#3b4252" +# Selection colors +gtk-color-scheme = "selected_fg_color:#fefefe\nselected_bg_color:#8fbcbb" +# Tooltip colors +gtk-color-scheme = "tooltip_fg_color:#f8f8f2\ntooltip_bg_color:#46474F" +# Window colors +gtk-color-scheme = "wm_color:#31363d\nunfocused_wm_color:#31363d" +# Panel colors +gtk-color-scheme = "panel_bg_color:#2e3440\npanel_fg_color:#d8dee9" +# Dark Theme - Text/base colors +gtk-color-scheme = "dark_text_color:#d8dee9\ndark_base_color:#434c5e" +# Dark Theme - Foreground/background colors +gtk-color-scheme = "dark_fg_color:#d8dee9\ndark_bg_color:#3b4252" +gtk-color-scheme = "sidebar_bg:#2e3440" +gtk-color-scheme = "sidebar_fg:#d8dee9" + +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" + +# App stylings +include "apps/chrome.rc" +include "apps/gimp.rc" +include "apps/libreoffice.rc" +include "apps/terminal.rc" +include "apps/thunar.rc" +include "apps/xfce.rc" diff --git a/.themes/Nordic/gtk-2.0/main.rc b/.themes/Nordic/gtk-2.0/main.rc new file mode 100755 index 0000000..507eb4e --- /dev/null +++ b/.themes/Nordic/gtk-2.0/main.rc @@ -0,0 +1,2627 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + #################### + # Style Properties # + #################### + + GtkWidget::focus-line-width = 1 + GtkWidget::focus-line-pattern = "\2\1" + + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 3 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkWidget::link-color = shade(0.9, @selected_bg_color) + GtkWidget::visited-link-color = shade(0.8, @selected_bg_color) + GnomeHRef::link_color = shade(0.9, @selected_bg_color) + GtkHTML::link-color = shade(0.9, @selected_bg_color) + GtkHTML::vlink-color = shade(0.8, @selected_bg_color) + GtkIMHtml::hyperlink-color = shade(0.9, @selected_bg_color) + GtkIMHtml::hyperlink-visited-color = shade(0.8, @selected_bg_color) + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + + GtkButton::default-border = {0, 0, 0, 0} + GtkButton::default-outside-border = {0, 0, 0, 0} + GtkButton::inner-border = {4, 4, 4, 4} + + GtkEntry::state-hint = 1 + GtkEntry::inner-border = {7, 7, 4, 5} + + GtkPaned::handle-size = 2 + GtkHPaned::handle-size = 2 + GtkVPaned::handle-size = 2 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + GtkRange::activate-slider = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 48 # 42 + 2*3 (margins) + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 26 + GtkScale::slider_width = 26 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 6 + GtkProgressBar::min-vertical-bar-width = 6 + # Making this bigger than the min[height,width]-2*[y,x]spacing makes the + # whole progressbar thicker, so by setting it to the exact above value + # we get the maximum spacing between the text and the edges without + # doing so. + GtkProgressBar::xspacing = 4 + GtkProgressBar::yspacing = 4 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + # TODO: find out what this comment means: + # ( every window is misaligned for the sake of menus ): + GtkMenuBar::internal-padding = 0 + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 2 + GtkMenu::double-arrows = 0 + GtkMenuItem::arrow-scaling = 1 + GtkMenuItem::toggle-spacing = 10 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = {13, 13, 5, 8} + + GtkTreeView::expander-size = 16 + GtkTreeView::vertical-separator = 0 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + # Set this because some apps read it + GtkTreeView::odd-row-color = @base_color + GtkTreeView::even-row-color = @base_color + GtkTreeView::odd_row_color = shade(0.90, @base_color) + + GtkExpander::expander-size = 16 + + GtkNotebook::tab-overlap = 4 + + ########## + # Colors # + ########## + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = @bg_color + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = mix (0.6, @bg_color, @base_color) + bg[ACTIVE] = @bg_color + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = darker (@bg_color) + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) + base[ACTIVE] = @selected_bg_color + + # For succinctness, all reasonable pixmap options remain here + + # Draw frame around menu in a non-compositied environment + # This needs to go before pixmap because we need to override some stuff + engine "adwaita" {} + + engine "pixmap" { + + ################# + # Check Buttons # + ################# + + image { + function = CHECK + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = SELECTED + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-insensitive.png" + overlay_stretch = FALSE + } + + ################# + # Radio Buttons # + ################# + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-insensitive.png" + overlay_stretch = FALSE + } + + ########## + # Arrows # + ########## + + # Overrides + + # Disable arrows in spinbuttons + image { + function = ARROW + detail = "spinbutton" + } + + # Disable arrows for qt in scrollbars + image { + function = ARROW + detail = "vscrollbar" + } + image { + function = ARROW + detail = "hscrollbar" + } + + # Menu arrows + + image { + function = ARROW + state = NORMAL + detail = "menuitem" + overlay_file = "assets/menu-pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = PRELIGHT + detail = "menuitem" + overlay_file = "assets/menu-pan-left-hover.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menuitem" + overlay_file = "assets/menu-pan-left-insensitive.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = NORMAL + detail = "menuitem" + overlay_file = "assets/menu-pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + detail = "menuitem" + overlay_file = "assets/menu-pan-right-hover.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menuitem" + overlay_file = "assets/menu-pan-right-insensitive.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menu_scroll_arrow_up" + overlay_file = "assets/menu-pan-up-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + detail = "menu_scroll_arrow_up" + overlay_file = "assets/menu-pan-up.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menu_scroll_arrow_down" + overlay_file = "assets/menu-pan-down-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + detail = "menu_scroll_arrow_down" + overlay_file = "assets/menu-pan-down.png" + overlay_stretch = FALSE + } + + # Regular arrows + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-up-insensitive.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-down-insensitive.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-left-insensitive.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-right-insensitive.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + ###################### + # Option Menu Arrows # + ###################### + + image { + function = TAB + state = NORMAL + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = ACTIVE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/pan-down-insensitive.png" + overlay_stretch = FALSE + } + + ######### + # Lines # + ######### + + image { + function = VLINE + file = "assets/line.png" + border = {1, 0, 0, 0} + } + + image { + function = HLINE + file = "assets/line.png" + border = {0, 0, 1, 0} + } + + ######### + # Focus # + ######### + + image { + function = FOCUS + file = "assets/focus.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + + ########### + # Handles # + ########### + + image { + function = HANDLE + detail = "handlebox" + overlay_file = "assets/handle.png" + overlay_stretch = FALSE + } + + image { + function = HANDLE + overlay_file = "assets/handle-horz.png" + #border = {0, 0, 4, 4} + orientation = HORIZONTAL + overlay_stretch = FALSE + } + + image { + function = HANDLE + overlay_file = "assets/handle-vert.png" + #border = {4, 4, 0, 0} + orientation = VERTICAL + overlay_stretch = FALSE + } + + image { + function = RESIZE_GRIP + } + + ############# + # Expanders # + ############# + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/pan-down.png" + } + + # LTR + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/pan-right.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/pan-right-semi.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/pan-right-semi.png" + direction = LTR + } + + # RTL + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/pan-left.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/pan-left-semi.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/pan-left-semi.png" + direction = RTL + } + + ############# + # Notebooks # + ############# + + # Left + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-left.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + # Right + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-right.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # Up + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab-up-active.png" + border = { 3,3,5,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-up.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + # Down + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab-down-active.png" + border = { 3,3,3,5 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-down.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + # Inner frame + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab-vert-gap.png" + gap_border = {1, 0, 1, 1} + gap_side = LEFT + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab-vert-gap.png" + gap_border = {0, 1, 1, 1} + gap_side = RIGHT + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab-horz-gap.png" + gap_border = {1, 1, 1, 0} + gap_side = TOP + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab-horz-gap.png" + gap_border = {1, 1, 0, 1} + gap_side = BOTTOM + } + + # Standalone frame + image { + function = BOX + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + + ############## + # Scrollbars # + ############## + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-horz-trough.png" + border = {0, 0, 1, 0} + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-vert-trough.png" + border = {1, 0, 0, 0} + orientation = VERTICAL + direction = LTR + } + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-vert-trough-rtl.png" + border = {0, 1, 0, 0} + orientation = VERTICAL + direction = RTL + } + + + # Disable insensitive sliders + + image { + function = SLIDER + state = INSENSITIVE + detail = "slider" + } + + # Horizontal sliders + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-horz-slider.png" + border = {6, 6, 7, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-horz-slider-hover.png" + border = {6, 6, 7, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-horz-slider-active.png" + border = {6, 6, 7, 6 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Vertical sliders + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-vert-slider.png" + border = {7, 6, 6, 6} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-vert-slider-hover.png" + border = {7, 6, 6, 6} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-vert-slider-active.png" + border = {7, 6, 6, 6} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + # RTL + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-vert-slider-rtl.png" + border = {6, 7, 6, 6} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-vert-slider-hover-rtl.png" + border = {6, 7, 6, 6} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-vert-slider-active-rtl.png" + border = {6, 7, 6, 6} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + ########## + # Scales # + ########## + + # Troughs + # They are overrided later on + # We set them here too because some widgets don't specify their orientation + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-horz-trough.png" + border = {10, 10, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-horz-trough-active.png" + border = {10, 10, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-vert-trough.png" + border = {0, 0, 10, 10} + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-vert-trough-active.png" + border = {0, 0, 10, 10} + stretch = TRUE + orientation = VERTICAL + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + detail = "hscale" + file = "assets/scale-slider.png" + } + + image { + function = SLIDER + state = PRELIGHT + detail = "hscale" + file = "assets/scale-slider-hover.png" + } + + image { + function = SLIDER + state = ACTIVE + detail = "hscale" + file = "assets/scale-slider-active.png" + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "hscale" + file = "assets/scale-slider-insensitive.png" + } + image { + function = SLIDER + state = NORMAL + detail = "vscale" + file = "assets/scale-slider.png" + } + + image { + function = SLIDER + state = PRELIGHT + detail = "vscale" + file = "assets/scale-slider-hover.png" + } + + image { + function = SLIDER + state = ACTIVE + detail = "vscale" + file = "assets/scale-slider-active.png" + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "vscale" + file = "assets/scale-slider-insensitive.png" + } + + ########### + # Menubar # + ########### + + image { + function = BOX + detail = "menubar" + file = "assets/line.png" + border = {0, 0, 0, 1} + } + + ######### + # Menus # + ######### + + image { + function = BOX + state = PRELIGHT + detail = "menu_scroll_arrow_up" + file = "assets/line.png" + } + + image { + function = BOX + detail = "menu_scroll_arrow_up" + file = "assets/line.png" + border = {0, 0, 0, 1} + } + + image { + function = BOX + state = PRELIGHT + detail = "menu_scroll_arrow_down" + file = "assets/line.png" + } + + image { + function = BOX + detail = "menu_scroll_arrow_down" + file = "assets/line.png" + border = {0, 0, 1, 0} + } + + ########### + # Entries # + ########### + + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = FLAT_BOX + state = ACTIVE + detail = "entry_bg" + file = "assets/entry-background.png" + } + + image { + function = FLAT_BOX + state = INSENSITIVE + detail = "entry_bg" + file = "assets/entry-background-insensitive.png" + } + + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/entry-background.png" + } + ######### + # Spins # + ######### + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/spin-ltr-up.png" + border = {1, 4, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/spin-ltr-up-hover.png" + border = {1, 4, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/spin-ltr-up-active.png" + border = {1, 4, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/spin-ltr-up-insensitive.png" + border = {1, 4, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up-insensitive.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/spin-rtl-up.png" + border = {4, 1, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/spin-rtl-up-hover.png" + border = {4, 1, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/spin-rtl-up-hover.png" + border = {4, 1, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/spin-rtl-up-insensitive.png" + border = {4, 1, 4, 0} + stretch = TRUE + overlay_file = "assets/spin-up-insensitive.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/spin-ltr-down.png" + border = {1, 4, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/spin-ltr-down-hover.png" + border = {1, 4, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/spin-ltr-down-active.png" + border = {1, 4, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/spin-ltr-down-insensitive.png" + border = {1, 4, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down-insensitive.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/spin-rtl-down.png" + border = {4, 1, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/spin-rtl-down-hover.png" + border = {4, 1, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/spin-rtl-down-active.png" + border = {4, 1, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/spin-rtl-down-insensitive.png" + border = {4, 1, 1, 4} + stretch = TRUE + overlay_file = "assets/spin-down-insensitive.png" + overlay_stretch = FALSE + direction = RTL + } + + ############## + # Scrollbars # + ############## + + image { + function = BOX + detail = "bar" + file = "assets/progressbar-horz.png" + stretch = TRUE + border = {2, 2, 1, 1} + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar-vert.png" + stretch = TRUE + border = {1, 1, 2, 2} + orientation = VERTICAL + } + + ############# + # Treeviews # + ############# + + # Disable active the column highlight + # We need to match specific cells or we break stuff + # Looking at you deadbeef + + image { + function = FLAT_BOX + detail = "cell_even_sorted" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "cell_odd_sorted" + state = NORMAL + } + + # Disable all the other shadows + # This prevents the Raleigh effect + image { + function = SHADOW + } + + } + +} + +style "menubar" { + + # Needed to fix Firefox's menubar text + bg[NORMAL] = @dark_bg_color + text[NORMAL] = @dark_fg_color + fg[NORMAL] = @dark_fg_color + bg[SELECTED] = @dark_bg_color + fg[SELECTED] = shade(0.9, @dark_fg_color) + +} + +style "menubar_item" { + + xthickness = 3 + ythickness = 4 + + fg[NORMAL] = @dark_fg_color + fg[PRELIGHT] = @dark_fg_color + text[NORMAL] = @dark_fg_color + + engine "pixmap" { + image { + function = BOX + state = PRELIGHT + file = "assets/menubar-item-active.png" + border = {0, 0, 0, 3} + } + } + +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + bg[NORMAL] = @base_color + bg[INSENSITIVE] = @base_color + bg[PRELIGHT] = @base_color + bg[SELECTED] = @selected_bg_color + +} + +style "menu_item" { + + xthickness = 3 + ythickness = 4 + + bg[PRELIGHT] = @selected_bg_color + # Chromium uses this setting + bg[SELECTED] = @selected_bg_color + + fg[PRELIGHT] = @selected_fg_color + # Some widgets use text, we need to handle that + text[NORMAL] = @fg_color + text[PRELIGHT] = @selected_fg_color + + # Unfortunately we can't tell regular and menu checks/radios apart + # Without the heirarchy + engine "pixmap" { + + ################# + # Check Buttons # + ################# + + image { + function = CHECK + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed-insensitive.png" + overlay_stretch = FALSE + } + + ################# + # Radio Buttons # + ################# + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed-insensitive.png" + overlay_stretch = FALSE + } + + + + } + +} + +style "separator_menu_item" { + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + image { + function = BOX + file = "assets/line.png" + } + } + +} + +style "button_label" { + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "misc_button_label" { + fg[PRELIGHT] = @fg_color + fg[ACTIVE] = @fg_color +} + +style "button" { + + xthickness = 2 + ythickness = 2 + + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + font_name = "Bold" + + # For the sake of sanity style buttons this way + engine "pixmap" { + + ########### + # Buttons # + ########### + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + shadow = OUT + file = "assets/button-hover.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + # Don't add hover effect on pressed buttons + image { + function = BOX + state = PRELIGHT + shadow = IN + file = "assets/button-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + } +} + +style "link_button" { + + # Disable the button effect, leave just the link + engine "pixmap" { + image { + function = BOX + } + } + +} + +style "entry" { + + # We set this same as the border of the border of the entry + # This way theres no overlap + xthickness = 4 + ythickness = 4 + +} + +style "combobox" { + + xthickness = 6 + ythickness = 4 + + # This affects only the button beside an entry + GtkButton::inner-border = {0, 0, 0, 0} + +} + +style "combobox_cellview" { + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color +} + +style "combobox_entry" { + + # Since one side of the button is missing, we need to shift the arrow a little to the right + GtkButton::inner-border = {0, 1, 0, 0} + + engine "pixmap" { + + ############# + # LTR entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/combo-entry-ltr-entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/combo-entry-ltr-entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/combo-entry-ltr-entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + ############# + # RTL entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/combo-entry-rtl-entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/combo-entry-rtl-entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/combo-entry-rtl-entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = RTL + } + + ############## + # LTR button # + ############## + + image { + function = BOX + state = NORMAL + detail = "button" + file = "assets/combo-entry-ltr-button.png" + border = {0, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "button" + file = "assets/combo-entry-ltr-button-hover.png" + border = {0, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "button" + file = "assets/combo-entry-ltr-button-active.png" + border = {0, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "button" + file = "assets/combo-entry-ltr-button-insensitive.png" + border = {0, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + ############## + # RTL button # + ############## + + image { + function = BOX + state = NORMAL + detail = "button" + file = "assets/combo-entry-rtl-button.png" + border = {4, 0, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "button" + file = "assets/combo-entry-rtl-button-hover.png" + border = {4, 0, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "button" + file = "assets/combo-entry-rtl-button-active.png" + border = {4, 0, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "button" + file = "assets/combo-entry-rtl-button-insensitive.png" + border = {4, 0, 4, 4} + stretch = TRUE + direction = RTL + } + + } + +} + +style "combo_button_padding" { + + # Since one side of the button is missing, we need to shift the arrow a little to the right + # This is the same thing we've done above but the combo, unlike the combobox, + # uses padding the same way as a button + GtkButton::inner-border = {6, 8, 4, 4} + +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + +} + +style "notebook_viewport" { + bg[NORMAL] = @base_color +} + +style "notebook_bg" { + bg[NORMAL] = @base_color + bg[PRELIGHT] = @base_color + bg[INSENSITIVE] = @base_color +} + +style "notebook_entry" { + + engine "pixmap" { + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/notebook-entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/notebook-entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/notebook-entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + } +} + +style "normal_bg" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = @bg_color + bg[INSENSITIVE] = mix (0.6, @bg_color, @base_color) +} + +style "normal_entry" { + + engine "pixmap" { + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + } +} + +style "notebook_combo" { + + engine "pixmap" { + + ############# + # LTR entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/notebook-combo-entry-ltr-entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/notebook-combo-entry-ltr-entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/notebook-combo-entry-ltr-entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = LTR + } + + ############# + # RTL entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/notebook-combo-entry-rtl-entry.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/notebook-combo-entry-rtl-entry-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/notebook-combo-entry-rtl-entry-insensitive.png" + border = {4, 4, 4, 4} + stretch = TRUE + direction = RTL + } + + } + +} + +style "textview" { + bg[NORMAL] = @base_color +} + +style "scale_horz" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-horz-trough.png" + border = {10, 10, 0, 0} + stretch = TRUE + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-horz-trough-active.png" + border = {10, 10, 0, 0} + stretch = TRUE + } + + } + +} + +style "scale_vert" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-vert-trough.png" + border = {0, 0, 10, 10} + stretch = TRUE + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-vert-trough-active.png" + border = {0, 0, 10, 10} + stretch = TRUE + } + + } + +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/progressbar-horz-trough.png" + border = {3, 3, 2, 2} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/progressbar-vert-trough.png" + border = {2, 2, 3, 3} + stretch = TRUE + orientation = VERTICAL + } + + } + +} + +style "treeview_header" { + + xthickness = 1 + ythickness = 0 + + fg[NORMAL] = mix(0.5, @fg_color, @base_color) + fg[PRELIGHT] = mix(0.5, mix(0.5, @fg_color, @base_color), @fg_color) + + font_name = "Bold" + + GtkButton::inner-border = {5, 5, 0, 1} + + engine "pixmap" { + + image { + function = BOX + file = "assets/treeview-separator-ltr.png" + border = {0, 1, 0, 1} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + file = "assets/treeview-separator-rtl.png" + border = {1, 0, 0, 1} + stretch = TRUE + direction = RTL + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/treeview-pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/treeview-pan-up-hover.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/treeview-pan-up-active.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/treeview-pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/treeview-pan-down-hover.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/treeview-pan-down-active.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + } + +} + +style "scrolled_window" { + + engine "pixmap" { + image { + function = SHADOW + file = "assets/frame.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + } + +} + +style "frame" { + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = {0, 0, 0, 0} + stretch = TRUE + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = {0, 0, 0, 0} + stretch = TRUE + gap_start_file = "assets/border.png" + gap_end_file = "assets/border.png" + } + + } + +} + +style "toolbar_button" { + + xthickness = 2 + ythickness = 2 + + GtkButton::inner-border = {2, 2, 2, 2} + + engine "pixmap" { + image { + function = BOX + state = PRELIGHT + shadow = OUT + file = "assets/toolbar-button-hover.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + # Don't add hover effect on pressed buttons + image { + function = BOX + state = PRELIGHT + shadow = IN + file = "assets/toolbar-button-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/toolbar-button-active.png" + border = {4, 4, 4, 4} + stretch = TRUE + } + } +} + +style "toolbar_separator" { + + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 1 + + engine "pixmap" { + image { + function = BOX + file = "assets/line.png" + } + } + +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + image { + function = SHADOW + file = "assets/frame-inline.png" + border = {1, 1, 0, 1} + stretch = TRUE + } + } + +} + +style "tooltip" { + + xthickness = 13 + ythickness = 13 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + + +style "disable_shadow" { + + engine "pixmap" { + image { + function = SHADOW + } + } + +} + +style "disable_separator" { + + xthickness = 0 + ythickness = 0 + + GtkWidget::wide-separators = 1 + +} + +# Text Style +style "text" = "default" { + engine "murrine" { textstyle = 0 } +} + +style "menu_text" = "menu_item" { + engine "murrine" { textstyle = 0 } +} + +# Default style, containing most of the stuff +class "GtkWidget" style "default" + +# Override padding, style and colour +class "GtkButton" style "button" +class "GtkLinkButton" style "link_button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkNotebook" style "notebook" +class "GtkHScale" style "scale_horz" +class "GtkVScale" style "scale_vert" +class "GtkProgressBar" style "progressbar" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkSeparatorToolItem" style "toolbar_separator" +class "GtkMenuBar" style "menubar" +class "GtkMenu" style "menu" +class "GtkTextView" style "textview" + +widget_class "**" style "button_label" +widget_class "**" style "misc_button_label" + +# Menu and menubar items +widget_class "**" style "menu_item" +widget_class "*.*" style "menubar_item" +widget_class "**" style "separator_menu_item" + +# Frames in statusbars look ugly, let's disable them +widget_class "**" style "disable_shadow" +# Disable the frame around poor Wilbert too +widget_class "**" style "disable_shadow" + +# Treeview buttons +widget_class "***" style "treeview_header" + +# Give the file chooser toolbar a border +widget_class "**" style "inline_toolbar" + +# Fix padding on regular comboboxes +widget_class "*." style "combobox" +# And disable separators on them +widget_class "*.*" style "disable_separator" + +# Join together the ComboBoxEntry entry and button +widget_class "**" style "combobox_entry" + +# Join the Combo entry and button +widget_class "**" style "combobox_entry" +# Tweak the padding on the button a little bit because it uses it a bit differently +widget_class "*." style "combo_button_padding" + +# Alas we cannot do the same for ComboBoxText because there isn't a way to apply the style to only +# the comboboxes that have an entry inside + +# Toolbar buttons have different paddings +widget_class "**" style "toolbar_button" + +# Notebooks are white, act accordingly +widget_class "**" style "notebook_entry" +widget_class "**" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "***" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "*.*" style "notebook_bg" +widget_class "***" style "notebook_combo" +widget_class "***" style "notebook_combo" + +# However, stuff inside eventboxes inside notebooks is grey again, react +widget_class "***" style "normal_entry" +widget_class "***" style "normal_bg" +widget_class "***" style "normal_bg" +widget_class "****" style "combobox_entry" +widget_class "****" style "combobox_entry" +widget_class "***." style "combo_button_padding" + +# ComboBoxes tend to draw the button label with text[] instead of fg[], we need to fix that +widget_class "**" style "combobox_cellview" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltip" +widget_class "***" style "normal_bg" +widget_class "***" style "normal_bg" +widget_class "****" style "combobox_entry" +widget_class "****" style "combobox_entry" +widget_class "***." style "combo_button_padding" + +# ComboBoxes tend to draw the button label with text[] instead of fg[], we need to fix that +widget_class "**" style "combobox_cellview" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltip" + +# Fixes ugly text shadows for insensitive text +widget_class "*" style "text" +widget_class "**" style "menu_text" +widget_class "**" style "text" +widget_class "**" style "text" +widget_class "**" style "text" diff --git a/.themes/Nordic/gtk-3.0/gtk-dark.css b/.themes/Nordic/gtk-3.0/gtk-dark.css new file mode 100755 index 0000000..f2587aa --- /dev/null +++ b/.themes/Nordic/gtk-3.0/gtk-dark.css @@ -0,0 +1,6280 @@ +/*$selected_bg_color: #00e8c6;06d6a0*/ +/* GTK NAMED COLORS + ---------------- + use responsibly! */ +/* widget text/foreground color */ +@define-color theme_fg_color #d8dee9; +/* text color for entries, views and content in general */ +@define-color theme_text_color #d8dee9; +/* widget base background color */ +@define-color theme_bg_color #434c5e; +/* text widgets and the like base background color */ +@define-color theme_base_color #3b4252; +/* base background color of selections */ +@define-color theme_selected_bg_color #8fbcbb; +/* text/foreground color of selections */ +@define-color theme_selected_fg_color #fff; +/* base background color of disabled widgets */ +@define-color insensitive_bg_color #404859; +/* text foreground color of disabled widgets */ +@define-color insensitive_fg_color #8e95a4; +/* disabled text widgets and the like base background color */ +@define-color insensitive_base_color #3b4252; +/* widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color #8e95a4; +/* text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color #d8dee9; +/* widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #434c5e; +/* text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color #3d4455; +/* base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #8fbcbb; +/* text/foreground color of selections on backdrop windows */ +@define-color theme_unfocused_selected_fg_color #2e3440; +/* widgets main borders color */ +@define-color borders #232831; +/* widgets main borders color on backdrop windows */ +@define-color unfocused_borders #262c36; +/* these are pretty self explicative */ +@define-color warning_color #c3674a; +@define-color error_color #b84f59; +@define-color success_color #63adc2; +@define-color fg_color #d8dee9; +@define-color text_color #d8dee9; +@define-color bg_color #434c5e; +@define-color base_color #3b4252; +@define-color selected_bg_color #8fbcbb; +@define-color selected_fg_color #fff; +@define-color unfocused_fg_color #8e95a4; +@define-color unfocused_text_color #d8dee9; +@define-color unfocused_bg_color #434c5e; +@define-color unfocused_base_color #3d4455; +@define-color unfocused_selected_bg_color #8fbcbb; +@define-color unfocused_selected_fg_color #2e3440; +/* these colors are exported for the window manager and shouldn't be used in applications, +read if you used those and something break with a version upgrade you're on your own... */ +@define-color wm_title shade(#d8dee9, 1.8); +@define-color wm_unfocused_title #8e95a4; +@define-color wm_highlight rgba(0, 0, 0, 0); +@define-color wm_borders_edge rgba(255, 255, 255, 0.1); +@define-color wm_bg_a shade(#434c5e, 1.2); +@define-color wm_bg_b #434c5e; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_border alpha(black, 0.18); +@define-color wm_button_hover_color_a shade(#434c5e, 1.3); +@define-color wm_button_hover_color_b #434c5e; +@define-color wm_button_active_color_a shade(#434c5e, 0.85); +@define-color wm_button_active_color_b shade(#434c5e, 0.89); +@define-color wm_button_active_color_c shade(#434c5e, 0.9); +@define-color content_view_bg #3b4252; +@define-color text_view_bg #3b4252; +@define-color budgie_tasklist_indicator_color #8fbcbb; +@define-color budgie_tasklist_indicator_color_active #8fbcbb; +@define-color placeholder_text_color #b9bfcb; +@define-color STRAWBERRY_100 #ff8c82; +@define-color STRAWBERRY_300 #ed5353; +@define-color STRAWBERRY_500 #c6262e; +@define-color STRAWBERRY_700 #a10705; +@define-color STRAWBERRY_900 #7a0000; +@define-color ORANGE_100 #ffc27d; +@define-color ORANGE_300 #ffa154; +@define-color ORANGE_500 #f37329; +@define-color ORANGE_700 #cc3b02; +@define-color ORANGE_900 #a62100; +@define-color BANANA_100 #fff394; +@define-color BANANA_300 #ffe16b; +@define-color BANANA_500 #f9c440; +@define-color BANANA_700 #d48e15; +@define-color BANANA_900 #ad5f00; +@define-color LIME_100 #d1ff82; +@define-color LIME_300 #9bdb4d; +@define-color LIME_500 #68b723; +@define-color LIME_700 #3a9104; +@define-color LIME_900 #206b00; +@define-color MINT_100 #89ffdd; +@define-color MINT_300 #43d6b5; +@define-color MINT_500 #28bca3; +@define-color MINT_700 #0e9a83; +@define-color MINT_900 #007367; +@define-color BLUEBERRY_100 #8cd5ff; +@define-color BLUEBERRY_300 #64baff; +@define-color BLUEBERRY_500 #3689e6; +@define-color BLUEBERRY_700 #0d52bf; +@define-color BLUEBERRY_900 #002e99; +@define-color BUBBLEGUM_100 #fe9ab8; +@define-color BUBBLEGUM_300 #f4679d; +@define-color BUBBLEGUM_500 #de3e80; +@define-color BUBBLEGUM_700 #bc245d; +@define-color BUBBLEGUM_900 #910e38; +@define-color GRAPE_100 #e4c6fa; +@define-color GRAPE_300 #cd9ef7; +@define-color GRAPE_500 #a56de2; +@define-color GRAPE_700 #7239b3; +@define-color GRAPE_900 #452981; +@define-color COCOA_100 #a3907c; +@define-color COCOA_300 #8a715e; +@define-color COCOA_500 #715344; +@define-color COCOA_700 #57392d; +@define-color COCOA_900 #3d211b; +@define-color SILVER_100 #fafafa; +@define-color SILVER_300 #d4d4d4; +@define-color SILVER_500 #abacae; +@define-color SILVER_700 #7e8087; +@define-color SILVER_900 #555761; +@define-color SLATE_100 #95a3ab; +@define-color SLATE_300 #667885; +@define-color SLATE_500 #485a6c; +@define-color SLATE_700 #273445; +@define-color SLATE_900 #0e141f; +@define-color BLACK_100 #666; +@define-color BLACK_300 #4d4d4d; +@define-color BLACK_500 #333; +@define-color BLACK_700 #1a1a1a; +@define-color BLACK_900 #000; +/***************** +* Drawing mixins * +*****************/ +/********* +* Common * +*********/ +* { + padding: 0; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #b84f59; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkToolItemGroup-expander-size: 11; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 24; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 0; + outline-color: rgba(216, 222, 233, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + -gtk-outline-radius: 2px; + -gtk-secondary-caret-color: #8fbcbb; } + +/*********** + * Widgets * + ***********/ +/*************** +* Action bars * +***************/ +.action-bar { + background-color: #2e3440; + border: solid #232831; + border-width: 1px 0 0 0; + color: #d8dee9; + box-shadow: none; } + .action-bar:backdrop { + background-color: #2e3440; + box-shadow: none; + -gtk-icon-effect: dim; } + .action-bar:first-child { + border-radius: 6px 6px 0px 0px; + border-width: 1px 1px 0px 1px; } + .action-bar:last-child { + border-radius: 0 0 6px 6px; + border-width: 0px 1px 1px 1px; } + +/********************* + * App Notifications * + *********************/ +.app-notification, +.app-notification.frame { + padding: 10px; + border-radius: 0 0 5px 5px; + background-color: rgba(40, 45, 55, 0.93); + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); + background-clip: padding-box; } + .app-notification:backdrop, + .app-notification.frame:backdrop { + background-image: none; + transition: 200ms ease-out; } + .app-notification border, + .app-notification.frame border { + border: none; } + +/*************** + * Base States * + ***************/ +.background { + color: #d8dee9; + background-color: #434c5e; } + .background:backdrop { + color: #8e95a4; + background-color: #434c5e; + text-shadow: none; + -gtk-icon-shadow: none; } + +/* + These wildcard seems unavoidable, need to investigate. + Wildcards are bad and troublesome, use them with care, + or better, just don't. + Everytime a wildcard is used a kitten dies, painfully. +*/ +*:disabled { + -gtk-icon-effect: dim; } + +.gtkstyle-fallback { + color: #d8dee9; + background-color: #434c5e; } + .gtkstyle-fallback:hover { + color: #d8dee9; + background-color: #58647c; } + .gtkstyle-fallback:active { + color: #d8dee9; + background-color: #2e3440; } + .gtkstyle-fallback:disabled { + color: #8e95a4; + background-color: #404859; } + .gtkstyle-fallback:selected { + color: #2e3440; + background-color: #8fbcbb; } + +.view, iconview, +.view text, +iconview text, +textview text { + color: #d8dee9; + background-color: #3b4252; } + .view:backdrop, iconview:backdrop, + .view text:backdrop, + iconview text:backdrop, + textview text:backdrop { + color: #b9bfcb; + background-color: #3d4455; } + .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, + .view text:selected:focus, + iconview text:selected:focus, + textview text:selected:focus, + .view text:selected, + iconview text:selected, + textview text:selected { + border-radius: 3px; } + +textview border { + background-color: #3f4758; } + +.rubberband, +rubberband, +flowbox rubberband, +.content-view rubberband, +treeview.view rubberband { + border: 1px solid #6fa9a8; + background-color: rgba(111, 169, 168, 0.2); } + +flowbox flowboxchild { + padding: 3px; + border-radius: 3px; } + flowbox flowboxchild:selected { + outline-offset: -2px; } + +label { + caret-color: currentColor; } + label.separator { + color: #d8dee9; } + label.separator:backdrop { + color: #8e95a4; } + label selection { + background-color: #8fbcbb; + color: #2e3440; } + label:disabled { + color: #8e95a4; } + label:disabled:backdrop { + color: #63708b; } + label:backdrop { + color: #8e95a4; } + +.dim-label, label.separator, .titlebar .subtitle, +headerbar .subtitle { + opacity: 0.55; + text-shadow: none; } + +assistant .sidebar { + background-color: #3b4252; + border-top: 1px solid #232831; } + assistant .sidebar:backdrop { + background-color: #3d4455; + border-color: #262c36; } +assistant.csd .sidebar { + border-top-style: none; } +assistant .sidebar label { + padding: 6px 12px; } +assistant .sidebar label.highlight { + background-color: #61697a; } + +.app-notification, +.app-notification.frame, .osd .scale-popup, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .csd popover.background.osd, popover.background.osd, .osd { + color: #d8dee9; + border: none; + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + outline-color: rgba(216, 222, 233, 0.3); + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; } + .app-notification:backdrop, .osd .scale-popup:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, popover.background.osd:backdrop, .osd:backdrop { + text-shadow: none; + -gtk-icon-shadow: none; } + +*:selected { + background: #8fbcbb; + color: #2e3440; } + +/*********** + * Buttons * + ***********/ +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#bfd9d8), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#8fbcbb), to(transparent)); } } +notebook > header > tabs > arrow, +button { + min-height: 20px; + min-width: 16px; + padding: 2px 6px; + border: 1px solid #232831; + border-radius: 4px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + font-weight: normal; + color: #d8dee9; + background-color: #3c4454; + text-shadow: none; } + notebook > header > tabs > arrow, + button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + transition: none; } + notebook > header > tabs > arrow:hover, + button.flat:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 500ms; + color: #2e3440; + outline-color: rgba(46, 52, 64, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + notebook > header > tabs > arrow:hover:active, + button.flat:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + notebook > header > tabs > arrow:hover, + button:hover { + color: #2e3440; + outline-color: rgba(46, 52, 64, 0.3); + background-color: #8fbcbb; + text-shadow: none; + -gtk-icon-effect: highlight; } + notebook > header > tabs > arrow:active, notebook > header > tabs > arrow:checked, + button:active, + button:checked { + color: #2e3440; + outline-color: rgba(46, 52, 64, 0.3); + background-color: #7fb2b1; + text-shadow: none; + transition-duration: 50ms; } + notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:backdrop, + button:backdrop.flat, + button:backdrop { + color: #b9bfcb; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #3d4455; + text-shadow: none; + transition: 200ms ease-out; + -gtk-icon-effect: none; } + notebook > header > tabs > arrow:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, notebook > header > tabs > arrow:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, + button:backdrop.flat:active, + button:backdrop.flat:checked, + button:backdrop:active, + button:backdrop:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(216, 222, 233, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + notebook > header > tabs > arrow:backdrop:active label, notebook > header > tabs > arrow:backdrop:checked label, notebook > header > tabs > arrow:backdrop:active label, notebook > header > tabs > arrow:backdrop:checked label, + button:backdrop.flat:active label, + button:backdrop.flat:checked label, + button:backdrop:active label, + button:backdrop:checked label { + color: rgba(46, 52, 64, 0.7); } + notebook > header > tabs > arrow:backdrop:disabled, notebook > header > tabs > arrow:backdrop:disabled, + button:backdrop.flat:disabled, + button:backdrop:disabled { + color: #b9bfcb; + border-color: rgba(35, 40, 49, 0.3); + background-color: #404859; + text-shadow: none; } + notebook > header > tabs > arrow:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, notebook > header > tabs > arrow:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, + button:backdrop.flat:disabled:active, + button:backdrop.flat:disabled:checked, + button:backdrop:disabled:active, + button:backdrop:disabled:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(216, 222, 233, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:disabled, notebook > header > tabs > arrow:backdrop:disabled, + button.flat:backdrop, + button.flat:disabled, + button.flat:backdrop:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; } + notebook > header > tabs > arrow:disabled, + button:disabled { + color: #b9bfcb; + border-color: rgba(35, 40, 49, 0.3); + background-color: #404859; + text-shadow: none; } + notebook > header > tabs > arrow:disabled:active, notebook > header > tabs > arrow:disabled:checked, + button:disabled:active, + button:disabled:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(216, 222, 233, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + notebook > header > tabs > arrow:disabled:active label, notebook > header > tabs > arrow:disabled:checked label, + button:disabled:active label, + button:disabled:checked label { + color: rgba(46, 52, 64, 0.7); } + notebook > header > tabs > arrow.image-button, + button.image-button { + min-width: 24px; + padding-left: 4px; + padding-right: 4px; } + notebook > header > tabs > arrow.image-button.circular, notebook > header > tabs > arrow.image-button.sidebar-button, + button.image-button.circular, + button.image-button.sidebar-button { + padding: 6px 4px; + border-radius: 50px; + box-shadow: none; } + notebook > header > tabs > arrow.text-button, + button.text-button { + padding-left: 16px; + padding-right: 16px; } + notebook > header > tabs > arrow.text-button.image-button, + button.text-button.image-button { + padding-left: 8px; + padding-right: 8px; + border-radius: 2px; } + notebook > header > tabs > arrow.text-button.image-button label, + button.text-button.image-button label { + padding-left: 8px; + padding-right: 8px; } + combobox:drop(active) button.combo, notebook > header > tabs > arrow:drop(active), + button:drop(active) { + color: #a3be8c; + border-color: #a3be8c; + box-shadow: inset 0 0 0 1px #a3be8c; } +row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled) { + color: #2e3440; + border-color: transparent; } + row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop { + color: #8e95a4; } +button.osd { + min-width: 24px; + min-height: 20px; + color: #d8dee9; + border-radius: 5px; + outline-color: rgba(216, 222, 233, 0.3); + color: #d8dee9; + border-color: #232831; + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); + border: none; + box-shadow: none; } + button.osd.image-button { + min-width: 32px; } + button.osd:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(65, 74, 91, 0.93), rgba(65, 74, 91, 0.93)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); + border: none; + box-shadow: none; } + button.osd:active, + button.osd:checked { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(52, 59, 73, 0.93), rgba(52, 59, 73, 0.93)); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); + border: none; + box-shadow: none; } + button.osd:disabled:backdrop, + button.osd:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; } + button.osd:backdrop { + color: #d8dee9; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(40, 45, 55, 0.93), rgba(40, 45, 55, 0.93)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; } +.app-notification button, +.app-notification.frame button, .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button, +.osd button { + color: #d8dee9; + border-color: #232831; + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .app-notification button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, + .osd button:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(65, 74, 91, 0.93), rgba(65, 74, 91, 0.93)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .app-notification button:active:backdrop, popover.background.touch-selection button:active:backdrop, popover.background.magnifier button:active:backdrop, .app-notification button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .app-notification button:checked:backdrop, popover.background.touch-selection button:checked:backdrop, popover.background.magnifier button:checked:backdrop, .app-notification button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, + .osd button:active:backdrop, + .osd button:active, + .osd button:checked:backdrop, + .osd button:checked { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(52, 59, 73, 0.93), rgba(52, 59, 73, 0.93)); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); } + .app-notification button:disabled:backdrop, popover.background.touch-selection button:disabled:backdrop, popover.background.magnifier button:disabled:backdrop, .app-notification button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, + .osd button:disabled:backdrop, + .osd button:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button:backdrop, popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, + .osd button:backdrop { + color: #d8dee9; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(40, 45, 55, 0.93), rgba(40, 45, 55, 0.93)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button.flat, popover.background.touch-selection button.flat, popover.background.magnifier button.flat, + .osd button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: none; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; } + .app-notification button.flat:hover, popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover, + .osd button.flat:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(65, 74, 91, 0.93), rgba(65, 74, 91, 0.93)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .app-notification button.flat:disabled, popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled, + .osd button.flat:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + background-image: none; + border-color: transparent; + box-shadow: none; } + .app-notification button.flat:backdrop, popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.flat:backdrop, + .osd button.flat:backdrop { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button.flat:active, popover.background.touch-selection button.flat:active, popover.background.magnifier button.flat:active, .app-notification button.flat:checked, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked, + .osd button.flat:active, + .osd button.flat:checked { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(52, 59, 73, 0.93), rgba(52, 59, 73, 0.93)); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); } +button.suggested-action { + border: none; + box-shadow: none; + color: white; + border-radius: 4px; + background: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + .selection-mode button.titlebutton, button.suggested-action.flat { + box-shadow: none; + color: white; + border-radius: 4px; + background: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + button.suggested-action:hover { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; } + button.suggested-action:active, button.suggested-action:checked { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .selection-mode button.titlebutton:backdrop, button.suggested-action:backdrop, button.suggested-action.flat:backdrop { + color: rgba(255, 255, 255, 0.4); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .selection-mode button.titlebutton:backdrop label, button.suggested-action:backdrop label, button.suggested-action.flat:backdrop label { + color: rgba(255, 255, 255, 0.5); } + .selection-mode button.titlebutton:backdrop:active, .selection-mode button.titlebutton:backdrop:checked, button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked, button.suggested-action.flat:backdrop:active, button.suggested-action.flat:backdrop:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + .selection-mode button.titlebutton:backdrop:active label, .selection-mode button.titlebutton:backdrop:checked label, button.suggested-action:backdrop:active label, button.suggested-action:backdrop:checked label, button.suggested-action.flat:backdrop:active label, button.suggested-action.flat:backdrop:checked label { + color: rgba(46, 52, 64, 0.7); } + .selection-mode button.titlebutton:backdrop:disabled, button.suggested-action:backdrop:disabled, button.suggested-action.flat:backdrop:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .selection-mode button.titlebutton:backdrop:disabled label, button.suggested-action:backdrop:disabled label, button.suggested-action.flat:backdrop:disabled label { + color: rgba(255, 255, 255, 0.5); } + .selection-mode button.titlebutton:backdrop:disabled:active, .selection-mode button.titlebutton:backdrop:disabled:checked, button.suggested-action:backdrop:disabled:active, button.suggested-action:backdrop:disabled:checked, button.suggested-action.flat:backdrop:disabled:active, button.suggested-action.flat:backdrop:disabled:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + .selection-mode button.titlebutton:backdrop, .selection-mode button.titlebutton:disabled, .selection-mode button.titlebutton:backdrop:disabled, button.suggested-action.flat:backdrop, button.suggested-action.flat:disabled, button.suggested-action.flat:backdrop:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(136, 192, 208, 0.8); } + button.suggested-action:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #88c0d0; + text-shadow: none; } + button.suggested-action:disabled:active, button.suggested-action:disabled:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; } + button.suggested-action:disabled:active label, button.suggested-action:disabled:checked label { + color: rgba(46, 52, 64, 0.7); } + .osd button.suggested-action { + color: #d8dee9; + border-color: #232831; + background-color: rgba(136, 192, 208, 0.5); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .osd button.suggested-action:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(136, 192, 208, 0.7), rgba(136, 192, 208, 0.7)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .osd button.suggested-action:active:backdrop, .osd button.suggested-action:active, .osd button.suggested-action:checked:backdrop, .osd button.suggested-action:checked { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, #88c0d0, #88c0d0); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); } + .osd button.suggested-action:disabled:backdrop, .osd button.suggested-action:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.suggested-action:backdrop { + color: #d8dee9; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(136, 192, 208, 0.5), rgba(136, 192, 208, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } +button.destructive-action { + border: none; + box-shadow: none; + color: white; + border-radius: 4px; + background: linear-gradient(to right, #bf616a, #bf616a); } + button.destructive-action.flat { + box-shadow: none; + color: white; + border-radius: 4px; + background: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + button.destructive-action:hover { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; } + button.destructive-action:active, button.destructive-action:checked { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; } + button.destructive-action:backdrop, button.destructive-action.flat:backdrop { + color: rgba(255, 255, 255, 0.4); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; } + button.destructive-action:backdrop label, button.destructive-action.flat:backdrop label { + color: rgba(255, 255, 255, 0.5); } + button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked, button.destructive-action.flat:backdrop:active, button.destructive-action.flat:backdrop:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + button.destructive-action:backdrop:active label, button.destructive-action:backdrop:checked label, button.destructive-action.flat:backdrop:active label, button.destructive-action.flat:backdrop:checked label { + color: rgba(46, 52, 64, 0.7); } + button.destructive-action:backdrop:disabled, button.destructive-action.flat:backdrop:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #a9444e; + text-shadow: none; } + button.destructive-action:backdrop:disabled label, button.destructive-action.flat:backdrop:disabled label { + color: rgba(255, 255, 255, 0.5); } + button.destructive-action:backdrop:disabled:active, button.destructive-action:backdrop:disabled:checked, button.destructive-action.flat:backdrop:disabled:active, button.destructive-action.flat:backdrop:disabled:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + button.destructive-action.flat:backdrop, button.destructive-action.flat:disabled, button.destructive-action.flat:backdrop:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(169, 68, 78, 0.8); } + button.destructive-action:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #a9444e; + text-shadow: none; } + button.destructive-action:disabled:active, button.destructive-action:disabled:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; } + button.destructive-action:disabled:active label, button.destructive-action:disabled:checked label { + color: rgba(46, 52, 64, 0.7); } + .osd button.destructive-action { + color: #d8dee9; + border-color: #232831; + background-color: rgba(169, 68, 78, 0.5); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .osd button.destructive-action:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(169, 68, 78, 0.7), rgba(169, 68, 78, 0.7)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .osd button.destructive-action:active:backdrop, .osd button.destructive-action:active, .osd button.destructive-action:checked:backdrop, .osd button.destructive-action:checked { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, #a9444e, #a9444e); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); } + .osd button.destructive-action:disabled:backdrop, .osd button.destructive-action:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.destructive-action:backdrop { + color: #d8dee9; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(169, 68, 78, 0.5), rgba(169, 68, 78, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } +.stack-switcher > button { + outline-offset: -3px; } + .stack-switcher > button > label { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > button > image { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > button.text-button { + padding-left: 10px; + padding-right: 10px; } + .stack-switcher > button.image-button { + padding-left: 2px; + padding-right: 2px; } + .stack-switcher > button.needs-attention:active > label, + .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label, + .stack-switcher > button.needs-attention:checked > image { + animation: none; + background-image: none; } +.inline-toolbar button, .inline-toolbar button:backdrop { + border-radius: 2px; + border-width: 1px; } +.primary-toolbar button, .primary-toolbar .raised button { + -gtk-icon-shadow: none; } + .primary-toolbar button:hover, .primary-toolbar button:focus, .primary-toolbar .raised button:hover, .primary-toolbar .raised button:focus { + color: #2e3440; + outline-color: rgba(46, 52, 64, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + +.stack-switcher > button.needs-attention > label, +.stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#bfd9d8), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(0, 0, 0, 0.7474509804)), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > button.needs-attention > label:backdrop, + .stack-switcher > button.needs-attention > image:backdrop, stacksidebar row.needs-attention > label:backdrop { + background-size: 6px 6px, 0 0; } + .stack-switcher > button.needs-attention > label:dir(rtl), + .stack-switcher > button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) { + background-position: left 3px, left 2px; } + +toolbar button:hover { + font-weight: normal; + color: #d8dee9; + background-color: #3c4454; + text-shadow: none; } +toolbar button:active { + font-weight: normal; + color: #d8dee9; + background-color: #3c4454; + text-shadow: none; } + +.inline-toolbar toolbutton > button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; } + .inline-toolbar toolbutton > button:hover { + color: #2e3440; } + .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { + color: #232831; } + .inline-toolbar toolbutton > button:disabled { + color: #b9bfcb; } + .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { + color: rgba(35, 40, 49, 0.3); } + .inline-toolbar toolbutton > button:backdrop { + color: #b9bfcb; } + .inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked { + color: #232831; } + .inline-toolbar toolbutton > button:backdrop:disabled { + color: #b9bfcb; } + .inline-toolbar toolbutton > button:backdrop:disabled:active, .inline-toolbar toolbutton > button:backdrop:disabled:checked { + color: rgba(35, 40, 49, 0.3); } + +toolbar.inline-toolbar toolbutton > button.flat:backdrop, +toolbar.inline-toolbar toolbutton:backdrop > button.flat:backdrop { + border-color: transparent; + box-shadow: none; } + +.inline-toolbar button, .inline-toolbar button:backdrop, .linked > button, .linked > button:hover, .linked > button:active, .linked > button:checked, .linked > button:backdrop, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > +entry, .linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl) { + border: 1px solid #232831; + border-radius: 0; + border-right-style: none; + box-shadow: none; } + .inline-toolbar button:disabled, .linked > button:disabled, .linked:not(.vertical) > spinbutton:disabled:not(.vertical), .linked:not(.vertical) > + entry:disabled, .linked > combobox > box > button.combo:disabled:dir(ltr), .linked > combobox > box > button.combo:disabled:dir(rtl) { + color: #b9bfcb; + border-color: rgba(35, 40, 49, 0.3); + background-color: #404859; + text-shadow: none; + color: #8e95a4; } + +.inline-toolbar button:first-child, .linked > button:first-child, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > +entry:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.inline-toolbar button:last-child, .linked > button:last-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > +entry:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.inline-toolbar button:only-child, .linked > button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > +entry:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > button, .linked.vertical > button:hover, .linked.vertical > button:active, .linked.vertical > button:checked, .linked.vertical > button:backdrop, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > +entry, .linked.vertical > combobox > box > button.combo { + border-style: solid solid none solid; + border-radius: 0; } + +.linked.vertical > button:first-child, .linked.vertical > combobox:first-child > box > button.combo, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > +entry:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > button:last-child, .linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > +entry:last-child { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-style: solid; } +.linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > +entry:only-child { + border-radius: 3px; + border-style: solid; } + +modelbutton.flat, popover.background checkbutton, +popover.background radiobutton, +.menuitem.button.flat, modelbutton.flat:backdrop, popover.background checkbutton:backdrop, +popover.background radiobutton:backdrop, modelbutton.flat:backdrop:hover, popover.background checkbutton:backdrop:hover, +popover.background radiobutton:backdrop:hover, +.menuitem.button.flat:backdrop, +.menuitem.button.flat:backdrop:hover, calendar.button, calendar.button:hover, calendar.button:backdrop, calendar.button:disabled, button:link, +button:visited, button:link:hover, button:link:active, button:link:checked, +button:visited:hover, +button:visited:active, +button:visited:checked, .scale-popup button:hover, .scale-popup button:backdrop:hover, .scale-popup button:backdrop:disabled, .scale-popup button:backdrop { + background-color: transparent; + background-image: none; + border-color: transparent; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; } + +/* menu buttons */ +modelbutton.flat, popover.background checkbutton, +popover.background radiobutton, +.menuitem.button.flat { + min-height: 26px; + padding-left: 5px; + padding-right: 5px; + border-radius: 3px; + outline-offset: -2px; } + modelbutton.flat:hover, popover.background checkbutton:hover, + popover.background radiobutton:hover, + .menuitem.button.flat:hover { + background-color: #3f4758; } + modelbutton.flat check:last-child, popover.background checkbutton check:last-child, + popover.background radiobutton check:last-child, + modelbutton.flat radio:last-child, + popover.background checkbutton radio:last-child, + popover.background radiobutton radio:last-child, + .menuitem.button.flat check:last-child, + .menuitem.button.flat radio:last-child { + margin-left: 8px; } + modelbutton.flat check:first-child, popover.background checkbutton check:first-child, + popover.background radiobutton check:first-child, + modelbutton.flat radio:first-child, + popover.background checkbutton radio:first-child, + popover.background radiobutton radio:first-child, + .menuitem.button.flat check:first-child, + .menuitem.button.flat radio:first-child { + margin-right: 8px; } + +modelbutton.flat arrow, popover.background checkbutton arrow, +popover.background radiobutton arrow { + background: none; } + modelbutton.flat arrow:hover, popover.background checkbutton arrow:hover, + popover.background radiobutton arrow:hover { + background: none; } + modelbutton.flat arrow.left, popover.background checkbutton arrow.left, + popover.background radiobutton arrow.left { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } + modelbutton.flat arrow.right, popover.background checkbutton arrow.right, + popover.background radiobutton arrow.right { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + +button.color { + padding: 4px; } + button.color colorswatch:only-child, button.color colorswatch:only-child overlay { + border-radius: 0; } + +notebook button, list button, .view button, iconview button, popover button { + box-shadow: none; } + notebook button:backdrop, list button:backdrop, .view button:backdrop, iconview button:backdrop, popover button:backdrop { + box-shadow: none; } +notebook .linked > button, list .linked > button, .view .linked > button, iconview .linked > button, popover .linked > button { + box-shadow: none; } + +/************ + * Calendar * + ***********/ +calendar { + color: #d8dee9; + border: 1px solid #232831; } + calendar:selected { + border-radius: 3px; } + calendar.header { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 0; } + calendar.header:backdrop { + border-color: rgba(0, 0, 0, 0.1); } + calendar.button { + color: rgba(216, 222, 233, 0.45); } + calendar.button:hover { + color: #d8dee9; } + calendar.button:backdrop { + color: rgba(142, 149, 164, 0.45); } + calendar.button:disabled { + color: rgba(142, 149, 164, 0.45); } + calendar:indeterminate, calendar:indeterminate:backdrop { + color: alpha(currentColor,0.55); } + calendar.highlight, calendar.highlight:backdrop { + font-size: smaller; + color: #d8dee9; } + calendar:backdrop { + color: #b9bfcb; + border-color: #262c36; } + +/************************* + * Check and Radio Items * + *************************/ +check { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-dark.png"), url("../assets/radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-hover-dark.png"), url("../assets/checkbox-unchecked-hover@2.png")); + -gtk-icon-shadow: none; } + +radio:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-hover-dark.png"), url("../assets/radio-unchecked-hover@2.png")); + -gtk-icon-shadow: none; } + +check:active { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-active-dark.png"), url("../assets/checkbox-unchecked-active@2.png")); + -gtk-icon-shadow: none; } + +radio:active { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-active-dark.png"), url("../assets/radio-unchecked-active@2.png")); + -gtk-icon-shadow: none; } + +check:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-backdrop-dark.png"), url("../assets/checkbox-unchecked-backdrop@2.png")); + -gtk-icon-shadow: none; } + +radio:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop-dark.png"), url("../assets/radio-unchecked-backdrop@2.png")); + -gtk-icon-shadow: none; } + +check:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-insensitive-dark.png"), url("../assets/checkbox-unchecked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +radio:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive-dark.png"), url("../assets/radio-unchecked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +check:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-insensitive-dark.png"), url("../assets/checkbox-unchecked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +radio:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive-dark.png"), url("../assets/radio-unchecked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +check:checked { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-dark.png"), url("../assets/radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-hover-dark.png"), url("../assets/checkbox-checked-hover@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-hover-dark.png"), url("../assets/radio-checked-hover@2.png")); + -gtk-icon-shadow: none; } + +check:checked:active { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-active-dark.png"), url("../assets/checkbox-checked-active@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:active { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active-dark.png"), url("../assets/radio-checked-active@2.png")); + -gtk-icon-shadow: none; } + +check:checked:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-backdrop-dark.png"), url("../assets/checkbox-checked-backdrop@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop-dark.png"), url("../assets/radio-checked-backdrop@2.png")); + -gtk-icon-shadow: none; } + +check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-insensitive-dark.png"), url("../assets/checkbox-checked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive-dark.png"), url("../assets/radio-checked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +check:checked:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-insensitive-dark.png"), url("../assets/checkbox-checked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive-dark.png"), url("../assets/radio-checked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed.png"), url("../assets/checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed.png"), url("../assets/radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-hover.png"), url("../assets/checkbox-mixed-hover@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-hover.png"), url("../assets/radio-mixed-hover@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:active { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-active.png"), url("../assets/checkbox-mixed-active@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:active { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-backdrop.png"), url("../assets/checkbox-mixed-backdrop@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop.png"), url("../assets/radio-mixed-backdrop@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-insensitive.png"), url("../assets/checkbox-mixed-insensitive@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-insensitive.png"), url("../assets/checkbox-mixed-insensitive@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); + -gtk-icon-shadow: none; } + +check:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:hover:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio:hover:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:active:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio:active:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:disabled:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio:disabled:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:disabled:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio:disabled:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:hover:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:hover:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:active:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:active:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:disabled:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:disabled:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:disabled:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:disabled:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:hover:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:hover:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:active:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:active:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:disabled:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:disabled:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:disabled:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:disabled:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view check, iconview.content-view check, +.view.content-view.check, +iconview.content-view.check { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view radio, iconview.content-view radio, +.view.content-view.radio, +iconview.content-view.radio { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view check:hover, iconview.content-view check:hover, +.view.content-view.check:hover, +iconview.content-view.check:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-hover.png"), url("../assets/checkbox-unchecked-hover@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view radio:hover, iconview.content-view radio:hover, +.view.content-view.radio:hover, +iconview.content-view.radio:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view check:active, iconview.content-view check:active, +.view.content-view.check:active, +iconview.content-view.check:active { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-active.png"), url("../assets/checkbox-unchecked-active@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view radio:active, iconview.content-view radio:active, +.view.content-view.radio:active, +iconview.content-view.radio:active { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view check:backdrop, iconview.content-view check:backdrop, +.view.content-view.check:backdrop, +iconview.content-view.check:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-backdrop.png"), url("../assets/checkbox-unchecked-backdrop@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view radio:backdrop, iconview.content-view radio:backdrop, +.view.content-view.radio:backdrop, +iconview.content-view.radio:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-backdrop.png"), url("../assets/radio-unchecked-backdrop@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view check:disabled, iconview.content-view check:disabled, +.view.content-view.check:disabled, +iconview.content-view.check:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-insensitive.png"), url("../assets/checkbox-unchecked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view radio:disabled, iconview.content-view radio:disabled, +.view.content-view.radio:disabled, +iconview.content-view.radio:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-insensitive.png"), url("../assets/radio-unchecked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view check:disabled:backdrop, iconview.content-view check:disabled:backdrop, +.view.content-view.check:disabled:backdrop, +iconview.content-view.check:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-backdrop-insensitive.png"), url("../assets/checkbox-unchecked-backdrop-insensitive@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view radio:disabled:backdrop, iconview.content-view radio:disabled:backdrop, +.view.content-view.radio:disabled:backdrop, +iconview.content-view.radio:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-backdrop-insensitive.png"), url("../assets/radio-unchecked-backdrop-insensitive@2.png")); + -gtk-icon-shadow: none; } + +checkbutton.text-button, radiobutton.text-button { + padding: 2px 0; + outline-offset: 0; } + checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child { + margin-left: 4px; } + checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child { + margin-right: 4px; } + +check, +radio { + margin: 0 4px; + min-height: 16px; + min-width: 16px; + border: none; } + menu menuitem check, menu menuitem + radio { + margin: 0; } + menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem + radio, menu menuitem + radio:hover, menu menuitem + radio:disabled { + min-height: 14px; + min-width: 14px; + background-image: none; + background-color: transparent; + box-shadow: none; + -gtk-icon-shadow: none; + color: inherit; + border-color: currentColor; + animation: none; } + +/***************** + * Color Chooser * + *****************/ +colorswatch, colorswatch:drop(active) { + border-style: none; } +colorswatch.top { + border-top-left-radius: 5.5px; + border-top-right-radius: 5.5px; } + colorswatch.top overlay { + border-top-left-radius: 5px; + border-top-right-radius: 5px; } +colorswatch.bottom { + border-bottom-left-radius: 5.5px; + border-bottom-right-radius: 5.5px; } + colorswatch.bottom overlay { + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; } +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 5.5px; + border-bottom-left-radius: 5.5px; } + colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; } +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 5.5px; + border-bottom-right-radius: 5.5px; } + colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; } +colorswatch.dark overlay { + color: #2e3440; } + colorswatch.dark overlay:hover { + border-color: #232831; } + colorswatch.dark overlay:backdrop { + color: rgba(46, 52, 64, 0.5); } +colorswatch.light overlay { + color: #d8dee9; } + colorswatch.light overlay:hover { + border-color: #232831; } + colorswatch.light overlay:backdrop { + color: #b9bfcb; } +colorswatch:drop(active) { + box-shadow: none; } + colorswatch:drop(active).light overlay { + border-color: #a3be8c; + box-shadow: inset 0 0 0 2px #232831, inset 0 0 0 1px #a3be8c; } + colorswatch:drop(active).dark overlay { + border-color: #a3be8c; + box-shadow: inset 0 0 0 2px #232831, inset 0 0 0 1px #a3be8c; } +colorswatch overlay { + box-shadow: inset 0 3px 2px -2px rgba(0, 0, 0, 0.5); + border: 1px solid #232831; } + colorswatch overlay:hover { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); } + colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover { + border-color: #232831; + box-shadow: none; } +colorswatch#add-color-button { + border-radius: 5px 5px 0 0; } + colorswatch#add-color-button:only-child { + border-radius: 5px; } + colorswatch#add-color-button overlay { + font-weight: normal; + color: #d8dee9; + background-color: #3c4454; + text-shadow: none; } + colorswatch#add-color-button overlay:hover { + color: #d8dee9; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #3b4252; + text-shadow: none; } + colorswatch#add-color-button overlay:backdrop { + color: #b9bfcb; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #3d4455; + text-shadow: none; } +colorswatch:disabled { + opacity: 0.5; } + colorswatch:disabled overlay { + border-color: rgba(0, 0, 0, 0.6); + box-shadow: none; } +row:selected colorswatch { + box-shadow: 0 0 0 2px #2e3440; } +colorswatch#editor-color-sample { + border-radius: 4px; } + colorswatch#editor-color-sample overlay { + border-radius: 4.5px; } + +colorchooser .popover.osd { + border-radius: 5px; } + +/************** + * ComboBoxes * + **************/ +combobox arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + min-height: 16px; + min-width: 16px; } +combobox:drop(active) { + box-shadow: none; } + +/*********** + * Dialogs * + ***********/ +messagedialog .titlebar:not(headerbar) { + background-color: rgba(67, 76, 94, 0.95); } +messagedialog .titlebar { + min-height: 20px; + background-image: none; + background-color: rgba(67, 76, 94, 0.95); + border-style: none; + border-top-left-radius: 4px; + border-top-right-radius: 4px; } +messagedialog.csd.background { + background-color: rgba(67, 76, 94, 0.95); + color: #d8dee9; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; } +messagedialog.csd .dialog-action-area button { + padding: 10px 14px; + border-radius: 0; + border-left-style: solid; + border-right-style: none; + border-bottom-style: none; + background-color: transparent; + color: #d8dee9; + box-shadow: none; } + messagedialog.csd .dialog-action-area button:hover { + background-color: rgba(143, 188, 187, 0.9); + color: white; } + messagedialog.csd .dialog-action-area button:first-child { + border-left-style: none; + border-bottom-left-radius: 4px; } + messagedialog.csd .dialog-action-area button:last-child { + border-bottom-right-radius: 4px; } + messagedialog.csd .dialog-action-area button.destructive-action, messagedialog.csd .dialog-action-area button.suggested-action { + color: white; } + +filechooser .dialog-action-box { + border-top: 1px solid #232831; } + filechooser .dialog-action-box:backdrop { + border-top-color: #262c36; } +filechooser #pathbarbox { + border-bottom: 1px solid #434c5e; } + +filechooserbutton:drop(active) { + box-shadow: none; + border-color: transparent; } + +/**************** + * Text Entries * + ****************/ +spinbutton:not(.vertical), entry { + min-height: 28px; + padding-left: 8px; + padding-right: 8px; + border: 1px solid; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #d8dee9; + border-color: #232831; + background-color: #3b4252; } + spinbutton:not(.vertical) image.left, + entry image.left { + padding-left: 0; + padding-right: 6px; } + spinbutton:not(.vertical) image.right, + entry image.right { + padding-left: 6px; + padding-right: 0; } + spinbutton:not(.vertical) undershoot.left, + entry undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; + border: none; + box-shadow: none; } + spinbutton:not(.vertical) undershoot.right, + entry undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; + border: none; + box-shadow: none; } + spinbutton.flat:focus:not(.vertical), spinbutton.flat:not(.vertical), + entry.flat:focus, + entry.flat { + min-height: 0; + padding: 2px; + background-image: none; + border-color: transparent; + box-shadow: none; + border-radius: 0; } + spinbutton:focus:not(.vertical), + entry:focus { + border-color: #6fa9a8; } + spinbutton:disabled:not(.vertical), + entry:disabled { + color: #8e95a4; + border-color: rgba(35, 40, 49, 0.3); + background-color: #404859; + box-shadow: none; } + spinbutton:backdrop:not(.vertical), + entry:backdrop { + color: #b9bfcb; + border-color: #262c36; + background-color: #3d4455; + box-shadow: none; + transition: 200ms ease-out; } + spinbutton:backdrop:disabled:not(.vertical), + entry:backdrop:disabled { + color: #63708b; + border-color: rgba(35, 40, 49, 0.3); + background-color: #404859; + box-shadow: none; } + spinbutton.error:not(.vertical), + entry.error { + color: #d8dee9; + border-color: #232831; + background-color: #3b4252; + color: #b84f59; + border-color: #3c181c; } + spinbutton.error:focus:not(.vertical), + entry.error:focus { + border-color: #3c181c; } + spinbutton.error:selected:focus:not(.vertical), spinbutton.error:selected:not(.vertical), + entry.error:selected:focus, + entry.error:selected { + background-color: #b84f59; } + spinbutton.warning:not(.vertical), + entry.warning { + color: #d8dee9; + border-color: #232831; + background-color: #3b4252; + color: #c3674a; + border-color: #442116; } + spinbutton.warning:focus:not(.vertical), + entry.warning:focus { + border-color: #442116; } + spinbutton.warning:selected:focus:not(.vertical), spinbutton.warning:selected:not(.vertical), + entry.warning:selected:focus, + entry.warning:selected { + background-color: #c3674a; } + spinbutton:not(.vertical) image, + entry image { + color: #b9bfcb; } + spinbutton:not(.vertical) image:hover, + entry image:hover { + color: #d8dee9; } + spinbutton:not(.vertical) image:active, + entry image:active { + color: #8fbcbb; } + spinbutton:not(.vertical) image:backdrop, + entry image:backdrop { + color: #7e8594; } + spinbutton:drop(active):focus:not(.vertical), spinbutton:drop(active):not(.vertical), + entry:drop(active):focus, + entry:drop(active) { + border-color: #a3be8c; + box-shadow: inset 0 0 0 1px #a3be8c; } + .osd spinbutton:not(.vertical), + .osd entry { + color: #d8dee9; + border-color: #232831; + background-color: rgba(35, 40, 49, 0.5); + box-shadow: none; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; } + .osd spinbutton:focus:not(.vertical), + .osd entry:focus { + color: #d8dee9; + border-color: #8fbcbb; + background-color: rgba(35, 40, 49, 0.5); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; } + .osd spinbutton:backdrop:not(.vertical), + .osd entry:backdrop { + color: #d8dee9; + border-color: #232831; + background-color: rgba(35, 40, 49, 0.5); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd spinbutton:disabled:not(.vertical), + .osd entry:disabled { + color: #808690; + border-color: #232831; + background-color: rgba(58, 63, 73, 0.5); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } +spinbutton:not(.vertical) progress, +entry progress { + margin: 2px -6px; + background-color: transparent; + background-image: none; + border-radius: 0; + border-width: 0 0 2px; + border-color: #8fbcbb; + border-style: solid; + box-shadow: none; } + spinbutton:not(.vertical) progress:backdrop, + entry progress:backdrop { + background-color: transparent; } +.linked:not(.vertical) > spinbutton:focus:not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:focus:not(.vertical) + button, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > +entry:focus + spinbutton:not(.vertical), .linked:not(.vertical) > +entry:focus + button, .linked:not(.vertical) > +entry:focus + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + +entry, .linked:not(.vertical) > +entry:focus + +entry { + border-left-color: #6fa9a8; } +.linked:not(.vertical) > spinbutton:focus:not(.vertical), .linked:not(.vertical) > +entry:focus { + border-color: #6fa9a8; } +.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > +entry:drop(active) + spinbutton:not(.vertical), .linked:not(.vertical) > +entry:drop(active) + button, .linked:not(.vertical) > +entry:drop(active) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + +entry, .linked:not(.vertical) > +entry:drop(active) + +entry { + border-left-color: #a3be8c; } +.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > +entry:not(:disabled) + entry:not(:disabled), .linked.vertical > +entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical) { + border-top-color: #343a48; + background-image: linear-gradient(to bottom, #3b4252, #3b4252); } + .linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled):backdrop, .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):backdrop:not(.vertical), .linked.vertical > + entry:not(:disabled) + entry:not(:disabled):backdrop, .linked.vertical > + entry:not(:disabled) + spinbutton:not(:disabled):backdrop:not(.vertical) { + border-top-color: #363d4c; + background-image: linear-gradient(to bottom, #3d4455, #3d4455); } +.linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical), .linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, .linked.vertical > +entry:disabled + spinbutton:disabled:not(.vertical), .linked.vertical > +entry:disabled + entry:disabled { + border-top-color: #343a48; } +.linked.vertical > spinbutton:not(.vertical) + spinbutton:focus:not(:only-child):not(.vertical), +.linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child), .linked.vertical > +entry + spinbutton:focus:not(:only-child):not(.vertical), +.linked.vertical > +entry + entry:focus:not(:only-child) { + border-top-color: #6fa9a8; } +.linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical), +.linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child), .linked.vertical > +entry + spinbutton:drop(active):not(:only-child):not(.vertical), +.linked.vertical > +entry + entry:drop(active):not(:only-child) { + border-top-color: #a3be8c; } +.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + spinbutton:not(.vertical), +.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + entry, +.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + button, +.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > +entry:focus:not(:only-child) + spinbutton:not(.vertical), +.linked.vertical > +entry:focus:not(:only-child) + entry, +.linked.vertical > +entry:focus:not(:only-child) + button, +.linked.vertical > +entry:focus:not(:only-child) + combobox > box > button.combo { + border-top-color: #6fa9a8; } +.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical), +.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry, +.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button, +.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > +entry:drop(active):not(:only-child) + spinbutton:not(.vertical), +.linked.vertical > +entry:drop(active):not(:only-child) + entry, +.linked.vertical > +entry:drop(active):not(:only-child) + button, +.linked.vertical > +entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-top-color: #a3be8c; } + +treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { + background-color: #3b4252; + transition-property: color, background; } +treeview entry.flat, treeview entry { + border-radius: 0; + background-image: none; + background-color: #3b4252; } + treeview entry.flat:focus, treeview entry:focus { + border-color: #8fbcbb; } + +/************* + * Expanders * + *************/ +expander arrow { + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + expander arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + expander arrow:hover { + color: white; } + expander arrow:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +/**************** + * Floating Bar * + ****************/ +.floating-bar { + background-color: #434c5e; + border-width: 1px; + border-style: solid solid none; + border-color: #232831; + border-radius: 3px 3px 0 0; + box-shadow: none; } + .floating-bar.bottom.left { + border-left-style: none; + border-top-left-radius: 0; } + .floating-bar.bottom.right { + border-right-style: none; + border-top-right-radius: 0; } + .floating-bar > button { + padding: 4px; } + .floating-bar:backdrop { + background-color: #434c5e; + border-color: #262c36; } + +/********** + * Frames * + **********/ +frame > border, +.frame { + box-shadow: none; + margin: 0; + padding: 0; + border-radius: 0; + border: 1px solid #232831; } + frame > border.flat, + .frame.flat { + border-style: none; } + frame > border:backdrop, + .frame:backdrop { + border-color: #262c36; } + +actionbar > revealer > box { + padding: 6px; + border-top: 1px solid #232831; } + actionbar > revealer > box:backdrop { + border-color: #262c36; } + +scrolledwindow viewport.frame { + border-style: none; } +scrolledwindow overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#0e1013), to(rgba(14, 16, 19, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(216, 222, 233, 0.13)), to(rgba(216, 222, 233, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } + scrolledwindow overshoot.top:backdrop { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#262c36), to(rgba(38, 44, 54, 0))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +scrolledwindow overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#0e1013), to(rgba(14, 16, 19, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(216, 222, 233, 0.13)), to(rgba(216, 222, 233, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } + scrolledwindow overshoot.bottom:backdrop { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#262c36), to(rgba(38, 44, 54, 0))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +scrolledwindow overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#0e1013), to(rgba(14, 16, 19, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(216, 222, 233, 0.13)), to(rgba(216, 222, 233, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } + scrolledwindow overshoot.left:backdrop { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#262c36), to(rgba(38, 44, 54, 0))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +scrolledwindow overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#0e1013), to(rgba(14, 16, 19, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(216, 222, 233, 0.13)), to(rgba(216, 222, 233, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + scrolledwindow overshoot.right:backdrop { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#262c36), to(rgba(38, 44, 54, 0))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } +scrolledwindow undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; + border: none; + box-shadow: none; } +scrolledwindow undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; + border: none; + box-shadow: none; } +scrolledwindow undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; + border: none; + box-shadow: none; } +scrolledwindow undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; + border: none; + box-shadow: none; } +scrolledwindow junction { + border-color: transparent; + border-image: linear-gradient(to bottom, #232831 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3f4758; } + scrolledwindow junction:dir(rtl) { + border-image-slice: 0 1 0 0; } + scrolledwindow junction:backdrop { + border-image-source: linear-gradient(to bottom, #262c36 1px, transparent 1px); + background-color: #3d4555; + transition: 200ms ease-out; } + +separator { + background: rgba(0, 0, 0, 0.1); } + +/************ + * Popovers * + ************/ +GraniteWidgetsPopOver { + -GraniteWidgetsPopOver-arrow-width: 21; + -GraniteWidgetsPopOver-arrow-height: 10; + -GraniteWidgetsPopOver-border-radius: 8px; + -GraniteWidgetsPopOver-border-width: 0; + -GraniteWidgetsPopOver-shadow-size: 12; + border: 1px solid #3b4252; + background: #3b4252; + color: #d8dee9; } + GraniteWidgetsPopOver .button { + background-image: none; + background: none; + border: none; } + GraniteWidgetsPopOver .button:active, GraniteWidgetsPopOver .button:active:hover { + color: #8fbcbb; } + GraniteWidgetsPopOver > .frame { + border: none; } + GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar { + border: none; + background: none; } + +GraniteWidgetsStaticNotebook .frame { + border: none; } + +.popover_bg { + background-color: #3b4252; + background-image: none; + border: 1px solid #3b4252; + color: #d8dee9; } + +/*********** + * Welcome * + **********/ +GraniteWidgetsWelcome { + background-color: #3b4252; } + GraniteWidgetsWelcome GtkLabel { + color: #d8dee9; } + GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { + color: rgba(216, 222, 233, 0.8); } + +/************** +* Source List * +***************/ +.source-list { + -GtkTreeView-horizontal-separator: 1px; + -GtkTreeView-vertical-separator: 6px; + background-color: #434c5e; + border: solid #232831; + color: #d8dee9; + border-right-width: 1px; } + .source-list .category-expander { + color: transparent; } + .source-list .badge { + background-image: none; + background-color: rgba(0, 0, 0, 0.4); + color: #434c5e; + border-radius: 10px; + padding: 0 6px; + margin: 0 3px; + border-width: 0; } + .source-list .badge:selected:backdrop, .source-list .badge:selected:hover:backdrop { + background-color: rgba(0, 0, 0, 0.2); + color: #38404f; } + .source-list row, + .source-list .list-row { + border: none; + padding: 0; } + .source-list row > GtkLabel, + .source-list row > label, + .source-list .list-row > GtkLabel, + .source-list .list-row > label { + padding-left: 6px; + padding-right: 6px; } + +/************** +* Text Styles * +**************/ +.h1 { + font-size: 24px; } + +.h2 { + font-weight: 300; + font-size: 18px; } + +.h3 { + font-size: 11px; } + +.h4, +.category-label { + font-size: 12px; + padding: 6px; + color: rgba(216, 222, 233, 0.3); + font-weight: bold; + text-shadow: 0 1px rgba(255, 255, 255, 0.2); } + +/************** +* Storage Bar * +**************/ +.storage-bar .trough { + border: none; + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); + background-image: none; + background-color: transparent; + padding: 8px 6px; } +.storage-bar .fill-block { + background-color: #ebcb8b; + border: none; + box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); + transition: all 200ms ease-in-out; + padding: 8px 6px; } + .storage-bar .fill-block:first-child { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-left-width: 1px; + box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); } + .storage-bar .fill-block:last-child { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); } + .storage-bar .fill-block.empty-block { + background-color: #3b4252; } + .storage-bar .fill-block.app { + background-color: #5e81ac; } + .storage-bar .fill-block.audio { + background-color: #d08770; } + .storage-bar .fill-block.photo { + background-color: #bf616a; } + .storage-bar .fill-block.video { + background-color: #b48ead; } + .storage-bar .fill-block .legend { + padding: 12px; + border-radius: 4px; } + +/*************** + * Header bars * + ***************/ +.titlebar:not(headerbar), .titlebar, headerbar { + padding: 0 13px; + min-height: 34px; + background: #353c4a; + color: #d8dee9; + border-radius: 0; } + .titlebar:backdrop, + headerbar:backdrop { + border-color: #262c36; + transition: 200ms ease-out; } + .titlebar .title, + headerbar .title { + font-weight: bold; + padding-left: 12px; + padding-right: 12px; } + .titlebar .subtitle, + headerbar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .titlebar entry, + headerbar entry { + min-height: 24px; } + .titlebar button, + headerbar button { + color: #d8dee9; + border-radius: 4px; + text-shadow: none; + box-shadow: none; + border: 1px solid #232831; + background-color: #2e3440; + min-height: 20px; + margin-top: 5px; + margin-bottom: 5px; + box-shadow: none; } + .titlebar button.image-button, + headerbar button.image-button { + padding: 3px 4px; } + .titlebar button.suggested-action, + headerbar button.suggested-action { + box-shadow: none; + border: none; + background-image: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + .titlebar button.suggested-action:disabled, .titlebar button.suggested-action:disabled:backdrop, .titlebar button.suggested-action:backdrop, + headerbar button.suggested-action:disabled, + headerbar button.suggested-action:disabled:backdrop, + headerbar button.suggested-action:backdrop { + border: none; + background-image: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + .titlebar button.suggested-action:disabled:hover, .titlebar button.suggested-action:disabled:active, .titlebar button.suggested-action:disabled:checked, .titlebar button.suggested-action:disabled:backdrop:hover, .titlebar button.suggested-action:disabled:backdrop:active, .titlebar button.suggested-action:disabled:backdrop:checked, .titlebar button.suggested-action:backdrop:hover, .titlebar button.suggested-action:backdrop:active, .titlebar button.suggested-action:backdrop:checked, + headerbar button.suggested-action:disabled:hover, + headerbar button.suggested-action:disabled:active, + headerbar button.suggested-action:disabled:checked, + headerbar button.suggested-action:disabled:backdrop:hover, + headerbar button.suggested-action:disabled:backdrop:active, + headerbar button.suggested-action:disabled:backdrop:checked, + headerbar button.suggested-action:backdrop:hover, + headerbar button.suggested-action:backdrop:active, + headerbar button.suggested-action:backdrop:checked { + border: none; + background-image: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + .titlebar button.appmenu, + headerbar button.appmenu { + background: transparent; } + .titlebar button.appmenu:backdrop, + headerbar button.appmenu:backdrop { + background: transparent; } + .titlebar button:hover, + headerbar button:hover { + color: #fff; + text-shadow: none; + background-color: rgba(143, 188, 187, 0.7); } + .titlebar button:active, .titlebar button:checked, + headerbar button:active, + headerbar button:checked { + color: #fff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(143, 188, 187, 0.7); + text-shadow: none; } + .titlebar button:backdrop, .titlebar button:disabled, .titlebar button:backdrop:disabled, + headerbar button:backdrop, + headerbar button:disabled, + headerbar button:backdrop:disabled { + color: rgba(216, 222, 233, 0.2); + background-color: #2e3440; + text-shadow: none; + box-shadow: none; } + .titlebar button:backdrop:hover, .titlebar button:backdrop:active, .titlebar button:backdrop:checked, + headerbar button:backdrop:hover, + headerbar button:backdrop:active, + headerbar button:backdrop:checked { + color: #8fbcbb; + background-color: rgba(143, 188, 187, 0.6); + text-shadow: none; + box-shadow: none; } + .titlebar button.suggested-action, + headerbar button.suggested-action { + font-weight: bold; + min-height: 14px; + margin-top: 5px; + margin-bottom: 5px; + border-radius: 4px; + font-weight: normal; + color: white; + background-color: #3c4454; + text-shadow: none; + box-shadow: none; } + .titlebar button.suggested-action:hover, + headerbar button.suggested-action:hover { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .titlebar button.suggested-action:active, + headerbar button.suggested-action:active { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .titlebar button.suggested-action:disabled, + headerbar button.suggested-action:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .titlebar button.suggested-action:disabled label, + headerbar button.suggested-action:disabled label { + color: rgba(255, 255, 255, 0.5); } + .titlebar button.suggested-action:backdrop, + headerbar button.suggested-action:backdrop { + color: rgba(255, 255, 255, 0.4); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; + border-radius: 3px; } + .titlebar button.suggested-action:backdrop:disabled, + headerbar button.suggested-action:backdrop:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .titlebar button.destructive-action, + headerbar button.destructive-action { + font-weight: bold; + min-height: 14px; + margin-top: 5px; + margin-bottom: 5px; + border-radius: 4px; + font-weight: normal; + color: white; + background-color: #3c4454; + text-shadow: none; + box-shadow: none; } + .titlebar button.destructive-action:hover, + headerbar button.destructive-action:hover { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; } + .titlebar button.destructive-action:active, + headerbar button.destructive-action:active { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; } + .titlebar button.destructive-action:disabled, + headerbar button.destructive-action:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #a9444e; + text-shadow: none; } + .titlebar button.destructive-action:disabled label, + headerbar button.destructive-action:disabled label { + color: rgba(255, 255, 255, 0.5); } + .titlebar button.destructive-action:backdrop, + headerbar button.destructive-action:backdrop { + color: rgba(255, 255, 255, 0.4); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; + border-radius: 3px; } + .titlebar button.destructive-action:backdrop:disabled, + headerbar button.destructive-action:backdrop:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #a9444e; + text-shadow: none; } + .titlebar button.titlebutton, + headerbar button.titlebutton { + color: transparent; + box-shadow: none; + border: none; + background-color: transparent; + background-repeat: no-repeat; } + .titlebar button.titlebutton:hover, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked, .titlebar button.titlebutton:backdrop, .titlebar button.titlebutton:backdrop:hover, .titlebar button.titlebutton *, + headerbar button.titlebutton:hover, + headerbar button.titlebutton:active, + headerbar button.titlebutton:checked, + headerbar button.titlebutton:backdrop, + headerbar button.titlebutton:backdrop:hover, + headerbar button.titlebutton * { + color: transparent; + box-shadow: none; + background-color: transparent; } + .titlebar .linked > button, .titlebar .path-bar-box button, + .titlebar headerbar .linked > button, + headerbar .path-bar-box .titlebar button, .titlebar .linked > button:hover, + .titlebar .linked > button:backdrop, + .titlebar headerbar .linked > button, + headerbar .path-bar-box .titlebar button, + headerbar .titlebar .linked > button, + headerbar .linked > button, + headerbar .titlebar .path-bar-box button, + .titlebar .path-bar-box headerbar button, + headerbar .path-bar-box button, + headerbar .titlebar .linked > button:hover, + .titlebar headerbar .linked > button:hover, + headerbar .titlebar .linked > button:backdrop, + .titlebar headerbar .linked > button:backdrop, + headerbar .linked > button:hover, + headerbar .linked > button:backdrop { + border-radius: 0; + border-right-style: none; + box-shadow: none; + margin: 5px 0px; + min-height: 20px; } + .titlebar .linked > button:first-child, .titlebar .path-bar-box button:first-child, + .titlebar headerbar .linked > button:first-child, + headerbar .path-bar-box .titlebar button:first-child, + headerbar .titlebar .linked > button:first-child, + headerbar .linked > button:first-child, + .titlebar .path-bar-box headerbar button:first-child, + headerbar .path-bar-box button:first-child { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; } + .titlebar .linked > button:last-child, .titlebar .path-bar-box button:last-child, + .titlebar headerbar .linked > button:last-child, + headerbar .path-bar-box .titlebar button:last-child, + headerbar .titlebar .linked > button:last-child, + headerbar .linked > button:last-child, + .titlebar .path-bar-box headerbar button:last-child, + headerbar .path-bar-box button:last-child { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + border-right-style: solid; } + .titlebar .linked > button:only-child, .titlebar .path-bar-box button:only-child, + .titlebar headerbar .linked > button:only-child, + headerbar .path-bar-box .titlebar button:only-child, + headerbar .titlebar .linked > button:only-child, + headerbar .linked > button:only-child, + .titlebar .path-bar-box headerbar button:only-child, + headerbar .path-bar-box button:only-child { + border-radius: 4px; + border-style: solid; } + .titlebar .linked > button:active, + .titlebar headerbar .linked > button:active, .titlebar .path-bar-box button:active, + headerbar .path-bar-box .titlebar button:active, .titlebar .linked > button:checked, + .titlebar headerbar .linked > button:checked, .titlebar .path-bar-box button:checked, + headerbar .path-bar-box .titlebar button:checked, + headerbar .titlebar .linked > button:active, + headerbar .linked > button:active, + .titlebar .path-bar-box headerbar button:active, + headerbar .path-bar-box button:active, + headerbar .titlebar .linked > button:checked, + headerbar .linked > button:checked, + .titlebar .path-bar-box headerbar button:checked, + headerbar .path-bar-box button:checked { + color: #fff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(143, 188, 187, 0.7); + text-shadow: none; } + .titlebar .linked > button:active:backdrop, + .titlebar headerbar .linked > button:active:backdrop, .titlebar .path-bar-box button:active:backdrop, + headerbar .path-bar-box .titlebar button:active:backdrop, .titlebar .linked > button:checked:backdrop, + .titlebar headerbar .linked > button:checked:backdrop, .titlebar .path-bar-box button:checked:backdrop, + headerbar .path-bar-box .titlebar button:checked:backdrop, + headerbar .titlebar .linked > button:active:backdrop, + headerbar .linked > button:active:backdrop, + .titlebar .path-bar-box headerbar button:active:backdrop, + headerbar .path-bar-box button:active:backdrop, + headerbar .titlebar .linked > button:checked:backdrop, + headerbar .linked > button:checked:backdrop, + .titlebar .path-bar-box headerbar button:checked:backdrop, + headerbar .path-bar-box button:checked:backdrop { + color: rgba(46, 52, 64, 0.5); } + .titlebar .linked > button:active:backdrop label, .titlebar .path-bar-box button:active:backdrop label, + headerbar .path-bar-box .titlebar button:active:backdrop label, .titlebar .linked > button:checked:backdrop label, .titlebar .path-bar-box button:checked:backdrop label, + headerbar .path-bar-box .titlebar button:checked:backdrop label, + headerbar .linked > button:active:backdrop label, + .titlebar .path-bar-box headerbar button:active:backdrop label, + headerbar .path-bar-box button:active:backdrop label, + headerbar .linked > button:checked:backdrop label, + .titlebar .path-bar-box headerbar button:checked:backdrop label, + headerbar .path-bar-box button:checked:backdrop label { + color: rgba(46, 52, 64, 0.5); } + .titlebar .path-bar-box .dim-label, .titlebar .path-bar-box label.separator, .titlebar .path-bar-box .subtitle, + headerbar .path-bar-box .dim-label, + headerbar .path-bar-box label.separator, + headerbar .path-bar-box .subtitle { + color: transparent; + margin-right: -6px; } + .titlebar .path-bar-box button:last-child, + headerbar .path-bar-box button:last-child { + margin-left: -1px; + border-radius: 0px; } + .titlebar .path-bar-box button:last-child:active, .titlebar .path-bar-box button:last-child:checked, + headerbar .path-bar-box button:last-child:active, + headerbar .path-bar-box button:last-child:checked { + border-radius: 0px 4px 4px 0px; } + .titlebar .path-bar-box button:first-child, + headerbar .path-bar-box button:first-child { + border-radius: 4px 0px 0px 4px; } + .titlebar .path-bar-box button:first-child:active, .titlebar .path-bar-box button:first-child:checked, + headerbar .path-bar-box button:first-child:active, + headerbar .path-bar-box button:first-child:checked { + border-radius: 4px; } + .titlebar .path-bar-box widget > .text-button:last-child, + headerbar .path-bar-box widget > .text-button:last-child { + border-radius: 0px 4px 4px 0px; + color: #fff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(143, 188, 187, 0.7); + text-shadow: none; } + .titlebar .path-bar-box widget > .text-button:last-child:backdrop, .titlebar .path-bar-box widget > .text-button:last-child:backdrop label, + headerbar .path-bar-box widget > .text-button:last-child:backdrop, + headerbar .path-bar-box widget > .text-button:last-child:backdrop label { + color: rgba(46, 52, 64, 0.5); } + .titlebar .path-bar-box widget > .text-button:last-child:only-child, + headerbar .path-bar-box widget > .text-button:last-child:only-child { + border-radius: 4px; } + .selection-mode.titlebar button:backdrop.flat:active, .selection-mode.titlebar button:backdrop.flat:checked, .selection-mode.titlebar button:backdrop:active, .selection-mode.titlebar button:backdrop:checked, + headerbar.selection-mode button:backdrop.flat:active, + headerbar.selection-mode button:backdrop.flat:checked, + headerbar.selection-mode button:backdrop:active, + headerbar.selection-mode button:backdrop:checked { + border-color: #6fa9a8; } + .selection-mode.titlebar button:backdrop.flat:active label, .selection-mode.titlebar button:backdrop.flat:checked label, .selection-mode.titlebar button:backdrop:active label, .selection-mode.titlebar button:backdrop:checked label, + headerbar.selection-mode button:backdrop.flat:active label, + headerbar.selection-mode button:backdrop.flat:checked label, + headerbar.selection-mode button:backdrop:active label, + headerbar.selection-mode button:backdrop:checked label { + color: rgba(143, 188, 187, 0.6); } + .tiled .titlebar, .maximized .titlebar, + .tiled headerbar.titlebar, .maximized headerbar.titlebar { + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } + .tiled .titlebar:backdrop, .tiled .titlebar, .maximized .titlebar:backdrop, .maximized .titlebar, + .tiled headerbar:backdrop, + .tiled headerbar, .maximized headerbar:backdrop, .maximized headerbar { + border-radius: 0; } + .default-decoration.titlebar, headerbar.default-decoration { + padding: 5px 4px; + min-height: 20px; } + .default-decoration.titlebar button.titlebutton, headerbar.default-decoration button.titlebutton { + min-height: 20px; + min-width: 20px; + margin: 0; + padding: 0; } + +headerbar entry, +headerbar spinbutton, +headerbar separator { + margin-top: 5px; + margin-bottom: 5px; } +headerbar switch { + margin-top: 10px; + margin-bottom: 10px; } +headerbar separator { + background: transparent; } + +.background:not(.tiled):not(.maximized) .titlebar { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(0, 0, 0, 0.1); } + .background:not(.tiled):not(.maximized) .titlebar:backdrop, .background:not(.tiled):not(.maximized) .titlebar { + border-top-left-radius: 4px; + border-top-right-radius: 4px; } + +window:not(.tiled):not(.maximized) separator:first-child + headerbar:backdrop, window:not(.tiled):not(.maximized) separator:first-child + headerbar, window:not(.tiled):not(.maximized) headerbar:first-child:backdrop, window:not(.tiled):not(.maximized) headerbar:first-child { + border-top-left-radius: 4px; } +window:not(.tiled):not(.maximized) headerbar:last-child:backdrop, window:not(.tiled):not(.maximized) headerbar:last-child { + border-top-right-radius: 4px; } + +window.csd > .titlebar:not(headerbar) { + padding: 0; + background-color: transparent; + background-image: none; + border-style: none; + border-color: transparent; + box-shadow: none; } +.titlebar:not(headerbar) > separator { + background: #353c4a; } + +/************** + * GtkInfoBar * + **************/ +.info, .warning, .question, .error, +infobar { + text-shadow: none; + color: #d8dee9; + background-color: #434c5e; + border-bottom: 1px solid #2e3440; + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.15); } + +.info, .warning, .question, .error { + text-shadow: none; + color: #2e3440; + border: none; } + .info .label, .warning .label, .question .label, .error .label { + color: #2e3440; } + .info .label:backdrop, .warning .label:backdrop, .question .label:backdrop, .error .label:backdrop { + color: rgba(46, 52, 64, 0.5); } + .info button, .warning button, .question button, .error button { + border-radius: 2px; + border: none; + background: rgba(59, 66, 82, 0.98); + color: #d8dee9; + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); } + .info button .label, .warning button .label, .question button .label, .error button .label { + color: #d8dee9; } + .info button:active, .warning button:active, .question button:active, .error button:active { + background: #3b4252; + color: #d8dee9; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); } + .info button:active:backdrop, .warning button:active:backdrop, .question button:active:backdrop, .error button:active:backdrop { + background: rgba(59, 66, 82, 0.8); + color: rgba(216, 222, 233, 0.5); + box-shadow: none; } + .info button:hover, .warning button:hover, .question button:hover, .error button:hover, .info button:focus, .warning button:focus, .question button:focus, .error button:focus { + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); } + .info button:disabled, .warning button:disabled, .question button:disabled, .error button:disabled { + background: rgba(59, 66, 82, 0.6); + color: rgba(216, 222, 233, 0.5); + box-shadow: none; } + .info button:disabled:backdrop, .warning button:disabled:backdrop, .question button:disabled:backdrop, .error button:disabled:backdrop { + background: rgba(59, 66, 82, 0.5); + color: rgba(216, 222, 233, 0.5); + box-shadow: none; } + .info button:backdrop, .warning button:backdrop, .question button:backdrop, .error button:backdrop { + background: rgba(59, 66, 82, 0.8); + color: rgba(216, 222, 233, 0.5); + box-shadow: none; } + +.info { + background-color: #8fbcbb; } + .info:backdrop { + background-color: #afcfce; + color: rgba(46, 52, 64, 0.5); } + +.warning { + background-color: #c3674a; } + .warning:backdrop { + background-color: #d08770; + color: rgba(46, 52, 64, 0.5); } + +.question { + background-color: #88c0d0; } + .question:backdrop { + background-color: #add3de; + color: rgba(46, 52, 64, 0.5); } + +.error { + background-color: #b84f59; } + .error:backdrop { + background-color: #c6737b; + color: rgba(46, 52, 64, 0.5); } + +/************* + * Level Bar * + *************/ +levelbar block { + min-width: 32px; + min-height: 6px; } +levelbar.vertical block { + min-width: 6px; + min-height: 32px; } +levelbar:backdrop { + transition: 200ms ease-out; } +levelbar trough { + padding: 3px; + border-radius: 3px; + background-color: rgba(255, 255, 255, 0.2); + box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } + levelbar trough:backdrop { + background-color: rgba(255, 255, 255, 0.06); + box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } +levelbar.horizontal.discrete block { + margin: 0 1px; } +levelbar.vertical.discrete block { + margin: 1px 0; } +levelbar block { + border-radius: 2px; } + levelbar block:backdrop { + box-shadow: none; } + levelbar block.low { + background-color: #c3674a; } + levelbar block.low:backdrop { + border-color: #c3674a; } + levelbar block.high, levelbar block:not(.empty) { + background-color: #88c0d0; } + levelbar block.high:backdrop, levelbar block:not(.empty):backdrop { + border-color: #88c0d0; } + levelbar block.full { + background-color: #63adc2; } + levelbar block.full:backdrop { + border-color: #63adc2; } + levelbar block.empty { + background-color: rgba(0, 0, 0, 0.35); + box-shadow: none; } + +/********* + * Links * + *********/ +*:link, button:link, +button:visited { + color: #5e81ac; } + *:link:visited, + button:visited { + color: rgba(94, 129, 172, 0.5); } + *:selected *:link:visited, *:selected button:visited:link, + *:selected button:visited { + color: #556a71; } + *:link:hover, button:hover:link, + button:hover:visited { + color: #809bbd; } + *:selected *:link:hover, *:selected button:hover:link, + *:selected button:hover:visited { + color: #38424c; } + *:link:active, button:active:link, + button:active:visited { + color: #5e81ac; } + *:selected *:link:active, *:selected button:active:link, + *:selected button:active:visited { + color: #414f59; } + *:link:backdrop:backdrop:hover, button:backdrop:backdrop:hover:link, + button:backdrop:backdrop:hover:visited, *:link:backdrop:backdrop:hover:selected, button:backdrop:backdrop:hover:selected:link, + button:backdrop:backdrop:hover:selected:visited, *:link:backdrop, button:backdrop:link, + button:backdrop:visited { + color: #8fbcbb; } + *:link:selected, button:selected:link, + button:selected:visited, *:selected *:link, *:selected button:link, + *:selected button:visited { + color: #414f59; } + +button:link, +button:visited { + text-shadow: none; } + button:link:hover, button:link:active, button:link:checked, + button:visited:hover, + button:visited:active, + button:visited:checked { + text-shadow: none; } + button:link > label, + button:visited > label { + text-decoration-line: underline; } + +/********* + * Lists * + *********/ +list { + color: #d8dee9; + background-color: #3b4252; + border-color: #232831; } + list:backdrop { + background-color: #3d4455; + border-color: #262c36; } + +row { + padding: 1px 11px; + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + row label { + padding-left: 8px; } + row:hover { + transition: none; } + row:backdrop { + transition: 200ms ease-out; } + row.activatable.has-open-popup, row.activatable:hover { + background-color: rgba(216, 222, 233, 0.05); } + row.activatable:active { + box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } + row.activatable:backdrop:hover { + background-color: transparent; } + row.activatable button.flat { + background-color: transparent; } + row.activatable:selected:active { + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } + row.activatable:selected.has-open-popup, row.activatable:selected:hover { + background-color: rgba(143, 188, 187, 0.5); } + row.activatable:selected:backdrop { + background-color: rgba(143, 188, 187, 0.6); } + +/********* + * Menus * + *********/ +menubar, +.menubar { + background-color: #353c4a; + color: #d8dee9; + -GtkWidget-window-dragging: true; + padding: 0px; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } + menubar > menuitem, + .menubar > menuitem { + min-height: 16px; + padding: 4px 8px; } + menubar > menuitem:hover, + .menubar > menuitem:hover { + box-shadow: inset 0 -3px #8fbcbb; } + menubar > menuitem:disabled, + .menubar > menuitem:disabled { + color: #8e95a4; + box-shadow: none; } + +menu, .menu, .context-menu { + margin: 4px; + padding: 2px 0px; + background: #2e3440; + border: 1px solid #232831; + border-radius: 5px; + font: initial; } + .csd menu, + .csd .menu, + .csd .context-menu { + border: none; } + menu:backdrop, .menu:backdrop, .context-menu:backdrop { + background-color: #3e4657; } + menu menuitem, .menu menuitem, .context-menu menuitem { + min-height: 17px; + min-width: 40px; + padding: 4px 6px; + text-shadow: none; } + menu menuitem:hover, .menu menuitem:hover, .context-menu menuitem:hover { + color: #2e3440; + background-color: #8fbcbb; } + menu menuitem:disabled, .menu menuitem:disabled, .context-menu menuitem:disabled { + color: #8e95a4; } + menu menuitem:disabled:backdrop, .menu menuitem:disabled:backdrop, .context-menu menuitem:disabled:backdrop { + color: #63708b; } + menu menuitem:backdrop, menu menuitem:backdrop:hover, .menu menuitem:backdrop, .menu menuitem:backdrop:hover, .context-menu menuitem:backdrop, .context-menu menuitem:backdrop:hover { + color: #8e95a4; + background-color: transparent; } + menu menuitem arrow, .menu menuitem arrow, .context-menu menuitem arrow { + min-height: 16px; + min-width: 16px; } + menu menuitem arrow:dir(ltr), .menu menuitem arrow:dir(ltr), .context-menu menuitem arrow:dir(ltr) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + margin-left: 10px; } + menu menuitem arrow:dir(rtl), .menu menuitem arrow:dir(rtl), .context-menu menuitem arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); + margin-right: 10px; } + menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), .menu menuitem label:dir(rtl), .menu menuitem label:dir(ltr), .context-menu menuitem label:dir(rtl), .context-menu menuitem label:dir(ltr) { + color: inherit; } + menu > arrow, .menu > arrow, .context-menu > arrow { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + min-height: 16px; + min-width: 16px; + padding: 4px; + background-color: #3d4454; + border-radius: 0; } + menu > arrow.top, .menu > arrow.top, .context-menu > arrow.top { + margin-top: -6px; + border-bottom: 1px solid #4b5261; + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + menu > arrow.bottom, .menu > arrow.bottom, .context-menu > arrow.bottom { + margin-bottom: -6px; + border-top: 1px solid #4b5261; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + menu > arrow:hover, .menu > arrow:hover, .context-menu > arrow:hover { + background-color: #4b5261; } + menu > arrow:backdrop, .menu > arrow:backdrop, .context-menu > arrow:backdrop { + background-color: #3e4657; } + menu > arrow:disabled, .menu > arrow:disabled, .context-menu > arrow:disabled { + color: transparent; + background-color: transparent; + border-color: transparent; } + +menuitem accelerator { + color: alpha(currentColor,0.55); } +menuitem check, +menuitem radio { + min-height: 16px; + min-width: 16px; } + menuitem check:dir(ltr), + menuitem radio:dir(ltr) { + margin-right: 7px; } + menuitem check:dir(rtl), + menuitem radio:dir(rtl) { + margin-left: 7px; } + +.csd.popup { + background-color: transparent; } + +/******** + * Misc * + ********/ +.content-view { + background-color: #343b49; } + .content-view:hover { + -gtk-icon-effect: highlight; } + .content-view:backdrop { + background-color: #343b49; } + +.osd .scale-popup button.flat { + border-style: none; + border-radius: 5px; } +.scale-popup button:hover { + background-color: rgba(216, 222, 233, 0.1); + border-radius: 5px; } + +/************ +* Assistant * +*************/ +assistant { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; } + assistant .sidebar { + background-color: #3b4252; + border-top: 1px solid #232831; + border-bottom-left-radius: 4px; } + assistant .sidebar:backdrop { + background-color: #3d4455; + border-color: #262c36; } + assistant.csd .sidebar { + border-top-style: none; } + assistant .sidebar GtkLabel, + assistant .sidebar label { + padding: 6px 12px; } + assistant .sidebar GtkLabel.highlight, + assistant .sidebar label.highlight { + background-color: #61697a; } + +/************* + * Notebooks * + *************/ +notebook > header { + padding: 1px; + border-color: #232831; + border-width: 1px; + background-color: #303643; } + notebook > header:backdrop { + border-color: #262c36; + background-color: #434c5e; } + notebook > header tabs { + margin: 0px; } + notebook > header.top { + border-bottom-style: solid; } + notebook > header.top > tabs { + margin-bottom: -2px; } + notebook > header.top > tabs > tab:backdrop { + box-shadow: none; } + notebook > header.top > tabs > tab:checked { + background-color: #3b4252; } + notebook > header.top > tabs > tab:checked:hover { + background-color: #3b4252; } + notebook > header.bottom { + border-top-style: solid; } + notebook > header.bottom > tabs { + margin-top: -2px; } + notebook > header.bottom > tabs > tab:backdrop { + box-shadow: none; } + notebook > header.bottom > tabs > tab:checked { + background-color: #3b4252; + box-shadow: -1px 0 0 #232831, 0px 1px 0 #232831, 1px 0 0 #232831; } + notebook > header.left { + border-right-style: solid; } + notebook > header.left > tabs { + margin-right: -2px; } + notebook > header.left > tabs > tab:backdrop { + box-shadow: none; } + notebook > header.left > tabs > tab:checked { + background-color: #3b4252; + box-shadow: 0px 1px 0 #232831, 0px -1px 0 #232831, 0px 1px 0 #232831; } + notebook > header.right { + border-left-style: solid; } + notebook > header.right > tabs { + margin-left: -2px; } + notebook > header.right > tabs > tab:backdrop { + box-shadow: none; } + notebook > header.right > tabs > tab:checked { + background-color: #3b4252; + box-shadow: 0px 1px 0 #232831, 0px -1px 0 #232831, 1px 0 0 #232831; } + notebook > header.top > tabs > arrow { + border-top-style: none; } + notebook > header.bottom > tabs > arrow { + border-bottom-style: none; } + notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { + margin-left: -5px; + margin-right: -5px; + padding-left: 4px; + padding-right: 4px; } + notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } + notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + notebook > header.left > tabs > arrow { + border-left-style: none; } + notebook > header.right > tabs > arrow { + border-right-style: none; } + notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { + margin-top: -5px; + margin-bottom: -5px; + padding-top: 4px; + padding-bottom: 4px; } + notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + notebook > header > tabs > arrow { + min-height: 14px; + min-width: 14px; + border-radius: 0; } + notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) { + background-clip: padding-box; + background-image: none; + background-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + box-shadow: none; } + notebook > header > tabs > arrow:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; } + notebook > header tab { + min-height: 24px; + min-width: 24px; + padding: 1px 12px; + outline-offset: -5px; + color: #8e95a4; + font-weight: normal; + border-width: 1px; + border-color: transparent; } + notebook > header tab:hover { + color: #b3bac7; } + notebook > header tab:hover.reorderable-page { + border-color: rgba(35, 40, 49, 0.3); + background-color: rgba(67, 76, 94, 0.2); } + notebook > header tab:backdrop { + color: #707888; } + notebook > header tab:backdrop.reorderable-page { + border-color: transparent; + background-color: transparent; } + notebook > header tab:checked { + color: #d8dee9; + box-shadow: -1px 0 0 #232831, 0px -1px 0 #232831, 1px 0 0 #232831; } + notebook > header tab:checked.reorderable-page { + border-color: rgba(35, 40, 49, 0.5); + background-color: rgba(67, 76, 94, 0.5); } + notebook > header tab:checked.reorderable-page:hover { + background-color: rgba(67, 76, 94, 0.7); } + notebook > header tab:backdrop:checked { + color: #8e95a4; } + notebook > header tab:backdrop:checked.reorderable-page { + border-color: #262c36; + background-color: #3d4455; } + notebook > header tab button.flat { + padding: 0; + margin-top: 4px; + margin-bottom: 4px; + min-width: 20px; + min-height: 20px; } + notebook > header tab button.flat:hover { + background: transparent; + box-shadow: none; + color: #bf616a; } + notebook > header tab button.flat, notebook > header tab button.flat:backdrop { + background: transparent; + border: none; + color: alpha(currentColor,0.3); } + notebook > header tab button.flat:last-child { + margin-left: 4px; + margin-right: -4px; } + notebook > header tab button.flat:first-child { + margin-left: -4px; + margin-right: 4px; } + notebook > header.top tabs, notebook > header.bottom tabs { + padding-left: 0px; + padding-right: 0px; } + notebook > header.top tabs:not(:only-child), notebook > header.bottom tabs:not(:only-child) { + margin-left: 0.5px; + margin-right: 0.5px; } + notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { + margin-left: -1px; } + notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { + margin-right: -1px; } + notebook > header.top tabs tab, notebook > header.bottom tabs tab { + margin-left: 0.5px; + margin-right: 0.5px; } + notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { + border-style: none solid; } + notebook > header.left tabs, notebook > header.right tabs { + padding-top: 4px; + padding-bottom: 4px; } + notebook > header.left tabs:not(:only-child), notebook > header.right tabs:not(:only-child) { + margin-top: 3px; + margin-bottom: 3px; } + notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { + margin-top: -1px; } + notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { + margin-bottom: -1px; } + notebook > header.left tabs tab, notebook > header.right tabs tab { + margin-top: 4px; + margin-bottom: 4px; } + notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { + border-style: solid none; } + notebook > header.top tab { + padding-bottom: 1px; } + notebook > header.bottom tab { + padding-top: 1px; } +notebook > stack:not(:only-child) { + background-color: #3b4252; } + notebook > stack:not(:only-child):backdrop { + background-color: #3d4455; } + +/********* + * Paned * + *********/ +paned > separator { + min-width: 1px; + min-height: 1px; + -gtk-icon-source: none; + border-style: none; + background-color: transparent; + background-image: image(#232831); + background-size: 1px 1px; } + paned > separator:selected { + background-image: image(#8fbcbb); } + paned > separator:backdrop { + background-image: image(#262c36); } + paned > separator.wide { + min-width: 5px; + min-height: 5px; + background-color: #434c5e; + background-image: image(#232831), image(#232831); + background-size: 1px 1px, 1px 1px; } + paned > separator.wide:backdrop { + background-color: #434c5e; + background-image: image(#262c36), image(#262c36); } +paned.horizontal > separator { + background-repeat: repeat-y; } + paned.horizontal > separator:dir(ltr) { + margin: 0 -8px 0 0; + padding: 0 8px 0 0; + background-position: left; } + paned.horizontal > separator:dir(rtl) { + margin: 0 0 0 -8px; + padding: 0 0 0 8px; + background-position: right; } + paned.horizontal > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-y, repeat-y; + background-position: left, right; } +paned.vertical > separator { + margin: 0 0 -8px 0; + padding: 0 0 8px 0; + background-repeat: repeat-x; + background-position: top; } + paned.vertical > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-x, repeat-x; + background-position: bottom, top; } + +/************ + * Pathbars * + ************/ +.path-bar button.text-button, .path-bar button.image-button, .path-bar button { + padding-left: 4px; + padding-right: 4px; } +.path-bar button.text-button.image-button label { + padding-left: 0; + padding-right: 0; } +.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child { + padding-right: 8px; } +.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { + padding-left: 8px; } +.path-bar button image { + padding-left: 4px; + padding-right: 4px; } +.path-bar button.slider-button { + padding-left: 0; + padding-right: 0; } + +/*************** + * Popovers * + ***************/ +popover.background { + padding: 2px; + border-radius: 5px; + background: #2e3440; + box-shadow: 0 4px 6px #232831; } + .csd popover.background, popover.background { + border: 1px solid #232831; } + popover.background:backdrop { + background-color: #434c5e; + box-shadow: none; } + popover.background > list, + popover.background > .view, + popover.background > iconview, + popover.background > toolbar { + border-style: none; + background-color: transparent; } + .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier { + border: 1px solid rgba(255, 255, 255, 0.1); } + popover.background separator { + margin: 3px; } + popover.background list separator { + margin: 0px; } + +/***************** + * Progress bars * + *****************/ +progressbar { + font-size: smaller; + color: rgba(216, 222, 233, 0.4); } + progressbar.horizontal trough, + progressbar.horizontal progress { + min-height: 6px; } + progressbar.vertical trough, + progressbar.vertical progress { + min-width: 6px; } + progressbar.horizontal progress { + margin: 0; } + progressbar.vertical progress { + margin: 0; } + progressbar:backdrop { + box-shadow: none; + transition: 200ms ease-out; } + progressbar.osd { + min-width: 3px; + min-height: 3px; + background-color: transparent; } + progressbar.osd trough { + border-style: none; + border-radius: 0; + background-color: transparent; + box-shadow: none; } + progressbar.osd progress { + border-style: none; + border-radius: 0; } + +/************ + * GtkScale * + ************/ +progressbar trough, scale trough, scale fill { + background-color: rgba(255, 255, 255, 0.14); + border: none; + border-radius: 3px; + margin: 0; } + progressbar trough:disabled, scale trough:disabled, scale fill:disabled { + background-color: rgba(255, 255, 255, 0.06); } + progressbar trough:backdrop, progressbar:backdrop trough, scale trough:backdrop, scale fill:backdrop { + background-color: rgba(255, 255, 255, 0.06); + transition: 200ms ease-out; } + progressbar trough:backdrop:disabled, progressbar:backdrop trough:disabled, scale trough:backdrop:disabled, scale fill:backdrop:disabled { + background-color: rgba(255, 255, 255, 0.06); } + +progressbar progress, scale highlight { + border: none; + background-color: #8fbcbb; + border-radius: 3px; + margin: 0; } + progressbar progress:disabled, scale highlight:disabled { + border: none; + background-color: rgba(255, 255, 255, 0.14); } + progressbar progress:backdrop, progressbar:backdrop progress, scale highlight:backdrop, progressbar progress:active:backdrop, progressbar:backdrop progress:active, scale highlight:active:backdrop { + border-color: #9fc6c5; + background-color: #9fc6c5; } + progressbar progress:backdrop:disabled, progressbar:backdrop progress:disabled, scale highlight:backdrop:disabled, progressbar progress:active:backdrop:disabled, progressbar:backdrop progress:active:disabled, scale highlight:active:backdrop:disabled { + background-color: rgba(255, 255, 255, 0.06); } + +scale { + min-height: 16px; + min-width: 16px; + padding: 8px; } + scale.horizontal trough, + scale.horizontal progress { + min-height: 6px; } + scale.vertical trough, + scale.vertical progress { + min-width: 6px; } + scale slider { + min-height: 16px; + min-width: 16px; + margin: -7px; + background-color: #3b4252; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); + border-radius: 12px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-property: background, border, box-shadow; } + scale slider:active { + background-color: #8fbcbb; } + scale slider:active:disabled { + background-color: #404859; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.05); } + scale.fine-tune.horizontal { + padding-top: 9px; + padding-bottom: 9px; + min-height: 16px; } + scale.fine-tune.vertical { + padding-left: 9px; + padding-right: 9px; + min-width: 16px; } + scale.fine-tune slider { + margin: -6px; } + scale.fine-tune fill, + scale.fine-tune highlight, + scale.fine-tune trough { + border-radius: 5px; + -gtk-outline-radius: 7px; } + scale trough { + outline-offset: 2px; + -gtk-outline-radius: 5px; + outline-color: transparent; } + scale fill:backdrop, scale fill { + background-color: #232831; } + scale fill:disabled:backdrop, scale fill:disabled { + border-color: transparent; + background-color: transparent; } + .osd scale fill { + background-color: #50565f; } + .osd scale fill:disabled:backdrop, .osd scale fill:disabled { + border-color: transparent; + background-color: transparent; } + scale slider { + border-color: #f1f1f1; + border: none; + border-radius: 12px; + background-color: #f1f1f1; } + scale slider:active { + border-color: #6fa9a8; } + scale slider:disabled { + background-color: #b2b2b2; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } + scale slider:backdrop, scale slider:backdrop:disabled { + transition: 200ms ease-out; + background-color: #b2b2b2; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } + row:selected scale slider:disabled, row:selected scale slider { + border-color: #6fa9a8; } + .osd scale slider { + color: #d8dee9; + border-color: #232831; + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); + border-color: #1d2128; + background-color: #f1f1f1; } + .osd scale slider:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(65, 74, 91, 0.93), rgba(65, 74, 91, 0.93)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #f1f1f1; } + .osd scale slider:active { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(52, 59, 73, 0.93), rgba(52, 59, 73, 0.93)); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #f1f1f1; } + .osd scale slider:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + background-color: #f1f1f1; } + .osd scale slider:backdrop { + color: #d8dee9; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(178, 178, 178, 0.5), rgba(178, 178, 178, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + background-color: #b2b2b2; } + .osd scale slider:backdrop:disabled { + background-color: #f1f1f1; } + scale value { + color: alpha(currentColor,0.4); } + scale marks { + color: alpha(currentColor,0.4); } + scale marks.top { + margin-bottom: 6px; + margin-top: -12px; } + scale marks.bottom { + margin-top: 6px; + margin-bottom: -12px; } + scale marks.top { + margin-right: 6px; + margin-left: -12px; } + scale marks.bottom { + margin-left: 6px; + margin-right: -12px; } + scale.fine-tune marks.top { + margin-bottom: 6px; + margin-top: -9px; } + scale.fine-tune marks.bottom { + margin-top: 6px; + margin-bottom: -9px; } + scale.fine-tune marks.top { + margin-right: 6px; + margin-left: -9px; } + scale.fine-tune marks.bottom { + margin-left: 6px; + margin-right: -9px; } + scale.horizontal indicator { + min-height: 6px; + min-width: 1px; } + scale.horizontal.fine-tune indicator { + min-height: 3px; } + scale.vertical indicator { + min-height: 1px; + min-width: 6px; } + scale.vertical.fine-tune indicator { + min-width: 3px; } + scale.horizontal.marks-before:not(.marks-after) slider { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-before:not(.marks-after) slider:hover { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-before:not(.marks-after) slider:active { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-before:not(.marks-after) slider:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-before:not(.marks-after) slider:backdrop { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-before:not(.marks-after) slider:backdrop:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-after:not(.marks-before) slider { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-after:not(.marks-before) slider:hover { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-after:not(.marks-before) slider:active { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-after:not(.marks-before) slider:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-after:not(.marks-before) slider:backdrop { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-after:not(.marks-before) slider:backdrop:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.vertical.marks-before:not(.marks-after) slider { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.vertical.marks-before:not(.marks-after) slider:hover { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.vertical.marks-before:not(.marks-after) slider:active { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.vertical.marks-before:not(.marks-after) slider:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.vertical.marks-before:not(.marks-after) slider:backdrop { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.vertical.marks-before:not(.marks-after) slider:backdrop:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.vertical.marks-after:not(.marks-before) slider { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.vertical.marks-after:not(.marks-before) slider:hover { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.vertical.marks-after:not(.marks-before) slider:active { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.vertical.marks-after:not(.marks-before) slider:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.vertical.marks-after:not(.marks-before) slider:backdrop { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.vertical.marks-after:not(.marks-before) slider:backdrop:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.color { + min-height: 0; + min-width: 0; } + scale.color trough { + background-image: image(#232831); + background-repeat: no-repeat; } + scale.color.horizontal { + padding: 0 0 15px 0; } + scale.color.horizontal trough { + padding-bottom: 4px; + background-position: 0 -3px; + border-top-left-radius: 0; + border-top-right-radius: 0; } + scale.color.horizontal slider:dir(ltr):hover, scale.color.horizontal slider:dir(ltr):backdrop, scale.color.horizontal slider:dir(ltr):disabled, scale.color.horizontal slider:dir(ltr):backdrop:disabled, scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl):hover, scale.color.horizontal slider:dir(rtl):backdrop, scale.color.horizontal slider:dir(rtl):disabled, scale.color.horizontal slider:dir(rtl):backdrop:disabled, scale.color.horizontal slider:dir(rtl) { + margin-bottom: -15px; + margin-top: 6px; } + scale.color.vertical:dir(ltr) { + padding: 0 0 0 15px; } + scale.color.vertical:dir(ltr) trough { + padding-left: 4px; + background-position: 3px 0; + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:backdrop, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider:backdrop:disabled, scale.color.vertical:dir(ltr) slider { + margin-left: -15px; + margin-right: 6px; } + scale.color.vertical:dir(rtl) { + padding: 0 15px 0 0; } + scale.color.vertical:dir(rtl) trough { + padding-right: 4px; + background-position: -3px 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:backdrop, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider:backdrop:disabled, scale.color.vertical:dir(rtl) slider { + margin-right: -15px; + margin-left: 6px; } + scale.color.fine-tune.horizontal:dir(ltr), scale.color.fine-tune.horizontal:dir(rtl) { + padding: 0 0 12px 0; } + scale.color.fine-tune.horizontal:dir(ltr) trough, scale.color.fine-tune.horizontal:dir(rtl) trough { + padding-bottom: 7px; + background-position: 0 -6px; } + scale.color.fine-tune.horizontal:dir(ltr) slider, scale.color.fine-tune.horizontal:dir(rtl) slider { + margin-bottom: -15px; + margin-top: 6px; } + scale.color.fine-tune.vertical:dir(ltr) { + padding: 0 0 0 12px; } + scale.color.fine-tune.vertical:dir(ltr) trough { + padding-left: 7px; + background-position: 6px 0; } + scale.color.fine-tune.vertical:dir(ltr) slider { + margin-left: -15px; + margin-right: 6px; } + scale.color.fine-tune.vertical:dir(rtl) { + padding: 0 12px 0 0; } + scale.color.fine-tune.vertical:dir(rtl) trough { + padding-right: 7px; + background-position: -6px 0; } + scale.color.fine-tune.vertical:dir(rtl) slider { + margin-right: -15px; + margin-left: 6px; } + +/************** + * Scrollbars * + **************/ +scrollbar { + background-color: #3f4758; + transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + * { + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; } + scrollbar.top { + border-bottom: 1px solid #232831; } + scrollbar.bottom { + border-top: 1px solid #232831; } + scrollbar.left { + border-right: 1px solid #232831; } + scrollbar.right { + border-left: 1px solid #232831; } + scrollbar:backdrop { + background-color: #3d4555; + border-color: #262c36; + transition: 200ms ease-out; } + scrollbar slider { + min-width: 6px; + min-height: 6px; + margin: -1px; + border: 4px solid transparent; + border-radius: 8px; + background-clip: padding-box; + background-color: #9ca4b1; } + scrollbar slider:hover { + background-color: #bac1cd; } + scrollbar slider:hover:active { + background-color: #afcfce; } + scrollbar slider:backdrop { + background-color: #61697a; } + scrollbar slider:disabled { + background-color: transparent; } + scrollbar.fine-tune slider { + min-width: 4px; + min-height: 4px; } + scrollbar.fine-tune.horizontal slider { + border-width: 5px 4px; } + scrollbar.fine-tune.vertical slider { + border-width: 4px 5px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + border-color: transparent; + opacity: 0.4; + background-color: transparent; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { + margin: 0; + min-width: 3px; + min-height: 3px; + background-color: #d8dee9; + border: 1px solid black; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { + min-width: 5px; + min-height: 5px; + background-color: #d8dee9; + background-clip: padding-box; + border-radius: 100%; + border: 1px solid black; + -gtk-icon-source: none; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { + margin: 0 2px; + min-width: 40px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { + margin: 1px 2px; + min-width: 5px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { + margin: 2px 0; + min-height: 40px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { + margin: 2px 1px; + min-height: 5px; } + scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { + opacity: 0.8; } + scrollbar.horizontal slider { + min-width: 40px; } + scrollbar.vertical slider { + min-height: 40px; } + scrollbar button { + padding: 0; + min-width: 12px; + min-height: 12px; + border-style: none; + border-radius: 0; + transition-property: min-height, min-width, color; + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #9ca4b1; } + scrollbar button:hover { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #bac1cd; } + scrollbar button:active, scrollbar button:checked { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #afcfce; } + scrollbar button:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(156, 164, 177, 0.2); } + scrollbar button:backdrop { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #61697a; } + scrollbar button:backdrop:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(97, 105, 122, 0.2); } + scrollbar.vertical button.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + scrollbar.vertical button.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + scrollbar.horizontal button.down { + -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); } + scrollbar.horizontal button.up { + -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); } + +treeview ~ scrollbar.vertical { + border-top: 1px solid #232831; + margin-top: -1px; } + +/*********** + * Sidebar * + ***********/ +.sidebar { + border-style: none; + border-width: 0; + background-color: #3f4758; } + .sidebar .frame { + border: none; } + stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { + border-right: none; + border-left-style: none; } + stacksidebar.sidebar:dir(rtl) list + .sidebar:dir(rtl), stacksidebar.sidebar.right list + .sidebar:dir(rtl), .sidebar.right { + border-left: 1px solid #232831; + border-right-style: none; } + .sidebar:backdrop { + background-color: #40485a; + border-color: #262c36; } + .sidebar row { + padding: 8px 12px; + transition: all .12s ease-in; } + .sidebar row label { + color: #98abb2; } + .sidebar row:selected { + color: #2e3440; } + .sidebar row:selected:backdrop { + color: rgba(46, 52, 64, 0.5); + background: rgba(143, 188, 187, 0.6); } + .sidebar row:selected:backdrop label { + color: #2e3440; } + .sidebar row:selected label { + color: #2e3440; } + .sidebar.source-list { + background: #2e3440; + padding: 4px 0px; } + .sidebar.source-list.view, iconview.sidebar.source-list { + transition: all .12s ease-in; } + .sidebar.source-list.view:selected, iconview.sidebar.source-list:selected { + padding-left: 4px; + background: #8fbcbb; + color: #2e3440; } + .sidebar.source-list.view:selected:active, iconview.sidebar.source-list:selected:active { + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } + .sidebar.source-list.view:selected.has-open-popup, iconview.sidebar.source-list:selected.has-open-popup, .sidebar.source-list.view:selected:hover, iconview.sidebar.source-list:selected:hover { + background-color: rgba(143, 188, 187, 0.9); } + .sidebar.source-list.view:selected:backdrop, iconview.sidebar.source-list:selected:backdrop { + background-color: rgba(143, 188, 187, 0.6); } + .sidebar.source-list.view:hover, iconview.sidebar.source-list:hover, .sidebar.source-list.view iconview.source-list:hover, iconview.sidebar.source-list iconview.source-list:hover { + background-color: rgba(67, 76, 94, 0.4); } + paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { + border-style: none; + border-color: #232831; } + +stacksidebar row { + padding: 10px 4px; } + stacksidebar row > label { + padding-left: 6px; + padding-right: 6px; } + stacksidebar row.needs-attention > label { + background-size: 6px 6px, 0 0; } + +/*******************************************************************/ +/* PLACESSIDEBAR */ +/*******************************************************************/ +placessidebar.sidebar { + background-color: transparent; + background-image: linear-gradient(to right, #232831 40px, #2e3440 35px, #2e3440 36px, #2e3440 36px, #2e3440 99%, #2e3440 100%); } + placessidebar.sidebar row.sidebar-row.sidebar-row .sidebar-icon { + margin-left: -14px; + margin-right: 12px; + padding-left: 14px; + padding-right: 12px; + color: #98abb2; } + placessidebar.sidebar row.sidebar-row:hover { + transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: rgba(0, 0, 0, 0.76); + background-color: transparent; + /*rgba(65,67,75,0.4); */ + background-image: linear-gradient(to right, rgba(65, 67, 75, 0) 40px, rgba(0, 0, 0, 0.12) 40px, rgba(0, 0, 0, 0.12) 97%); } + placessidebar.sidebar row.sidebar-row:active:hover { + color: rgba(0, 0, 0, 0.76); + background-color: rgba(0, 0, 0, 0.23); } + placessidebar.sidebar row.sidebar-row:selected { + color: #fff; + background-color: transparent; + background-image: linear-gradient(to right, rgba(143, 188, 187, 0.7) 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); } + placessidebar.sidebar row.sidebar-row:selected label { + color: #8fbcbb; } + placessidebar.sidebar row.sidebar-row:selected:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.24); } + placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon { + color: #ffffff; } + placessidebar.sidebar row.sidebar-row:selected:backdrop { + color: rgba(0, 0, 0, 0.54); + background-color: transparent; + background-image: linear-gradient(to right, #8fbcbb 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); } + placessidebar.sidebar row.sidebar-row:selected:backdrop .sidebar-icon { + -gtk-icon-shadow: none; } + placessidebar.sidebar row.sidebar-row:selected .sidebar-icon { + -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.8); + color: inherit; } + placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row label, placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { + color: #ebcb8b; } + placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) { + box-shadow: inset 0 1px #a3be8c, inset 0 -1px #a3be8c; } + placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) image { + color: #a3be8c; } + placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { + background: #a3be8c; } + placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected image { + color: #2e3440; } +placessidebar list { + background-color: transparent; } + placessidebar list:backdrop { + background-color: transparent; } + +/***************** + * GtkSpinButton * + *****************/ +spinbutton:not(.vertical) { + padding: 0; } + spinbutton:not(.vertical) entry { + min-width: 28px; + margin: 0; + background: none; + background-color: transparent; + border: none; + border-radius: 0; + box-shadow: none; } + spinbutton:not(.vertical) button { + min-height: 16px; + margin: 0; + padding-bottom: 0; + padding-top: 0; + color: #c8ceda; + background-image: none; + border-style: none none none solid; + border-color: rgba(35, 40, 49, 0.3); + border-radius: 0; + box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.07); } + spinbutton:not(.vertical) button:dir(rtl) { + border-style: none solid none none; } + spinbutton:not(.vertical) button:hover { + color: #d8dee9; + background-color: rgba(216, 222, 233, 0.05); } + spinbutton:not(.vertical) button:disabled { + color: rgba(142, 149, 164, 0.3); } + spinbutton:not(.vertical) button:active { + background-color: rgba(0, 0, 0, 0.1); + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); } + spinbutton:not(.vertical) button:backdrop { + color: #868d9c; + background-color: transparent; + border-color: rgba(38, 44, 54, 0.3); + transition: 200ms ease-out; } + spinbutton:not(.vertical) button:backdrop:disabled { + color: rgba(99, 112, 139, 0.3); + background-image: none; + border-style: none none none solid; + box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.07); } + spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { + border-style: none solid none none; } + spinbutton:not(.vertical) button:last-child { + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; } +.osd spinbutton:not(.vertical) button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #d8dee9; + border-style: none none none solid; + border-color: rgba(35, 40, 49, 0.7); + border-radius: 0; + box-shadow: none; + -gtk-icon-shadow: 0 1px black; } + .osd spinbutton:not(.vertical) button:dir(rtl) { + border-style: none solid none none; } + .osd spinbutton:not(.vertical) button:hover { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #d8dee9; + border-color: rgba(35, 40, 49, 0.5); + background-color: rgba(216, 222, 233, 0.1); + -gtk-icon-shadow: 0 1px black; + box-shadow: none; } + .osd spinbutton:not(.vertical) button:backdrop { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #d8dee9; + border-color: rgba(35, 40, 49, 0.5); + -gtk-icon-shadow: none; + box-shadow: none; } + .osd spinbutton:not(.vertical) button:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #808690; + border-color: rgba(35, 40, 49, 0.5); + -gtk-icon-shadow: none; + box-shadow: none; } + .osd spinbutton:not(.vertical) button:last-child { + border-radius: 0 3px 3px 0; } + .osd spinbutton:not(.vertical) button:dir(rtl):first-child { + border-radius: 3px 0 0 3px; } +spinbutton.vertical:disabled { + color: #8e95a4; } +spinbutton.vertical:backdrop:disabled { + color: #63708b; } +spinbutton.vertical:drop(active) { + border-color: transparent; + box-shadow: none; } +spinbutton.vertical entry { + min-height: 32px; + min-width: 32px; + padding: 0; + border-radius: 0; } +spinbutton.vertical button { + min-height: 32px; + min-width: 32px; + padding: 0; + border-width: 1px; + border-color: #232831; + box-shadow: 0 1px rgba(255, 255, 255, 0.1); } +spinbutton.vertical button.up { + border-radius: 3px 3px 0 0; + border-style: solid solid none solid; } +spinbutton.vertical button.down { + border-radius: 0 0 3px 3px; + border-style: none solid solid solid; } +.osd spinbutton.vertical button:first-child { + color: #d8dee9; + border-color: #232831; + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .osd spinbutton.vertical button:first-child:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(65, 74, 91, 0.93), rgba(65, 74, 91, 0.93)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .osd spinbutton.vertical button:first-child:active { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(52, 59, 73, 0.93), rgba(52, 59, 73, 0.93)); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); } + .osd spinbutton.vertical button:first-child:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd spinbutton.vertical button:first-child:backdrop { + color: #d8dee9; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(40, 45, 55, 0.93), rgba(40, 45, 55, 0.93)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } +treeview spinbutton:not(.vertical) { + min-height: 0; + border-style: none; + border-radius: 0; } + treeview spinbutton:not(.vertical) entry { + min-height: 0; + padding: 1px 2px; } + +/*********** + * Spinner * + ***********/ +menu spinner { + color: #8fbcbb; } + +/********************* + * Spinner Animation * + *********************/ +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +spinner { + background: none; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + spinner:checked { + opacity: 1; + animation: spin 1s linear infinite; } + spinner:checked:disabled { + opacity: 0.5; } + +/********** + * Switch * + **********/ +switch { + font-size: 1px; + font-weight: bold; + outline-offset: -4px; + transition: all 200ms ease-in; + border: none; + border-radius: 14px; + color: transparent; + padding: 2.3px 0px; + background-color: #5b667e; + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0px 1px rgba(0, 0, 0, 0.1); } + switch:disabled { + background-color: #404859; } + switch:backdrop { + background-color: #434c5e; + transition: 200ms ease-out; } + switch:backdrop:disabled { + background-color: #404859; } + switch:active, switch:checked { + background-color: #8fbcbb; } + switch:active:backdrop, switch:checked:backdrop { + background-color: rgba(143, 188, 187, 0.6); } + switch:active:backdrop slider:backdrop, switch:checked:backdrop slider:backdrop { + box-shadow: none; + background-color: rgba(59, 66, 82, 0.9); + border: none; } + switch slider { + padding: 2px; + margin: 0 2.3px; + min-width: 12px; + min-height: 12px; + border-radius: 100%; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + background-color: #3b4252; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2); } + switch slider:backdrop { + padding: 2px; + box-shadow: none; + background-color: #3b4252; } + switch trough:active, switch trough:checked { + background-color: #8fbcbb; } + switch trough:active:backdrop, switch trough:checked:backdrop { + background-color: rgba(143, 188, 187, 0.6); } + +/************ + * Toolbars * + ************/ +toolbar, .inline-toolbar, searchbar, +.location-bar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #434c5e; } + +toolbar { + padding: 4px 3px 3px 4px; } + .osd toolbar { + background-color: transparent; } + toolbar.osd { + padding: 13px; + border: none; + border-radius: 5px; + background-color: rgba(40, 45, 55, 0.93); } + toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { + border-radius: 0; } + toolbar.horizontal separator { + margin: 0 7px 1px 6px; } + toolbar.vertical separator { + margin: 6px 1px 7px 0; } + toolbar:not(.inline-toolbar):not(.osd) switch, + toolbar:not(.inline-toolbar):not(.osd) scale, + toolbar:not(.inline-toolbar):not(.osd) entry, + toolbar:not(.inline-toolbar):not(.osd) spinbutton, + toolbar:not(.inline-toolbar):not(.osd) button { + margin-right: 1px; + margin-bottom: 1px; } + +.inline-toolbar { + padding: 3px; + border-width: 0 1px 1px; + border-radius: 0 0 5px 5px; } + +searchbar, +.location-bar { + border-width: 0 0 1px; + padding: 3px; } + +.inline-toolbar, searchbar, +.location-bar { + border-style: solid; + border-color: #232831; + background-color: #394151; } + .inline-toolbar:backdrop, searchbar:backdrop, + .location-bar:backdrop { + border-color: #262c36; + background-color: #394150; + box-shadow: none; + transition: 200ms ease-out; } + +searchbar { + background: #3b4252; } + +/************ + * Tooltips * + ************/ +tooltip { + padding: 4px; + /* not working */ + border-radius: 5px; + box-shadow: none; + text-shadow: 0 1px black; } + tooltip.background { + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + border: 1px solid #232831; } + tooltip decoration { + background-color: transparent; } + tooltip * { + padding: 4px; + background-color: transparent; + color: white; } + +/************** + * Tree Views * + **************/ +treeview.view { + border-left-color: #8a909e; + border-top-color: #434c5e; } + * { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; } + treeview.view:selected:focus, treeview.view:selected { + border-radius: 0; } + treeview.view:selected:backdrop, treeview.view:selected { + border-left-color: #5f787e; + border-top-color: rgba(216, 222, 233, 0.1); } + treeview.view:disabled { + color: #8e95a4; } + treeview.view:disabled:selected { + color: #68868a; } + treeview.view:disabled:selected:backdrop { + color: rgba(131, 171, 172, 0.85); } + treeview.view:disabled:backdrop { + color: #63708b; } + treeview.view.separator { + min-height: 2px; + color: #434c5e; } + treeview.view.separator:backdrop { + color: rgba(67, 76, 94, 0.1); } + treeview.view:backdrop { + border-left-color: #697181; + border-top: #434c5e; } + treeview.view:drop(active) { + border-style: solid none; + border-width: 1px; + border-color: #6fa9a8; } + treeview.view:drop(active).after { + border-top-style: none; } + treeview.view:drop(active).before { + border-bottom-style: none; } + treeview.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #a9afbc; } + treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + treeview.view.expander:hover { + color: #d8dee9; } + treeview.view.expander:selected { + color: #4b5d65; } + treeview.view.expander:selected:hover { + color: #2e3440; } + treeview.view.expander:selected:backdrop { + color: rgba(101, 129, 133, 0.65); } + treeview.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + treeview.view.expander:backdrop { + color: #767d8c; } + treeview.view.progressbar { + border: 1px solid #6fa9a8; + border-radius: 4px; + background-color: #8fbcbb; + background-image: linear-gradient(to bottom, #8fbcbb, #6fa9a8); + box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(0, 0, 0, 0.1); } + treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { + border-radius: 4px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); + color: #8fbcbb; + background-image: linear-gradient(to bottom, #3b4252, #262a34); } + treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { + border-color: #3d4455; + background-color: #3d4455; } + treeview.view.progressbar:backdrop { + border-color: #3d4455; + background-image: none; + box-shadow: none; } + treeview.view.trough { + background-color: rgba(216, 222, 233, 0.1); + border-radius: 4px; } + treeview.view.trough:selected:focus, treeview.view.trough:selected { + background-color: #6fa9a8; + border-radius: 4px; } + treeview.view header button { + color: #8a909e; + background-color: #3b4252; + font-weight: bold; + text-shadow: none; + box-shadow: none; } + treeview.view header button:hover { + color: #b1b7c4; + box-shadow: none; + transition: none; } + treeview.view header button:active { + color: #d8dee9; + transition: none; } + treeview.view header button:last-child:backdrop, treeview.view header button:last-child { + border-right-style: none; } + treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd, + treeview.view header.button.dnd:active, + treeview.view header.button.dnd:selected, + treeview.view header.button.dnd:hover, + treeview.view header.button.dnd { + padding: 0 6px; + transition: none; + background-image: none; + background-color: #8fbcbb; + color: #3b4252; + border-radius: 0; + border-style: none; + box-shadow: inset 0 0 0 1px #3b4252; + text-shadow: none; } + treeview.view acceleditor > label { + background-color: #8fbcbb; } + +treeview.view header button, treeview.view header button:hover, treeview.view header button:active { + padding: 0 6px; + border-radius: 0; + background-image: none; + text-shadow: none; + border-width: 1px; + border-style: none solid solid none; + border-color: #434c5e; } + treeview.view header button:disabled { + border-color: #434c5e; + background-image: none; } + treeview.view header button:backdrop { + border-color: #434c5e; + border-style: none solid solid none; + color: #697181; + background-image: none; + background-color: #3d4455; } + treeview.view header button:backdrop:disabled { + border-color: #434c5e; + background-image: none; } + +/********************** + * Window Decorations * + *********************/ +decoration { + border-radius: 4px 4px 0 0; + border-width: 0px; + border-width: 0px; + box-shadow: 0 4px 10px 2px rgba(33, 26, 30, 0.4); + margin: 10px; } + decoration:backdrop { + box-shadow: 0 4px 10px 2px rgba(33, 26, 30, 0.2); + transition: 200ms ease-out; } + .maximized decoration, .fullscreen decoration, .tiled decoration { + border-radius: 0; } + .popup decoration { + box-shadow: none; } + .ssd decoration { + box-shadow: none; } + .csd.popup decoration { + border-radius: 7px; + box-shadow: 0 4px 8px #232831; + border: 1px solid rgba(35, 40, 49, 0.7); } + tooltip.csd decoration { + border-radius: 5px; + box-shadow: none; } + messagedialog.csd decoration { + border-radius: 7px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(35, 40, 49, 0.8); } + .solid-csd decoration { + border-radius: 0; + margin: 0px; + background-color: #434c5e; + border: solid 1px #262c36; + box-shadow: none; } + +button.titlebutton { + background-repeat: no-repeat; + background-position: center; + min-height: 20px; + padding: 0 1px; + box-shadow: none; } + button.titlebutton.close { + background-image: -gtk-scaled(url("../assets/close.png"), url("../assets/close@2.png")); } + button.titlebutton.close:hover, button.titlebutton.close:active { + background-image: -gtk-scaled(url("../assets/close_prelight.png"), url("../assets/close_prelight@2.png")); } + button.titlebutton.maximize { + background-image: -gtk-scaled(url("../assets/maximize.png"), url("../assets/maximize@2.png")); } + button.titlebutton.maximize:hover, button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("../assets/maximize_prelight.png"), url("../assets/maximize_prelight@2.png")); } + button.titlebutton.minimize { + background-image: -gtk-scaled(url("../assets/min.png"), url("../assets/min@2.png")); } + button.titlebutton.minimize:hover, button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("../assets/min_prelight.png"), url("../assets/min_prelight@2.png")); } + button.titlebutton:backdrop { + -gtk-icon-shadow: none; + background-image: -gtk-scaled(url("../assets/close_unfocused.png"), url("../assets/close_unfocused@2.png")); } + +headerbar.selection-mode button.titlebutton, +.titlebar.selection-mode button.titlebutton { + text-shadow: 0 -1px rgba(0, 0, 0, 0.4807843137); + -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.4807843137); } + headerbar.selection-mode button.titlebutton:backdrop, + .titlebar.selection-mode button.titlebutton:backdrop { + -gtk-icon-shadow: none; } + +.view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, +.view text:selected:focus, +iconview text:selected:focus, +textview text:selected:focus, +.view text:selected, +iconview text:selected, +textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, +textview text selection:focus, +textview text selection, flowbox flowboxchild:selected, modelbutton.flat:selected, popover.background checkbutton:selected, +popover.background radiobutton:selected, +.menuitem.button.flat:selected, calendar:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, +entry selection:focus, +entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected { + background-color: #8fbcbb; } + row:selected label, label:selected, .selection-mode button.titlebutton, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, + .view text:selected:focus, + iconview text:selected:focus, + textview text:selected:focus, + .view text:selected, + iconview text:selected, + textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, + textview text selection:focus, + textview text selection, flowbox flowboxchild:selected, modelbutton.flat:selected, popover.background checkbutton:selected, + popover.background radiobutton:selected, + .menuitem.button.flat:selected, calendar:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, + entry selection:focus, + entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected { + color: #2e3440; + font-weight: bold; } + row:selected label:disabled, label:disabled:selected, .selection-mode button.titlebutton:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, + iconview text:disabled:selected:focus, + textview text:disabled:selected:focus, + .view text:disabled:selected, + iconview text:disabled:selected, + textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, + textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, modelbutton.flat:disabled:selected, popover.background checkbutton:disabled:selected, + popover.background radiobutton:disabled:selected, + .menuitem.button.flat:disabled:selected, calendar:disabled:selected, spinbutton:not(.vertical) selection:disabled, + entry selection:disabled, row:disabled:selected { + color: #5f787e; } + row:selected label:backdrop, label:backdrop:selected, .selection-mode button.titlebutton:backdrop, iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, + iconview text:backdrop:selected:focus, + textview text:backdrop:selected:focus, + .view text:backdrop:selected, + iconview text:backdrop:selected, + textview text:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop, + textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, label:backdrop selection, modelbutton.flat:backdrop:selected, popover.background checkbutton:backdrop:selected, + popover.background radiobutton:backdrop:selected, + .menuitem.button.flat:backdrop:selected, calendar:backdrop:selected, spinbutton:not(.vertical) selection:backdrop, + entry selection:backdrop, row:backdrop:selected { + color: rgba(46, 52, 64, 0.5); } + row:selected label:backdrop:disabled, label:backdrop:disabled:selected, .selection-mode button.titlebutton:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, + .view text:backdrop:disabled:selected, + iconview text:backdrop:disabled:selected, + textview text:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled, + textview text selection:backdrop:disabled, flowbox flowboxchild:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop selection:disabled, modelbutton.flat:backdrop:disabled:selected, popover.background checkbutton:backdrop:disabled:selected, + popover.background radiobutton:backdrop:disabled:selected, + .menuitem.button.flat:backdrop:disabled:selected, calendar:backdrop:disabled:selected, spinbutton:not(.vertical) selection:backdrop:disabled, + entry selection:backdrop:disabled, row:backdrop:disabled:selected { + color: rgba(131, 171, 172, 0.85); } + +.monospace { + font-family: Monospace; } + +/********************** + * DE-Specific Styles * + **********************/ +/********* +* Budgie * +*********/ +.budgie-container { + background-color: transparent; } + .budgie-container:backdrop { + background-color: transparent; } + .budgie-container popover list, + .budgie-container popover row { + border: none; + background: none; + padding: 0; + margin: 0; } + +.budgie-popover .container, +.budgie-popover border, +.budgie-popover list, +.budgie-popover row { + padding: 0; + margin: 0; + background: none; + border: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + opacity: 1; + min-width: 0; + min-height: 0; } + +.budgie-popover, +.budgie-popover.background { + border-radius: 2px; + padding: 0; + background: rgba(32, 36, 44, 0.95); + background-clip: border-box; + box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.35); + border: 1px solid #232831; } + .budgie-popover list:hover, + .budgie-popover row:hover, + .budgie-popover.background list:hover, + .budgie-popover.background row:hover { + background: none; } + .budgie-popover > frame.container, + .budgie-popover.background > frame.container { + margin: 0 -1px -1px; + padding: 2px 0 0; } + .budgie-popover button, + .budgie-popover.background button { + color: #d8dee9; + border: none; + background: transparent; } + .budgie-popover button:hover, + .budgie-popover.background button:hover { + color: #8fbcbb; } + +.budgie-popover > .container { + padding: 2px; } + +.budgie-menu { + color: #d8dee9; } + .budgie-menu .container { + padding: 0; } + .budgie-menu button:hover { + -gtk-icon-effect: none; } + .budgie-menu entry.search { + border: none; + background: none; + padding: 5px 2px; + border-bottom: 1px solid #232831; + border-radius: 0; + font-size: 120%; + box-shadow: none; + color: #d8dee9; } + .budgie-menu entry.search image:dir(ltr) { + padding-left: 8px; + padding-right: 12px; } + .budgie-menu entry.search image:dir(rtl) { + padding-left: 12px; + padding-right: 8px; } + .budgie-menu .categories { + border-width: 0; + margin-left: 3px; + background: transparent; } + .budgie-menu .categories:dir(ltr) { + border-right: 1px solid #232831; } + .budgie-menu .categories:dir(rtl) { + border-left: 1px solid #232831; } + .budgie-menu .category-button { + padding: 7px; + border-radius: 2px 0 0 2px; } + .budgie-menu .category-button:hover { + background-color: rgba(216, 222, 233, 0.05); + color: #d8dee9; } + .budgie-menu .category-button:active { + box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } + .budgie-menu .category-button:checked { + color: #2e3440; + background: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + .budgie-menu .category-button:checked:hover { + color: rgba(46, 52, 64, 0.6); } + .budgie-menu .category-button:checked:disabled { + opacity: 0.5; } + .budgie-menu .category-button:checked:disabled label { + color: rgba(46, 52, 64, 0.7); } + .budgie-menu scrollbar { + background-color: transparent; + border-color: #232831; } + .budgie-menu button:not(.category-button) { + padding-top: 5px; + padding-bottom: 5px; + border-radius: 0; + box-shadow: none; + background: yellow; } + .budgie-menu button { + border: none; + background: transparent; } + .budgie-menu undershoot, .budgie-menu overshoot { + background: none; } + .budgie-menu list { + color: rgba(216, 222, 233, 0.7); } + +button.budgie-menu-launcher { + padding: 0 2px; + color: #d8dee9; + box-shadow: none; + background-color: transparent; } + button.budgie-menu-launcher:hover { + color: #d8dee9; } + button.budgie-menu-launcher:active, button.budgie-menu-launcher:checked { + color: #d8dee9; } + button.budgie-menu-launcher:backdrop { + color: #d8dee9; + background-color: transparent; } + button.budgie-menu-launcher:backdrop:hover { + color: #d8dee9; } + button.budgie-menu-launcher:backdrop:active, button.budgie-menu-launcher:backdrop:checked { + color: #8fbcbb; + box-shadow: none; + background-color: #3d4454; } + +.user-menu .content-box separator { + margin-left: 6px; + margin-right: 6px; + background-color: rgba(216, 222, 233, 0.1); } +.user-menu button { + margin: 5px; } +.user-menu > box.vertical row.activatable:first-child .indicator-item, +.user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); + background-color: #8fbcbb; + transition-duration: 0.2s; } + .user-menu > box.vertical row.activatable:first-child .indicator-item:dir(ltr), + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item:dir(ltr) { + padding-left: 7px; + background-position: left center; + background-repeat: no-repeat; + background-size: 38px auto; } + .user-menu > box.vertical row.activatable:first-child .indicator-item:dir(rtl), + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item:dir(rtl) { + padding-right: 7px; + background-position: right center; + background-repeat: no-repeat; + background-size: 38px auto; } + .user-menu > box.vertical row.activatable:first-child .indicator-item label, + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label { + color: #2e3440; } + .user-menu > box.vertical row.activatable:first-child .indicator-item label:dir(ltr), + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label:dir(ltr) { + padding-left: 5px; } + .user-menu > box.vertical row.activatable:first-child .indicator-item label:dir(rtl), + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label:dir(rtl) { + padding-right: 5px; } + .user-menu > box.vertical row.activatable:first-child .indicator-item image, + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item image { + color: #2e3440; } + .user-menu > box.vertical row.activatable:first-child .indicator-item image:first-child, + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item image:first-child { + min-width: 24px; + min-height: 20px; } + +button.raven-trigger { + padding-left: 2px; + padding-right: 2px; + color: #d8dee9; + box-shadow: none; } + button.raven-trigger:hover { + color: #d8dee9; + background-color: transparent; } + button.raven-trigger:active, button.raven-trigger:checked { + box-shadow: none; + background-color: transparent; + color: #8fbcbb; } + button.raven-trigger:backdrop { + color: #d8dee9; } + button.raven-trigger:backdrop:hover { + color: #d8dee9; } + button.raven-trigger:backdrop:active, button.raven-trigger:backdrop:checked { + box-shadow: none; + color: #8fbcbb; + background-color: transparent; } + +.places-menu .container { + padding: 0; } +.places-menu .message-bar { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.places-menu .name-button { + border: 0; + border-radius: 0; + padding: 4px 6px; } +.places-menu .unmount-button { + padding: 4px 4px; + border: 0; + border-radius: 0; } +.places-menu .places-section-header { + padding: 0px; + border-bottom: 1px solid rgba(35, 40, 49, 0.95); + box-shadow: 0px 1px 1px alpha(@theme_fg_color, 0.03); } +.places-menu .places-section-header > button { + padding: 8px; + border: none; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; } +.places-menu .places-list { + background: rgba(216, 222, 233, 0.04); + border-bottom: 1px solid rgba(35, 40, 49, 0.95); } +.places-menu .unlock-area { + border-top: 1px solid rgba(35, 40, 49, 0.85); + border-bottom: 1px solid rgba(35, 40, 49, 0.85); } +.places-menu .unlock-area entry { + border-radius: 0; + border: 0; } +.places-menu .unlock-area button { + border-radius: 0; + border: 0; + border-left: 1px solid rgba(35, 40, 49, 0.85); } +.places-menu .alternative-label { + font-size: 15px; + padding: 3px; } +.places-menu .always-expand { + background: transparent; + border-bottom: none; } + +.night-light-indicator .container { + padding: 0; } +.night-light-indicator .view-header { + font-size: 14px; + padding: 10px; + border-bottom: 1px solid mix(@theme_base_color, #000000, 0.35);; + box-shadow: 0px 1px 1px alpha(@theme_fg_color, 0.04);; } +.night-light-indicator .display-settings-button { + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border: none; + padding: 3px; + border-top: 1px solid mix(@theme_base_color, #000000, 0.35);; + box-shadow: inset 0px 1px 1px alpha(@theme_fg_color, 0.04);; } + +.budgie-panel { + color: #d8dee9; + background-color: rgba(32, 36, 44, 0.95); + background-image: none; + box-shadow: none; + border: none; + transition: all 150ms ease-in; } + .budgie-panel .alert { + color: #bf616a; } + .budgie-panel:backdrop { + color: #d8dee9; + background-color: rgba(32, 36, 44, 0.95); } + .budgie-panel button { + border-top-width: 0; + border-bottom-width: 0; + border-radius: 0; } + .budgie-panel button.flat { + background: transparent; + border: none; } + .budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked { + background: transparent; + color: #8fbcbb; } + .budgie-panel popover list, + .budgie-panel popover row { + padding: 0; + margin: 0; } + .budgie-panel label { + color: #d8dee9; + font-weight: 700; } + .budgie-panel.transparent { + background-color: rgba(32, 36, 44, 0.2); } + .top .budgie-panel.transparent { + border-bottom-color: transparent; } + .bottom .budgie-panel.transparent { + border-top-color: transparent; } + .left .budgie-panel.transparent { + border-right-color: transparent; } + .right .budgie-panel.transparent { + border-left-color: transparent; } + .budgie-panel.transparent:backdrop, .budgie-panel.transparent label, .budgie-panel.transparent button.raven-trigger:backdrop, .budgie-panel.transparent button.budgie-menu-launcher { + color: #f9fafb; } + .budgie-panel .end-region { + border-radius: 0px; } + .budgie-panel .end-region separator { + background-color: rgba(216, 222, 233, 0.15); } + .budgie-panel .end-region label { + font-weight: 700; + color: #d8dee9; } + +.budgie-panel #tasklist-button, +.budgie-panel #tasklist-button:backdrop { + outline-color: transparent; + transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border-color: rgba(32, 36, 44, 0); + border-radius: 0; + background-color: transparent; + box-shadow: none; + background-clip: padding-box; } + +.budgie-panel button.flat.launcher { + outline-color: transparent; + transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border-color: rgba(32, 36, 44, 0); + border-radius: 0; + padding: 0; + background-clip: padding-box; + background-color: transparent; } + .budgie-panel button.flat.launcher { + box-shadow: none; } + +.budgie-panel #tasklist-button:hover, .budgie-panel .unpinned button.flat.launcher:hover, +.budgie-panel .pinned button.flat.launcher.running:hover { + box-shadow: none; } +.budgie-panel #tasklist-button:active, .budgie-panel .unpinned button.flat.launcher:active, +.budgie-panel .pinned button.flat.launcher.running:active, .budgie-panel #tasklist-button:checked, .budgie-panel .unpinned button.flat.launcher:checked, +.budgie-panel .pinned button.flat.launcher.running:checked { + box-shadow: none; } +.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button, .top .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .top button.flat.launcher, +.top .budgie-panel .pinned button.flat.launcher.running, +.budgie-panel .pinned .top button.flat.launcher.running { + padding-bottom: 2px; + border-top: 2px solid transparent; } + .top .budgie-panel .pinned button.flat.launcher:not(.running) { + border-top: 2px solid transparent; } + + .top .budgie-panel .pinned button.flat.launcher:not(.running):hover { + border-top: 2px solid rgba(255, 255, 255, 0.1); } + + .top .budgie-panel .unpinned button.flat.launcher, + .top .budgie-panel .pinned button.flat.launcher.running { + border-top: 2px solid rgba(255, 255, 255, 0.1); } + .top .budgie-panel #tasklist-button:hover, .budgie-panel .top #tasklist-button:hover, .top .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .top button.flat.launcher:hover, + .top .budgie-panel .pinned button.flat.launcher.running:hover, + .budgie-panel .pinned .top button.flat.launcher.running:hover { + border-top: 2px solid rgba(255, 255, 255, 0.25); } + .top .budgie-panel #tasklist-button:active, .budgie-panel .top #tasklist-button:active, .top .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .top button.flat.launcher:active, + .top .budgie-panel .pinned button.flat.launcher.running:active, + .budgie-panel .pinned .top button.flat.launcher.running:active, .top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked, .top .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .top button.flat.launcher:checked, + .top .budgie-panel .pinned button.flat.launcher.running:checked, + .budgie-panel .pinned .top button.flat.launcher.running:checked { + border-top: 2px solid #8fbcbb; } +.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button, .bottom .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .bottom button.flat.launcher, +.bottom .budgie-panel .pinned button.flat.launcher.running, +.budgie-panel .pinned .bottom button.flat.launcher.running { + padding-top: 2px; + border-bottom: 2px solid transparent; } + .bottom .budgie-panel .pinned button.flat.launcher:not(.running) { + border-bottom: 2px solid transparent; } + + .bottom .budgie-panel .pinned button.flat.launcher:not(.running):hover { + border-bottom: 2px solid rgba(255, 255, 255, 0.1); } + + .bottom .budgie-panel .unpinned button.flat.launcher, + .bottom .budgie-panel .pinned button.flat.launcher.running { + border-bottom: 2px solid rgba(255, 255, 255, 0.1); } + .bottom .budgie-panel #tasklist-button:hover, .budgie-panel .bottom #tasklist-button:hover, .bottom .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .bottom button.flat.launcher:hover, + .bottom .budgie-panel .pinned button.flat.launcher.running:hover, + .budgie-panel .pinned .bottom button.flat.launcher.running:hover { + border-bottom: 2px solid rgba(255, 255, 255, 0.25); } + .bottom .budgie-panel #tasklist-button:active, .budgie-panel .bottom #tasklist-button:active, .bottom .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .bottom button.flat.launcher:active, + .bottom .budgie-panel .pinned button.flat.launcher.running:active, + .budgie-panel .pinned .bottom button.flat.launcher.running:active, .bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked, .bottom .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .bottom button.flat.launcher:checked, + .bottom .budgie-panel .pinned button.flat.launcher.running:checked, + .budgie-panel .pinned .bottom button.flat.launcher.running:checked { + border-bottom: 2px solid #8fbcbb; } +.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button, .left .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .left button.flat.launcher, +.left .budgie-panel .pinned button.flat.launcher.running, +.budgie-panel .pinned .left button.flat.launcher.running { + padding-right: 2px; + border-left: 2px solid transparent; } + .left .budgie-panel .pinned button.flat.launcher:not(.running) { + border-left: 2px solid transparent; } + + .left .budgie-panel .pinned button.flat.launcher:not(.running):hover { + border-left: 2px solid rgba(255, 255, 255, 0.1); } + + .left .budgie-panel .unpinned button.flat.launcher, + .left .budgie-panel .pinned button.flat.launcher.running { + border-left: 2px solid rgba(255, 255, 255, 0.1); } + .left .budgie-panel #tasklist-button:hover, .budgie-panel .left #tasklist-button:hover, .left .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .left button.flat.launcher:hover, + .left .budgie-panel .pinned button.flat.launcher.running:hover, + .budgie-panel .pinned .left button.flat.launcher.running:hover { + border-left: 2px solid rgba(255, 255, 255, 0.25); } + .left .budgie-panel #tasklist-button:active, .budgie-panel .left #tasklist-button:active, .left .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .left button.flat.launcher:active, + .left .budgie-panel .pinned button.flat.launcher.running:active, + .budgie-panel .pinned .left button.flat.launcher.running:active, .left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked, .left .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .left button.flat.launcher:checked, + .left .budgie-panel .pinned button.flat.launcher.running:checked, + .budgie-panel .pinned .left button.flat.launcher.running:checked { + border-left: 2px solid #8fbcbb; } +.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button, .right .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .right button.flat.launcher, +.right .budgie-panel .pinned button.flat.launcher.running, +.budgie-panel .pinned .right button.flat.launcher.running { + padding-left: 2px; + border-right: 2px solid transparent; } + .right .budgie-panel .pinned button.flat.launcher:not(.running) { + border-right: 2px solid transparent; } + + .right .budgie-panel .pinned button.flat.launcher:not(.running):hover { + border-right: 2px solid rgba(255, 255, 255, 0.1); } + + .right .budgie-panel .unpinned button.flat.launcher, + .right .budgie-panel .pinned button.flat.launcher.running { + border-right: 2px solid rgba(255, 255, 255, 0.1); } + .right .budgie-panel #tasklist-button:hover, .budgie-panel .right #tasklist-button:hover, .right .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .right button.flat.launcher:hover, + .right .budgie-panel .pinned button.flat.launcher.running:hover, + .budgie-panel .pinned .right button.flat.launcher.running:hover { + border-right: 2px solid rgba(255, 255, 255, 0.25); } + .right .budgie-panel #tasklist-button:active, .budgie-panel .right #tasklist-button:active, .right .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .right button.flat.launcher:active, + .right .budgie-panel .pinned button.flat.launcher.running:active, + .budgie-panel .pinned .right button.flat.launcher.running:active, .right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked, .right .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .right button.flat.launcher:checked, + .right .budgie-panel .pinned button.flat.launcher.running:checked, + .budgie-panel .pinned .right button.flat.launcher.running:checked { + border-right: 2px solid #8fbcbb; } + +.top .budgie-panel { + border-bottom: 1px solid rgba(38, 43, 53, 0.92); } + +.top .raven-frame { + padding: 0; + background: none; } + .top .raven-frame border { + border: none; + border-bottom: 1px solid rgba(35, 40, 49, 0.92); } + +.top .shadow-block { + background-color: transparent; + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent); } + +.bottom .budgie-panel { + border-top: 1px solid rgba(38, 43, 53, 0.92); } + +.bottom .raven-frame { + padding: 0; + background: none; } + .bottom .raven-frame border { + border: none; + border-top: 1px solid rgba(35, 40, 49, 0.92); } + +.bottom .shadow-block { + background-color: transparent; + background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent); } + +.left .budgie-panel { + border-right: 1px solid rgba(38, 43, 53, 0.92); } + +.left .raven-frame { + padding: 0; + background: none; } + .left .raven-frame border { + border: none; + border-right: 1px solid rgba(35, 40, 49, 0.92); } + +.left .shadow-block { + background-color: transparent; + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent); } + +.right .budgie-panel { + border-left: 1px solid rgba(38, 43, 53, 0.92); } + +.right .raven-frame { + padding: 0; + background: none; } + .right .raven-frame border { + border: none; + border-left: 1px solid rgba(35, 40, 49, 0.92); } + +.right .shadow-block { + background-color: transparent; + background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent); } + +.raven { + padding: 0; + color: #bf616a; + background: rgba(32, 36, 44, 0.95); + transition: 170ms ease-out; } + .raven .raven-header { + min-height: 32px; + color: #d8dee9; + border: solid rgba(35, 40, 49, 0.95); + border-width: 1px 0; + background-color: rgba(64, 72, 89, 0.45); } + .raven .raven-header * { + padding-top: 0; + padding-bottom: 0; } + .raven .raven-header.top { + border-top-style: none; + border-color: transparent; + margin-top: 3px; + min-height: 32px; } + .raven .raven-header.top button.image-button:hover { + color: #7fb2b1; + box-shadow: none; } + .raven .raven-header > button.text-button { + border-radius: 2px; + color: #2e3440; + background-color: rgba(184, 79, 89, 0.9); + box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } + .raven .raven-header > button.text-button:hover { + border-radius: 2px; + color: #2e3440; + background-color: rgba(191, 97, 106, 0.9); + box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } + .raven .raven-header > button.text-button:active { + color: #2e3440; + background-color: rgba(198, 115, 123, 0.9); + box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } + .raven .raven-header.bottom { + border-bottom-style: none; } + .raven .raven-header button { + color: #d8dee9; + border-radius: 4px; + text-shadow: none; + box-shadow: none; + border: 1px solid #232831; + background-color: #2e3440; + border-radius: 0; } + .raven .raven-header button:hover { + color: #8fbcbb; + text-shadow: none; + background-color: rgba(59, 66, 82, 0.7); + border-radius: 0; } + .raven .raven-header button:active, .raven .raven-header button:checked { + color: #8fbcbb; + background-color: #2a2f3a; } + .raven .raven-header button:disabled { + color: #8e95a4; } + .raven list { + color: #d8dee9; + background-color: transparent; } + .raven list:selected { + background-color: rgba(143, 188, 187, 0.9); } + .raven list row, + .raven list row.activatable { + background-color: transparent; } + .raven list row:hover, + .raven list row.activatable:hover { + background-color: rgba(64, 72, 89, 0.25); } + .raven list row:selected, + .raven list row.activatable:selected { + background-color: rgba(143, 188, 187, 0.9); } + .raven .raven-background { + color: #d8dee9; + background-color: transparent; + border-color: transparent; } + .raven .raven-background.middle { + border-bottom-style: none; } + .raven .powerstrip { + background-color: transparent; + border-top-color: transparent; } + .raven .powerstrip button.image-button { + border-radius: 50%; + padding: 5px; + min-width: 32px; + min-height: 32px; + margin-bottom: 3px; + background: #b48ead; + color: #2e3440; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); + border: none; + font-size: 100%; } + .raven .powerstrip button.image-button:hover { + background: rgba(180, 142, 173, 0.85); + color: #2e3440; } + .raven .powerstrip button.image-button:active { + background: #b48ead; + color: #2e3440; } + .raven .powerstrip button.image-button:first-child { + background: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + .raven .powerstrip button.image-button:first-child:hover { + background: rgba(143, 188, 187, 0.85); } + .raven .powerstrip button.image-button:first-child:active { + background: #8fbcbb; } + .raven .powerstrip button.image-button:last-child { + background: linear-gradient(to right, #bf616a, #bf616a); } + .raven .powerstrip button.image-button:last-child:hover { + background: rgba(191, 97, 106, 0.85); } + .raven .powerstrip button.image-button:last-child:active { + background: #bf616a; } + .raven .option-subtitle { + font-size: 13px; } + +calendar.raven-calendar { + padding: 6px; + color: #d8dee9; + background: transparent; + border-color: transparent; } + calendar.raven-calendar:indeterminate { + color: alpha(currentColor,0.3); } + calendar.raven-calendar:selected { + background: transparent; + color: #82b4b3; + font-weight: bold; } + calendar.raven-calendar:backdrop { + background-color: transparent; } + calendar.raven-calendar.header { + color: #d8dee9; + border: none; + border-radius: 0; + background-color: transparent; } + calendar.raven-calendar button, calendar.raven-calendar button:focus { + color: alpha(currentColor,0.5); + background-color: transparent; } + calendar.raven-calendar button:hover, calendar.raven-calendar button:focus:hover { + color: #d8dee9; + background-color: transparent; } + +.raven-mpris { + color: #d8dee9; + background-color: rgba(46, 52, 64, 0.9); + border: solid rgba(255, 255, 255, 0.1); + border-width: 1px 0; + border-bottom-color: rgba(0, 0, 0, 0.1); } + .raven-mpris button.image-button { + padding: 10px; + background-color: #3b4252; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); } + .raven-mpris button.image-button:hover { + background-color: #8fbcbb; } + .raven-mpris button.image-button:active { + background-color: #7fb2b1; } + .raven-mpris button.image-button:first-child { + margin-right: 4px; } + .raven-mpris button.image-button:last-child { + margin-left: 4px; } + .raven-mpris button.image-button:last-child, .raven-mpris button.image-button:first-child { + padding: 4px; + margin-top: 6px; + margin-bottom: 6px; } + +.budgie-notification-window, .budgie-osd-window, .budgie-switcher-window { + background: none; + border-radius: 1px; } + .budgie-notification-window button, .budgie-osd-window button, .budgie-switcher-window button { + background-color: #8fbcbb; + color: #2e3440; + border: none; } + .budgie-notification-window button:hover, .budgie-osd-window button:hover, .budgie-switcher-window button:hover { + background-color: #7fb2b1; + border: none; } + .budgie-notification-window button:active, .budgie-osd-window button:active, .budgie-switcher-window button:active, .budgie-notification-window button:checked, .budgie-osd-window button:checked, .budgie-switcher-window button:checked { + background-color: #7fb2b1; } + +.budgie-notification.background, .background.budgie-osd, .background.budgie-switcher { + border-radius: 1px; } +.budgie-notification .notification-title, .budgie-osd .notification-title, .budgie-switcher .notification-title { + font-size: 110%; + color: #d8dee9; } +.budgie-notification .notification-body, .budgie-osd .notification-body, .budgie-switcher .notification-body { + color: rgba(216, 222, 233, 0.7); } +.budgie-notification button, .budgie-osd button, .budgie-switcher button { + background-color: transparent; + color: #2e3440; } + .budgie-notification button:hover, .budgie-osd button:hover, .budgie-switcher button:hover { + background-color: transparent; + color: #bf616a; + box-shadow: none; } + .budgie-notification button:active, .budgie-osd button:active, .budgie-switcher button:active, .budgie-notification button:checked, .budgie-osd button:checked, .budgie-switcher button:checked { + background-color: transparent; + color: #b84f59; } + +.drop-shadow, .budgie-session-dialog.background, .background.budgie-polkit-dialog, .background.budgie-run-dialog { + color: #d8dee9; + background-color: rgba(67, 76, 94, 0.95); + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); + border-radius: 2px; } + +.budgie-switcher-window flowbox { + color: #d8dee9; } +.budgie-switcher-window flowboxchild { + padding: 3px; + margin: 3px; + color: #d8dee9; } + .budgie-switcher-window flowboxchild:hover { + background-color: transparent; } + .budgie-switcher-window flowboxchild:active { + color: #d8dee9; } + .budgie-switcher-window flowboxchild:selected { + color: #2e3440; + background-color: rgba(143, 188, 187, 0.5); } + .budgie-switcher-window flowboxchild:selected:active { + color: #2e3440; } + .budgie-switcher-window flowboxchild:selected:hover { + background-color: #81a9a8; } + .budgie-switcher-window flowboxchild:selected:disabled { + color: rgba(46, 52, 64, 0.7); + background-color: rgba(143, 188, 187, 0.7); } + .budgie-switcher-window flowboxchild:selected:disabled label { + color: rgba(46, 52, 64, 0.7); } + +.budgie-session-dialog, .budgie-polkit-dialog, .budgie-run-dialog { + color: #d8dee9; + background-color: rgba(32, 36, 44, 0.95); } + .budgie-session-dialog label:backdrop, .budgie-polkit-dialog label:backdrop, .budgie-run-dialog label:backdrop { + color: rgba(216, 222, 233, 0.8); } + .budgie-session-dialog .dialog-title, .budgie-polkit-dialog .dialog-title, .budgie-run-dialog .dialog-title { + font-size: 120%; } + .budgie-session-dialog .linked.horizontal > button, .budgie-polkit-dialog .linked.horizontal > button, .budgie-run-dialog .linked.horizontal > button { + margin-bottom: 0; + min-height: 32px; + border-bottom: none; + border-color: #232831; + border-radius: 0; + color: #d8dee9; + background-color: transparent; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.2); } + .budgie-session-dialog .linked.horizontal > button label, .budgie-polkit-dialog .linked.horizontal > button label, .budgie-run-dialog .linked.horizontal > button label { + font-weight: 700; } + .budgie-session-dialog .linked.horizontal > button:first-child, .budgie-polkit-dialog .linked.horizontal > button:first-child, .budgie-run-dialog .linked.horizontal > button:first-child { + border-left: none; + border-bottom-left-radius: 2px; } + .budgie-session-dialog .linked.horizontal > button:last-child, .budgie-polkit-dialog .linked.horizontal > button:last-child, .budgie-run-dialog .linked.horizontal > button:last-child { + border-right: none; + border-bottom-right-radius: 2px; + background: transparent; } + .budgie-session-dialog .linked.horizontal > button:hover, .budgie-polkit-dialog .linked.horizontal > button:hover, .budgie-run-dialog .linked.horizontal > button:hover { + background-color: rgba(143, 188, 187, 0.9); + color: #2e3440; } + .budgie-session-dialog .linked.horizontal > button:hover:backdrop label, .budgie-polkit-dialog .linked.horizontal > button:hover:backdrop label, .budgie-run-dialog .linked.horizontal > button:hover:backdrop label { + color: rgba(46, 52, 64, 0.5); } + .budgie-session-dialog .linked.horizontal > button.suggested-action, .budgie-polkit-dialog .linked.horizontal > button.suggested-action, .budgie-run-dialog .linked.horizontal > button.suggested-action { + background-color: rgba(143, 188, 187, 0.9); } + .budgie-session-dialog .linked.horizontal > button.suggested-action:hover, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:hover, .budgie-run-dialog .linked.horizontal > button.suggested-action:hover { + background-color: rgba(159, 198, 197, 0.9); } + .budgie-session-dialog .linked.horizontal > button.suggested-action:active, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:active, .budgie-run-dialog .linked.horizontal > button.suggested-action:active, .budgie-session-dialog .linked.horizontal > button.suggested-action:checked, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:checked, .budgie-run-dialog .linked.horizontal > button.suggested-action:checked { + background-color: rgba(159, 198, 197, 0.9); } + .budgie-session-dialog .linked.horizontal > button.destructive-action, .budgie-polkit-dialog .linked.horizontal > button.destructive-action, .budgie-run-dialog .linked.horizontal > button.destructive-action { + background-color: rgba(169, 68, 78, 0.9); } + .budgie-session-dialog .linked.horizontal > button.destructive-action:hover, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:hover, .budgie-run-dialog .linked.horizontal > button.destructive-action:hover { + background-color: rgba(184, 79, 89, 0.9); } + .budgie-session-dialog .linked.horizontal > button.destructive-action:active, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:active, .budgie-run-dialog .linked.horizontal > button.destructive-action:active, .budgie-session-dialog .linked.horizontal > button.destructive-action:checked, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:checked, .budgie-run-dialog .linked.horizontal > button.destructive-action:checked { + background-color: rgba(184, 79, 89, 0.9); } + .budgie-session-dialog entry, .budgie-polkit-dialog entry, .budgie-run-dialog entry { + background-color: #505359; + color: #d8dee9; } + .budgie-session-dialog entry:focus, .budgie-polkit-dialog entry:focus, .budgie-run-dialog entry:focus { + background-color: #505359; } + .budgie-session-dialog entry:backdrop, .budgie-polkit-dialog entry:backdrop, .budgie-run-dialog entry:backdrop { + background-color: #505359; } + +.budgie-polkit-dialog .message { + color: rgba(216, 222, 233, 0.7); } +.budgie-polkit-dialog .failure { + color: #bf616a; } + +.budgie-run-dialog entry.search, .budgie-run-dialog entry.search:focus { + font-size: 120%; + padding: 8px 5px; + border: none; + box-shadow: none; } + .budgie-run-dialog entry.search image, .budgie-run-dialog entry.search:focus image { + color: #d8dee9; } + .budgie-run-dialog entry.search image:dir(ltr), .budgie-run-dialog entry.search:focus image:dir(ltr) { + padding-left: 8px; + padding-right: 12px; } + .budgie-run-dialog entry.search image:dir(rtl), .budgie-run-dialog entry.search:focus image:dir(rtl) { + padding-left: 12px; + padding-right: 8px; } +.budgie-run-dialog list row:selected .dim-label, .budgie-run-dialog list row:selected label.separator, .budgie-run-dialog list row:selected .titlebar .subtitle, .titlebar .budgie-run-dialog list row:selected .subtitle, +.budgie-run-dialog list row:selected headerbar .subtitle, +headerbar .budgie-run-dialog list row:selected .subtitle { + opacity: 1; } +.budgie-run-dialog scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0); } + +.budgie-menubar menu { + margin: 4px; + padding: 5px; + border-radius: 0; + background-color: rgba(32, 36, 44, 0.95); } + .budgie-menubar menu menuitem:hover { + background-color: #8fbcbb; + color: #2e3440; } +.budgie-menubar arrow { + border: none; + min-width: 16px; + min-height: 16px; } + .budgie-menubar arrow.top { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); + border-bottom: 1px solid rgba(72, 79, 92, 0.928); } + .budgie-menubar arrow.bottom { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + border-top: 1px solid rgba(72, 79, 92, 0.928); } +.budgie-menubar menuitem accelerator { + color: rgba(216, 222, 233, 0.35); } +.budgie-menubar menuitem check, .budgie-menubar menuitem radio { + min-height: 16px; + min-width: 16px; } + +window.background.budgie-settings-window.csd > box.horizontal > stack > scrolledwindow buttonbox.inline-toolbar { + border-style: none none solid; } + +.workspace-switcher .workspace-layout { + border: 0 solid rgba(32, 36, 44, 0.95); } + .top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { + border-left-width: 1px; } + .top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { + border-right-width: 1px; } + .left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { + border-top-width: 1px; } +.workspace-switcher .workspace-item, .workspace-switcher .workspace-add-button { + border: 0 solid rgba(53, 60, 74, 0.95); } + .top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), + .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { + border-right-width: 1px; } + .top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), + .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { + border-left-width: 1px; } + .left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { + border-bottom-width: 1px; } +.workspace-switcher .workspace-item.current-workspace { + background-color: rgba(21, 24, 29, 0.95); } +.workspace-switcher .workspace-add-button { + border: none; + background: transparent; } + .workspace-switcher .workspace-add-button:hover { + box-shadow: none; } + .workspace-switcher .workspace-add-button:active { + background-image: none; } + .workspace-switcher .workspace-add-button:active image { + margin: 1px 0 -1px; } +.budgie-panel .workspace-switcher .workspace-icon-button { + min-height: 24px; + min-width: 24px; + padding: 0; + border-radius: 2px; } + +/************ + * Nautilus * + ************/ +.nautilus-window .frame *:selected, .nautilus-window .frame *:selected:backdrop { + background: transparent; + color: #8fbcbb; } + .nautilus-window .frame *:selected label, .nautilus-window .frame *:selected:backdrop label { + color: #8fbcbb; } +.nautilus-window paned > separator { + background-image: none; } +.nautilus-window .sidebar { + background-color: transparent; } + .nautilus-window .sidebar:backdrop { + background-color: transparent; } + .nautilus-window .sidebar .list-row button { + border: none; + background-color: rgba(53, 59, 73, 0.95); } + .nautilus-window .sidebar .list-row button:active { + background-color: rgba(143, 188, 187, 0.75); } + .nautilus-window .sidebar .list-row:selected { + background-color: rgba(143, 188, 187, 0.75); } + .nautilus-window .sidebar .list-row:selected:hover { + background-color: rgba(143, 188, 187, 0.9); } + .nautilus-window .sidebar .list-row:hover { + background-color: rgba(59, 66, 82, 0.5); } + .nautilus-window .sidebar .list-row:hover:active { + background-color: rgba(143, 188, 187, 0.9); } +.nautilus-window.background { + background-color: rgba(53, 59, 73, 0.95); } + .nautilus-window.background:backdrop { + background-color: rgba(53, 59, 73, 0.95); } +.nautilus-window notebook > stack:only-child { + background-color: #3b4252; } + .nautilus-window notebook > stack:only-child:backdrop { + background-color: #3d4455; } +.nautilus-window searchbar { + border-top: 1px solid rgba(0, 0, 0, 0.12); } +.nautilus-window .searchbar-container { + margin-top: -1px; } + +.nautilus-circular-button { + border-radius: 20px; + -gtk-outline-radius: 20px; } + +.disk-space-display { + border: 2px solid; } + .disk-space-display .unknown { + background-color: #888a85; + border-color: #555653; } + .disk-space-display .used { + background-color: #9FB0B9; + border-color: #667f8c; } + .disk-space-display .free { + background-color: #D8D8D8; + border-color: #a5a5a5; } + +.nautilus-desktop { + color: #d8dee9; } + .nautilus-desktop .nautilus-canvas-item { + border-radius: 5px; + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop .nautilus-canvas-item:active { + color: #d8dee9; + text-shadow: none; } + .nautilus-desktop .nautilus-canvas-item:hover { + color: #d8dee9; + text-shadow: none; } + .nautilus-desktop .nautilus-canvas-item:selected { + color: #2e3440; + text-shadow: none; } + .nautilus-desktop .nautilus-canvas-item .dim-label:selected, .nautilus-desktop .nautilus-canvas-item label.separator:selected, .nautilus-desktop .nautilus-canvas-item .titlebar .subtitle:selected, .titlebar .nautilus-desktop .nautilus-canvas-item .subtitle:selected, + .nautilus-desktop .nautilus-canvas-item headerbar .subtitle:selected, + headerbar .nautilus-desktop .nautilus-canvas-item .subtitle:selected { + color: #2e3440; } + .nautilus-desktop .nautilus-list .dim-label:selected, .nautilus-desktop .nautilus-list label.separator:selected, .nautilus-desktop .nautilus-list .titlebar .subtitle:selected, .titlebar .nautilus-desktop .nautilus-list .subtitle:selected, + .nautilus-desktop .nautilus-list headerbar .subtitle:selected, + headerbar .nautilus-desktop .nautilus-list .subtitle:selected { + color: #2e3440; } + +/********* + * Gedit * + *********/ +.gedit-search-slider { + padding: 4px; + border-radius: 0 0 3px 3px; + border: 0; + background-color: #434c5e; } + +/********* + * Gnucash * +*********/ +#gnc-id-main-window entry.gnc-class-register-foreground { + background: transparent; + border: none; + box-shadow: none; } +#gnc-id-main-window .arrow.button.toggle { + transition: none; + box-shadow: none; } + #gnc-id-main-window .arrow.button.toggle:hover { + border-color: #8fbcbb; } + +/******************* + * Calendar events * +********************/ +.color-light label, .color-light.timed label { + color: #2e3440; + opacity: 1; } + +/******** + * Gala * + *******/ +.gala-notification { + border-width: 0; + border-radius: 2px; + color: white; + border: 1px solid #3b4252; + background-color: #3b4252; } + .gala-notification .title, + .gala-notification .label { + color: #d8dee9; } + +.gala-button { + padding: 3px; + color: #3b4252; + border: none; + border-radius: 50%; + background-image: linear-gradient(to bottom, #7e7e7e, #3e3e3e); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.98), inset 0 1px 0 0 rgba(255, 255, 255, 0.93), inset 0 -1px 0 0 rgba(255, 255, 255, 0.99), 0 0 0 1px rgba(0, 0, 0, 0.6), 0 3px 6px rgba(0, 0, 0, 0.84), 0 3px 6px rgba(0, 0, 0, 0.77); + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } + +/********** + * Notify * + *********/ +.notify { + /*-notify-shadow: 0px 2px 18px transparentize(black, 0.60);*/ + border-radius: 5px; + border: 1px solid rgba(0, 0, 0, 0.7); + background-color: rgba(59, 66, 82, 0.05); } + +/*************** + * SwitchBoard * + ***************/ +.category-label { + font-weight: bold; + color: #d8dee9; } + +/************* + * Slingshot * + ************/ +.button.app { + border: none; + border-radius: 0; + box-shadow: none; + background-image: none; } + .button.app .app:hover { + border-radius: 8px; + border: none; + background-color: rgba(143, 188, 187, 0.3); + color: white; } + .button.app .app:focus { + /*background-color: transparentize(black, 0.20);*/ } + +.search-item { + border-radius: 0; + border: none; + color: #d8dee9; + background: none; } + .search-item:hover, .search-item:focus { + border-radius: 0; + background-color: rgba(143, 188, 187, 0.3); + color: #2e3440; } + +.search-entry-large, +.search-entry-large:focus { + border: none; + font-size: 18px; + font-weight: 300; + background-image: none; + background: none; + box-shadow: none; + border-radius: 0; } + +.search-category-header { + font-weight: bold; + color: #d8dee9; } + +/********* + * Panel * + ********/ +.panel { + background-color: transparent; + transition: all 100ms ease-in-out; } + .panel.maximized { + background-color: #2e3440; } + .panel.translucent { + background-color: rgba(46, 52, 64, 0.5); } + .panel.color-light.translucent { + background-color: rgba(216, 222, 233, 0.85); } + +menubar.panel, +.panel menubar { + box-shadow: none; + border: none; } + +.composited-indicator > revealer, +.composited-indicator > revealer image, +.composited-indicator > revealer label, +.composited-indicator > revealer spinner { + color: #d8dee9; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); + transition: all 200ms ease-in-out; + -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); } +.composited-indicator > revealer image:first-child + label { + margin-left: 5px; } + +.panel.color-light .composited-indicator > revealer, +.panel.color-light .composited-indicator > revealer image, +.panel.color-light .composited-indicator > revealer label, +.panel.color-light .composited-indicator > revealer spinner { + color: rgba(0, 0, 0, 0.6); + text-shadow: 0 1px rgba(255, 255, 255, 0.1); + -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.1); } + +/************** + * Calculator * + **************/ +PantheonCalculatorMainWindow { + border-radius: 0 0 4px 4px; } + PantheonCalculatorMainWindow .window-frame { + border-radius: 3px; } + +/********* + * Cards * + *********/ +.deck { + background-color: #323946; } + +.card { + background-color: #3b4252; + border: none; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.2); + transition: all 150ms ease-in-out; } + +.card.collapsed { + background-color: #303643; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.2); } + +/********* + * Noise * + *********/ +NoiseLibraryWindow { + border-radius: 0 0 4px 4px; } + NoiseLibraryWindow .action-bar { + border-radius: 0 0 4px 4px; } + NoiseLibraryWindow .window-frame { + border-radius: 3px; } + +/******** + * Snap * + ********/ +SnapMainWindow .take-button, +SnapSnapWindow .take-button { + border-radius: 0; } + +/******************* + * Photos/Shotwell * + *******************/ +DirectWindow .the-button-in-the-combobox, +LibraryWindow .the-button-in-the-combobox { + background: none; } + +.checkerboard-layout { + background-color: #434c5e; + background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)); + background-size: 24px 24px; + background-position: 0 0, 12px 12px; } + +.checkboard-layout .item { + background-color: #d8dee9; } + +/********* +* Avatar * +*********/ +.avatar { + border: 1px solid rgba(0, 0, 0, 0.23); + border-radius: 50%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.23); } + +/**level bars**/ +.sidebar .source-list.view.level-bar, .sidebar iconview.source-list.level-bar, .sidebar .source-list.view.level-bar:selected, .sidebar iconview.source-list.level-bar:selected, .sidebar .source-list.view.level-bar:selected:focus, .sidebar iconview.source-list.level-bar:selected:focus { + background: linear-gradient(to right, #4e586d, #4e586d); + border: 1px solid rgba(0, 0, 0, 0.14); + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); + border-radius: 2px; } +.sidebar .source-list.view.level-bar.fill-block, .sidebar iconview.source-list.level-bar.fill-block { + border: none; } +.sidebar .source-list.view.fill-block, .sidebar iconview.source-list.fill-block, .sidebar .source-list.view.fill-block:hover, .sidebar iconview.source-list.fill-block:hover, .sidebar .source-list.view.fill-block:selected, .sidebar iconview.source-list.fill-block:selected, .sidebar .source-list.view.fill-block:selected:focus, .sidebar iconview.source-list.fill-block:selected:focus { + background: linear-gradient(to right, #ebcb8b, #ebcb8b); } + +/************************** + * Colors in context menu * +**************************/ +checkbutton.color-button { + border: 1px solid #232831; + border-radius: 100px; + background-clip: border-box; + padding: 0; + margin: 2px 1px; } + checkbutton.color-button > check { + -gtk-icon-source: none; + background: none; + margin-right: 0; + padding: 2px; } + checkbutton.color-button.none > check { + background-color: transparent; + border-radius: 100px; + -gtk-icon-source: -gtk-icontheme("close-symbolic"); } + +radiobutton.color-button > radio { + -gtk-icon-source: none; + margin-right: 0; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 100px; + background-clip: border-box; } +radiobutton.color-button:active > radio { + border: 1px solid rgba(0, 0, 0, 0.35); } + +.color-button check, +.color-button check:checked, +.color-button radio, +.color-button radio:checked { + background-image: none; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 50%; + color: #3b4252; + -gtk-icon-source: -gtk-icontheme("check-active-symbolic"); } +.color-button.red check, .color-button.red radio, s +.color-button.strawberry check, .color-button.strawberry radio { + background-color: @STRAWBERRY_300; + -gtk-icon-shadow: 0 1px 1px @STRAWBERRY_500; } +.color-button.orange check, .color-button.orange radio { + background-color: @ORANGE_300; + -gtk-icon-shadow: 0 1px 1px @ORANGE_500; } +.color-button.yellow check, .color-button.yellow radio, .color-button.banana check, .color-button.banana radio { + background-color: @BANANA_500; + -gtk-icon-shadow: 0 1px 1px @BANANA_700; } +.color-button.green check, .color-button.green radio, .color-button.lime check, .color-button.lime radio { + background-color: @LIME_500; + -gtk-icon-shadow: 0 1px 1px @LIME_700; } +.color-button.blue check, .color-button.blue radio, .color-button.blueberry check, .color-button.blueberry radio { + background-color: @BLUEBERRY_500; + -gtk-icon-shadow: 0 1px 1px @BLUEBERRY_700; } +.color-button.purple check, .color-button.purple radio, .color-button.grape check, .color-button.grape radio { + background-color: @GRAPE_500; + -gtk-icon-shadow: 0 1px 1px @GRAPE_700; } +.color-button.brown check, .color-button.brown radio, .color-button.cocoa check, .color-button.cocoa radio { + background-color: @COCOA_300; + -gtk-icon-shadow: 0 1px 1px @COCOA_500; } +.color-button.mint check, .color-button.mint radio { + background-color: @MINT_500; + -gtk-icon-shadow: 0 1px 1px @MINT_700; } +.color-button.pink check, .color-button.pink radio, .color-button.bubblegum check, .color-button.bubblegum radio { + background-color: @BUBBLEGUM_500; + -gtk-icon-shadow: 0 1px 1px @BUBBLEGUM_700; } +.color-button.slate check, .color-button.slate radio { + background-color: @SLATE_300; + -gtk-icon-shadow: 0 1px 1px @SLATE_500; } +.color-button.auto radio { + background-image: url("assets/color-button-auto.png"); + background-position: -1px -1px; + background-repeat: no-repeat; + background-size: calc(100% + 2px); } + +.xfce4-panel.panel { + background-color: #2e3440; + text-shadow: none; + -gtk-icon-shadow: none; } + +#tasklist-button { + color: rgba(216, 222, 233, 0.8); + border-radius: 0; + border: none; + background-color: rgba(46, 52, 64, 0); } + #tasklist-button:hover { + color: #f9fafb; + background-color: rgba(0, 0, 0, 0.17); } + #tasklist-button:checked { + color: white; + background-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #8fbcbb; } + +.xfce4-panel.panel button.flat { + color: #d8dee9; + border-radius: 0; + border: none; + background-color: rgba(46, 52, 64, 0); } + .xfce4-panel.panel button.flat:hover { + border: none; + background-color: #434c5e; } + .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked { + color: #2e3440; + border: none; + background-color: #8fbcbb; } + .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image { + color: inherit; } + +#whiskermenu-window button { + background-color: transparent; + border: none; + border-radius: 0; + font-weight: normal; + padding: 3px; + margin: 1px 2px; } + #whiskermenu-window button:hover, #whiskermenu-window button:checked { + background-color: #8fbcbb; } + +/******** +* Unity * +*********/ +/* Unity window border color */ +/* Unity window text color */ +/* Backdrop Unity window text color */ +/* Unity panel color #454D50 */ +UnityDecoration { + /* Border properties (top, right, bottom, left) */ + -UnityDecoration-extents: 28px 1px 1px 1px; + /* the size of the decorations */ + -UnityDecoration-input-extents: 10px; + /* the extra size of the input areas */ + /* Shadows settings */ + -UnityDecoration-shadow-offset-x: 1px; + /* Size property, the shadow x offset */ + -UnityDecoration-shadow-offset-y: 1px; + /* Size property, the shadow y offset */ + -UnityDecoration-active-shadow-color: rgba 0, 0, 0, 0.647; + /* Color property, active window shadow color */ + -UnityDecoration-active-shadow-radius: 8px; + /* Size property, active window shadow radius */ + -UnityDecoration-inactive-shadow-color: rgba 0, 0, 0, 0.647; + /* Color property, inactive windows shadow color */ + -UnityDecoration-inactive-shadow-radius: 5px; + /* Size property, inactive windows shadow radius */ + /* Glow applied to the selected scaled window */ + -UnityDecoration-glow-size: 8px; + /* Size property, size of glow */ + -UnityDecoration-glow-color: #8fbcbb; + /* Color property of the glow */ + /* Title settings */ + -UnityDecoration-title-indent: 10px; + /* Size property, left indent of the title */ + -UnityDecoration-title-fade: 35px; + /* Size property, space of the title that can be faded */ + -UnityDecoration-title-alignment: 0.0; + /* Float from 0.0 to 1.0, to align the title */ + background-color: #eeeeee; + color: #31363D; } + UnityDecoration .top { + padding: 0 5px 0 5px; + border-radius: 4px 4px 0px 0px; + box-shadow: none; + border: 1px solid #eeeeee; + border-bottom-width: 0; + background-color: #eeeeee; + color: #31363D; + border-top: 1px solid rgba(255, 255, 255, 0.1); } + UnityDecoration .top:backdrop { + border-bottom-width: 0; + color: #1a1d21; + border-top: 1px solid rgba(255, 255, 255, 0.1); } + UnityDecoration .top .menuitem { + color: #31363D; } + UnityDecoration .top .menuitem:backdrop { + color: #1a1d21; } + +UnityDecoration.left, +UnityDecoration.right { + background-repeat: repeat-x; + background-color: #ececec; + background-size: 1px 120px; + background-clip: border-box; + background-image: linear-gradient(to bottom, #eeeeee, #ececec); } + +UnityDecoration.bottom { + background-size: 1px; + background-repeat: repeat-x; + background-color: #ececec; } + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop, +UnityDecoration.bottom:backdrop { + background-size: 1px; + background-repeat: repeat-x; } + +/************** +* Unity Panel * +***************/ +UnityPanelWidget, +.unity-panel { + background-color: #d5d5d5; + color: #31363D; } + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #1a1d21; } + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 0 1px; + color: #31363D; } + +.unity-panel.menubar, +.unity-panel .menubar { + color: #31363D; } + +.unity-panel.menu.menubar, +.unity-panel .menu .menubar { + background-color: #d5d5d5; + color: #31363D; } + +.unity-panel.menubar:backdrop, +.unity-panel .menubar *:backdrop { + color: #8e95a4; } + +.unity-panel.menubar.menuitem, +.unity-panel.menubar .menuitem { + padding: 3px 5px; + border-width: 1px; + border-style: solid; + border: none; + background: none; + color: #31363D; + box-shadow: none; } + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem:hover { + border-radius: 0; + background-color: #ebebeb; + color: #31363D; + box-shadow: none; } + +.unity-panel.menubar .menuitem *:hover { + color: white; + box-shadow: none; } + +.unity-panel.menubar .menuitem.separator, +.unity-panel.menubar.menuitem.separator { + border: none; + color: #232831; } + +/* Force Quit */ +SheetStyleDialog.unity-force-quit { + background-color: #3b4252; } + +@keyframes playbackmenuitem_spinner { + to { + -gtk-icon-transform: rotate(1turn); } } +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: #8fbcbb; } + +MsdOsdWindow.background.osd { + border-radius: 2px; + border: 1px solid #232831; } + MsdOsdWindow.background.osd .progressbar { + background-color: #8fbcbb; + border: none; + border-color: #8fbcbb; + border-radius: 5px; } + MsdOsdWindow.background.osd .trough { + background-color: rgba(29, 33, 40, 0.93); + border: none; + border-radius: 5px; } + +/*********************** + * App-Specific Styles * + ***********************/ +/********* + * Geary * + *********/ +.geary-titlebar-left .separator, +.geary-titlebar-right .separator { + opacity: 0; } + +ConversationListView { + -GtkTreeView-grid-line-width: 0; } + ConversationListView .view:active, ConversationListView iconview:active, ConversationListView .view:selected, ConversationListView iconview:selected { + background-color: #8fbcbb; + color: #2e3440; } + ConversationListView .view:active:backdrop, ConversationListView iconview:active:backdrop, ConversationListView .view:selected:backdrop, ConversationListView iconview:selected:backdrop { + background-color: rgba(143, 188, 187, 0.6); + color: rgba(46, 52, 64, 0.5); } + ConversationListView .view .cell, ConversationListView iconview .cell { + border: solid rgba(0, 0, 0, 0.2); + border-width: 0 0 1px 0; } + ConversationListView .view .cell:selected, ConversationListView iconview .cell:selected { + color: #2e3440; + border: 0px solid #6fa9a8; } + +/*********** + * LightDm * + ***********/ +#panel_window { + background-color: #2e3440; + color: #d8dee9; + font-weight: bold; + box-shadow: inset 0 -1px #1f232b; } + #panel_window .menubar, + #panel_window .menubar > .menuitem + menubar, + #panel_window menubar > menuitem { + background-color: transparent; + color: #d8dee9; + font-weight: bold; } + #panel_window .menubar .menuitem:disabled, + #panel_window menubar menuitem:disabled { + color: rgba(216, 222, 233, 0.5); } + #panel_window .menubar .menuitem:disabled GtkLabel, + #panel_window menubar menuitem:disabled GtkLabel { + color: inherit; } + #panel_window .menubar .menuitem:disabled label, + #panel_window menubar menuitem:disabled label { + color: inherit; } + #panel_window .menubar .menu > .menuitem, + #panel_window menubar menu > menuitem { + font-weight: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font-weight: normal; + border-style: none; + background-color: transparent; + color: #d8dee9; } + +#content_frame { + padding-bottom: 14px; + background-color: #434c5e; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame button { + font-weight: normal; + color: #d8dee9; + background-color: #3c4454; + text-shadow: none; } + #content_frame button:hover { + color: #d8dee9; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #3b4252; + text-shadow: none; } + #content_frame button:active, #content_frame button:checked { + color: #d8dee9; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + #content_frame button:disabled { + color: #b9bfcb; + border-color: rgba(35, 40, 49, 0.3); + background-color: #404859; + text-shadow: none; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #353c4a; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; } + +#buttonbox_frame button { + color: #d8dee9; + border-color: #232831; + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + #buttonbox_frame button:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(65, 74, 91, 0.93), rgba(65, 74, 91, 0.93)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + #buttonbox_frame button:active, #buttonbox_frame button:checked { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(52, 59, 73, 0.93), rgba(52, 59, 73, 0.93)); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); } + #buttonbox_frame button:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + +#login_window #user_combobox { + color: #d8dee9; + font-size: 13px; } + #login_window #user_combobox .menu, + #login_window #user_combobox menu { + font-weight: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#greeter_infobar { + border-bottom-width: 0; + font-weight: bold; } + +.nemo-window .places-treeview { + -NemoPlacesTreeView-disk-full-bg-color: #4e586d; + -NemoPlacesTreeView-disk-full-fg-color: #ebcb8b; + -GtkTreeView-vertical-separator: 10; } + .nemo-window .places-treeview .view.cell:hover, .nemo-window .places-treeview iconview.cell:hover, + .nemo-window .places-treeview iconview.cell:hover { + background: rgba(40, 45, 55, 0.7); } + .nemo-window .places-treeview .view.cell:selected, .nemo-window .places-treeview iconview.cell:selected, + .nemo-window .places-treeview iconview.cell:selected { + background: #8fbcbb; + color: #2e3440; } +.nemo-window .sidebar { + background-color: #2e3440; } + .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar .iconview, .nemo-window .sidebar row { + color: #98abb2; + background-color: transparent; } +.nemo-window .nemo-window-pane widget.entry { + background-clip: padding-box; + min-height: 28px; + padding: 5px; + color: #d8dee9; + border: 1px solid #232831; + border-radius: 3px; + box-shadow: inset 0 1px rgba(0, 0, 0, 0.9), inset 1px 0 rgba(0, 0, 0, 0.96), inset -1px 0 rgba(0, 0, 0, 0.96), inset 0 -1px rgba(0, 0, 0, 0.98), 0 1px rgba(255, 255, 255, 0.6); } + .nemo-window .nemo-window-pane widget.entry:selected { + background-color: #8fbcbb; + color: #2e3440; } +.nemo-window toolbar.primary-toolbar { + margin-bottom: -1px; + background: #353c4a; } + .nemo-window toolbar.primary-toolbar button { + color: #d8dee9; + border-radius: 4px; + text-shadow: none; + box-shadow: none; + border: 1px solid #232831; + background-color: #2e3440; + min-height: 24px; + padding: 3px; } + .nemo-window toolbar.primary-toolbar button:hover { + color: #2e3440; + text-shadow: none; + background-color: rgba(143, 188, 187, 0.7); } + .nemo-window toolbar.primary-toolbar button:selected, .nemo-window toolbar.primary-toolbar button:active, .nemo-window toolbar.primary-toolbar button:checked { + color: #2e3440; + outline-color: rgba(46, 52, 64, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + .nemo-window toolbar.primary-toolbar button:selected:backdrop, .nemo-window toolbar.primary-toolbar button:active:backdrop, .nemo-window toolbar.primary-toolbar button:checked:backdrop { + color: rgba(46, 52, 64, 0.5); + background-color: rgba(143, 188, 187, 0.6); + text-shadow: none; + box-shadow: none; } + .nemo-window toolbar.primary-toolbar button:backdrop, .nemo-window toolbar.primary-toolbar button:disabled, .nemo-window toolbar.primary-toolbar button:backdrop:disabled { + color: rgba(216, 222, 233, 0.2); + background-color: #2e3440; + text-shadow: none; + box-shadow: none; } +.nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview, +.nemo-window .nemo-inactive-pane iconview { + background-color: #353b49; } + +/* thunar */ +.thunar toolbar { + background-color: #353c4a; } + +/* buttons in toolbar */ +.thunar toolbar.horizontal button image { + -gtk-icon-transform: scale(0.72); } + +scrolledwindow.sidebar treeview.view { + background: #2a2f3a; + padding: 1.5px; } + +/* path-bar of thunar */ +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button, +.thunar toolbar .path-bar-button { + color: #d8dee9; + border-radius: 4px; + text-shadow: none; + box-shadow: none; + border: 1px solid #232831; + background-color: #2e3440; + border-radius: 0; + border-right: 0.5px solid #232831; + box-shadow: none; + min-height: 20px; + padding: 3px 4px; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:first-child, + .thunar toolbar .path-bar-button:first-child { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:last-child, + .thunar toolbar .path-bar-button:last-child { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + border-right-style: solid; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:only-child, + .thunar toolbar .path-bar-button:only-child { + border-radius: 4px; + border-style: solid; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:hover, + .thunar toolbar .path-bar-button:hover { + color: #8fbcbb; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:checked, + .thunar toolbar .path-bar-button:checked { + color: #fff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(143, 188, 187, 0.7); + text-shadow: none; } +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .toggle.path-bar-button:hover, +.thunar toolbar .toggle.path-bar-button:hover { + color: #fff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(143, 188, 187, 0.7); + text-shadow: none; } + +/* thunar sidepane */ +window.thunar paned > scrolledwindow treeview.view:hover, window.thunar paned > scrolledwindow treeview.view:selected { + background: rgba(143, 188, 187, 0.7); + color: #2e3440; + border-radius: 0; + box-shadow: none; } + +.caja-notebook .entry { + background: #3b4252; + color: #d8dee9; } + .caja-notebook .entry:selected { + background: #8fbcbb; + color: #2e3440; } + +/*# sourceMappingURL=gtk-dark.css.map */ diff --git a/.themes/Nordic/gtk-3.0/gtk.css b/.themes/Nordic/gtk-3.0/gtk.css new file mode 100755 index 0000000..af05d25 --- /dev/null +++ b/.themes/Nordic/gtk-3.0/gtk.css @@ -0,0 +1,6280 @@ +/*$selected_bg_color: #00e8c6;06d6a0*/ +/* GTK NAMED COLORS + ---------------- + use responsibly! */ +/* widget text/foreground color */ +@define-color theme_fg_color #d8dee9; +/* text color for entries, views and content in general */ +@define-color theme_text_color #d8dee9; +/* widget base background color */ +@define-color theme_bg_color #434c5e; +/* text widgets and the like base background color */ +@define-color theme_base_color #3b4252; +/* base background color of selections */ +@define-color theme_selected_bg_color #8fbcbb; +/* text/foreground color of selections */ +@define-color theme_selected_fg_color #fff; +/* base background color of disabled widgets */ +@define-color insensitive_bg_color #404859; +/* text foreground color of disabled widgets */ +@define-color insensitive_fg_color #8e95a4; +/* disabled text widgets and the like base background color */ +@define-color insensitive_base_color #3b4252; +/* widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color #8e95a4; +/* text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color #d8dee9; +/* widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #434c5e; +/* text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color #3d4455; +/* base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #8fbcbb; +/* text/foreground color of selections on backdrop windows */ +@define-color theme_unfocused_selected_fg_color #2e3440; +/* widgets main borders color */ +@define-color borders #232831; +/* widgets main borders color on backdrop windows */ +@define-color unfocused_borders #262c36; +/* these are pretty self explicative */ +@define-color warning_color #c3674a; +@define-color error_color #b84f59; +@define-color success_color #63adc2; +@define-color fg_color #d8dee9; +@define-color text_color #d8dee9; +@define-color bg_color #434c5e; +@define-color base_color #3b4252; +@define-color selected_bg_color #8fbcbb; +@define-color selected_fg_color #fff; +@define-color unfocused_fg_color #8e95a4; +@define-color unfocused_text_color #d8dee9; +@define-color unfocused_bg_color #434c5e; +@define-color unfocused_base_color #3d4455; +@define-color unfocused_selected_bg_color #8fbcbb; +@define-color unfocused_selected_fg_color #2e3440; +/* these colors are exported for the window manager and shouldn't be used in applications, +read if you used those and something break with a version upgrade you're on your own... */ +@define-color wm_title shade(#d8dee9, 1.8); +@define-color wm_unfocused_title #8e95a4; +@define-color wm_highlight rgba(0, 0, 0, 0); +@define-color wm_borders_edge rgba(255, 255, 255, 0.1); +@define-color wm_bg_a shade(#434c5e, 1.2); +@define-color wm_bg_b #434c5e; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_border alpha(black, 0.18); +@define-color wm_button_hover_color_a shade(#434c5e, 1.3); +@define-color wm_button_hover_color_b #434c5e; +@define-color wm_button_active_color_a shade(#434c5e, 0.85); +@define-color wm_button_active_color_b shade(#434c5e, 0.89); +@define-color wm_button_active_color_c shade(#434c5e, 0.9); +@define-color content_view_bg #3b4252; +@define-color text_view_bg #3b4252; +@define-color budgie_tasklist_indicator_color #8fbcbb; +@define-color budgie_tasklist_indicator_color_active #8fbcbb; +@define-color placeholder_text_color #b9bfcb; +@define-color STRAWBERRY_100 #ff8c82; +@define-color STRAWBERRY_300 #ed5353; +@define-color STRAWBERRY_500 #c6262e; +@define-color STRAWBERRY_700 #a10705; +@define-color STRAWBERRY_900 #7a0000; +@define-color ORANGE_100 #ffc27d; +@define-color ORANGE_300 #ffa154; +@define-color ORANGE_500 #f37329; +@define-color ORANGE_700 #cc3b02; +@define-color ORANGE_900 #a62100; +@define-color BANANA_100 #fff394; +@define-color BANANA_300 #ffe16b; +@define-color BANANA_500 #f9c440; +@define-color BANANA_700 #d48e15; +@define-color BANANA_900 #ad5f00; +@define-color LIME_100 #d1ff82; +@define-color LIME_300 #9bdb4d; +@define-color LIME_500 #68b723; +@define-color LIME_700 #3a9104; +@define-color LIME_900 #206b00; +@define-color MINT_100 #89ffdd; +@define-color MINT_300 #43d6b5; +@define-color MINT_500 #28bca3; +@define-color MINT_700 #0e9a83; +@define-color MINT_900 #007367; +@define-color BLUEBERRY_100 #8cd5ff; +@define-color BLUEBERRY_300 #64baff; +@define-color BLUEBERRY_500 #3689e6; +@define-color BLUEBERRY_700 #0d52bf; +@define-color BLUEBERRY_900 #002e99; +@define-color BUBBLEGUM_100 #fe9ab8; +@define-color BUBBLEGUM_300 #f4679d; +@define-color BUBBLEGUM_500 #de3e80; +@define-color BUBBLEGUM_700 #bc245d; +@define-color BUBBLEGUM_900 #910e38; +@define-color GRAPE_100 #e4c6fa; +@define-color GRAPE_300 #cd9ef7; +@define-color GRAPE_500 #a56de2; +@define-color GRAPE_700 #7239b3; +@define-color GRAPE_900 #452981; +@define-color COCOA_100 #a3907c; +@define-color COCOA_300 #8a715e; +@define-color COCOA_500 #715344; +@define-color COCOA_700 #57392d; +@define-color COCOA_900 #3d211b; +@define-color SILVER_100 #fafafa; +@define-color SILVER_300 #d4d4d4; +@define-color SILVER_500 #abacae; +@define-color SILVER_700 #7e8087; +@define-color SILVER_900 #555761; +@define-color SLATE_100 #95a3ab; +@define-color SLATE_300 #667885; +@define-color SLATE_500 #485a6c; +@define-color SLATE_700 #273445; +@define-color SLATE_900 #0e141f; +@define-color BLACK_100 #666; +@define-color BLACK_300 #4d4d4d; +@define-color BLACK_500 #333; +@define-color BLACK_700 #1a1a1a; +@define-color BLACK_900 #000; +/***************** +* Drawing mixins * +*****************/ +/********* +* Common * +*********/ +* { + padding: 0; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #b84f59; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkToolItemGroup-expander-size: 11; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 24; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 0; + outline-color: rgba(216, 222, 233, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + -gtk-outline-radius: 2px; + -gtk-secondary-caret-color: #8fbcbb; } + +/*********** + * Widgets * + ***********/ +/*************** +* Action bars * +***************/ +.action-bar { + background-color: #2e3440; + border: solid #232831; + border-width: 1px 0 0 0; + color: #d8dee9; + box-shadow: none; } + .action-bar:backdrop { + background-color: #2e3440; + box-shadow: none; + -gtk-icon-effect: dim; } + .action-bar:first-child { + border-radius: 6px 6px 0px 0px; + border-width: 1px 1px 0px 1px; } + .action-bar:last-child { + border-radius: 0 0 6px 6px; + border-width: 0px 1px 1px 1px; } + +/********************* + * App Notifications * + *********************/ +.app-notification, +.app-notification.frame { + padding: 10px; + border-radius: 0 0 5px 5px; + background-color: rgba(40, 45, 55, 0.93); + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); + background-clip: padding-box; } + .app-notification:backdrop, + .app-notification.frame:backdrop { + background-image: none; + transition: 200ms ease-out; } + .app-notification border, + .app-notification.frame border { + border: none; } + +/*************** + * Base States * + ***************/ +.background { + color: #d8dee9; + background-color: #434c5e; } + .background:backdrop { + color: #8e95a4; + background-color: #434c5e; + text-shadow: none; + -gtk-icon-shadow: none; } + +/* + These wildcard seems unavoidable, need to investigate. + Wildcards are bad and troublesome, use them with care, + or better, just don't. + Everytime a wildcard is used a kitten dies, painfully. +*/ +*:disabled { + -gtk-icon-effect: dim; } + +.gtkstyle-fallback { + color: #d8dee9; + background-color: #434c5e; } + .gtkstyle-fallback:hover { + color: #d8dee9; + background-color: #58647c; } + .gtkstyle-fallback:active { + color: #d8dee9; + background-color: #2e3440; } + .gtkstyle-fallback:disabled { + color: #8e95a4; + background-color: #404859; } + .gtkstyle-fallback:selected { + color: #2e3440; + background-color: #8fbcbb; } + +.view, iconview, +.view text, +iconview text, +textview text { + color: #d8dee9; + background-color: #3b4252; } + .view:backdrop, iconview:backdrop, + .view text:backdrop, + iconview text:backdrop, + textview text:backdrop { + color: #b9bfcb; + background-color: #3d4455; } + .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, + .view text:selected:focus, + iconview text:selected:focus, + textview text:selected:focus, + .view text:selected, + iconview text:selected, + textview text:selected { + border-radius: 3px; } + +textview border { + background-color: #3f4758; } + +.rubberband, +rubberband, +flowbox rubberband, +.content-view rubberband, +treeview.view rubberband { + border: 1px solid #6fa9a8; + background-color: rgba(111, 169, 168, 0.2); } + +flowbox flowboxchild { + padding: 3px; + border-radius: 3px; } + flowbox flowboxchild:selected { + outline-offset: -2px; } + +label { + caret-color: currentColor; } + label.separator { + color: #d8dee9; } + label.separator:backdrop { + color: #8e95a4; } + label selection { + background-color: #8fbcbb; + color: #2e3440; } + label:disabled { + color: #8e95a4; } + label:disabled:backdrop { + color: #63708b; } + label:backdrop { + color: #8e95a4; } + +.dim-label, label.separator, .titlebar .subtitle, +headerbar .subtitle { + opacity: 0.55; + text-shadow: none; } + +assistant .sidebar { + background-color: #3b4252; + border-top: 1px solid #232831; } + assistant .sidebar:backdrop { + background-color: #3d4455; + border-color: #262c36; } +assistant.csd .sidebar { + border-top-style: none; } +assistant .sidebar label { + padding: 6px 12px; } +assistant .sidebar label.highlight { + background-color: #61697a; } + +.app-notification, +.app-notification.frame, .osd .scale-popup, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .csd popover.background.osd, popover.background.osd, .osd { + color: #d8dee9; + border: none; + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + outline-color: rgba(216, 222, 233, 0.3); + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; } + .app-notification:backdrop, .osd .scale-popup:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, popover.background.osd:backdrop, .osd:backdrop { + text-shadow: none; + -gtk-icon-shadow: none; } + +*:selected { + background: #8fbcbb; + color: #2e3440; } + +/*********** + * Buttons * + ***********/ +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#bfd9d8), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#8fbcbb), to(transparent)); } } +notebook > header > tabs > arrow, +button { + min-height: 20px; + min-width: 16px; + padding: 2px 6px; + border: 1px solid #232831; + border-radius: 4px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + font-weight: normal; + color: #d8dee9; + background-color: #3c4454; + text-shadow: none; } + notebook > header > tabs > arrow, + button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + transition: none; } + notebook > header > tabs > arrow:hover, + button.flat:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 500ms; + color: #2e3440; + outline-color: rgba(46, 52, 64, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + notebook > header > tabs > arrow:hover:active, + button.flat:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + notebook > header > tabs > arrow:hover, + button:hover { + color: #2e3440; + outline-color: rgba(46, 52, 64, 0.3); + background-color: #8fbcbb; + text-shadow: none; + -gtk-icon-effect: highlight; } + notebook > header > tabs > arrow:active, notebook > header > tabs > arrow:checked, + button:active, + button:checked { + color: #2e3440; + outline-color: rgba(46, 52, 64, 0.3); + background-color: #7fb2b1; + text-shadow: none; + transition-duration: 50ms; } + notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:backdrop, + button:backdrop.flat, + button:backdrop { + color: #b9bfcb; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #3d4455; + text-shadow: none; + transition: 200ms ease-out; + -gtk-icon-effect: none; } + notebook > header > tabs > arrow:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, notebook > header > tabs > arrow:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, + button:backdrop.flat:active, + button:backdrop.flat:checked, + button:backdrop:active, + button:backdrop:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(216, 222, 233, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + notebook > header > tabs > arrow:backdrop:active label, notebook > header > tabs > arrow:backdrop:checked label, notebook > header > tabs > arrow:backdrop:active label, notebook > header > tabs > arrow:backdrop:checked label, + button:backdrop.flat:active label, + button:backdrop.flat:checked label, + button:backdrop:active label, + button:backdrop:checked label { + color: rgba(46, 52, 64, 0.7); } + notebook > header > tabs > arrow:backdrop:disabled, notebook > header > tabs > arrow:backdrop:disabled, + button:backdrop.flat:disabled, + button:backdrop:disabled { + color: #b9bfcb; + border-color: rgba(35, 40, 49, 0.3); + background-color: #404859; + text-shadow: none; } + notebook > header > tabs > arrow:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, notebook > header > tabs > arrow:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, + button:backdrop.flat:disabled:active, + button:backdrop.flat:disabled:checked, + button:backdrop:disabled:active, + button:backdrop:disabled:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(216, 222, 233, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:disabled, notebook > header > tabs > arrow:backdrop:disabled, + button.flat:backdrop, + button.flat:disabled, + button.flat:backdrop:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; } + notebook > header > tabs > arrow:disabled, + button:disabled { + color: #b9bfcb; + border-color: rgba(35, 40, 49, 0.3); + background-color: #404859; + text-shadow: none; } + notebook > header > tabs > arrow:disabled:active, notebook > header > tabs > arrow:disabled:checked, + button:disabled:active, + button:disabled:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(216, 222, 233, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + notebook > header > tabs > arrow:disabled:active label, notebook > header > tabs > arrow:disabled:checked label, + button:disabled:active label, + button:disabled:checked label { + color: rgba(46, 52, 64, 0.7); } + notebook > header > tabs > arrow.image-button, + button.image-button { + min-width: 24px; + padding-left: 4px; + padding-right: 4px; } + notebook > header > tabs > arrow.image-button.circular, notebook > header > tabs > arrow.image-button.sidebar-button, + button.image-button.circular, + button.image-button.sidebar-button { + padding: 6px 4px; + border-radius: 50px; + box-shadow: none; } + notebook > header > tabs > arrow.text-button, + button.text-button { + padding-left: 16px; + padding-right: 16px; } + notebook > header > tabs > arrow.text-button.image-button, + button.text-button.image-button { + padding-left: 8px; + padding-right: 8px; + border-radius: 2px; } + notebook > header > tabs > arrow.text-button.image-button label, + button.text-button.image-button label { + padding-left: 8px; + padding-right: 8px; } + combobox:drop(active) button.combo, notebook > header > tabs > arrow:drop(active), + button:drop(active) { + color: #a3be8c; + border-color: #a3be8c; + box-shadow: inset 0 0 0 1px #a3be8c; } +row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled) { + color: #2e3440; + border-color: transparent; } + row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop { + color: #8e95a4; } +button.osd { + min-width: 24px; + min-height: 20px; + color: #d8dee9; + border-radius: 5px; + outline-color: rgba(216, 222, 233, 0.3); + color: #d8dee9; + border-color: #232831; + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); + border: none; + box-shadow: none; } + button.osd.image-button { + min-width: 32px; } + button.osd:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(65, 74, 91, 0.93), rgba(65, 74, 91, 0.93)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); + border: none; + box-shadow: none; } + button.osd:active, + button.osd:checked { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(52, 59, 73, 0.93), rgba(52, 59, 73, 0.93)); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); + border: none; + box-shadow: none; } + button.osd:disabled:backdrop, + button.osd:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; } + button.osd:backdrop { + color: #d8dee9; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(40, 45, 55, 0.93), rgba(40, 45, 55, 0.93)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + border: none; } +.app-notification button, +.app-notification.frame button, .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button, +.osd button { + color: #d8dee9; + border-color: #232831; + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .app-notification button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, + .osd button:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(65, 74, 91, 0.93), rgba(65, 74, 91, 0.93)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .app-notification button:active:backdrop, popover.background.touch-selection button:active:backdrop, popover.background.magnifier button:active:backdrop, .app-notification button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .app-notification button:checked:backdrop, popover.background.touch-selection button:checked:backdrop, popover.background.magnifier button:checked:backdrop, .app-notification button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, + .osd button:active:backdrop, + .osd button:active, + .osd button:checked:backdrop, + .osd button:checked { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(52, 59, 73, 0.93), rgba(52, 59, 73, 0.93)); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); } + .app-notification button:disabled:backdrop, popover.background.touch-selection button:disabled:backdrop, popover.background.magnifier button:disabled:backdrop, .app-notification button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, + .osd button:disabled:backdrop, + .osd button:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button:backdrop, popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, + .osd button:backdrop { + color: #d8dee9; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(40, 45, 55, 0.93), rgba(40, 45, 55, 0.93)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button.flat, popover.background.touch-selection button.flat, popover.background.magnifier button.flat, + .osd button.flat { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + box-shadow: none; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; } + .app-notification button.flat:hover, popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover, + .osd button.flat:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(65, 74, 91, 0.93), rgba(65, 74, 91, 0.93)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .app-notification button.flat:disabled, popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled, + .osd button.flat:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + background-image: none; + border-color: transparent; + box-shadow: none; } + .app-notification button.flat:backdrop, popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.flat:backdrop, + .osd button.flat:backdrop { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; } + .app-notification button.flat:active, popover.background.touch-selection button.flat:active, popover.background.magnifier button.flat:active, .app-notification button.flat:checked, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked, + .osd button.flat:active, + .osd button.flat:checked { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(52, 59, 73, 0.93), rgba(52, 59, 73, 0.93)); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); } +button.suggested-action { + border: none; + box-shadow: none; + color: white; + border-radius: 4px; + background: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + .selection-mode button.titlebutton, button.suggested-action.flat { + box-shadow: none; + color: white; + border-radius: 4px; + background: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + button.suggested-action:hover { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; } + button.suggested-action:active, button.suggested-action:checked { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .selection-mode button.titlebutton:backdrop, button.suggested-action:backdrop, button.suggested-action.flat:backdrop { + color: rgba(255, 255, 255, 0.4); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .selection-mode button.titlebutton:backdrop label, button.suggested-action:backdrop label, button.suggested-action.flat:backdrop label { + color: rgba(255, 255, 255, 0.5); } + .selection-mode button.titlebutton:backdrop:active, .selection-mode button.titlebutton:backdrop:checked, button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked, button.suggested-action.flat:backdrop:active, button.suggested-action.flat:backdrop:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + .selection-mode button.titlebutton:backdrop:active label, .selection-mode button.titlebutton:backdrop:checked label, button.suggested-action:backdrop:active label, button.suggested-action:backdrop:checked label, button.suggested-action.flat:backdrop:active label, button.suggested-action.flat:backdrop:checked label { + color: rgba(46, 52, 64, 0.7); } + .selection-mode button.titlebutton:backdrop:disabled, button.suggested-action:backdrop:disabled, button.suggested-action.flat:backdrop:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .selection-mode button.titlebutton:backdrop:disabled label, button.suggested-action:backdrop:disabled label, button.suggested-action.flat:backdrop:disabled label { + color: rgba(255, 255, 255, 0.5); } + .selection-mode button.titlebutton:backdrop:disabled:active, .selection-mode button.titlebutton:backdrop:disabled:checked, button.suggested-action:backdrop:disabled:active, button.suggested-action:backdrop:disabled:checked, button.suggested-action.flat:backdrop:disabled:active, button.suggested-action.flat:backdrop:disabled:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + .selection-mode button.titlebutton:backdrop, .selection-mode button.titlebutton:disabled, .selection-mode button.titlebutton:backdrop:disabled, button.suggested-action.flat:backdrop, button.suggested-action.flat:disabled, button.suggested-action.flat:backdrop:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(136, 192, 208, 0.8); } + button.suggested-action:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #88c0d0; + text-shadow: none; } + button.suggested-action:disabled:active, button.suggested-action:disabled:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; } + button.suggested-action:disabled:active label, button.suggested-action:disabled:checked label { + color: rgba(46, 52, 64, 0.7); } + .osd button.suggested-action { + color: #d8dee9; + border-color: #232831; + background-color: rgba(136, 192, 208, 0.5); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .osd button.suggested-action:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(136, 192, 208, 0.7), rgba(136, 192, 208, 0.7)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .osd button.suggested-action:active:backdrop, .osd button.suggested-action:active, .osd button.suggested-action:checked:backdrop, .osd button.suggested-action:checked { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, #88c0d0, #88c0d0); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); } + .osd button.suggested-action:disabled:backdrop, .osd button.suggested-action:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.suggested-action:backdrop { + color: #d8dee9; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(136, 192, 208, 0.5), rgba(136, 192, 208, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } +button.destructive-action { + border: none; + box-shadow: none; + color: white; + border-radius: 4px; + background: linear-gradient(to right, #bf616a, #bf616a); } + button.destructive-action.flat { + box-shadow: none; + color: white; + border-radius: 4px; + background: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + button.destructive-action:hover { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; } + button.destructive-action:active, button.destructive-action:checked { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; } + button.destructive-action:backdrop, button.destructive-action.flat:backdrop { + color: rgba(255, 255, 255, 0.4); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; } + button.destructive-action:backdrop label, button.destructive-action.flat:backdrop label { + color: rgba(255, 255, 255, 0.5); } + button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked, button.destructive-action.flat:backdrop:active, button.destructive-action.flat:backdrop:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + button.destructive-action:backdrop:active label, button.destructive-action:backdrop:checked label, button.destructive-action.flat:backdrop:active label, button.destructive-action.flat:backdrop:checked label { + color: rgba(46, 52, 64, 0.7); } + button.destructive-action:backdrop:disabled, button.destructive-action.flat:backdrop:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #a9444e; + text-shadow: none; } + button.destructive-action:backdrop:disabled label, button.destructive-action.flat:backdrop:disabled label { + color: rgba(255, 255, 255, 0.5); } + button.destructive-action:backdrop:disabled:active, button.destructive-action:backdrop:disabled:checked, button.destructive-action.flat:backdrop:disabled:active, button.destructive-action.flat:backdrop:disabled:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + button.destructive-action.flat:backdrop, button.destructive-action.flat:disabled, button.destructive-action.flat:backdrop:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(169, 68, 78, 0.8); } + button.destructive-action:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #a9444e; + text-shadow: none; } + button.destructive-action:disabled:active, button.destructive-action:disabled:checked { + color: rgba(46, 52, 64, 0.7); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; } + button.destructive-action:disabled:active label, button.destructive-action:disabled:checked label { + color: rgba(46, 52, 64, 0.7); } + .osd button.destructive-action { + color: #d8dee9; + border-color: #232831; + background-color: rgba(169, 68, 78, 0.5); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .osd button.destructive-action:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(169, 68, 78, 0.7), rgba(169, 68, 78, 0.7)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .osd button.destructive-action:active:backdrop, .osd button.destructive-action:active, .osd button.destructive-action:checked:backdrop, .osd button.destructive-action:checked { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, #a9444e, #a9444e); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); } + .osd button.destructive-action:disabled:backdrop, .osd button.destructive-action:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd button.destructive-action:backdrop { + color: #d8dee9; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(169, 68, 78, 0.5), rgba(169, 68, 78, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } +.stack-switcher > button { + outline-offset: -3px; } + .stack-switcher > button > label { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > button > image { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > button.text-button { + padding-left: 10px; + padding-right: 10px; } + .stack-switcher > button.image-button { + padding-left: 2px; + padding-right: 2px; } + .stack-switcher > button.needs-attention:active > label, + .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label, + .stack-switcher > button.needs-attention:checked > image { + animation: none; + background-image: none; } +.inline-toolbar button, .inline-toolbar button:backdrop { + border-radius: 2px; + border-width: 1px; } +.primary-toolbar button, .primary-toolbar .raised button { + -gtk-icon-shadow: none; } + .primary-toolbar button:hover, .primary-toolbar button:focus, .primary-toolbar .raised button:hover, .primary-toolbar .raised button:focus { + color: #2e3440; + outline-color: rgba(46, 52, 64, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + +.stack-switcher > button.needs-attention > label, +.stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#bfd9d8), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(0, 0, 0, 0.7474509804)), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > button.needs-attention > label:backdrop, + .stack-switcher > button.needs-attention > image:backdrop, stacksidebar row.needs-attention > label:backdrop { + background-size: 6px 6px, 0 0; } + .stack-switcher > button.needs-attention > label:dir(rtl), + .stack-switcher > button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) { + background-position: left 3px, left 2px; } + +toolbar button:hover { + font-weight: normal; + color: #d8dee9; + background-color: #3c4454; + text-shadow: none; } +toolbar button:active { + font-weight: normal; + color: #d8dee9; + background-color: #3c4454; + text-shadow: none; } + +.inline-toolbar toolbutton > button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; } + .inline-toolbar toolbutton > button:hover { + color: #2e3440; } + .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { + color: #232831; } + .inline-toolbar toolbutton > button:disabled { + color: #b9bfcb; } + .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { + color: rgba(35, 40, 49, 0.3); } + .inline-toolbar toolbutton > button:backdrop { + color: #b9bfcb; } + .inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked { + color: #232831; } + .inline-toolbar toolbutton > button:backdrop:disabled { + color: #b9bfcb; } + .inline-toolbar toolbutton > button:backdrop:disabled:active, .inline-toolbar toolbutton > button:backdrop:disabled:checked { + color: rgba(35, 40, 49, 0.3); } + +toolbar.inline-toolbar toolbutton > button.flat:backdrop, +toolbar.inline-toolbar toolbutton:backdrop > button.flat:backdrop { + border-color: transparent; + box-shadow: none; } + +.inline-toolbar button, .inline-toolbar button:backdrop, .linked > button, .linked > button:hover, .linked > button:active, .linked > button:checked, .linked > button:backdrop, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > +entry, .linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl) { + border: 1px solid #232831; + border-radius: 0; + border-right-style: none; + box-shadow: none; } + .inline-toolbar button:disabled, .linked > button:disabled, .linked:not(.vertical) > spinbutton:disabled:not(.vertical), .linked:not(.vertical) > + entry:disabled, .linked > combobox > box > button.combo:disabled:dir(ltr), .linked > combobox > box > button.combo:disabled:dir(rtl) { + color: #b9bfcb; + border-color: rgba(35, 40, 49, 0.3); + background-color: #404859; + text-shadow: none; + color: #8e95a4; } + +.inline-toolbar button:first-child, .linked > button:first-child, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > +entry:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.inline-toolbar button:last-child, .linked > button:last-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > +entry:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.inline-toolbar button:only-child, .linked > button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > +entry:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > button, .linked.vertical > button:hover, .linked.vertical > button:active, .linked.vertical > button:checked, .linked.vertical > button:backdrop, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > +entry, .linked.vertical > combobox > box > button.combo { + border-style: solid solid none solid; + border-radius: 0; } + +.linked.vertical > button:first-child, .linked.vertical > combobox:first-child > box > button.combo, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > +entry:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > button:last-child, .linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > +entry:last-child { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-style: solid; } +.linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > +entry:only-child { + border-radius: 3px; + border-style: solid; } + +modelbutton.flat, popover.background checkbutton, +popover.background radiobutton, +.menuitem.button.flat, modelbutton.flat:backdrop, popover.background checkbutton:backdrop, +popover.background radiobutton:backdrop, modelbutton.flat:backdrop:hover, popover.background checkbutton:backdrop:hover, +popover.background radiobutton:backdrop:hover, +.menuitem.button.flat:backdrop, +.menuitem.button.flat:backdrop:hover, calendar.button, calendar.button:hover, calendar.button:backdrop, calendar.button:disabled, button:link, +button:visited, button:link:hover, button:link:active, button:link:checked, +button:visited:hover, +button:visited:active, +button:visited:checked, .scale-popup button:hover, .scale-popup button:backdrop:hover, .scale-popup button:backdrop:disabled, .scale-popup button:backdrop { + background-color: transparent; + background-image: none; + border-color: transparent; + box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; } + +/* menu buttons */ +modelbutton.flat, popover.background checkbutton, +popover.background radiobutton, +.menuitem.button.flat { + min-height: 26px; + padding-left: 5px; + padding-right: 5px; + border-radius: 3px; + outline-offset: -2px; } + modelbutton.flat:hover, popover.background checkbutton:hover, + popover.background radiobutton:hover, + .menuitem.button.flat:hover { + background-color: #3f4758; } + modelbutton.flat check:last-child, popover.background checkbutton check:last-child, + popover.background radiobutton check:last-child, + modelbutton.flat radio:last-child, + popover.background checkbutton radio:last-child, + popover.background radiobutton radio:last-child, + .menuitem.button.flat check:last-child, + .menuitem.button.flat radio:last-child { + margin-left: 8px; } + modelbutton.flat check:first-child, popover.background checkbutton check:first-child, + popover.background radiobutton check:first-child, + modelbutton.flat radio:first-child, + popover.background checkbutton radio:first-child, + popover.background radiobutton radio:first-child, + .menuitem.button.flat check:first-child, + .menuitem.button.flat radio:first-child { + margin-right: 8px; } + +modelbutton.flat arrow, popover.background checkbutton arrow, +popover.background radiobutton arrow { + background: none; } + modelbutton.flat arrow:hover, popover.background checkbutton arrow:hover, + popover.background radiobutton arrow:hover { + background: none; } + modelbutton.flat arrow.left, popover.background checkbutton arrow.left, + popover.background radiobutton arrow.left { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } + modelbutton.flat arrow.right, popover.background checkbutton arrow.right, + popover.background radiobutton arrow.right { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + +button.color { + padding: 4px; } + button.color colorswatch:only-child, button.color colorswatch:only-child overlay { + border-radius: 0; } + +notebook button, list button, .view button, iconview button, popover button { + box-shadow: none; } + notebook button:backdrop, list button:backdrop, .view button:backdrop, iconview button:backdrop, popover button:backdrop { + box-shadow: none; } +notebook .linked > button, list .linked > button, .view .linked > button, iconview .linked > button, popover .linked > button { + box-shadow: none; } + +/************ + * Calendar * + ***********/ +calendar { + color: #d8dee9; + border: 1px solid #232831; } + calendar:selected { + border-radius: 3px; } + calendar.header { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 0; } + calendar.header:backdrop { + border-color: rgba(0, 0, 0, 0.1); } + calendar.button { + color: rgba(216, 222, 233, 0.45); } + calendar.button:hover { + color: #d8dee9; } + calendar.button:backdrop { + color: rgba(142, 149, 164, 0.45); } + calendar.button:disabled { + color: rgba(142, 149, 164, 0.45); } + calendar:indeterminate, calendar:indeterminate:backdrop { + color: alpha(currentColor,0.55); } + calendar.highlight, calendar.highlight:backdrop { + font-size: smaller; + color: #d8dee9; } + calendar:backdrop { + color: #b9bfcb; + border-color: #262c36; } + +/************************* + * Check and Radio Items * + *************************/ +check { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-dark.png"), url("../assets/radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-hover-dark.png"), url("../assets/checkbox-unchecked-hover@2.png")); + -gtk-icon-shadow: none; } + +radio:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-hover-dark.png"), url("../assets/radio-unchecked-hover@2.png")); + -gtk-icon-shadow: none; } + +check:active { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-active-dark.png"), url("../assets/checkbox-unchecked-active@2.png")); + -gtk-icon-shadow: none; } + +radio:active { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-active-dark.png"), url("../assets/radio-unchecked-active@2.png")); + -gtk-icon-shadow: none; } + +check:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-backdrop-dark.png"), url("../assets/checkbox-unchecked-backdrop@2.png")); + -gtk-icon-shadow: none; } + +radio:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop-dark.png"), url("../assets/radio-unchecked-backdrop@2.png")); + -gtk-icon-shadow: none; } + +check:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-insensitive-dark.png"), url("../assets/checkbox-unchecked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +radio:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive-dark.png"), url("../assets/radio-unchecked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +check:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-insensitive-dark.png"), url("../assets/checkbox-unchecked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +radio:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive-dark.png"), url("../assets/radio-unchecked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +check:checked { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-dark.png"), url("../assets/radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-hover-dark.png"), url("../assets/checkbox-checked-hover@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-hover-dark.png"), url("../assets/radio-checked-hover@2.png")); + -gtk-icon-shadow: none; } + +check:checked:active { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-active-dark.png"), url("../assets/checkbox-checked-active@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:active { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active-dark.png"), url("../assets/radio-checked-active@2.png")); + -gtk-icon-shadow: none; } + +check:checked:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-backdrop-dark.png"), url("../assets/checkbox-checked-backdrop@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop-dark.png"), url("../assets/radio-checked-backdrop@2.png")); + -gtk-icon-shadow: none; } + +check:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-insensitive-dark.png"), url("../assets/checkbox-checked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive-dark.png"), url("../assets/radio-checked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +check:checked:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-insensitive-dark.png"), url("../assets/checkbox-checked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive-dark.png"), url("../assets/radio-checked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed.png"), url("../assets/checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed.png"), url("../assets/radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-hover.png"), url("../assets/checkbox-mixed-hover@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-hover.png"), url("../assets/radio-mixed-hover@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:active { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-active.png"), url("../assets/checkbox-mixed-active@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:active { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-backdrop.png"), url("../assets/checkbox-mixed-backdrop@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop.png"), url("../assets/radio-mixed-backdrop@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-insensitive.png"), url("../assets/checkbox-mixed-insensitive@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-insensitive.png"), url("../assets/checkbox-mixed-insensitive@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); + -gtk-icon-shadow: none; } + +check:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:hover:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio:hover:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:active:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio:active:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:disabled:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio:disabled:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:disabled:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-dark.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +radio:disabled:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked-dark.png"), url("../assets/selected-radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:hover:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:hover:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:active:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:active:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:disabled:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:disabled:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:checked:disabled:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-dark.png"), url("../assets/checkbox-checked@2.png")); + -gtk-icon-shadow: none; } + +radio:checked:disabled:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked-dark.png"), url("../assets/selected-radio-checked@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:hover:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:hover:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:active:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:active:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:disabled:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:disabled:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +check:indeterminate:disabled:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); + -gtk-icon-shadow: none; } + +radio:indeterminate:disabled:backdrop:selected { + -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view check, iconview.content-view check, +.view.content-view.check, +iconview.content-view.check { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view radio, iconview.content-view radio, +.view.content-view.radio, +iconview.content-view.radio { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view check:hover, iconview.content-view check:hover, +.view.content-view.check:hover, +iconview.content-view.check:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-hover.png"), url("../assets/checkbox-unchecked-hover@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view radio:hover, iconview.content-view radio:hover, +.view.content-view.radio:hover, +iconview.content-view.radio:hover { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view check:active, iconview.content-view check:active, +.view.content-view.check:active, +iconview.content-view.check:active { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-active.png"), url("../assets/checkbox-unchecked-active@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view radio:active, iconview.content-view radio:active, +.view.content-view.radio:active, +iconview.content-view.radio:active { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view check:backdrop, iconview.content-view check:backdrop, +.view.content-view.check:backdrop, +iconview.content-view.check:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-backdrop.png"), url("../assets/checkbox-unchecked-backdrop@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view radio:backdrop, iconview.content-view radio:backdrop, +.view.content-view.radio:backdrop, +iconview.content-view.radio:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-backdrop.png"), url("../assets/radio-unchecked-backdrop@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view check:disabled, iconview.content-view check:disabled, +.view.content-view.check:disabled, +iconview.content-view.check:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-insensitive.png"), url("../assets/checkbox-unchecked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view radio:disabled, iconview.content-view radio:disabled, +.view.content-view.radio:disabled, +iconview.content-view.radio:disabled { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-insensitive.png"), url("../assets/radio-unchecked-insensitive@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view check:disabled:backdrop, iconview.content-view check:disabled:backdrop, +.view.content-view.check:disabled:backdrop, +iconview.content-view.check:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-backdrop-insensitive.png"), url("../assets/checkbox-unchecked-backdrop-insensitive@2.png")); + -gtk-icon-shadow: none; } + +.view.content-view radio:disabled:backdrop, iconview.content-view radio:disabled:backdrop, +.view.content-view.radio:disabled:backdrop, +iconview.content-view.radio:disabled:backdrop { + -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-backdrop-insensitive.png"), url("../assets/radio-unchecked-backdrop-insensitive@2.png")); + -gtk-icon-shadow: none; } + +checkbutton.text-button, radiobutton.text-button { + padding: 2px 0; + outline-offset: 0; } + checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child { + margin-left: 4px; } + checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child { + margin-right: 4px; } + +check, +radio { + margin: 0 4px; + min-height: 16px; + min-width: 16px; + border: none; } + menu menuitem check, menu menuitem + radio { + margin: 0; } + menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem + radio, menu menuitem + radio:hover, menu menuitem + radio:disabled { + min-height: 14px; + min-width: 14px; + background-image: none; + background-color: transparent; + box-shadow: none; + -gtk-icon-shadow: none; + color: inherit; + border-color: currentColor; + animation: none; } + +/***************** + * Color Chooser * + *****************/ +colorswatch, colorswatch:drop(active) { + border-style: none; } +colorswatch.top { + border-top-left-radius: 5.5px; + border-top-right-radius: 5.5px; } + colorswatch.top overlay { + border-top-left-radius: 5px; + border-top-right-radius: 5px; } +colorswatch.bottom { + border-bottom-left-radius: 5.5px; + border-bottom-right-radius: 5.5px; } + colorswatch.bottom overlay { + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; } +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 5.5px; + border-bottom-left-radius: 5.5px; } + colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; } +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 5.5px; + border-bottom-right-radius: 5.5px; } + colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; } +colorswatch.dark overlay { + color: #2e3440; } + colorswatch.dark overlay:hover { + border-color: #232831; } + colorswatch.dark overlay:backdrop { + color: rgba(46, 52, 64, 0.5); } +colorswatch.light overlay { + color: #d8dee9; } + colorswatch.light overlay:hover { + border-color: #232831; } + colorswatch.light overlay:backdrop { + color: #b9bfcb; } +colorswatch:drop(active) { + box-shadow: none; } + colorswatch:drop(active).light overlay { + border-color: #a3be8c; + box-shadow: inset 0 0 0 2px #232831, inset 0 0 0 1px #a3be8c; } + colorswatch:drop(active).dark overlay { + border-color: #a3be8c; + box-shadow: inset 0 0 0 2px #232831, inset 0 0 0 1px #a3be8c; } +colorswatch overlay { + box-shadow: inset 0 3px 2px -2px rgba(0, 0, 0, 0.5); + border: 1px solid #232831; } + colorswatch overlay:hover { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); } + colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover { + border-color: #232831; + box-shadow: none; } +colorswatch#add-color-button { + border-radius: 5px 5px 0 0; } + colorswatch#add-color-button:only-child { + border-radius: 5px; } + colorswatch#add-color-button overlay { + font-weight: normal; + color: #d8dee9; + background-color: #3c4454; + text-shadow: none; } + colorswatch#add-color-button overlay:hover { + color: #d8dee9; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #3b4252; + text-shadow: none; } + colorswatch#add-color-button overlay:backdrop { + color: #b9bfcb; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #3d4455; + text-shadow: none; } +colorswatch:disabled { + opacity: 0.5; } + colorswatch:disabled overlay { + border-color: rgba(0, 0, 0, 0.6); + box-shadow: none; } +row:selected colorswatch { + box-shadow: 0 0 0 2px #2e3440; } +colorswatch#editor-color-sample { + border-radius: 4px; } + colorswatch#editor-color-sample overlay { + border-radius: 4.5px; } + +colorchooser .popover.osd { + border-radius: 5px; } + +/************** + * ComboBoxes * + **************/ +combobox arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + min-height: 16px; + min-width: 16px; } +combobox:drop(active) { + box-shadow: none; } + +/*********** + * Dialogs * + ***********/ +messagedialog .titlebar:not(headerbar) { + background-color: rgba(67, 76, 94, 0.95); } +messagedialog .titlebar { + min-height: 20px; + background-image: none; + background-color: rgba(67, 76, 94, 0.95); + border-style: none; + border-top-left-radius: 4px; + border-top-right-radius: 4px; } +messagedialog.csd.background { + background-color: rgba(67, 76, 94, 0.95); + color: #d8dee9; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; } +messagedialog.csd .dialog-action-area button { + padding: 10px 14px; + border-radius: 0; + border-left-style: solid; + border-right-style: none; + border-bottom-style: none; + background-color: transparent; + color: #d8dee9; + box-shadow: none; } + messagedialog.csd .dialog-action-area button:hover { + background-color: rgba(143, 188, 187, 0.9); + color: white; } + messagedialog.csd .dialog-action-area button:first-child { + border-left-style: none; + border-bottom-left-radius: 4px; } + messagedialog.csd .dialog-action-area button:last-child { + border-bottom-right-radius: 4px; } + messagedialog.csd .dialog-action-area button.destructive-action, messagedialog.csd .dialog-action-area button.suggested-action { + color: white; } + +filechooser .dialog-action-box { + border-top: 1px solid #232831; } + filechooser .dialog-action-box:backdrop { + border-top-color: #262c36; } +filechooser #pathbarbox { + border-bottom: 1px solid #434c5e; } + +filechooserbutton:drop(active) { + box-shadow: none; + border-color: transparent; } + +/**************** + * Text Entries * + ****************/ +spinbutton:not(.vertical), entry { + min-height: 28px; + padding-left: 8px; + padding-right: 8px; + border: 1px solid; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #d8dee9; + border-color: #232831; + background-color: #3b4252; } + spinbutton:not(.vertical) image.left, + entry image.left { + padding-left: 0; + padding-right: 6px; } + spinbutton:not(.vertical) image.right, + entry image.right { + padding-left: 6px; + padding-right: 0; } + spinbutton:not(.vertical) undershoot.left, + entry undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; + border: none; + box-shadow: none; } + spinbutton:not(.vertical) undershoot.right, + entry undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; + border: none; + box-shadow: none; } + spinbutton.flat:focus:not(.vertical), spinbutton.flat:not(.vertical), + entry.flat:focus, + entry.flat { + min-height: 0; + padding: 2px; + background-image: none; + border-color: transparent; + box-shadow: none; + border-radius: 0; } + spinbutton:focus:not(.vertical), + entry:focus { + border-color: #6fa9a8; } + spinbutton:disabled:not(.vertical), + entry:disabled { + color: #8e95a4; + border-color: rgba(35, 40, 49, 0.3); + background-color: #404859; + box-shadow: none; } + spinbutton:backdrop:not(.vertical), + entry:backdrop { + color: #b9bfcb; + border-color: #262c36; + background-color: #3d4455; + box-shadow: none; + transition: 200ms ease-out; } + spinbutton:backdrop:disabled:not(.vertical), + entry:backdrop:disabled { + color: #63708b; + border-color: rgba(35, 40, 49, 0.3); + background-color: #404859; + box-shadow: none; } + spinbutton.error:not(.vertical), + entry.error { + color: #d8dee9; + border-color: #232831; + background-color: #3b4252; + color: #b84f59; + border-color: #3c181c; } + spinbutton.error:focus:not(.vertical), + entry.error:focus { + border-color: #3c181c; } + spinbutton.error:selected:focus:not(.vertical), spinbutton.error:selected:not(.vertical), + entry.error:selected:focus, + entry.error:selected { + background-color: #b84f59; } + spinbutton.warning:not(.vertical), + entry.warning { + color: #d8dee9; + border-color: #232831; + background-color: #3b4252; + color: #c3674a; + border-color: #442116; } + spinbutton.warning:focus:not(.vertical), + entry.warning:focus { + border-color: #442116; } + spinbutton.warning:selected:focus:not(.vertical), spinbutton.warning:selected:not(.vertical), + entry.warning:selected:focus, + entry.warning:selected { + background-color: #c3674a; } + spinbutton:not(.vertical) image, + entry image { + color: #b9bfcb; } + spinbutton:not(.vertical) image:hover, + entry image:hover { + color: #d8dee9; } + spinbutton:not(.vertical) image:active, + entry image:active { + color: #8fbcbb; } + spinbutton:not(.vertical) image:backdrop, + entry image:backdrop { + color: #7e8594; } + spinbutton:drop(active):focus:not(.vertical), spinbutton:drop(active):not(.vertical), + entry:drop(active):focus, + entry:drop(active) { + border-color: #a3be8c; + box-shadow: inset 0 0 0 1px #a3be8c; } + .osd spinbutton:not(.vertical), + .osd entry { + color: #d8dee9; + border-color: #232831; + background-color: rgba(35, 40, 49, 0.5); + box-shadow: none; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; } + .osd spinbutton:focus:not(.vertical), + .osd entry:focus { + color: #d8dee9; + border-color: #8fbcbb; + background-color: rgba(35, 40, 49, 0.5); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; } + .osd spinbutton:backdrop:not(.vertical), + .osd entry:backdrop { + color: #d8dee9; + border-color: #232831; + background-color: rgba(35, 40, 49, 0.5); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd spinbutton:disabled:not(.vertical), + .osd entry:disabled { + color: #808690; + border-color: #232831; + background-color: rgba(58, 63, 73, 0.5); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } +spinbutton:not(.vertical) progress, +entry progress { + margin: 2px -6px; + background-color: transparent; + background-image: none; + border-radius: 0; + border-width: 0 0 2px; + border-color: #8fbcbb; + border-style: solid; + box-shadow: none; } + spinbutton:not(.vertical) progress:backdrop, + entry progress:backdrop { + background-color: transparent; } +.linked:not(.vertical) > spinbutton:focus:not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:focus:not(.vertical) + button, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > +entry:focus + spinbutton:not(.vertical), .linked:not(.vertical) > +entry:focus + button, .linked:not(.vertical) > +entry:focus + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + +entry, .linked:not(.vertical) > +entry:focus + +entry { + border-left-color: #6fa9a8; } +.linked:not(.vertical) > spinbutton:focus:not(.vertical), .linked:not(.vertical) > +entry:focus { + border-color: #6fa9a8; } +.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > +entry:drop(active) + spinbutton:not(.vertical), .linked:not(.vertical) > +entry:drop(active) + button, .linked:not(.vertical) > +entry:drop(active) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + +entry, .linked:not(.vertical) > +entry:drop(active) + +entry { + border-left-color: #a3be8c; } +.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > +entry:not(:disabled) + entry:not(:disabled), .linked.vertical > +entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical) { + border-top-color: #343a48; + background-image: linear-gradient(to bottom, #3b4252, #3b4252); } + .linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled):backdrop, .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):backdrop:not(.vertical), .linked.vertical > + entry:not(:disabled) + entry:not(:disabled):backdrop, .linked.vertical > + entry:not(:disabled) + spinbutton:not(:disabled):backdrop:not(.vertical) { + border-top-color: #363d4c; + background-image: linear-gradient(to bottom, #3d4455, #3d4455); } +.linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical), .linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, .linked.vertical > +entry:disabled + spinbutton:disabled:not(.vertical), .linked.vertical > +entry:disabled + entry:disabled { + border-top-color: #343a48; } +.linked.vertical > spinbutton:not(.vertical) + spinbutton:focus:not(:only-child):not(.vertical), +.linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child), .linked.vertical > +entry + spinbutton:focus:not(:only-child):not(.vertical), +.linked.vertical > +entry + entry:focus:not(:only-child) { + border-top-color: #6fa9a8; } +.linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical), +.linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child), .linked.vertical > +entry + spinbutton:drop(active):not(:only-child):not(.vertical), +.linked.vertical > +entry + entry:drop(active):not(:only-child) { + border-top-color: #a3be8c; } +.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + spinbutton:not(.vertical), +.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + entry, +.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + button, +.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > +entry:focus:not(:only-child) + spinbutton:not(.vertical), +.linked.vertical > +entry:focus:not(:only-child) + entry, +.linked.vertical > +entry:focus:not(:only-child) + button, +.linked.vertical > +entry:focus:not(:only-child) + combobox > box > button.combo { + border-top-color: #6fa9a8; } +.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical), +.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry, +.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button, +.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > +entry:drop(active):not(:only-child) + spinbutton:not(.vertical), +.linked.vertical > +entry:drop(active):not(:only-child) + entry, +.linked.vertical > +entry:drop(active):not(:only-child) + button, +.linked.vertical > +entry:drop(active):not(:only-child) + combobox > box > button.combo { + border-top-color: #a3be8c; } + +treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { + background-color: #3b4252; + transition-property: color, background; } +treeview entry.flat, treeview entry { + border-radius: 0; + background-image: none; + background-color: #3b4252; } + treeview entry.flat:focus, treeview entry:focus { + border-color: #8fbcbb; } + +/************* + * Expanders * + *************/ +expander arrow { + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + expander arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + expander arrow:hover { + color: white; } + expander arrow:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +/**************** + * Floating Bar * + ****************/ +.floating-bar { + background-color: #434c5e; + border-width: 1px; + border-style: solid solid none; + border-color: #232831; + border-radius: 3px 3px 0 0; + box-shadow: none; } + .floating-bar.bottom.left { + border-left-style: none; + border-top-left-radius: 0; } + .floating-bar.bottom.right { + border-right-style: none; + border-top-right-radius: 0; } + .floating-bar > button { + padding: 4px; } + .floating-bar:backdrop { + background-color: #434c5e; + border-color: #262c36; } + +/********** + * Frames * + **********/ +frame > border, +.frame { + box-shadow: none; + margin: 0; + padding: 0; + border-radius: 0; + border: 1px solid #232831; } + frame > border.flat, + .frame.flat { + border-style: none; } + frame > border:backdrop, + .frame:backdrop { + border-color: #262c36; } + +actionbar > revealer > box { + padding: 6px; + border-top: 1px solid #232831; } + actionbar > revealer > box:backdrop { + border-color: #262c36; } + +scrolledwindow viewport.frame { + border-style: none; } +scrolledwindow overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#0e1013), to(rgba(14, 16, 19, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(216, 222, 233, 0.13)), to(rgba(216, 222, 233, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } + scrolledwindow overshoot.top:backdrop { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#262c36), to(rgba(38, 44, 54, 0))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +scrolledwindow overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#0e1013), to(rgba(14, 16, 19, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(216, 222, 233, 0.13)), to(rgba(216, 222, 233, 0))); + background-size: 100% 5%, 100% 100%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } + scrolledwindow overshoot.bottom:backdrop { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#262c36), to(rgba(38, 44, 54, 0))); + background-size: 100% 5%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +scrolledwindow overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#0e1013), to(rgba(14, 16, 19, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(216, 222, 233, 0.13)), to(rgba(216, 222, 233, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } + scrolledwindow overshoot.left:backdrop { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#262c36), to(rgba(38, 44, 54, 0))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +scrolledwindow overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#0e1013), to(rgba(14, 16, 19, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(216, 222, 233, 0.13)), to(rgba(216, 222, 233, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + scrolledwindow overshoot.right:backdrop { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#262c36), to(rgba(38, 44, 54, 0))); + background-size: 5% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } +scrolledwindow undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; + border: none; + box-shadow: none; } +scrolledwindow undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; + border: none; + box-shadow: none; } +scrolledwindow undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; + border: none; + box-shadow: none; } +scrolledwindow undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; + border: none; + box-shadow: none; } +scrolledwindow junction { + border-color: transparent; + border-image: linear-gradient(to bottom, #232831 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3f4758; } + scrolledwindow junction:dir(rtl) { + border-image-slice: 0 1 0 0; } + scrolledwindow junction:backdrop { + border-image-source: linear-gradient(to bottom, #262c36 1px, transparent 1px); + background-color: #3d4555; + transition: 200ms ease-out; } + +separator { + background: rgba(0, 0, 0, 0.1); } + +/************ + * Popovers * + ************/ +GraniteWidgetsPopOver { + -GraniteWidgetsPopOver-arrow-width: 21; + -GraniteWidgetsPopOver-arrow-height: 10; + -GraniteWidgetsPopOver-border-radius: 8px; + -GraniteWidgetsPopOver-border-width: 0; + -GraniteWidgetsPopOver-shadow-size: 12; + border: 1px solid #3b4252; + background: #3b4252; + color: #d8dee9; } + GraniteWidgetsPopOver .button { + background-image: none; + background: none; + border: none; } + GraniteWidgetsPopOver .button:active, GraniteWidgetsPopOver .button:active:hover { + color: #8fbcbb; } + GraniteWidgetsPopOver > .frame { + border: none; } + GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar { + border: none; + background: none; } + +GraniteWidgetsStaticNotebook .frame { + border: none; } + +.popover_bg { + background-color: #3b4252; + background-image: none; + border: 1px solid #3b4252; + color: #d8dee9; } + +/*********** + * Welcome * + **********/ +GraniteWidgetsWelcome { + background-color: #3b4252; } + GraniteWidgetsWelcome GtkLabel { + color: #d8dee9; } + GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { + color: rgba(216, 222, 233, 0.8); } + +/************** +* Source List * +***************/ +.source-list { + -GtkTreeView-horizontal-separator: 1px; + -GtkTreeView-vertical-separator: 6px; + background-color: #434c5e; + border: solid #232831; + color: #d8dee9; + border-right-width: 1px; } + .source-list .category-expander { + color: transparent; } + .source-list .badge { + background-image: none; + background-color: rgba(0, 0, 0, 0.4); + color: #434c5e; + border-radius: 10px; + padding: 0 6px; + margin: 0 3px; + border-width: 0; } + .source-list .badge:selected:backdrop, .source-list .badge:selected:hover:backdrop { + background-color: rgba(0, 0, 0, 0.2); + color: #38404f; } + .source-list row, + .source-list .list-row { + border: none; + padding: 0; } + .source-list row > GtkLabel, + .source-list row > label, + .source-list .list-row > GtkLabel, + .source-list .list-row > label { + padding-left: 6px; + padding-right: 6px; } + +/************** +* Text Styles * +**************/ +.h1 { + font-size: 24px; } + +.h2 { + font-weight: 300; + font-size: 18px; } + +.h3 { + font-size: 11px; } + +.h4, +.category-label { + font-size: 12px; + padding: 6px; + color: rgba(216, 222, 233, 0.3); + font-weight: bold; + text-shadow: 0 1px rgba(255, 255, 255, 0.2); } + +/************** +* Storage Bar * +**************/ +.storage-bar .trough { + border: none; + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); + background-image: none; + background-color: transparent; + padding: 8px 6px; } +.storage-bar .fill-block { + background-color: #ebcb8b; + border: none; + box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); + transition: all 200ms ease-in-out; + padding: 8px 6px; } + .storage-bar .fill-block:first-child { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + border-left-width: 1px; + box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); } + .storage-bar .fill-block:last-child { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); } + .storage-bar .fill-block.empty-block { + background-color: #3b4252; } + .storage-bar .fill-block.app { + background-color: #5e81ac; } + .storage-bar .fill-block.audio { + background-color: #d08770; } + .storage-bar .fill-block.photo { + background-color: #bf616a; } + .storage-bar .fill-block.video { + background-color: #b48ead; } + .storage-bar .fill-block .legend { + padding: 12px; + border-radius: 4px; } + +/*************** + * Header bars * + ***************/ +.titlebar:not(headerbar), .titlebar, headerbar { + padding: 0 13px; + min-height: 34px; + background: #353c4a; + color: #d8dee9; + border-radius: 0; } + .titlebar:backdrop, + headerbar:backdrop { + border-color: #262c36; + transition: 200ms ease-out; } + .titlebar .title, + headerbar .title { + font-weight: bold; + padding-left: 12px; + padding-right: 12px; } + .titlebar .subtitle, + headerbar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .titlebar entry, + headerbar entry { + min-height: 24px; } + .titlebar button, + headerbar button { + color: #d8dee9; + border-radius: 4px; + text-shadow: none; + box-shadow: none; + border: 1px solid #232831; + background-color: #2e3440; + min-height: 20px; + margin-top: 5px; + margin-bottom: 5px; + box-shadow: none; } + .titlebar button.image-button, + headerbar button.image-button { + padding: 3px 4px; } + .titlebar button.suggested-action, + headerbar button.suggested-action { + box-shadow: none; + border: none; + background-image: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + .titlebar button.suggested-action:disabled, .titlebar button.suggested-action:disabled:backdrop, .titlebar button.suggested-action:backdrop, + headerbar button.suggested-action:disabled, + headerbar button.suggested-action:disabled:backdrop, + headerbar button.suggested-action:backdrop { + border: none; + background-image: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + .titlebar button.suggested-action:disabled:hover, .titlebar button.suggested-action:disabled:active, .titlebar button.suggested-action:disabled:checked, .titlebar button.suggested-action:disabled:backdrop:hover, .titlebar button.suggested-action:disabled:backdrop:active, .titlebar button.suggested-action:disabled:backdrop:checked, .titlebar button.suggested-action:backdrop:hover, .titlebar button.suggested-action:backdrop:active, .titlebar button.suggested-action:backdrop:checked, + headerbar button.suggested-action:disabled:hover, + headerbar button.suggested-action:disabled:active, + headerbar button.suggested-action:disabled:checked, + headerbar button.suggested-action:disabled:backdrop:hover, + headerbar button.suggested-action:disabled:backdrop:active, + headerbar button.suggested-action:disabled:backdrop:checked, + headerbar button.suggested-action:backdrop:hover, + headerbar button.suggested-action:backdrop:active, + headerbar button.suggested-action:backdrop:checked { + border: none; + background-image: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + .titlebar button.appmenu, + headerbar button.appmenu { + background: transparent; } + .titlebar button.appmenu:backdrop, + headerbar button.appmenu:backdrop { + background: transparent; } + .titlebar button:hover, + headerbar button:hover { + color: #fff; + text-shadow: none; + background-color: rgba(143, 188, 187, 0.7); } + .titlebar button:active, .titlebar button:checked, + headerbar button:active, + headerbar button:checked { + color: #fff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(143, 188, 187, 0.7); + text-shadow: none; } + .titlebar button:backdrop, .titlebar button:disabled, .titlebar button:backdrop:disabled, + headerbar button:backdrop, + headerbar button:disabled, + headerbar button:backdrop:disabled { + color: rgba(216, 222, 233, 0.2); + background-color: #2e3440; + text-shadow: none; + box-shadow: none; } + .titlebar button:backdrop:hover, .titlebar button:backdrop:active, .titlebar button:backdrop:checked, + headerbar button:backdrop:hover, + headerbar button:backdrop:active, + headerbar button:backdrop:checked { + color: #8fbcbb; + background-color: rgba(143, 188, 187, 0.6); + text-shadow: none; + box-shadow: none; } + .titlebar button.suggested-action, + headerbar button.suggested-action { + font-weight: bold; + min-height: 14px; + margin-top: 5px; + margin-bottom: 5px; + border-radius: 4px; + font-weight: normal; + color: white; + background-color: #3c4454; + text-shadow: none; + box-shadow: none; } + .titlebar button.suggested-action:hover, + headerbar button.suggested-action:hover { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .titlebar button.suggested-action:active, + headerbar button.suggested-action:active { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .titlebar button.suggested-action:disabled, + headerbar button.suggested-action:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .titlebar button.suggested-action:disabled label, + headerbar button.suggested-action:disabled label { + color: rgba(255, 255, 255, 0.5); } + .titlebar button.suggested-action:backdrop, + headerbar button.suggested-action:backdrop { + color: rgba(255, 255, 255, 0.4); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c0d0; + text-shadow: none; + border-radius: 3px; } + .titlebar button.suggested-action:backdrop:disabled, + headerbar button.suggested-action:backdrop:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #88c0d0; + text-shadow: none; } + .titlebar button.destructive-action, + headerbar button.destructive-action { + font-weight: bold; + min-height: 14px; + margin-top: 5px; + margin-bottom: 5px; + border-radius: 4px; + font-weight: normal; + color: white; + background-color: #3c4454; + text-shadow: none; + box-shadow: none; } + .titlebar button.destructive-action:hover, + headerbar button.destructive-action:hover { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; } + .titlebar button.destructive-action:active, + headerbar button.destructive-action:active { + color: white; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; } + .titlebar button.destructive-action:disabled, + headerbar button.destructive-action:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #a9444e; + text-shadow: none; } + .titlebar button.destructive-action:disabled label, + headerbar button.destructive-action:disabled label { + color: rgba(255, 255, 255, 0.5); } + .titlebar button.destructive-action:backdrop, + headerbar button.destructive-action:backdrop { + color: rgba(255, 255, 255, 0.4); + outline-color: rgba(255, 255, 255, 0.3); + background-color: #a9444e; + text-shadow: none; + border-radius: 3px; } + .titlebar button.destructive-action:backdrop:disabled, + headerbar button.destructive-action:backdrop:disabled { + color: white; + border-color: rgba(35, 40, 49, 0.3); + background-color: #a9444e; + text-shadow: none; } + .titlebar button.titlebutton, + headerbar button.titlebutton { + color: transparent; + box-shadow: none; + border: none; + background-color: transparent; + background-repeat: no-repeat; } + .titlebar button.titlebutton:hover, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked, .titlebar button.titlebutton:backdrop, .titlebar button.titlebutton:backdrop:hover, .titlebar button.titlebutton *, + headerbar button.titlebutton:hover, + headerbar button.titlebutton:active, + headerbar button.titlebutton:checked, + headerbar button.titlebutton:backdrop, + headerbar button.titlebutton:backdrop:hover, + headerbar button.titlebutton * { + color: transparent; + box-shadow: none; + background-color: transparent; } + .titlebar .linked > button, .titlebar .path-bar-box button, + .titlebar headerbar .linked > button, + headerbar .path-bar-box .titlebar button, .titlebar .linked > button:hover, + .titlebar .linked > button:backdrop, + .titlebar headerbar .linked > button, + headerbar .path-bar-box .titlebar button, + headerbar .titlebar .linked > button, + headerbar .linked > button, + headerbar .titlebar .path-bar-box button, + .titlebar .path-bar-box headerbar button, + headerbar .path-bar-box button, + headerbar .titlebar .linked > button:hover, + .titlebar headerbar .linked > button:hover, + headerbar .titlebar .linked > button:backdrop, + .titlebar headerbar .linked > button:backdrop, + headerbar .linked > button:hover, + headerbar .linked > button:backdrop { + border-radius: 0; + border-right-style: none; + box-shadow: none; + margin: 5px 0px; + min-height: 20px; } + .titlebar .linked > button:first-child, .titlebar .path-bar-box button:first-child, + .titlebar headerbar .linked > button:first-child, + headerbar .path-bar-box .titlebar button:first-child, + headerbar .titlebar .linked > button:first-child, + headerbar .linked > button:first-child, + .titlebar .path-bar-box headerbar button:first-child, + headerbar .path-bar-box button:first-child { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; } + .titlebar .linked > button:last-child, .titlebar .path-bar-box button:last-child, + .titlebar headerbar .linked > button:last-child, + headerbar .path-bar-box .titlebar button:last-child, + headerbar .titlebar .linked > button:last-child, + headerbar .linked > button:last-child, + .titlebar .path-bar-box headerbar button:last-child, + headerbar .path-bar-box button:last-child { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + border-right-style: solid; } + .titlebar .linked > button:only-child, .titlebar .path-bar-box button:only-child, + .titlebar headerbar .linked > button:only-child, + headerbar .path-bar-box .titlebar button:only-child, + headerbar .titlebar .linked > button:only-child, + headerbar .linked > button:only-child, + .titlebar .path-bar-box headerbar button:only-child, + headerbar .path-bar-box button:only-child { + border-radius: 4px; + border-style: solid; } + .titlebar .linked > button:active, + .titlebar headerbar .linked > button:active, .titlebar .path-bar-box button:active, + headerbar .path-bar-box .titlebar button:active, .titlebar .linked > button:checked, + .titlebar headerbar .linked > button:checked, .titlebar .path-bar-box button:checked, + headerbar .path-bar-box .titlebar button:checked, + headerbar .titlebar .linked > button:active, + headerbar .linked > button:active, + .titlebar .path-bar-box headerbar button:active, + headerbar .path-bar-box button:active, + headerbar .titlebar .linked > button:checked, + headerbar .linked > button:checked, + .titlebar .path-bar-box headerbar button:checked, + headerbar .path-bar-box button:checked { + color: #fff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(143, 188, 187, 0.7); + text-shadow: none; } + .titlebar .linked > button:active:backdrop, + .titlebar headerbar .linked > button:active:backdrop, .titlebar .path-bar-box button:active:backdrop, + headerbar .path-bar-box .titlebar button:active:backdrop, .titlebar .linked > button:checked:backdrop, + .titlebar headerbar .linked > button:checked:backdrop, .titlebar .path-bar-box button:checked:backdrop, + headerbar .path-bar-box .titlebar button:checked:backdrop, + headerbar .titlebar .linked > button:active:backdrop, + headerbar .linked > button:active:backdrop, + .titlebar .path-bar-box headerbar button:active:backdrop, + headerbar .path-bar-box button:active:backdrop, + headerbar .titlebar .linked > button:checked:backdrop, + headerbar .linked > button:checked:backdrop, + .titlebar .path-bar-box headerbar button:checked:backdrop, + headerbar .path-bar-box button:checked:backdrop { + color: rgba(46, 52, 64, 0.5); } + .titlebar .linked > button:active:backdrop label, .titlebar .path-bar-box button:active:backdrop label, + headerbar .path-bar-box .titlebar button:active:backdrop label, .titlebar .linked > button:checked:backdrop label, .titlebar .path-bar-box button:checked:backdrop label, + headerbar .path-bar-box .titlebar button:checked:backdrop label, + headerbar .linked > button:active:backdrop label, + .titlebar .path-bar-box headerbar button:active:backdrop label, + headerbar .path-bar-box button:active:backdrop label, + headerbar .linked > button:checked:backdrop label, + .titlebar .path-bar-box headerbar button:checked:backdrop label, + headerbar .path-bar-box button:checked:backdrop label { + color: rgba(46, 52, 64, 0.5); } + .titlebar .path-bar-box .dim-label, .titlebar .path-bar-box label.separator, .titlebar .path-bar-box .subtitle, + headerbar .path-bar-box .dim-label, + headerbar .path-bar-box label.separator, + headerbar .path-bar-box .subtitle { + color: transparent; + margin-right: -6px; } + .titlebar .path-bar-box button:last-child, + headerbar .path-bar-box button:last-child { + margin-left: -1px; + border-radius: 0px; } + .titlebar .path-bar-box button:last-child:active, .titlebar .path-bar-box button:last-child:checked, + headerbar .path-bar-box button:last-child:active, + headerbar .path-bar-box button:last-child:checked { + border-radius: 0px 4px 4px 0px; } + .titlebar .path-bar-box button:first-child, + headerbar .path-bar-box button:first-child { + border-radius: 4px 0px 0px 4px; } + .titlebar .path-bar-box button:first-child:active, .titlebar .path-bar-box button:first-child:checked, + headerbar .path-bar-box button:first-child:active, + headerbar .path-bar-box button:first-child:checked { + border-radius: 4px; } + .titlebar .path-bar-box widget > .text-button:last-child, + headerbar .path-bar-box widget > .text-button:last-child { + border-radius: 0px 4px 4px 0px; + color: #fff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(143, 188, 187, 0.7); + text-shadow: none; } + .titlebar .path-bar-box widget > .text-button:last-child:backdrop, .titlebar .path-bar-box widget > .text-button:last-child:backdrop label, + headerbar .path-bar-box widget > .text-button:last-child:backdrop, + headerbar .path-bar-box widget > .text-button:last-child:backdrop label { + color: rgba(46, 52, 64, 0.5); } + .titlebar .path-bar-box widget > .text-button:last-child:only-child, + headerbar .path-bar-box widget > .text-button:last-child:only-child { + border-radius: 4px; } + .selection-mode.titlebar button:backdrop.flat:active, .selection-mode.titlebar button:backdrop.flat:checked, .selection-mode.titlebar button:backdrop:active, .selection-mode.titlebar button:backdrop:checked, + headerbar.selection-mode button:backdrop.flat:active, + headerbar.selection-mode button:backdrop.flat:checked, + headerbar.selection-mode button:backdrop:active, + headerbar.selection-mode button:backdrop:checked { + border-color: #6fa9a8; } + .selection-mode.titlebar button:backdrop.flat:active label, .selection-mode.titlebar button:backdrop.flat:checked label, .selection-mode.titlebar button:backdrop:active label, .selection-mode.titlebar button:backdrop:checked label, + headerbar.selection-mode button:backdrop.flat:active label, + headerbar.selection-mode button:backdrop.flat:checked label, + headerbar.selection-mode button:backdrop:active label, + headerbar.selection-mode button:backdrop:checked label { + color: rgba(143, 188, 187, 0.6); } + .tiled .titlebar, .maximized .titlebar, + .tiled headerbar.titlebar, .maximized headerbar.titlebar { + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } + .tiled .titlebar:backdrop, .tiled .titlebar, .maximized .titlebar:backdrop, .maximized .titlebar, + .tiled headerbar:backdrop, + .tiled headerbar, .maximized headerbar:backdrop, .maximized headerbar { + border-radius: 0; } + .default-decoration.titlebar, headerbar.default-decoration { + padding: 5px 4px; + min-height: 20px; } + .default-decoration.titlebar button.titlebutton, headerbar.default-decoration button.titlebutton { + min-height: 20px; + min-width: 20px; + margin: 0; + padding: 0; } + +headerbar entry, +headerbar spinbutton, +headerbar separator { + margin-top: 5px; + margin-bottom: 5px; } +headerbar switch { + margin-top: 10px; + margin-bottom: 10px; } +headerbar separator { + background: transparent; } + +.background:not(.tiled):not(.maximized) .titlebar { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(0, 0, 0, 0.1); } + .background:not(.tiled):not(.maximized) .titlebar:backdrop, .background:not(.tiled):not(.maximized) .titlebar { + border-top-left-radius: 4px; + border-top-right-radius: 4px; } + +window:not(.tiled):not(.maximized) separator:first-child + headerbar:backdrop, window:not(.tiled):not(.maximized) separator:first-child + headerbar, window:not(.tiled):not(.maximized) headerbar:first-child:backdrop, window:not(.tiled):not(.maximized) headerbar:first-child { + border-top-left-radius: 4px; } +window:not(.tiled):not(.maximized) headerbar:last-child:backdrop, window:not(.tiled):not(.maximized) headerbar:last-child { + border-top-right-radius: 4px; } + +window.csd > .titlebar:not(headerbar) { + padding: 0; + background-color: transparent; + background-image: none; + border-style: none; + border-color: transparent; + box-shadow: none; } +.titlebar:not(headerbar) > separator { + background: #353c4a; } + +/************** + * GtkInfoBar * + **************/ +.info, .warning, .question, .error, +infobar { + text-shadow: none; + color: #d8dee9; + background-color: #434c5e; + border-bottom: 1px solid #2e3440; + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.15); } + +.info, .warning, .question, .error { + text-shadow: none; + color: #2e3440; + border: none; } + .info .label, .warning .label, .question .label, .error .label { + color: #2e3440; } + .info .label:backdrop, .warning .label:backdrop, .question .label:backdrop, .error .label:backdrop { + color: rgba(46, 52, 64, 0.5); } + .info button, .warning button, .question button, .error button { + border-radius: 2px; + border: none; + background: rgba(59, 66, 82, 0.98); + color: #d8dee9; + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); } + .info button .label, .warning button .label, .question button .label, .error button .label { + color: #d8dee9; } + .info button:active, .warning button:active, .question button:active, .error button:active { + background: #3b4252; + color: #d8dee9; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); } + .info button:active:backdrop, .warning button:active:backdrop, .question button:active:backdrop, .error button:active:backdrop { + background: rgba(59, 66, 82, 0.8); + color: rgba(216, 222, 233, 0.5); + box-shadow: none; } + .info button:hover, .warning button:hover, .question button:hover, .error button:hover, .info button:focus, .warning button:focus, .question button:focus, .error button:focus { + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); } + .info button:disabled, .warning button:disabled, .question button:disabled, .error button:disabled { + background: rgba(59, 66, 82, 0.6); + color: rgba(216, 222, 233, 0.5); + box-shadow: none; } + .info button:disabled:backdrop, .warning button:disabled:backdrop, .question button:disabled:backdrop, .error button:disabled:backdrop { + background: rgba(59, 66, 82, 0.5); + color: rgba(216, 222, 233, 0.5); + box-shadow: none; } + .info button:backdrop, .warning button:backdrop, .question button:backdrop, .error button:backdrop { + background: rgba(59, 66, 82, 0.8); + color: rgba(216, 222, 233, 0.5); + box-shadow: none; } + +.info { + background-color: #8fbcbb; } + .info:backdrop { + background-color: #afcfce; + color: rgba(46, 52, 64, 0.5); } + +.warning { + background-color: #c3674a; } + .warning:backdrop { + background-color: #d08770; + color: rgba(46, 52, 64, 0.5); } + +.question { + background-color: #88c0d0; } + .question:backdrop { + background-color: #add3de; + color: rgba(46, 52, 64, 0.5); } + +.error { + background-color: #b84f59; } + .error:backdrop { + background-color: #c6737b; + color: rgba(46, 52, 64, 0.5); } + +/************* + * Level Bar * + *************/ +levelbar block { + min-width: 32px; + min-height: 6px; } +levelbar.vertical block { + min-width: 6px; + min-height: 32px; } +levelbar:backdrop { + transition: 200ms ease-out; } +levelbar trough { + padding: 3px; + border-radius: 3px; + background-color: rgba(255, 255, 255, 0.2); + box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } + levelbar trough:backdrop { + background-color: rgba(255, 255, 255, 0.06); + box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } +levelbar.horizontal.discrete block { + margin: 0 1px; } +levelbar.vertical.discrete block { + margin: 1px 0; } +levelbar block { + border-radius: 2px; } + levelbar block:backdrop { + box-shadow: none; } + levelbar block.low { + background-color: #c3674a; } + levelbar block.low:backdrop { + border-color: #c3674a; } + levelbar block.high, levelbar block:not(.empty) { + background-color: #88c0d0; } + levelbar block.high:backdrop, levelbar block:not(.empty):backdrop { + border-color: #88c0d0; } + levelbar block.full { + background-color: #63adc2; } + levelbar block.full:backdrop { + border-color: #63adc2; } + levelbar block.empty { + background-color: rgba(0, 0, 0, 0.35); + box-shadow: none; } + +/********* + * Links * + *********/ +*:link, button:link, +button:visited { + color: #5e81ac; } + *:link:visited, + button:visited { + color: rgba(94, 129, 172, 0.5); } + *:selected *:link:visited, *:selected button:visited:link, + *:selected button:visited { + color: #556a71; } + *:link:hover, button:hover:link, + button:hover:visited { + color: #809bbd; } + *:selected *:link:hover, *:selected button:hover:link, + *:selected button:hover:visited { + color: #38424c; } + *:link:active, button:active:link, + button:active:visited { + color: #5e81ac; } + *:selected *:link:active, *:selected button:active:link, + *:selected button:active:visited { + color: #414f59; } + *:link:backdrop:backdrop:hover, button:backdrop:backdrop:hover:link, + button:backdrop:backdrop:hover:visited, *:link:backdrop:backdrop:hover:selected, button:backdrop:backdrop:hover:selected:link, + button:backdrop:backdrop:hover:selected:visited, *:link:backdrop, button:backdrop:link, + button:backdrop:visited { + color: #8fbcbb; } + *:link:selected, button:selected:link, + button:selected:visited, *:selected *:link, *:selected button:link, + *:selected button:visited { + color: #414f59; } + +button:link, +button:visited { + text-shadow: none; } + button:link:hover, button:link:active, button:link:checked, + button:visited:hover, + button:visited:active, + button:visited:checked { + text-shadow: none; } + button:link > label, + button:visited > label { + text-decoration-line: underline; } + +/********* + * Lists * + *********/ +list { + color: #d8dee9; + background-color: #3b4252; + border-color: #232831; } + list:backdrop { + background-color: #3d4455; + border-color: #262c36; } + +row { + padding: 1px 11px; + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + row label { + padding-left: 8px; } + row:hover { + transition: none; } + row:backdrop { + transition: 200ms ease-out; } + row.activatable.has-open-popup, row.activatable:hover { + background-color: rgba(216, 222, 233, 0.05); } + row.activatable:active { + box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } + row.activatable:backdrop:hover { + background-color: transparent; } + row.activatable button.flat { + background-color: transparent; } + row.activatable:selected:active { + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } + row.activatable:selected.has-open-popup, row.activatable:selected:hover { + background-color: rgba(143, 188, 187, 0.5); } + row.activatable:selected:backdrop { + background-color: rgba(143, 188, 187, 0.6); } + +/********* + * Menus * + *********/ +menubar, +.menubar { + background-color: #353c4a; + color: #d8dee9; + -GtkWidget-window-dragging: true; + padding: 0px; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } + menubar > menuitem, + .menubar > menuitem { + min-height: 16px; + padding: 4px 8px; } + menubar > menuitem:hover, + .menubar > menuitem:hover { + box-shadow: inset 0 -3px #8fbcbb; } + menubar > menuitem:disabled, + .menubar > menuitem:disabled { + color: #8e95a4; + box-shadow: none; } + +menu, .menu, .context-menu { + margin: 4px; + padding: 2px 0px; + background: #2e3440; + border: 1px solid #232831; + border-radius: 5px; + font: initial; } + .csd menu, + .csd .menu, + .csd .context-menu { + border: none; } + menu:backdrop, .menu:backdrop, .context-menu:backdrop { + background-color: #3e4657; } + menu menuitem, .menu menuitem, .context-menu menuitem { + min-height: 17px; + min-width: 40px; + padding: 4px 6px; + text-shadow: none; } + menu menuitem:hover, .menu menuitem:hover, .context-menu menuitem:hover { + color: #2e3440; + background-color: #8fbcbb; } + menu menuitem:disabled, .menu menuitem:disabled, .context-menu menuitem:disabled { + color: #8e95a4; } + menu menuitem:disabled:backdrop, .menu menuitem:disabled:backdrop, .context-menu menuitem:disabled:backdrop { + color: #63708b; } + menu menuitem:backdrop, menu menuitem:backdrop:hover, .menu menuitem:backdrop, .menu menuitem:backdrop:hover, .context-menu menuitem:backdrop, .context-menu menuitem:backdrop:hover { + color: #8e95a4; + background-color: transparent; } + menu menuitem arrow, .menu menuitem arrow, .context-menu menuitem arrow { + min-height: 16px; + min-width: 16px; } + menu menuitem arrow:dir(ltr), .menu menuitem arrow:dir(ltr), .context-menu menuitem arrow:dir(ltr) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + margin-left: 10px; } + menu menuitem arrow:dir(rtl), .menu menuitem arrow:dir(rtl), .context-menu menuitem arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); + margin-right: 10px; } + menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), .menu menuitem label:dir(rtl), .menu menuitem label:dir(ltr), .context-menu menuitem label:dir(rtl), .context-menu menuitem label:dir(ltr) { + color: inherit; } + menu > arrow, .menu > arrow, .context-menu > arrow { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + min-height: 16px; + min-width: 16px; + padding: 4px; + background-color: #3d4454; + border-radius: 0; } + menu > arrow.top, .menu > arrow.top, .context-menu > arrow.top { + margin-top: -6px; + border-bottom: 1px solid #4b5261; + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + menu > arrow.bottom, .menu > arrow.bottom, .context-menu > arrow.bottom { + margin-bottom: -6px; + border-top: 1px solid #4b5261; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + menu > arrow:hover, .menu > arrow:hover, .context-menu > arrow:hover { + background-color: #4b5261; } + menu > arrow:backdrop, .menu > arrow:backdrop, .context-menu > arrow:backdrop { + background-color: #3e4657; } + menu > arrow:disabled, .menu > arrow:disabled, .context-menu > arrow:disabled { + color: transparent; + background-color: transparent; + border-color: transparent; } + +menuitem accelerator { + color: alpha(currentColor,0.55); } +menuitem check, +menuitem radio { + min-height: 16px; + min-width: 16px; } + menuitem check:dir(ltr), + menuitem radio:dir(ltr) { + margin-right: 7px; } + menuitem check:dir(rtl), + menuitem radio:dir(rtl) { + margin-left: 7px; } + +.csd.popup { + background-color: transparent; } + +/******** + * Misc * + ********/ +.content-view { + background-color: #343b49; } + .content-view:hover { + -gtk-icon-effect: highlight; } + .content-view:backdrop { + background-color: #343b49; } + +.osd .scale-popup button.flat { + border-style: none; + border-radius: 5px; } +.scale-popup button:hover { + background-color: rgba(216, 222, 233, 0.1); + border-radius: 5px; } + +/************ +* Assistant * +*************/ +assistant { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; } + assistant .sidebar { + background-color: #3b4252; + border-top: 1px solid #232831; + border-bottom-left-radius: 4px; } + assistant .sidebar:backdrop { + background-color: #3d4455; + border-color: #262c36; } + assistant.csd .sidebar { + border-top-style: none; } + assistant .sidebar GtkLabel, + assistant .sidebar label { + padding: 6px 12px; } + assistant .sidebar GtkLabel.highlight, + assistant .sidebar label.highlight { + background-color: #61697a; } + +/************* + * Notebooks * + *************/ +notebook > header { + padding: 1px; + border-color: #232831; + border-width: 1px; + background-color: #303643; } + notebook > header:backdrop { + border-color: #262c36; + background-color: #434c5e; } + notebook > header tabs { + margin: 0px; } + notebook > header.top { + border-bottom-style: solid; } + notebook > header.top > tabs { + margin-bottom: -2px; } + notebook > header.top > tabs > tab:backdrop { + box-shadow: none; } + notebook > header.top > tabs > tab:checked { + background-color: #3b4252; } + notebook > header.top > tabs > tab:checked:hover { + background-color: #3b4252; } + notebook > header.bottom { + border-top-style: solid; } + notebook > header.bottom > tabs { + margin-top: -2px; } + notebook > header.bottom > tabs > tab:backdrop { + box-shadow: none; } + notebook > header.bottom > tabs > tab:checked { + background-color: #3b4252; + box-shadow: -1px 0 0 #232831, 0px 1px 0 #232831, 1px 0 0 #232831; } + notebook > header.left { + border-right-style: solid; } + notebook > header.left > tabs { + margin-right: -2px; } + notebook > header.left > tabs > tab:backdrop { + box-shadow: none; } + notebook > header.left > tabs > tab:checked { + background-color: #3b4252; + box-shadow: 0px 1px 0 #232831, 0px -1px 0 #232831, 0px 1px 0 #232831; } + notebook > header.right { + border-left-style: solid; } + notebook > header.right > tabs { + margin-left: -2px; } + notebook > header.right > tabs > tab:backdrop { + box-shadow: none; } + notebook > header.right > tabs > tab:checked { + background-color: #3b4252; + box-shadow: 0px 1px 0 #232831, 0px -1px 0 #232831, 1px 0 0 #232831; } + notebook > header.top > tabs > arrow { + border-top-style: none; } + notebook > header.bottom > tabs > arrow { + border-bottom-style: none; } + notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { + margin-left: -5px; + margin-right: -5px; + padding-left: 4px; + padding-right: 4px; } + notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } + notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + notebook > header.left > tabs > arrow { + border-left-style: none; } + notebook > header.right > tabs > arrow { + border-right-style: none; } + notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { + margin-top: -5px; + margin-bottom: -5px; + padding-top: 4px; + padding-bottom: 4px; } + notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + notebook > header > tabs > arrow { + min-height: 14px; + min-width: 14px; + border-radius: 0; } + notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) { + background-clip: padding-box; + background-image: none; + background-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + box-shadow: none; } + notebook > header > tabs > arrow:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; } + notebook > header tab { + min-height: 24px; + min-width: 24px; + padding: 1px 12px; + outline-offset: -5px; + color: #8e95a4; + font-weight: normal; + border-width: 1px; + border-color: transparent; } + notebook > header tab:hover { + color: #b3bac7; } + notebook > header tab:hover.reorderable-page { + border-color: rgba(35, 40, 49, 0.3); + background-color: rgba(67, 76, 94, 0.2); } + notebook > header tab:backdrop { + color: #707888; } + notebook > header tab:backdrop.reorderable-page { + border-color: transparent; + background-color: transparent; } + notebook > header tab:checked { + color: #d8dee9; + box-shadow: -1px 0 0 #232831, 0px -1px 0 #232831, 1px 0 0 #232831; } + notebook > header tab:checked.reorderable-page { + border-color: rgba(35, 40, 49, 0.5); + background-color: rgba(67, 76, 94, 0.5); } + notebook > header tab:checked.reorderable-page:hover { + background-color: rgba(67, 76, 94, 0.7); } + notebook > header tab:backdrop:checked { + color: #8e95a4; } + notebook > header tab:backdrop:checked.reorderable-page { + border-color: #262c36; + background-color: #3d4455; } + notebook > header tab button.flat { + padding: 0; + margin-top: 4px; + margin-bottom: 4px; + min-width: 20px; + min-height: 20px; } + notebook > header tab button.flat:hover { + background: transparent; + box-shadow: none; + color: #bf616a; } + notebook > header tab button.flat, notebook > header tab button.flat:backdrop { + background: transparent; + border: none; + color: alpha(currentColor,0.3); } + notebook > header tab button.flat:last-child { + margin-left: 4px; + margin-right: -4px; } + notebook > header tab button.flat:first-child { + margin-left: -4px; + margin-right: 4px; } + notebook > header.top tabs, notebook > header.bottom tabs { + padding-left: 0px; + padding-right: 0px; } + notebook > header.top tabs:not(:only-child), notebook > header.bottom tabs:not(:only-child) { + margin-left: 0.5px; + margin-right: 0.5px; } + notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { + margin-left: -1px; } + notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { + margin-right: -1px; } + notebook > header.top tabs tab, notebook > header.bottom tabs tab { + margin-left: 0.5px; + margin-right: 0.5px; } + notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { + border-style: none solid; } + notebook > header.left tabs, notebook > header.right tabs { + padding-top: 4px; + padding-bottom: 4px; } + notebook > header.left tabs:not(:only-child), notebook > header.right tabs:not(:only-child) { + margin-top: 3px; + margin-bottom: 3px; } + notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { + margin-top: -1px; } + notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { + margin-bottom: -1px; } + notebook > header.left tabs tab, notebook > header.right tabs tab { + margin-top: 4px; + margin-bottom: 4px; } + notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { + border-style: solid none; } + notebook > header.top tab { + padding-bottom: 1px; } + notebook > header.bottom tab { + padding-top: 1px; } +notebook > stack:not(:only-child) { + background-color: #3b4252; } + notebook > stack:not(:only-child):backdrop { + background-color: #3d4455; } + +/********* + * Paned * + *********/ +paned > separator { + min-width: 1px; + min-height: 1px; + -gtk-icon-source: none; + border-style: none; + background-color: transparent; + background-image: image(#232831); + background-size: 1px 1px; } + paned > separator:selected { + background-image: image(#8fbcbb); } + paned > separator:backdrop { + background-image: image(#262c36); } + paned > separator.wide { + min-width: 5px; + min-height: 5px; + background-color: #434c5e; + background-image: image(#232831), image(#232831); + background-size: 1px 1px, 1px 1px; } + paned > separator.wide:backdrop { + background-color: #434c5e; + background-image: image(#262c36), image(#262c36); } +paned.horizontal > separator { + background-repeat: repeat-y; } + paned.horizontal > separator:dir(ltr) { + margin: 0 -8px 0 0; + padding: 0 8px 0 0; + background-position: left; } + paned.horizontal > separator:dir(rtl) { + margin: 0 0 0 -8px; + padding: 0 0 0 8px; + background-position: right; } + paned.horizontal > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-y, repeat-y; + background-position: left, right; } +paned.vertical > separator { + margin: 0 0 -8px 0; + padding: 0 0 8px 0; + background-repeat: repeat-x; + background-position: top; } + paned.vertical > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-x, repeat-x; + background-position: bottom, top; } + +/************ + * Pathbars * + ************/ +.path-bar button.text-button, .path-bar button.image-button, .path-bar button { + padding-left: 4px; + padding-right: 4px; } +.path-bar button.text-button.image-button label { + padding-left: 0; + padding-right: 0; } +.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child { + padding-right: 8px; } +.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { + padding-left: 8px; } +.path-bar button image { + padding-left: 4px; + padding-right: 4px; } +.path-bar button.slider-button { + padding-left: 0; + padding-right: 0; } + +/*************** + * Popovers * + ***************/ +popover.background { + padding: 2px; + border-radius: 5px; + background: #2e3440; + box-shadow: 0 4px 6px #232831; } + .csd popover.background, popover.background { + border: 1px solid #232831; } + popover.background:backdrop { + background-color: #434c5e; + box-shadow: none; } + popover.background > list, + popover.background > .view, + popover.background > iconview, + popover.background > toolbar { + border-style: none; + background-color: transparent; } + .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier { + border: 1px solid rgba(255, 255, 255, 0.1); } + popover.background separator { + margin: 3px; } + popover.background list separator { + margin: 0px; } + +/***************** + * Progress bars * + *****************/ +progressbar { + font-size: smaller; + color: rgba(216, 222, 233, 0.4); } + progressbar.horizontal trough, + progressbar.horizontal progress { + min-height: 6px; } + progressbar.vertical trough, + progressbar.vertical progress { + min-width: 6px; } + progressbar.horizontal progress { + margin: 0; } + progressbar.vertical progress { + margin: 0; } + progressbar:backdrop { + box-shadow: none; + transition: 200ms ease-out; } + progressbar.osd { + min-width: 3px; + min-height: 3px; + background-color: transparent; } + progressbar.osd trough { + border-style: none; + border-radius: 0; + background-color: transparent; + box-shadow: none; } + progressbar.osd progress { + border-style: none; + border-radius: 0; } + +/************ + * GtkScale * + ************/ +progressbar trough, scale trough, scale fill { + background-color: rgba(255, 255, 255, 0.14); + border: none; + border-radius: 3px; + margin: 0; } + progressbar trough:disabled, scale trough:disabled, scale fill:disabled { + background-color: rgba(255, 255, 255, 0.06); } + progressbar trough:backdrop, progressbar:backdrop trough, scale trough:backdrop, scale fill:backdrop { + background-color: rgba(255, 255, 255, 0.06); + transition: 200ms ease-out; } + progressbar trough:backdrop:disabled, progressbar:backdrop trough:disabled, scale trough:backdrop:disabled, scale fill:backdrop:disabled { + background-color: rgba(255, 255, 255, 0.06); } + +progressbar progress, scale highlight { + border: none; + background-color: #8fbcbb; + border-radius: 3px; + margin: 0; } + progressbar progress:disabled, scale highlight:disabled { + border: none; + background-color: rgba(255, 255, 255, 0.14); } + progressbar progress:backdrop, progressbar:backdrop progress, scale highlight:backdrop, progressbar progress:active:backdrop, progressbar:backdrop progress:active, scale highlight:active:backdrop { + border-color: #9fc6c5; + background-color: #9fc6c5; } + progressbar progress:backdrop:disabled, progressbar:backdrop progress:disabled, scale highlight:backdrop:disabled, progressbar progress:active:backdrop:disabled, progressbar:backdrop progress:active:disabled, scale highlight:active:backdrop:disabled { + background-color: rgba(255, 255, 255, 0.06); } + +scale { + min-height: 16px; + min-width: 16px; + padding: 8px; } + scale.horizontal trough, + scale.horizontal progress { + min-height: 6px; } + scale.vertical trough, + scale.vertical progress { + min-width: 6px; } + scale slider { + min-height: 16px; + min-width: 16px; + margin: -7px; + background-color: #3b4252; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); + border-radius: 12px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-property: background, border, box-shadow; } + scale slider:active { + background-color: #8fbcbb; } + scale slider:active:disabled { + background-color: #404859; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.05); } + scale.fine-tune.horizontal { + padding-top: 9px; + padding-bottom: 9px; + min-height: 16px; } + scale.fine-tune.vertical { + padding-left: 9px; + padding-right: 9px; + min-width: 16px; } + scale.fine-tune slider { + margin: -6px; } + scale.fine-tune fill, + scale.fine-tune highlight, + scale.fine-tune trough { + border-radius: 5px; + -gtk-outline-radius: 7px; } + scale trough { + outline-offset: 2px; + -gtk-outline-radius: 5px; + outline-color: transparent; } + scale fill:backdrop, scale fill { + background-color: #232831; } + scale fill:disabled:backdrop, scale fill:disabled { + border-color: transparent; + background-color: transparent; } + .osd scale fill { + background-color: #50565f; } + .osd scale fill:disabled:backdrop, .osd scale fill:disabled { + border-color: transparent; + background-color: transparent; } + scale slider { + border-color: #f1f1f1; + border: none; + border-radius: 12px; + background-color: #f1f1f1; } + scale slider:active { + border-color: #6fa9a8; } + scale slider:disabled { + background-color: #b2b2b2; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } + scale slider:backdrop, scale slider:backdrop:disabled { + transition: 200ms ease-out; + background-color: #b2b2b2; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } + row:selected scale slider:disabled, row:selected scale slider { + border-color: #6fa9a8; } + .osd scale slider { + color: #d8dee9; + border-color: #232831; + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); + border-color: #1d2128; + background-color: #f1f1f1; } + .osd scale slider:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(65, 74, 91, 0.93), rgba(65, 74, 91, 0.93)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #f1f1f1; } + .osd scale slider:active { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(52, 59, 73, 0.93), rgba(52, 59, 73, 0.93)); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #f1f1f1; } + .osd scale slider:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + background-color: #f1f1f1; } + .osd scale slider:backdrop { + color: #d8dee9; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(178, 178, 178, 0.5), rgba(178, 178, 178, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + background-color: #b2b2b2; } + .osd scale slider:backdrop:disabled { + background-color: #f1f1f1; } + scale value { + color: alpha(currentColor,0.4); } + scale marks { + color: alpha(currentColor,0.4); } + scale marks.top { + margin-bottom: 6px; + margin-top: -12px; } + scale marks.bottom { + margin-top: 6px; + margin-bottom: -12px; } + scale marks.top { + margin-right: 6px; + margin-left: -12px; } + scale marks.bottom { + margin-left: 6px; + margin-right: -12px; } + scale.fine-tune marks.top { + margin-bottom: 6px; + margin-top: -9px; } + scale.fine-tune marks.bottom { + margin-top: 6px; + margin-bottom: -9px; } + scale.fine-tune marks.top { + margin-right: 6px; + margin-left: -9px; } + scale.fine-tune marks.bottom { + margin-left: 6px; + margin-right: -9px; } + scale.horizontal indicator { + min-height: 6px; + min-width: 1px; } + scale.horizontal.fine-tune indicator { + min-height: 3px; } + scale.vertical indicator { + min-height: 1px; + min-width: 6px; } + scale.vertical.fine-tune indicator { + min-width: 3px; } + scale.horizontal.marks-before:not(.marks-after) slider { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-before:not(.marks-after) slider:hover { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-before:not(.marks-after) slider:active { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-before:not(.marks-after) slider:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-before:not(.marks-after) slider:backdrop { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-before:not(.marks-after) slider:backdrop:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-after:not(.marks-before) slider { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-after:not(.marks-before) slider:hover { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-after:not(.marks-before) slider:active { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-after:not(.marks-before) slider:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-after:not(.marks-before) slider:backdrop { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.horizontal.marks-after:not(.marks-before) slider:backdrop:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.horizontal.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.vertical.marks-before:not(.marks-after) slider { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.vertical.marks-before:not(.marks-after) slider:hover { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.vertical.marks-before:not(.marks-after) slider:active { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.vertical.marks-before:not(.marks-after) slider:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.vertical.marks-before:not(.marks-after) slider:backdrop { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.vertical.marks-before:not(.marks-after) slider:backdrop:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-before:not(.marks-after).fine-tune slider { + margin: -7px; } + scale.vertical.marks-after:not(.marks-before) slider { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.vertical.marks-after:not(.marks-before) slider:hover { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.vertical.marks-after:not(.marks-before) slider:active { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.vertical.marks-after:not(.marks-before) slider:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.vertical.marks-after:not(.marks-before) slider:backdrop { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.vertical.marks-after:not(.marks-before) slider:backdrop:disabled { + min-height: 16px; + min-width: 16px; + margin: -7px; + border: none; + border-radius: 50%; + background-color: #f1f1f1; + box-shadow: none; } + scale.vertical.marks-after:not(.marks-before).fine-tune slider { + margin: -7px; } + scale.color { + min-height: 0; + min-width: 0; } + scale.color trough { + background-image: image(#232831); + background-repeat: no-repeat; } + scale.color.horizontal { + padding: 0 0 15px 0; } + scale.color.horizontal trough { + padding-bottom: 4px; + background-position: 0 -3px; + border-top-left-radius: 0; + border-top-right-radius: 0; } + scale.color.horizontal slider:dir(ltr):hover, scale.color.horizontal slider:dir(ltr):backdrop, scale.color.horizontal slider:dir(ltr):disabled, scale.color.horizontal slider:dir(ltr):backdrop:disabled, scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl):hover, scale.color.horizontal slider:dir(rtl):backdrop, scale.color.horizontal slider:dir(rtl):disabled, scale.color.horizontal slider:dir(rtl):backdrop:disabled, scale.color.horizontal slider:dir(rtl) { + margin-bottom: -15px; + margin-top: 6px; } + scale.color.vertical:dir(ltr) { + padding: 0 0 0 15px; } + scale.color.vertical:dir(ltr) trough { + padding-left: 4px; + background-position: 3px 0; + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:backdrop, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider:backdrop:disabled, scale.color.vertical:dir(ltr) slider { + margin-left: -15px; + margin-right: 6px; } + scale.color.vertical:dir(rtl) { + padding: 0 15px 0 0; } + scale.color.vertical:dir(rtl) trough { + padding-right: 4px; + background-position: -3px 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:backdrop, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider:backdrop:disabled, scale.color.vertical:dir(rtl) slider { + margin-right: -15px; + margin-left: 6px; } + scale.color.fine-tune.horizontal:dir(ltr), scale.color.fine-tune.horizontal:dir(rtl) { + padding: 0 0 12px 0; } + scale.color.fine-tune.horizontal:dir(ltr) trough, scale.color.fine-tune.horizontal:dir(rtl) trough { + padding-bottom: 7px; + background-position: 0 -6px; } + scale.color.fine-tune.horizontal:dir(ltr) slider, scale.color.fine-tune.horizontal:dir(rtl) slider { + margin-bottom: -15px; + margin-top: 6px; } + scale.color.fine-tune.vertical:dir(ltr) { + padding: 0 0 0 12px; } + scale.color.fine-tune.vertical:dir(ltr) trough { + padding-left: 7px; + background-position: 6px 0; } + scale.color.fine-tune.vertical:dir(ltr) slider { + margin-left: -15px; + margin-right: 6px; } + scale.color.fine-tune.vertical:dir(rtl) { + padding: 0 12px 0 0; } + scale.color.fine-tune.vertical:dir(rtl) trough { + padding-right: 7px; + background-position: -6px 0; } + scale.color.fine-tune.vertical:dir(rtl) slider { + margin-right: -15px; + margin-left: 6px; } + +/************** + * Scrollbars * + **************/ +scrollbar { + background-color: #3f4758; + transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + * { + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; } + scrollbar.top { + border-bottom: 1px solid #232831; } + scrollbar.bottom { + border-top: 1px solid #232831; } + scrollbar.left { + border-right: 1px solid #232831; } + scrollbar.right { + border-left: 1px solid #232831; } + scrollbar:backdrop { + background-color: #3d4555; + border-color: #262c36; + transition: 200ms ease-out; } + scrollbar slider { + min-width: 6px; + min-height: 6px; + margin: -1px; + border: 4px solid transparent; + border-radius: 8px; + background-clip: padding-box; + background-color: #9ca4b1; } + scrollbar slider:hover { + background-color: #bac1cd; } + scrollbar slider:hover:active { + background-color: #afcfce; } + scrollbar slider:backdrop { + background-color: #61697a; } + scrollbar slider:disabled { + background-color: transparent; } + scrollbar.fine-tune slider { + min-width: 4px; + min-height: 4px; } + scrollbar.fine-tune.horizontal slider { + border-width: 5px 4px; } + scrollbar.fine-tune.vertical slider { + border-width: 4px 5px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + border-color: transparent; + opacity: 0.4; + background-color: transparent; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { + margin: 0; + min-width: 3px; + min-height: 3px; + background-color: #d8dee9; + border: 1px solid black; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { + min-width: 5px; + min-height: 5px; + background-color: #d8dee9; + background-clip: padding-box; + border-radius: 100%; + border: 1px solid black; + -gtk-icon-source: none; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { + margin: 0 2px; + min-width: 40px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { + margin: 1px 2px; + min-width: 5px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { + margin: 2px 0; + min-height: 40px; } + scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { + margin: 2px 1px; + min-height: 5px; } + scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { + opacity: 0.8; } + scrollbar.horizontal slider { + min-width: 40px; } + scrollbar.vertical slider { + min-height: 40px; } + scrollbar button { + padding: 0; + min-width: 12px; + min-height: 12px; + border-style: none; + border-radius: 0; + transition-property: min-height, min-width, color; + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #9ca4b1; } + scrollbar button:hover { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #bac1cd; } + scrollbar button:active, scrollbar button:checked { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #afcfce; } + scrollbar button:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(156, 164, 177, 0.2); } + scrollbar button:backdrop { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #61697a; } + scrollbar button:backdrop:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: rgba(97, 105, 122, 0.2); } + scrollbar.vertical button.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + scrollbar.vertical button.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } + scrollbar.horizontal button.down { + -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); } + scrollbar.horizontal button.up { + -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); } + +treeview ~ scrollbar.vertical { + border-top: 1px solid #232831; + margin-top: -1px; } + +/*********** + * Sidebar * + ***********/ +.sidebar { + border-style: none; + border-width: 0; + background-color: #3f4758; } + .sidebar .frame { + border: none; } + stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { + border-right: none; + border-left-style: none; } + stacksidebar.sidebar:dir(rtl) list + .sidebar:dir(rtl), stacksidebar.sidebar.right list + .sidebar:dir(rtl), .sidebar.right { + border-left: 1px solid #232831; + border-right-style: none; } + .sidebar:backdrop { + background-color: #40485a; + border-color: #262c36; } + .sidebar row { + padding: 8px 12px; + transition: all .12s ease-in; } + .sidebar row label { + color: #98abb2; } + .sidebar row:selected { + color: #2e3440; } + .sidebar row:selected:backdrop { + color: rgba(46, 52, 64, 0.5); + background: rgba(143, 188, 187, 0.6); } + .sidebar row:selected:backdrop label { + color: #2e3440; } + .sidebar row:selected label { + color: #2e3440; } + .sidebar.source-list { + background: #2e3440; + padding: 4px 0px; } + .sidebar.source-list.view, iconview.sidebar.source-list { + transition: all .12s ease-in; } + .sidebar.source-list.view:selected, iconview.sidebar.source-list:selected { + padding-left: 4px; + background: #8fbcbb; + color: #2e3440; } + .sidebar.source-list.view:selected:active, iconview.sidebar.source-list:selected:active { + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } + .sidebar.source-list.view:selected.has-open-popup, iconview.sidebar.source-list:selected.has-open-popup, .sidebar.source-list.view:selected:hover, iconview.sidebar.source-list:selected:hover { + background-color: rgba(143, 188, 187, 0.9); } + .sidebar.source-list.view:selected:backdrop, iconview.sidebar.source-list:selected:backdrop { + background-color: rgba(143, 188, 187, 0.6); } + .sidebar.source-list.view:hover, iconview.sidebar.source-list:hover, .sidebar.source-list.view iconview.source-list:hover, iconview.sidebar.source-list iconview.source-list:hover { + background-color: rgba(67, 76, 94, 0.4); } + paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { + border-style: none; + border-color: #232831; } + +stacksidebar row { + padding: 10px 4px; } + stacksidebar row > label { + padding-left: 6px; + padding-right: 6px; } + stacksidebar row.needs-attention > label { + background-size: 6px 6px, 0 0; } + +/*******************************************************************/ +/* PLACESSIDEBAR */ +/*******************************************************************/ +placessidebar.sidebar { + background-color: transparent; + background-image: linear-gradient(to right, #232831 40px, #2e3440 35px, #2e3440 36px, #2e3440 36px, #2e3440 99%, #2e3440 100%); } + placessidebar.sidebar row.sidebar-row.sidebar-row .sidebar-icon { + margin-left: -14px; + margin-right: 12px; + padding-left: 14px; + padding-right: 12px; + color: #98abb2; } + placessidebar.sidebar row.sidebar-row:hover { + transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: rgba(0, 0, 0, 0.76); + background-color: transparent; + /*rgba(65,67,75,0.4); */ + background-image: linear-gradient(to right, rgba(65, 67, 75, 0) 40px, rgba(0, 0, 0, 0.12) 40px, rgba(0, 0, 0, 0.12) 97%); } + placessidebar.sidebar row.sidebar-row:active:hover { + color: rgba(0, 0, 0, 0.76); + background-color: rgba(0, 0, 0, 0.23); } + placessidebar.sidebar row.sidebar-row:selected { + color: #fff; + background-color: transparent; + background-image: linear-gradient(to right, rgba(143, 188, 187, 0.7) 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); } + placessidebar.sidebar row.sidebar-row:selected label { + color: #8fbcbb; } + placessidebar.sidebar row.sidebar-row:selected:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.24); } + placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon { + color: #ffffff; } + placessidebar.sidebar row.sidebar-row:selected:backdrop { + color: rgba(0, 0, 0, 0.54); + background-color: transparent; + background-image: linear-gradient(to right, #8fbcbb 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); } + placessidebar.sidebar row.sidebar-row:selected:backdrop .sidebar-icon { + -gtk-icon-shadow: none; } + placessidebar.sidebar row.sidebar-row:selected .sidebar-icon { + -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.8); + color: inherit; } + placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row, placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row label, placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { + color: #ebcb8b; } + placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) { + box-shadow: inset 0 1px #a3be8c, inset 0 -1px #a3be8c; } + placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) image { + color: #a3be8c; } + placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected { + background: #a3be8c; } + placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected image { + color: #2e3440; } +placessidebar list { + background-color: transparent; } + placessidebar list:backdrop { + background-color: transparent; } + +/***************** + * GtkSpinButton * + *****************/ +spinbutton:not(.vertical) { + padding: 0; } + spinbutton:not(.vertical) entry { + min-width: 28px; + margin: 0; + background: none; + background-color: transparent; + border: none; + border-radius: 0; + box-shadow: none; } + spinbutton:not(.vertical) button { + min-height: 16px; + margin: 0; + padding-bottom: 0; + padding-top: 0; + color: #c8ceda; + background-image: none; + border-style: none none none solid; + border-color: rgba(35, 40, 49, 0.3); + border-radius: 0; + box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.07); } + spinbutton:not(.vertical) button:dir(rtl) { + border-style: none solid none none; } + spinbutton:not(.vertical) button:hover { + color: #d8dee9; + background-color: rgba(216, 222, 233, 0.05); } + spinbutton:not(.vertical) button:disabled { + color: rgba(142, 149, 164, 0.3); } + spinbutton:not(.vertical) button:active { + background-color: rgba(0, 0, 0, 0.1); + box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); } + spinbutton:not(.vertical) button:backdrop { + color: #868d9c; + background-color: transparent; + border-color: rgba(38, 44, 54, 0.3); + transition: 200ms ease-out; } + spinbutton:not(.vertical) button:backdrop:disabled { + color: rgba(99, 112, 139, 0.3); + background-image: none; + border-style: none none none solid; + box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.07); } + spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { + border-style: none solid none none; } + spinbutton:not(.vertical) button:last-child { + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; } +.osd spinbutton:not(.vertical) button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #d8dee9; + border-style: none none none solid; + border-color: rgba(35, 40, 49, 0.7); + border-radius: 0; + box-shadow: none; + -gtk-icon-shadow: 0 1px black; } + .osd spinbutton:not(.vertical) button:dir(rtl) { + border-style: none solid none none; } + .osd spinbutton:not(.vertical) button:hover { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #d8dee9; + border-color: rgba(35, 40, 49, 0.5); + background-color: rgba(216, 222, 233, 0.1); + -gtk-icon-shadow: 0 1px black; + box-shadow: none; } + .osd spinbutton:not(.vertical) button:backdrop { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #d8dee9; + border-color: rgba(35, 40, 49, 0.5); + -gtk-icon-shadow: none; + box-shadow: none; } + .osd spinbutton:not(.vertical) button:disabled { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0); + text-shadow: none; + -gtk-icon-shadow: none; + color: #808690; + border-color: rgba(35, 40, 49, 0.5); + -gtk-icon-shadow: none; + box-shadow: none; } + .osd spinbutton:not(.vertical) button:last-child { + border-radius: 0 3px 3px 0; } + .osd spinbutton:not(.vertical) button:dir(rtl):first-child { + border-radius: 3px 0 0 3px; } +spinbutton.vertical:disabled { + color: #8e95a4; } +spinbutton.vertical:backdrop:disabled { + color: #63708b; } +spinbutton.vertical:drop(active) { + border-color: transparent; + box-shadow: none; } +spinbutton.vertical entry { + min-height: 32px; + min-width: 32px; + padding: 0; + border-radius: 0; } +spinbutton.vertical button { + min-height: 32px; + min-width: 32px; + padding: 0; + border-width: 1px; + border-color: #232831; + box-shadow: 0 1px rgba(255, 255, 255, 0.1); } +spinbutton.vertical button.up { + border-radius: 3px 3px 0 0; + border-style: solid solid none solid; } +spinbutton.vertical button.down { + border-radius: 0 0 3px 3px; + border-style: none solid solid solid; } +.osd spinbutton.vertical button:first-child { + color: #d8dee9; + border-color: #232831; + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .osd spinbutton.vertical button:first-child:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(65, 74, 91, 0.93), rgba(65, 74, 91, 0.93)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + .osd spinbutton.vertical button:first-child:active { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(52, 59, 73, 0.93), rgba(52, 59, 73, 0.93)); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); } + .osd spinbutton.vertical button:first-child:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + .osd spinbutton.vertical button:first-child:backdrop { + color: #d8dee9; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(40, 45, 55, 0.93), rgba(40, 45, 55, 0.93)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } +treeview spinbutton:not(.vertical) { + min-height: 0; + border-style: none; + border-radius: 0; } + treeview spinbutton:not(.vertical) entry { + min-height: 0; + padding: 1px 2px; } + +/*********** + * Spinner * + ***********/ +menu spinner { + color: #8fbcbb; } + +/********************* + * Spinner Animation * + *********************/ +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +spinner { + background: none; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + spinner:checked { + opacity: 1; + animation: spin 1s linear infinite; } + spinner:checked:disabled { + opacity: 0.5; } + +/********** + * Switch * + **********/ +switch { + font-size: 1px; + font-weight: bold; + outline-offset: -4px; + transition: all 200ms ease-in; + border: none; + border-radius: 14px; + color: transparent; + padding: 2.3px 0px; + background-color: #5b667e; + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0px 1px rgba(0, 0, 0, 0.1); } + switch:disabled { + background-color: #404859; } + switch:backdrop { + background-color: #434c5e; + transition: 200ms ease-out; } + switch:backdrop:disabled { + background-color: #404859; } + switch:active, switch:checked { + background-color: #8fbcbb; } + switch:active:backdrop, switch:checked:backdrop { + background-color: rgba(143, 188, 187, 0.6); } + switch:active:backdrop slider:backdrop, switch:checked:backdrop slider:backdrop { + box-shadow: none; + background-color: rgba(59, 66, 82, 0.9); + border: none; } + switch slider { + padding: 2px; + margin: 0 2.3px; + min-width: 12px; + min-height: 12px; + border-radius: 100%; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + background-color: #3b4252; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2); } + switch slider:backdrop { + padding: 2px; + box-shadow: none; + background-color: #3b4252; } + switch trough:active, switch trough:checked { + background-color: #8fbcbb; } + switch trough:active:backdrop, switch trough:checked:backdrop { + background-color: rgba(143, 188, 187, 0.6); } + +/************ + * Toolbars * + ************/ +toolbar, .inline-toolbar, searchbar, +.location-bar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #434c5e; } + +toolbar { + padding: 4px 3px 3px 4px; } + .osd toolbar { + background-color: transparent; } + toolbar.osd { + padding: 13px; + border: none; + border-radius: 5px; + background-color: rgba(40, 45, 55, 0.93); } + toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { + border-radius: 0; } + toolbar.horizontal separator { + margin: 0 7px 1px 6px; } + toolbar.vertical separator { + margin: 6px 1px 7px 0; } + toolbar:not(.inline-toolbar):not(.osd) switch, + toolbar:not(.inline-toolbar):not(.osd) scale, + toolbar:not(.inline-toolbar):not(.osd) entry, + toolbar:not(.inline-toolbar):not(.osd) spinbutton, + toolbar:not(.inline-toolbar):not(.osd) button { + margin-right: 1px; + margin-bottom: 1px; } + +.inline-toolbar { + padding: 3px; + border-width: 0 1px 1px; + border-radius: 0 0 5px 5px; } + +searchbar, +.location-bar { + border-width: 0 0 1px; + padding: 3px; } + +.inline-toolbar, searchbar, +.location-bar { + border-style: solid; + border-color: #232831; + background-color: #394151; } + .inline-toolbar:backdrop, searchbar:backdrop, + .location-bar:backdrop { + border-color: #262c36; + background-color: #394150; + box-shadow: none; + transition: 200ms ease-out; } + +searchbar { + background: #3b4252; } + +/************ + * Tooltips * + ************/ +tooltip { + padding: 4px; + /* not working */ + border-radius: 5px; + box-shadow: none; + text-shadow: 0 1px black; } + tooltip.background { + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + border: 1px solid #232831; } + tooltip decoration { + background-color: transparent; } + tooltip * { + padding: 4px; + background-color: transparent; + color: white; } + +/************** + * Tree Views * + **************/ +treeview.view { + border-left-color: #8a909e; + border-top-color: #434c5e; } + * { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; } + treeview.view:selected:focus, treeview.view:selected { + border-radius: 0; } + treeview.view:selected:backdrop, treeview.view:selected { + border-left-color: #5f787e; + border-top-color: rgba(216, 222, 233, 0.1); } + treeview.view:disabled { + color: #8e95a4; } + treeview.view:disabled:selected { + color: #68868a; } + treeview.view:disabled:selected:backdrop { + color: rgba(131, 171, 172, 0.85); } + treeview.view:disabled:backdrop { + color: #63708b; } + treeview.view.separator { + min-height: 2px; + color: #434c5e; } + treeview.view.separator:backdrop { + color: rgba(67, 76, 94, 0.1); } + treeview.view:backdrop { + border-left-color: #697181; + border-top: #434c5e; } + treeview.view:drop(active) { + border-style: solid none; + border-width: 1px; + border-color: #6fa9a8; } + treeview.view:drop(active).after { + border-top-style: none; } + treeview.view:drop(active).before { + border-bottom-style: none; } + treeview.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #a9afbc; } + treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + treeview.view.expander:hover { + color: #d8dee9; } + treeview.view.expander:selected { + color: #4b5d65; } + treeview.view.expander:selected:hover { + color: #2e3440; } + treeview.view.expander:selected:backdrop { + color: rgba(101, 129, 133, 0.65); } + treeview.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + treeview.view.expander:backdrop { + color: #767d8c; } + treeview.view.progressbar { + border: 1px solid #6fa9a8; + border-radius: 4px; + background-color: #8fbcbb; + background-image: linear-gradient(to bottom, #8fbcbb, #6fa9a8); + box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(0, 0, 0, 0.1); } + treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { + border-radius: 4px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); + color: #8fbcbb; + background-image: linear-gradient(to bottom, #3b4252, #262a34); } + treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { + border-color: #3d4455; + background-color: #3d4455; } + treeview.view.progressbar:backdrop { + border-color: #3d4455; + background-image: none; + box-shadow: none; } + treeview.view.trough { + background-color: rgba(216, 222, 233, 0.1); + border-radius: 4px; } + treeview.view.trough:selected:focus, treeview.view.trough:selected { + background-color: #6fa9a8; + border-radius: 4px; } + treeview.view header button { + color: #8a909e; + background-color: #3b4252; + font-weight: bold; + text-shadow: none; + box-shadow: none; } + treeview.view header button:hover { + color: #b1b7c4; + box-shadow: none; + transition: none; } + treeview.view header button:active { + color: #d8dee9; + transition: none; } + treeview.view header button:last-child:backdrop, treeview.view header button:last-child { + border-right-style: none; } + treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd, + treeview.view header.button.dnd:active, + treeview.view header.button.dnd:selected, + treeview.view header.button.dnd:hover, + treeview.view header.button.dnd { + padding: 0 6px; + transition: none; + background-image: none; + background-color: #8fbcbb; + color: #3b4252; + border-radius: 0; + border-style: none; + box-shadow: inset 0 0 0 1px #3b4252; + text-shadow: none; } + treeview.view acceleditor > label { + background-color: #8fbcbb; } + +treeview.view header button, treeview.view header button:hover, treeview.view header button:active { + padding: 0 6px; + border-radius: 0; + background-image: none; + text-shadow: none; + border-width: 1px; + border-style: none solid solid none; + border-color: #434c5e; } + treeview.view header button:disabled { + border-color: #434c5e; + background-image: none; } + treeview.view header button:backdrop { + border-color: #434c5e; + border-style: none solid solid none; + color: #697181; + background-image: none; + background-color: #3d4455; } + treeview.view header button:backdrop:disabled { + border-color: #434c5e; + background-image: none; } + +/********************** + * Window Decorations * + *********************/ +decoration { + border-radius: 4px 4px 0 0; + border-width: 0px; + border-width: 0px; + box-shadow: 0 4px 10px 2px rgba(33, 26, 30, 0.4); + margin: 10px; } + decoration:backdrop { + box-shadow: 0 4px 10px 2px rgba(33, 26, 30, 0.2); + transition: 200ms ease-out; } + .maximized decoration, .fullscreen decoration, .tiled decoration { + border-radius: 0; } + .popup decoration { + box-shadow: none; } + .ssd decoration { + box-shadow: none; } + .csd.popup decoration { + border-radius: 7px; + box-shadow: 0 4px 8px #232831; + border: 1px solid rgba(35, 40, 49, 0.7); } + tooltip.csd decoration { + border-radius: 5px; + box-shadow: none; } + messagedialog.csd decoration { + border-radius: 7px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(35, 40, 49, 0.8); } + .solid-csd decoration { + border-radius: 0; + margin: 0px; + background-color: #434c5e; + border: solid 1px #262c36; + box-shadow: none; } + +button.titlebutton { + background-repeat: no-repeat; + background-position: center; + min-height: 20px; + padding: 0 1px; + box-shadow: none; } + button.titlebutton.close { + background-image: -gtk-scaled(url("../assets/close.png"), url("../assets/close@2.png")); } + button.titlebutton.close:hover, button.titlebutton.close:active { + background-image: -gtk-scaled(url("../assets/close_prelight.png"), url("../assets/close_prelight@2.png")); } + button.titlebutton.maximize { + background-image: -gtk-scaled(url("../assets/maximize.png"), url("../assets/maximize@2.png")); } + button.titlebutton.maximize:hover, button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("../assets/maximize_prelight.png"), url("../assets/maximize_prelight@2.png")); } + button.titlebutton.minimize { + background-image: -gtk-scaled(url("../assets/min.png"), url("../assets/min@2.png")); } + button.titlebutton.minimize:hover, button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("../assets/min_prelight.png"), url("../assets/min_prelight@2.png")); } + button.titlebutton:backdrop { + -gtk-icon-shadow: none; + background-image: -gtk-scaled(url("../assets/close_unfocused.png"), url("../assets/close_unfocused@2.png")); } + +headerbar.selection-mode button.titlebutton, +.titlebar.selection-mode button.titlebutton { + text-shadow: 0 -1px rgba(0, 0, 0, 0.4807843137); + -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.4807843137); } + headerbar.selection-mode button.titlebutton:backdrop, + .titlebar.selection-mode button.titlebutton:backdrop { + -gtk-icon-shadow: none; } + +.view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, +.view text:selected:focus, +iconview text:selected:focus, +textview text:selected:focus, +.view text:selected, +iconview text:selected, +textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, +textview text selection:focus, +textview text selection, flowbox flowboxchild:selected, modelbutton.flat:selected, popover.background checkbutton:selected, +popover.background radiobutton:selected, +.menuitem.button.flat:selected, calendar:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, +entry selection:focus, +entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected { + background-color: #8fbcbb; } + row:selected label, label:selected, .selection-mode button.titlebutton, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, + .view text:selected:focus, + iconview text:selected:focus, + textview text:selected:focus, + .view text:selected, + iconview text:selected, + textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, + textview text selection:focus, + textview text selection, flowbox flowboxchild:selected, modelbutton.flat:selected, popover.background checkbutton:selected, + popover.background radiobutton:selected, + .menuitem.button.flat:selected, calendar:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, + entry selection:focus, + entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected { + color: #2e3440; + font-weight: bold; } + row:selected label:disabled, label:disabled:selected, .selection-mode button.titlebutton:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, + iconview text:disabled:selected:focus, + textview text:disabled:selected:focus, + .view text:disabled:selected, + iconview text:disabled:selected, + textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, + textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, modelbutton.flat:disabled:selected, popover.background checkbutton:disabled:selected, + popover.background radiobutton:disabled:selected, + .menuitem.button.flat:disabled:selected, calendar:disabled:selected, spinbutton:not(.vertical) selection:disabled, + entry selection:disabled, row:disabled:selected { + color: #5f787e; } + row:selected label:backdrop, label:backdrop:selected, .selection-mode button.titlebutton:backdrop, iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, + iconview text:backdrop:selected:focus, + textview text:backdrop:selected:focus, + .view text:backdrop:selected, + iconview text:backdrop:selected, + textview text:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop, + textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, label:backdrop selection, modelbutton.flat:backdrop:selected, popover.background checkbutton:backdrop:selected, + popover.background radiobutton:backdrop:selected, + .menuitem.button.flat:backdrop:selected, calendar:backdrop:selected, spinbutton:not(.vertical) selection:backdrop, + entry selection:backdrop, row:backdrop:selected { + color: rgba(46, 52, 64, 0.5); } + row:selected label:backdrop:disabled, label:backdrop:disabled:selected, .selection-mode button.titlebutton:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, + .view text:backdrop:disabled:selected, + iconview text:backdrop:disabled:selected, + textview text:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled, + textview text selection:backdrop:disabled, flowbox flowboxchild:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop selection:disabled, modelbutton.flat:backdrop:disabled:selected, popover.background checkbutton:backdrop:disabled:selected, + popover.background radiobutton:backdrop:disabled:selected, + .menuitem.button.flat:backdrop:disabled:selected, calendar:backdrop:disabled:selected, spinbutton:not(.vertical) selection:backdrop:disabled, + entry selection:backdrop:disabled, row:backdrop:disabled:selected { + color: rgba(131, 171, 172, 0.85); } + +.monospace { + font-family: Monospace; } + +/********************** + * DE-Specific Styles * + **********************/ +/********* +* Budgie * +*********/ +.budgie-container { + background-color: transparent; } + .budgie-container:backdrop { + background-color: transparent; } + .budgie-container popover list, + .budgie-container popover row { + border: none; + background: none; + padding: 0; + margin: 0; } + +.budgie-popover .container, +.budgie-popover border, +.budgie-popover list, +.budgie-popover row { + padding: 0; + margin: 0; + background: none; + border: none; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; + opacity: 1; + min-width: 0; + min-height: 0; } + +.budgie-popover, +.budgie-popover.background { + border-radius: 2px; + padding: 0; + background: rgba(32, 36, 44, 0.95); + background-clip: border-box; + box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.35); + border: 1px solid #232831; } + .budgie-popover list:hover, + .budgie-popover row:hover, + .budgie-popover.background list:hover, + .budgie-popover.background row:hover { + background: none; } + .budgie-popover > frame.container, + .budgie-popover.background > frame.container { + margin: 0 -1px -1px; + padding: 2px 0 0; } + .budgie-popover button, + .budgie-popover.background button { + color: #d8dee9; + border: none; + background: transparent; } + .budgie-popover button:hover, + .budgie-popover.background button:hover { + color: #8fbcbb; } + +.budgie-popover > .container { + padding: 2px; } + +.budgie-menu { + color: #d8dee9; } + .budgie-menu .container { + padding: 0; } + .budgie-menu button:hover { + -gtk-icon-effect: none; } + .budgie-menu entry.search { + border: none; + background: none; + padding: 5px 2px; + border-bottom: 1px solid #232831; + border-radius: 0; + font-size: 120%; + box-shadow: none; + color: #d8dee9; } + .budgie-menu entry.search image:dir(ltr) { + padding-left: 8px; + padding-right: 12px; } + .budgie-menu entry.search image:dir(rtl) { + padding-left: 12px; + padding-right: 8px; } + .budgie-menu .categories { + border-width: 0; + margin-left: 3px; + background: transparent; } + .budgie-menu .categories:dir(ltr) { + border-right: 1px solid #232831; } + .budgie-menu .categories:dir(rtl) { + border-left: 1px solid #232831; } + .budgie-menu .category-button { + padding: 7px; + border-radius: 2px 0 0 2px; } + .budgie-menu .category-button:hover { + background-color: rgba(216, 222, 233, 0.05); + color: #d8dee9; } + .budgie-menu .category-button:active { + box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } + .budgie-menu .category-button:checked { + color: #2e3440; + background: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + .budgie-menu .category-button:checked:hover { + color: rgba(46, 52, 64, 0.6); } + .budgie-menu .category-button:checked:disabled { + opacity: 0.5; } + .budgie-menu .category-button:checked:disabled label { + color: rgba(46, 52, 64, 0.7); } + .budgie-menu scrollbar { + background-color: transparent; + border-color: #232831; } + .budgie-menu button:not(.category-button) { + padding-top: 5px; + padding-bottom: 5px; + border-radius: 0; + box-shadow: none; + background: yellow; } + .budgie-menu button { + border: none; + background: transparent; } + .budgie-menu undershoot, .budgie-menu overshoot { + background: none; } + .budgie-menu list { + color: rgba(216, 222, 233, 0.7); } + +button.budgie-menu-launcher { + padding: 0 2px; + color: #d8dee9; + box-shadow: none; + background-color: transparent; } + button.budgie-menu-launcher:hover { + color: #d8dee9; } + button.budgie-menu-launcher:active, button.budgie-menu-launcher:checked { + color: #d8dee9; } + button.budgie-menu-launcher:backdrop { + color: #d8dee9; + background-color: transparent; } + button.budgie-menu-launcher:backdrop:hover { + color: #d8dee9; } + button.budgie-menu-launcher:backdrop:active, button.budgie-menu-launcher:backdrop:checked { + color: #8fbcbb; + box-shadow: none; + background-color: #3d4454; } + +.user-menu .content-box separator { + margin-left: 6px; + margin-right: 6px; + background-color: rgba(216, 222, 233, 0.1); } +.user-menu button { + margin: 5px; } +.user-menu > box.vertical row.activatable:first-child .indicator-item, +.user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); + background-color: #8fbcbb; + transition-duration: 0.2s; } + .user-menu > box.vertical row.activatable:first-child .indicator-item:dir(ltr), + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item:dir(ltr) { + padding-left: 7px; + background-position: left center; + background-repeat: no-repeat; + background-size: 38px auto; } + .user-menu > box.vertical row.activatable:first-child .indicator-item:dir(rtl), + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item:dir(rtl) { + padding-right: 7px; + background-position: right center; + background-repeat: no-repeat; + background-size: 38px auto; } + .user-menu > box.vertical row.activatable:first-child .indicator-item label, + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label { + color: #2e3440; } + .user-menu > box.vertical row.activatable:first-child .indicator-item label:dir(ltr), + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label:dir(ltr) { + padding-left: 5px; } + .user-menu > box.vertical row.activatable:first-child .indicator-item label:dir(rtl), + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label:dir(rtl) { + padding-right: 5px; } + .user-menu > box.vertical row.activatable:first-child .indicator-item image, + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item image { + color: #2e3440; } + .user-menu > box.vertical row.activatable:first-child .indicator-item image:first-child, + .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item image:first-child { + min-width: 24px; + min-height: 20px; } + +button.raven-trigger { + padding-left: 2px; + padding-right: 2px; + color: #d8dee9; + box-shadow: none; } + button.raven-trigger:hover { + color: #d8dee9; + background-color: transparent; } + button.raven-trigger:active, button.raven-trigger:checked { + box-shadow: none; + background-color: transparent; + color: #8fbcbb; } + button.raven-trigger:backdrop { + color: #d8dee9; } + button.raven-trigger:backdrop:hover { + color: #d8dee9; } + button.raven-trigger:backdrop:active, button.raven-trigger:backdrop:checked { + box-shadow: none; + color: #8fbcbb; + background-color: transparent; } + +.places-menu .container { + padding: 0; } +.places-menu .message-bar { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.places-menu .name-button { + border: 0; + border-radius: 0; + padding: 4px 6px; } +.places-menu .unmount-button { + padding: 4px 4px; + border: 0; + border-radius: 0; } +.places-menu .places-section-header { + padding: 0px; + border-bottom: 1px solid rgba(35, 40, 49, 0.95); + box-shadow: 0px 1px 1px alpha(@theme_fg_color, 0.03); } +.places-menu .places-section-header > button { + padding: 8px; + border: none; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; } +.places-menu .places-list { + background: rgba(216, 222, 233, 0.04); + border-bottom: 1px solid rgba(35, 40, 49, 0.95); } +.places-menu .unlock-area { + border-top: 1px solid rgba(35, 40, 49, 0.85); + border-bottom: 1px solid rgba(35, 40, 49, 0.85); } +.places-menu .unlock-area entry { + border-radius: 0; + border: 0; } +.places-menu .unlock-area button { + border-radius: 0; + border: 0; + border-left: 1px solid rgba(35, 40, 49, 0.85); } +.places-menu .alternative-label { + font-size: 15px; + padding: 3px; } +.places-menu .always-expand { + background: transparent; + border-bottom: none; } + +.night-light-indicator .container { + padding: 0; } +.night-light-indicator .view-header { + font-size: 14px; + padding: 10px; + border-bottom: 1px solid mix(@theme_base_color, #000000, 0.35);; + box-shadow: 0px 1px 1px alpha(@theme_fg_color, 0.04);; } +.night-light-indicator .display-settings-button { + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border: none; + padding: 3px; + border-top: 1px solid mix(@theme_base_color, #000000, 0.35);; + box-shadow: inset 0px 1px 1px alpha(@theme_fg_color, 0.04);; } + +.budgie-panel { + color: #d8dee9; + background-color: rgba(32, 36, 44, 0.95); + background-image: none; + box-shadow: none; + border: none; + transition: all 150ms ease-in; } + .budgie-panel .alert { + color: #bf616a; } + .budgie-panel:backdrop { + color: #d8dee9; + background-color: rgba(32, 36, 44, 0.95); } + .budgie-panel button { + border-top-width: 0; + border-bottom-width: 0; + border-radius: 0; } + .budgie-panel button.flat { + background: transparent; + border: none; } + .budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked { + background: transparent; + color: #8fbcbb; } + .budgie-panel popover list, + .budgie-panel popover row { + padding: 0; + margin: 0; } + .budgie-panel label { + color: #d8dee9; + font-weight: 700; } + .budgie-panel.transparent { + background-color: rgba(32, 36, 44, 0.2); } + .top .budgie-panel.transparent { + border-bottom-color: transparent; } + .bottom .budgie-panel.transparent { + border-top-color: transparent; } + .left .budgie-panel.transparent { + border-right-color: transparent; } + .right .budgie-panel.transparent { + border-left-color: transparent; } + .budgie-panel.transparent:backdrop, .budgie-panel.transparent label, .budgie-panel.transparent button.raven-trigger:backdrop, .budgie-panel.transparent button.budgie-menu-launcher { + color: #f9fafb; } + .budgie-panel .end-region { + border-radius: 0px; } + .budgie-panel .end-region separator { + background-color: rgba(216, 222, 233, 0.15); } + .budgie-panel .end-region label { + font-weight: 700; + color: #d8dee9; } + +.budgie-panel #tasklist-button, +.budgie-panel #tasklist-button:backdrop { + outline-color: transparent; + transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border-color: rgba(32, 36, 44, 0); + border-radius: 0; + background-color: transparent; + box-shadow: none; + background-clip: padding-box; } + +.budgie-panel button.flat.launcher { + outline-color: transparent; + transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border-color: rgba(32, 36, 44, 0); + border-radius: 0; + padding: 0; + background-clip: padding-box; + background-color: transparent; } + .budgie-panel button.flat.launcher { + box-shadow: none; } + +.budgie-panel #tasklist-button:hover, .budgie-panel .unpinned button.flat.launcher:hover, +.budgie-panel .pinned button.flat.launcher.running:hover { + box-shadow: none; } +.budgie-panel #tasklist-button:active, .budgie-panel .unpinned button.flat.launcher:active, +.budgie-panel .pinned button.flat.launcher.running:active, .budgie-panel #tasklist-button:checked, .budgie-panel .unpinned button.flat.launcher:checked, +.budgie-panel .pinned button.flat.launcher.running:checked { + box-shadow: none; } +.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button, .top .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .top button.flat.launcher, +.top .budgie-panel .pinned button.flat.launcher.running, +.budgie-panel .pinned .top button.flat.launcher.running { + padding-bottom: 2px; + border-top: 2px solid transparent; } + .top .budgie-panel .pinned button.flat.launcher:not(.running) { + border-top: 2px solid transparent; } + + .top .budgie-panel .pinned button.flat.launcher:not(.running):hover { + border-top: 2px solid rgba(255, 255, 255, 0.1); } + + .top .budgie-panel .unpinned button.flat.launcher, + .top .budgie-panel .pinned button.flat.launcher.running { + border-top: 2px solid rgba(255, 255, 255, 0.1); } + .top .budgie-panel #tasklist-button:hover, .budgie-panel .top #tasklist-button:hover, .top .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .top button.flat.launcher:hover, + .top .budgie-panel .pinned button.flat.launcher.running:hover, + .budgie-panel .pinned .top button.flat.launcher.running:hover { + border-top: 2px solid rgba(255, 255, 255, 0.25); } + .top .budgie-panel #tasklist-button:active, .budgie-panel .top #tasklist-button:active, .top .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .top button.flat.launcher:active, + .top .budgie-panel .pinned button.flat.launcher.running:active, + .budgie-panel .pinned .top button.flat.launcher.running:active, .top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked, .top .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .top button.flat.launcher:checked, + .top .budgie-panel .pinned button.flat.launcher.running:checked, + .budgie-panel .pinned .top button.flat.launcher.running:checked { + border-top: 2px solid #8fbcbb; } +.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button, .bottom .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .bottom button.flat.launcher, +.bottom .budgie-panel .pinned button.flat.launcher.running, +.budgie-panel .pinned .bottom button.flat.launcher.running { + padding-top: 2px; + border-bottom: 2px solid transparent; } + .bottom .budgie-panel .pinned button.flat.launcher:not(.running) { + border-bottom: 2px solid transparent; } + + .bottom .budgie-panel .pinned button.flat.launcher:not(.running):hover { + border-bottom: 2px solid rgba(255, 255, 255, 0.1); } + + .bottom .budgie-panel .unpinned button.flat.launcher, + .bottom .budgie-panel .pinned button.flat.launcher.running { + border-bottom: 2px solid rgba(255, 255, 255, 0.1); } + .bottom .budgie-panel #tasklist-button:hover, .budgie-panel .bottom #tasklist-button:hover, .bottom .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .bottom button.flat.launcher:hover, + .bottom .budgie-panel .pinned button.flat.launcher.running:hover, + .budgie-panel .pinned .bottom button.flat.launcher.running:hover { + border-bottom: 2px solid rgba(255, 255, 255, 0.25); } + .bottom .budgie-panel #tasklist-button:active, .budgie-panel .bottom #tasklist-button:active, .bottom .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .bottom button.flat.launcher:active, + .bottom .budgie-panel .pinned button.flat.launcher.running:active, + .budgie-panel .pinned .bottom button.flat.launcher.running:active, .bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked, .bottom .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .bottom button.flat.launcher:checked, + .bottom .budgie-panel .pinned button.flat.launcher.running:checked, + .budgie-panel .pinned .bottom button.flat.launcher.running:checked { + border-bottom: 2px solid #8fbcbb; } +.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button, .left .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .left button.flat.launcher, +.left .budgie-panel .pinned button.flat.launcher.running, +.budgie-panel .pinned .left button.flat.launcher.running { + padding-right: 2px; + border-left: 2px solid transparent; } + .left .budgie-panel .pinned button.flat.launcher:not(.running) { + border-left: 2px solid transparent; } + + .left .budgie-panel .pinned button.flat.launcher:not(.running):hover { + border-left: 2px solid rgba(255, 255, 255, 0.1); } + + .left .budgie-panel .unpinned button.flat.launcher, + .left .budgie-panel .pinned button.flat.launcher.running { + border-left: 2px solid rgba(255, 255, 255, 0.1); } + .left .budgie-panel #tasklist-button:hover, .budgie-panel .left #tasklist-button:hover, .left .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .left button.flat.launcher:hover, + .left .budgie-panel .pinned button.flat.launcher.running:hover, + .budgie-panel .pinned .left button.flat.launcher.running:hover { + border-left: 2px solid rgba(255, 255, 255, 0.25); } + .left .budgie-panel #tasklist-button:active, .budgie-panel .left #tasklist-button:active, .left .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .left button.flat.launcher:active, + .left .budgie-panel .pinned button.flat.launcher.running:active, + .budgie-panel .pinned .left button.flat.launcher.running:active, .left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked, .left .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .left button.flat.launcher:checked, + .left .budgie-panel .pinned button.flat.launcher.running:checked, + .budgie-panel .pinned .left button.flat.launcher.running:checked { + border-left: 2px solid #8fbcbb; } +.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button, .right .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .right button.flat.launcher, +.right .budgie-panel .pinned button.flat.launcher.running, +.budgie-panel .pinned .right button.flat.launcher.running { + padding-left: 2px; + border-right: 2px solid transparent; } + .right .budgie-panel .pinned button.flat.launcher:not(.running) { + border-right: 2px solid transparent; } + + .right .budgie-panel .pinned button.flat.launcher:not(.running):hover { + border-right: 2px solid rgba(255, 255, 255, 0.1); } + + .right .budgie-panel .unpinned button.flat.launcher, + .right .budgie-panel .pinned button.flat.launcher.running { + border-right: 2px solid rgba(255, 255, 255, 0.1); } + .right .budgie-panel #tasklist-button:hover, .budgie-panel .right #tasklist-button:hover, .right .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .right button.flat.launcher:hover, + .right .budgie-panel .pinned button.flat.launcher.running:hover, + .budgie-panel .pinned .right button.flat.launcher.running:hover { + border-right: 2px solid rgba(255, 255, 255, 0.25); } + .right .budgie-panel #tasklist-button:active, .budgie-panel .right #tasklist-button:active, .right .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .right button.flat.launcher:active, + .right .budgie-panel .pinned button.flat.launcher.running:active, + .budgie-panel .pinned .right button.flat.launcher.running:active, .right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked, .right .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .right button.flat.launcher:checked, + .right .budgie-panel .pinned button.flat.launcher.running:checked, + .budgie-panel .pinned .right button.flat.launcher.running:checked { + border-right: 2px solid #8fbcbb; } + +.top .budgie-panel { + border-bottom: 1px solid rgba(38, 43, 53, 0.92); } + +.top .raven-frame { + padding: 0; + background: none; } + .top .raven-frame border { + border: none; + border-bottom: 1px solid rgba(35, 40, 49, 0.92); } + +.top .shadow-block { + background-color: transparent; + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent); } + +.bottom .budgie-panel { + border-top: 1px solid rgba(38, 43, 53, 0.92); } + +.bottom .raven-frame { + padding: 0; + background: none; } + .bottom .raven-frame border { + border: none; + border-top: 1px solid rgba(35, 40, 49, 0.92); } + +.bottom .shadow-block { + background-color: transparent; + background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent); } + +.left .budgie-panel { + border-right: 1px solid rgba(38, 43, 53, 0.92); } + +.left .raven-frame { + padding: 0; + background: none; } + .left .raven-frame border { + border: none; + border-right: 1px solid rgba(35, 40, 49, 0.92); } + +.left .shadow-block { + background-color: transparent; + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent); } + +.right .budgie-panel { + border-left: 1px solid rgba(38, 43, 53, 0.92); } + +.right .raven-frame { + padding: 0; + background: none; } + .right .raven-frame border { + border: none; + border-left: 1px solid rgba(35, 40, 49, 0.92); } + +.right .shadow-block { + background-color: transparent; + background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent); } + +.raven { + padding: 0; + color: #bf616a; + background: rgba(32, 36, 44, 0.95); + transition: 170ms ease-out; } + .raven .raven-header { + min-height: 32px; + color: #d8dee9; + border: solid rgba(35, 40, 49, 0.95); + border-width: 1px 0; + background-color: rgba(64, 72, 89, 0.45); } + .raven .raven-header * { + padding-top: 0; + padding-bottom: 0; } + .raven .raven-header.top { + border-top-style: none; + border-color: transparent; + margin-top: 3px; + min-height: 32px; } + .raven .raven-header.top button.image-button:hover { + color: #7fb2b1; + box-shadow: none; } + .raven .raven-header > button.text-button { + border-radius: 2px; + color: #2e3440; + background-color: rgba(184, 79, 89, 0.9); + box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } + .raven .raven-header > button.text-button:hover { + border-radius: 2px; + color: #2e3440; + background-color: rgba(191, 97, 106, 0.9); + box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } + .raven .raven-header > button.text-button:active { + color: #2e3440; + background-color: rgba(198, 115, 123, 0.9); + box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } + .raven .raven-header.bottom { + border-bottom-style: none; } + .raven .raven-header button { + color: #d8dee9; + border-radius: 4px; + text-shadow: none; + box-shadow: none; + border: 1px solid #232831; + background-color: #2e3440; + border-radius: 0; } + .raven .raven-header button:hover { + color: #8fbcbb; + text-shadow: none; + background-color: rgba(59, 66, 82, 0.7); + border-radius: 0; } + .raven .raven-header button:active, .raven .raven-header button:checked { + color: #8fbcbb; + background-color: #2a2f3a; } + .raven .raven-header button:disabled { + color: #8e95a4; } + .raven list { + color: #d8dee9; + background-color: transparent; } + .raven list:selected { + background-color: rgba(143, 188, 187, 0.9); } + .raven list row, + .raven list row.activatable { + background-color: transparent; } + .raven list row:hover, + .raven list row.activatable:hover { + background-color: rgba(64, 72, 89, 0.25); } + .raven list row:selected, + .raven list row.activatable:selected { + background-color: rgba(143, 188, 187, 0.9); } + .raven .raven-background { + color: #d8dee9; + background-color: transparent; + border-color: transparent; } + .raven .raven-background.middle { + border-bottom-style: none; } + .raven .powerstrip { + background-color: transparent; + border-top-color: transparent; } + .raven .powerstrip button.image-button { + border-radius: 50%; + padding: 5px; + min-width: 32px; + min-height: 32px; + margin-bottom: 3px; + background: #b48ead; + color: #2e3440; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); + border: none; + font-size: 100%; } + .raven .powerstrip button.image-button:hover { + background: rgba(180, 142, 173, 0.85); + color: #2e3440; } + .raven .powerstrip button.image-button:active { + background: #b48ead; + color: #2e3440; } + .raven .powerstrip button.image-button:first-child { + background: linear-gradient(to right, #88c0d0 0%, #88c0d0 100%); } + .raven .powerstrip button.image-button:first-child:hover { + background: rgba(143, 188, 187, 0.85); } + .raven .powerstrip button.image-button:first-child:active { + background: #8fbcbb; } + .raven .powerstrip button.image-button:last-child { + background: linear-gradient(to right, #bf616a, #bf616a); } + .raven .powerstrip button.image-button:last-child:hover { + background: rgba(191, 97, 106, 0.85); } + .raven .powerstrip button.image-button:last-child:active { + background: #bf616a; } + .raven .option-subtitle { + font-size: 13px; } + +calendar.raven-calendar { + padding: 6px; + color: #d8dee9; + background: transparent; + border-color: transparent; } + calendar.raven-calendar:indeterminate { + color: alpha(currentColor,0.3); } + calendar.raven-calendar:selected { + background: transparent; + color: #82b4b3; + font-weight: bold; } + calendar.raven-calendar:backdrop { + background-color: transparent; } + calendar.raven-calendar.header { + color: #d8dee9; + border: none; + border-radius: 0; + background-color: transparent; } + calendar.raven-calendar button, calendar.raven-calendar button:focus { + color: alpha(currentColor,0.5); + background-color: transparent; } + calendar.raven-calendar button:hover, calendar.raven-calendar button:focus:hover { + color: #d8dee9; + background-color: transparent; } + +.raven-mpris { + color: #d8dee9; + background-color: rgba(46, 52, 64, 0.9); + border: solid rgba(255, 255, 255, 0.1); + border-width: 1px 0; + border-bottom-color: rgba(0, 0, 0, 0.1); } + .raven-mpris button.image-button { + padding: 10px; + background-color: #3b4252; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); } + .raven-mpris button.image-button:hover { + background-color: #8fbcbb; } + .raven-mpris button.image-button:active { + background-color: #7fb2b1; } + .raven-mpris button.image-button:first-child { + margin-right: 4px; } + .raven-mpris button.image-button:last-child { + margin-left: 4px; } + .raven-mpris button.image-button:last-child, .raven-mpris button.image-button:first-child { + padding: 4px; + margin-top: 6px; + margin-bottom: 6px; } + +.budgie-notification-window, .budgie-osd-window, .budgie-switcher-window { + background: none; + border-radius: 1px; } + .budgie-notification-window button, .budgie-osd-window button, .budgie-switcher-window button { + background-color: #8fbcbb; + color: #2e3440; + border: none; } + .budgie-notification-window button:hover, .budgie-osd-window button:hover, .budgie-switcher-window button:hover { + background-color: #7fb2b1; + border: none; } + .budgie-notification-window button:active, .budgie-osd-window button:active, .budgie-switcher-window button:active, .budgie-notification-window button:checked, .budgie-osd-window button:checked, .budgie-switcher-window button:checked { + background-color: #7fb2b1; } + +.budgie-notification.background, .background.budgie-osd, .background.budgie-switcher { + border-radius: 1px; } +.budgie-notification .notification-title, .budgie-osd .notification-title, .budgie-switcher .notification-title { + font-size: 110%; + color: #d8dee9; } +.budgie-notification .notification-body, .budgie-osd .notification-body, .budgie-switcher .notification-body { + color: rgba(216, 222, 233, 0.7); } +.budgie-notification button, .budgie-osd button, .budgie-switcher button { + background-color: transparent; + color: #2e3440; } + .budgie-notification button:hover, .budgie-osd button:hover, .budgie-switcher button:hover { + background-color: transparent; + color: #bf616a; + box-shadow: none; } + .budgie-notification button:active, .budgie-osd button:active, .budgie-switcher button:active, .budgie-notification button:checked, .budgie-osd button:checked, .budgie-switcher button:checked { + background-color: transparent; + color: #b84f59; } + +.drop-shadow, .budgie-session-dialog.background, .background.budgie-polkit-dialog, .background.budgie-run-dialog { + color: #d8dee9; + background-color: rgba(67, 76, 94, 0.95); + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); + border-radius: 2px; } + +.budgie-switcher-window flowbox { + color: #d8dee9; } +.budgie-switcher-window flowboxchild { + padding: 3px; + margin: 3px; + color: #d8dee9; } + .budgie-switcher-window flowboxchild:hover { + background-color: transparent; } + .budgie-switcher-window flowboxchild:active { + color: #d8dee9; } + .budgie-switcher-window flowboxchild:selected { + color: #2e3440; + background-color: rgba(143, 188, 187, 0.5); } + .budgie-switcher-window flowboxchild:selected:active { + color: #2e3440; } + .budgie-switcher-window flowboxchild:selected:hover { + background-color: #81a9a8; } + .budgie-switcher-window flowboxchild:selected:disabled { + color: rgba(46, 52, 64, 0.7); + background-color: rgba(143, 188, 187, 0.7); } + .budgie-switcher-window flowboxchild:selected:disabled label { + color: rgba(46, 52, 64, 0.7); } + +.budgie-session-dialog, .budgie-polkit-dialog, .budgie-run-dialog { + color: #d8dee9; + background-color: rgba(32, 36, 44, 0.95); } + .budgie-session-dialog label:backdrop, .budgie-polkit-dialog label:backdrop, .budgie-run-dialog label:backdrop { + color: rgba(216, 222, 233, 0.8); } + .budgie-session-dialog .dialog-title, .budgie-polkit-dialog .dialog-title, .budgie-run-dialog .dialog-title { + font-size: 120%; } + .budgie-session-dialog .linked.horizontal > button, .budgie-polkit-dialog .linked.horizontal > button, .budgie-run-dialog .linked.horizontal > button { + margin-bottom: 0; + min-height: 32px; + border-bottom: none; + border-color: #232831; + border-radius: 0; + color: #d8dee9; + background-color: transparent; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.2); } + .budgie-session-dialog .linked.horizontal > button label, .budgie-polkit-dialog .linked.horizontal > button label, .budgie-run-dialog .linked.horizontal > button label { + font-weight: 700; } + .budgie-session-dialog .linked.horizontal > button:first-child, .budgie-polkit-dialog .linked.horizontal > button:first-child, .budgie-run-dialog .linked.horizontal > button:first-child { + border-left: none; + border-bottom-left-radius: 2px; } + .budgie-session-dialog .linked.horizontal > button:last-child, .budgie-polkit-dialog .linked.horizontal > button:last-child, .budgie-run-dialog .linked.horizontal > button:last-child { + border-right: none; + border-bottom-right-radius: 2px; + background: transparent; } + .budgie-session-dialog .linked.horizontal > button:hover, .budgie-polkit-dialog .linked.horizontal > button:hover, .budgie-run-dialog .linked.horizontal > button:hover { + background-color: rgba(143, 188, 187, 0.9); + color: #2e3440; } + .budgie-session-dialog .linked.horizontal > button:hover:backdrop label, .budgie-polkit-dialog .linked.horizontal > button:hover:backdrop label, .budgie-run-dialog .linked.horizontal > button:hover:backdrop label { + color: rgba(46, 52, 64, 0.5); } + .budgie-session-dialog .linked.horizontal > button.suggested-action, .budgie-polkit-dialog .linked.horizontal > button.suggested-action, .budgie-run-dialog .linked.horizontal > button.suggested-action { + background-color: rgba(143, 188, 187, 0.9); } + .budgie-session-dialog .linked.horizontal > button.suggested-action:hover, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:hover, .budgie-run-dialog .linked.horizontal > button.suggested-action:hover { + background-color: rgba(159, 198, 197, 0.9); } + .budgie-session-dialog .linked.horizontal > button.suggested-action:active, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:active, .budgie-run-dialog .linked.horizontal > button.suggested-action:active, .budgie-session-dialog .linked.horizontal > button.suggested-action:checked, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:checked, .budgie-run-dialog .linked.horizontal > button.suggested-action:checked { + background-color: rgba(159, 198, 197, 0.9); } + .budgie-session-dialog .linked.horizontal > button.destructive-action, .budgie-polkit-dialog .linked.horizontal > button.destructive-action, .budgie-run-dialog .linked.horizontal > button.destructive-action { + background-color: rgba(169, 68, 78, 0.9); } + .budgie-session-dialog .linked.horizontal > button.destructive-action:hover, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:hover, .budgie-run-dialog .linked.horizontal > button.destructive-action:hover { + background-color: rgba(184, 79, 89, 0.9); } + .budgie-session-dialog .linked.horizontal > button.destructive-action:active, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:active, .budgie-run-dialog .linked.horizontal > button.destructive-action:active, .budgie-session-dialog .linked.horizontal > button.destructive-action:checked, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:checked, .budgie-run-dialog .linked.horizontal > button.destructive-action:checked { + background-color: rgba(184, 79, 89, 0.9); } + .budgie-session-dialog entry, .budgie-polkit-dialog entry, .budgie-run-dialog entry { + background-color: #505359; + color: #d8dee9; } + .budgie-session-dialog entry:focus, .budgie-polkit-dialog entry:focus, .budgie-run-dialog entry:focus { + background-color: #505359; } + .budgie-session-dialog entry:backdrop, .budgie-polkit-dialog entry:backdrop, .budgie-run-dialog entry:backdrop { + background-color: #505359; } + +.budgie-polkit-dialog .message { + color: rgba(216, 222, 233, 0.7); } +.budgie-polkit-dialog .failure { + color: #bf616a; } + +.budgie-run-dialog entry.search, .budgie-run-dialog entry.search:focus { + font-size: 120%; + padding: 8px 5px; + border: none; + box-shadow: none; } + .budgie-run-dialog entry.search image, .budgie-run-dialog entry.search:focus image { + color: #d8dee9; } + .budgie-run-dialog entry.search image:dir(ltr), .budgie-run-dialog entry.search:focus image:dir(ltr) { + padding-left: 8px; + padding-right: 12px; } + .budgie-run-dialog entry.search image:dir(rtl), .budgie-run-dialog entry.search:focus image:dir(rtl) { + padding-left: 12px; + padding-right: 8px; } +.budgie-run-dialog list row:selected .dim-label, .budgie-run-dialog list row:selected label.separator, .budgie-run-dialog list row:selected .titlebar .subtitle, .titlebar .budgie-run-dialog list row:selected .subtitle, +.budgie-run-dialog list row:selected headerbar .subtitle, +headerbar .budgie-run-dialog list row:selected .subtitle { + opacity: 1; } +.budgie-run-dialog scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0); } + +.budgie-menubar menu { + margin: 4px; + padding: 5px; + border-radius: 0; + background-color: rgba(32, 36, 44, 0.95); } + .budgie-menubar menu menuitem:hover { + background-color: #8fbcbb; + color: #2e3440; } +.budgie-menubar arrow { + border: none; + min-width: 16px; + min-height: 16px; } + .budgie-menubar arrow.top { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); + border-bottom: 1px solid rgba(72, 79, 92, 0.928); } + .budgie-menubar arrow.bottom { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + border-top: 1px solid rgba(72, 79, 92, 0.928); } +.budgie-menubar menuitem accelerator { + color: rgba(216, 222, 233, 0.35); } +.budgie-menubar menuitem check, .budgie-menubar menuitem radio { + min-height: 16px; + min-width: 16px; } + +window.background.budgie-settings-window.csd > box.horizontal > stack > scrolledwindow buttonbox.inline-toolbar { + border-style: none none solid; } + +.workspace-switcher .workspace-layout { + border: 0 solid rgba(32, 36, 44, 0.95); } + .top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { + border-left-width: 1px; } + .top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { + border-right-width: 1px; } + .left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { + border-top-width: 1px; } +.workspace-switcher .workspace-item, .workspace-switcher .workspace-add-button { + border: 0 solid rgba(53, 60, 74, 0.95); } + .top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), + .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { + border-right-width: 1px; } + .top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), + .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { + border-left-width: 1px; } + .left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { + border-bottom-width: 1px; } +.workspace-switcher .workspace-item.current-workspace { + background-color: rgba(21, 24, 29, 0.95); } +.workspace-switcher .workspace-add-button { + border: none; + background: transparent; } + .workspace-switcher .workspace-add-button:hover { + box-shadow: none; } + .workspace-switcher .workspace-add-button:active { + background-image: none; } + .workspace-switcher .workspace-add-button:active image { + margin: 1px 0 -1px; } +.budgie-panel .workspace-switcher .workspace-icon-button { + min-height: 24px; + min-width: 24px; + padding: 0; + border-radius: 2px; } + +/************ + * Nautilus * + ************/ +.nautilus-window .frame *:selected, .nautilus-window .frame *:selected:backdrop { + background: transparent; + color: #8fbcbb; } + .nautilus-window .frame *:selected label, .nautilus-window .frame *:selected:backdrop label { + color: #8fbcbb; } +.nautilus-window paned > separator { + background-image: none; } +.nautilus-window .sidebar { + background-color: transparent; } + .nautilus-window .sidebar:backdrop { + background-color: transparent; } + .nautilus-window .sidebar .list-row button { + border: none; + background-color: rgba(53, 59, 73, 0.95); } + .nautilus-window .sidebar .list-row button:active { + background-color: rgba(143, 188, 187, 0.75); } + .nautilus-window .sidebar .list-row:selected { + background-color: rgba(143, 188, 187, 0.75); } + .nautilus-window .sidebar .list-row:selected:hover { + background-color: rgba(143, 188, 187, 0.9); } + .nautilus-window .sidebar .list-row:hover { + background-color: rgba(59, 66, 82, 0.5); } + .nautilus-window .sidebar .list-row:hover:active { + background-color: rgba(143, 188, 187, 0.9); } +.nautilus-window.background { + background-color: rgba(53, 59, 73, 0.95); } + .nautilus-window.background:backdrop { + background-color: rgba(53, 59, 73, 0.95); } +.nautilus-window notebook > stack:only-child { + background-color: #3b4252; } + .nautilus-window notebook > stack:only-child:backdrop { + background-color: #3d4455; } +.nautilus-window searchbar { + border-top: 1px solid rgba(0, 0, 0, 0.12); } +.nautilus-window .searchbar-container { + margin-top: -1px; } + +.nautilus-circular-button { + border-radius: 20px; + -gtk-outline-radius: 20px; } + +.disk-space-display { + border: 2px solid; } + .disk-space-display .unknown { + background-color: #888a85; + border-color: #555653; } + .disk-space-display .used { + background-color: #9FB0B9; + border-color: #667f8c; } + .disk-space-display .free { + background-color: #D8D8D8; + border-color: #a5a5a5; } + +.nautilus-desktop { + color: #d8dee9; } + .nautilus-desktop .nautilus-canvas-item { + border-radius: 5px; + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop .nautilus-canvas-item:active { + color: #d8dee9; + text-shadow: none; } + .nautilus-desktop .nautilus-canvas-item:hover { + color: #d8dee9; + text-shadow: none; } + .nautilus-desktop .nautilus-canvas-item:selected { + color: #2e3440; + text-shadow: none; } + .nautilus-desktop .nautilus-canvas-item .dim-label:selected, .nautilus-desktop .nautilus-canvas-item label.separator:selected, .nautilus-desktop .nautilus-canvas-item .titlebar .subtitle:selected, .titlebar .nautilus-desktop .nautilus-canvas-item .subtitle:selected, + .nautilus-desktop .nautilus-canvas-item headerbar .subtitle:selected, + headerbar .nautilus-desktop .nautilus-canvas-item .subtitle:selected { + color: #2e3440; } + .nautilus-desktop .nautilus-list .dim-label:selected, .nautilus-desktop .nautilus-list label.separator:selected, .nautilus-desktop .nautilus-list .titlebar .subtitle:selected, .titlebar .nautilus-desktop .nautilus-list .subtitle:selected, + .nautilus-desktop .nautilus-list headerbar .subtitle:selected, + headerbar .nautilus-desktop .nautilus-list .subtitle:selected { + color: #2e3440; } + +/********* + * Gedit * + *********/ +.gedit-search-slider { + padding: 4px; + border-radius: 0 0 3px 3px; + border: 0; + background-color: #434c5e; } + +/********* + * Gnucash * +*********/ +#gnc-id-main-window entry.gnc-class-register-foreground { + background: transparent; + border: none; + box-shadow: none; } +#gnc-id-main-window .arrow.button.toggle { + transition: none; + box-shadow: none; } + #gnc-id-main-window .arrow.button.toggle:hover { + border-color: #8fbcbb; } + +/******************* + * Calendar events * +********************/ +.color-light label, .color-light.timed label { + color: #2e3440; + opacity: 1; } + +/******** + * Gala * + *******/ +.gala-notification { + border-width: 0; + border-radius: 2px; + color: white; + border: 1px solid #3b4252; + background-color: #3b4252; } + .gala-notification .title, + .gala-notification .label { + color: #d8dee9; } + +.gala-button { + padding: 3px; + color: #3b4252; + border: none; + border-radius: 50%; + background-image: linear-gradient(to bottom, #7e7e7e, #3e3e3e); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.98), inset 0 1px 0 0 rgba(255, 255, 255, 0.93), inset 0 -1px 0 0 rgba(255, 255, 255, 0.99), 0 0 0 1px rgba(0, 0, 0, 0.6), 0 3px 6px rgba(0, 0, 0, 0.84), 0 3px 6px rgba(0, 0, 0, 0.77); + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } + +/********** + * Notify * + *********/ +.notify { + /*-notify-shadow: 0px 2px 18px transparentize(black, 0.60);*/ + border-radius: 5px; + border: 1px solid rgba(0, 0, 0, 0.7); + background-color: rgba(59, 66, 82, 0.05); } + +/*************** + * SwitchBoard * + ***************/ +.category-label { + font-weight: bold; + color: #d8dee9; } + +/************* + * Slingshot * + ************/ +.button.app { + border: none; + border-radius: 0; + box-shadow: none; + background-image: none; } + .button.app .app:hover { + border-radius: 8px; + border: none; + background-color: rgba(143, 188, 187, 0.3); + color: white; } + .button.app .app:focus { + /*background-color: transparentize(black, 0.20);*/ } + +.search-item { + border-radius: 0; + border: none; + color: #d8dee9; + background: none; } + .search-item:hover, .search-item:focus { + border-radius: 0; + background-color: rgba(143, 188, 187, 0.3); + color: #2e3440; } + +.search-entry-large, +.search-entry-large:focus { + border: none; + font-size: 18px; + font-weight: 300; + background-image: none; + background: none; + box-shadow: none; + border-radius: 0; } + +.search-category-header { + font-weight: bold; + color: #d8dee9; } + +/********* + * Panel * + ********/ +.panel { + background-color: transparent; + transition: all 100ms ease-in-out; } + .panel.maximized { + background-color: #2e3440; } + .panel.translucent { + background-color: rgba(46, 52, 64, 0.5); } + .panel.color-light.translucent { + background-color: rgba(216, 222, 233, 0.85); } + +menubar.panel, +.panel menubar { + box-shadow: none; + border: none; } + +.composited-indicator > revealer, +.composited-indicator > revealer image, +.composited-indicator > revealer label, +.composited-indicator > revealer spinner { + color: #d8dee9; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); + transition: all 200ms ease-in-out; + -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); } +.composited-indicator > revealer image:first-child + label { + margin-left: 5px; } + +.panel.color-light .composited-indicator > revealer, +.panel.color-light .composited-indicator > revealer image, +.panel.color-light .composited-indicator > revealer label, +.panel.color-light .composited-indicator > revealer spinner { + color: rgba(0, 0, 0, 0.6); + text-shadow: 0 1px rgba(255, 255, 255, 0.1); + -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.1); } + +/************** + * Calculator * + **************/ +PantheonCalculatorMainWindow { + border-radius: 0 0 4px 4px; } + PantheonCalculatorMainWindow .window-frame { + border-radius: 3px; } + +/********* + * Cards * + *********/ +.deck { + background-color: #323946; } + +.card { + background-color: #3b4252; + border: none; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.2); + transition: all 150ms ease-in-out; } + +.card.collapsed { + background-color: #303643; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.2); } + +/********* + * Noise * + *********/ +NoiseLibraryWindow { + border-radius: 0 0 4px 4px; } + NoiseLibraryWindow .action-bar { + border-radius: 0 0 4px 4px; } + NoiseLibraryWindow .window-frame { + border-radius: 3px; } + +/******** + * Snap * + ********/ +SnapMainWindow .take-button, +SnapSnapWindow .take-button { + border-radius: 0; } + +/******************* + * Photos/Shotwell * + *******************/ +DirectWindow .the-button-in-the-combobox, +LibraryWindow .the-button-in-the-combobox { + background: none; } + +.checkerboard-layout { + background-color: #434c5e; + background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)); + background-size: 24px 24px; + background-position: 0 0, 12px 12px; } + +.checkboard-layout .item { + background-color: #d8dee9; } + +/********* +* Avatar * +*********/ +.avatar { + border: 1px solid rgba(0, 0, 0, 0.23); + border-radius: 50%; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.23); } + +/**level bars**/ +.sidebar .source-list.view.level-bar, .sidebar iconview.source-list.level-bar, .sidebar .source-list.view.level-bar:selected, .sidebar iconview.source-list.level-bar:selected, .sidebar .source-list.view.level-bar:selected:focus, .sidebar iconview.source-list.level-bar:selected:focus { + background: linear-gradient(to right, #4e586d, #4e586d); + border: 1px solid rgba(0, 0, 0, 0.14); + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); + border-radius: 2px; } +.sidebar .source-list.view.level-bar.fill-block, .sidebar iconview.source-list.level-bar.fill-block { + border: none; } +.sidebar .source-list.view.fill-block, .sidebar iconview.source-list.fill-block, .sidebar .source-list.view.fill-block:hover, .sidebar iconview.source-list.fill-block:hover, .sidebar .source-list.view.fill-block:selected, .sidebar iconview.source-list.fill-block:selected, .sidebar .source-list.view.fill-block:selected:focus, .sidebar iconview.source-list.fill-block:selected:focus { + background: linear-gradient(to right, #ebcb8b, #ebcb8b); } + +/************************** + * Colors in context menu * +**************************/ +checkbutton.color-button { + border: 1px solid #232831; + border-radius: 100px; + background-clip: border-box; + padding: 0; + margin: 2px 1px; } + checkbutton.color-button > check { + -gtk-icon-source: none; + background: none; + margin-right: 0; + padding: 2px; } + checkbutton.color-button.none > check { + background-color: transparent; + border-radius: 100px; + -gtk-icon-source: -gtk-icontheme("close-symbolic"); } + +radiobutton.color-button > radio { + -gtk-icon-source: none; + margin-right: 0; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 100px; + background-clip: border-box; } +radiobutton.color-button:active > radio { + border: 1px solid rgba(0, 0, 0, 0.35); } + +.color-button check, +.color-button check:checked, +.color-button radio, +.color-button radio:checked { + background-image: none; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 50%; + color: #3b4252; + -gtk-icon-source: -gtk-icontheme("check-active-symbolic"); } +.color-button.red check, .color-button.red radio, s +.color-button.strawberry check, .color-button.strawberry radio { + background-color: @STRAWBERRY_300; + -gtk-icon-shadow: 0 1px 1px @STRAWBERRY_500; } +.color-button.orange check, .color-button.orange radio { + background-color: @ORANGE_300; + -gtk-icon-shadow: 0 1px 1px @ORANGE_500; } +.color-button.yellow check, .color-button.yellow radio, .color-button.banana check, .color-button.banana radio { + background-color: @BANANA_500; + -gtk-icon-shadow: 0 1px 1px @BANANA_700; } +.color-button.green check, .color-button.green radio, .color-button.lime check, .color-button.lime radio { + background-color: @LIME_500; + -gtk-icon-shadow: 0 1px 1px @LIME_700; } +.color-button.blue check, .color-button.blue radio, .color-button.blueberry check, .color-button.blueberry radio { + background-color: @BLUEBERRY_500; + -gtk-icon-shadow: 0 1px 1px @BLUEBERRY_700; } +.color-button.purple check, .color-button.purple radio, .color-button.grape check, .color-button.grape radio { + background-color: @GRAPE_500; + -gtk-icon-shadow: 0 1px 1px @GRAPE_700; } +.color-button.brown check, .color-button.brown radio, .color-button.cocoa check, .color-button.cocoa radio { + background-color: @COCOA_300; + -gtk-icon-shadow: 0 1px 1px @COCOA_500; } +.color-button.mint check, .color-button.mint radio { + background-color: @MINT_500; + -gtk-icon-shadow: 0 1px 1px @MINT_700; } +.color-button.pink check, .color-button.pink radio, .color-button.bubblegum check, .color-button.bubblegum radio { + background-color: @BUBBLEGUM_500; + -gtk-icon-shadow: 0 1px 1px @BUBBLEGUM_700; } +.color-button.slate check, .color-button.slate radio { + background-color: @SLATE_300; + -gtk-icon-shadow: 0 1px 1px @SLATE_500; } +.color-button.auto radio { + background-image: url("assets/color-button-auto.png"); + background-position: -1px -1px; + background-repeat: no-repeat; + background-size: calc(100% + 2px); } + +.xfce4-panel.panel { + background-color: #2e3440; + text-shadow: none; + -gtk-icon-shadow: none; } + +#tasklist-button { + color: rgba(216, 222, 233, 0.8); + border-radius: 0; + border: none; + background-color: rgba(46, 52, 64, 0); } + #tasklist-button:hover { + color: #f9fafb; + background-color: rgba(0, 0, 0, 0.17); } + #tasklist-button:checked { + color: white; + background-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #8fbcbb; } + +.xfce4-panel.panel button.flat { + color: #d8dee9; + border-radius: 0; + border: none; + background-color: rgba(46, 52, 64, 0); } + .xfce4-panel.panel button.flat:hover { + border: none; + background-color: #434c5e; } + .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked { + color: #2e3440; + border: none; + background-color: #8fbcbb; } + .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image { + color: inherit; } + +#whiskermenu-window button { + background-color: transparent; + border: none; + border-radius: 0; + font-weight: normal; + padding: 3px; + margin: 1px 2px; } + #whiskermenu-window button:hover, #whiskermenu-window button:checked { + background-color: #8fbcbb; } + +/******** +* Unity * +*********/ +/* Unity window border color */ +/* Unity window text color */ +/* Backdrop Unity window text color */ +/* Unity panel color #454D50 */ +UnityDecoration { + /* Border properties (top, right, bottom, left) */ + -UnityDecoration-extents: 28px 1px 1px 1px; + /* the size of the decorations */ + -UnityDecoration-input-extents: 10px; + /* the extra size of the input areas */ + /* Shadows settings */ + -UnityDecoration-shadow-offset-x: 1px; + /* Size property, the shadow x offset */ + -UnityDecoration-shadow-offset-y: 1px; + /* Size property, the shadow y offset */ + -UnityDecoration-active-shadow-color: rgba 0, 0, 0, 0.647; + /* Color property, active window shadow color */ + -UnityDecoration-active-shadow-radius: 8px; + /* Size property, active window shadow radius */ + -UnityDecoration-inactive-shadow-color: rgba 0, 0, 0, 0.647; + /* Color property, inactive windows shadow color */ + -UnityDecoration-inactive-shadow-radius: 5px; + /* Size property, inactive windows shadow radius */ + /* Glow applied to the selected scaled window */ + -UnityDecoration-glow-size: 8px; + /* Size property, size of glow */ + -UnityDecoration-glow-color: #8fbcbb; + /* Color property of the glow */ + /* Title settings */ + -UnityDecoration-title-indent: 10px; + /* Size property, left indent of the title */ + -UnityDecoration-title-fade: 35px; + /* Size property, space of the title that can be faded */ + -UnityDecoration-title-alignment: 0.0; + /* Float from 0.0 to 1.0, to align the title */ + background-color: #eeeeee; + color: #31363D; } + UnityDecoration .top { + padding: 0 5px 0 5px; + border-radius: 4px 4px 0px 0px; + box-shadow: none; + border: 1px solid #eeeeee; + border-bottom-width: 0; + background-color: #eeeeee; + color: #31363D; + border-top: 1px solid rgba(255, 255, 255, 0.1); } + UnityDecoration .top:backdrop { + border-bottom-width: 0; + color: #1a1d21; + border-top: 1px solid rgba(255, 255, 255, 0.1); } + UnityDecoration .top .menuitem { + color: #31363D; } + UnityDecoration .top .menuitem:backdrop { + color: #1a1d21; } + +UnityDecoration.left, +UnityDecoration.right { + background-repeat: repeat-x; + background-color: #ececec; + background-size: 1px 120px; + background-clip: border-box; + background-image: linear-gradient(to bottom, #eeeeee, #ececec); } + +UnityDecoration.bottom { + background-size: 1px; + background-repeat: repeat-x; + background-color: #ececec; } + +UnityDecoration.left:backdrop, +UnityDecoration.right:backdrop, +UnityDecoration.bottom:backdrop { + background-size: 1px; + background-repeat: repeat-x; } + +/************** +* Unity Panel * +***************/ +UnityPanelWidget, +.unity-panel { + background-color: #d5d5d5; + color: #31363D; } + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: #1a1d21; } + +.unity-panel.menuitem, +.unity-panel .menuitem { + border-width: 0 1px; + color: #31363D; } + +.unity-panel.menubar, +.unity-panel .menubar { + color: #31363D; } + +.unity-panel.menu.menubar, +.unity-panel .menu .menubar { + background-color: #d5d5d5; + color: #31363D; } + +.unity-panel.menubar:backdrop, +.unity-panel .menubar *:backdrop { + color: #8e95a4; } + +.unity-panel.menubar.menuitem, +.unity-panel.menubar .menuitem { + padding: 3px 5px; + border-width: 1px; + border-style: solid; + border: none; + background: none; + color: #31363D; + box-shadow: none; } + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem:hover { + border-radius: 0; + background-color: #ebebeb; + color: #31363D; + box-shadow: none; } + +.unity-panel.menubar .menuitem *:hover { + color: white; + box-shadow: none; } + +.unity-panel.menubar .menuitem.separator, +.unity-panel.menubar.menuitem.separator { + border: none; + color: #232831; } + +/* Force Quit */ +SheetStyleDialog.unity-force-quit { + background-color: #3b4252; } + +@keyframes playbackmenuitem_spinner { + to { + -gtk-icon-transform: rotate(1turn); } } +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: playbackmenuitem_spinner 1s infinite linear; + color: #8fbcbb; } + +MsdOsdWindow.background.osd { + border-radius: 2px; + border: 1px solid #232831; } + MsdOsdWindow.background.osd .progressbar { + background-color: #8fbcbb; + border: none; + border-color: #8fbcbb; + border-radius: 5px; } + MsdOsdWindow.background.osd .trough { + background-color: rgba(29, 33, 40, 0.93); + border: none; + border-radius: 5px; } + +/*********************** + * App-Specific Styles * + ***********************/ +/********* + * Geary * + *********/ +.geary-titlebar-left .separator, +.geary-titlebar-right .separator { + opacity: 0; } + +ConversationListView { + -GtkTreeView-grid-line-width: 0; } + ConversationListView .view:active, ConversationListView iconview:active, ConversationListView .view:selected, ConversationListView iconview:selected { + background-color: #8fbcbb; + color: #2e3440; } + ConversationListView .view:active:backdrop, ConversationListView iconview:active:backdrop, ConversationListView .view:selected:backdrop, ConversationListView iconview:selected:backdrop { + background-color: rgba(143, 188, 187, 0.6); + color: rgba(46, 52, 64, 0.5); } + ConversationListView .view .cell, ConversationListView iconview .cell { + border: solid rgba(0, 0, 0, 0.2); + border-width: 0 0 1px 0; } + ConversationListView .view .cell:selected, ConversationListView iconview .cell:selected { + color: #2e3440; + border: 0px solid #6fa9a8; } + +/*********** + * LightDm * + ***********/ +#panel_window { + background-color: #2e3440; + color: #d8dee9; + font-weight: bold; + box-shadow: inset 0 -1px #1f232b; } + #panel_window .menubar, + #panel_window .menubar > .menuitem + menubar, + #panel_window menubar > menuitem { + background-color: transparent; + color: #d8dee9; + font-weight: bold; } + #panel_window .menubar .menuitem:disabled, + #panel_window menubar menuitem:disabled { + color: rgba(216, 222, 233, 0.5); } + #panel_window .menubar .menuitem:disabled GtkLabel, + #panel_window menubar menuitem:disabled GtkLabel { + color: inherit; } + #panel_window .menubar .menuitem:disabled label, + #panel_window menubar menuitem:disabled label { + color: inherit; } + #panel_window .menubar .menu > .menuitem, + #panel_window menubar menu > menuitem { + font-weight: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font-weight: normal; + border-style: none; + background-color: transparent; + color: #d8dee9; } + +#content_frame { + padding-bottom: 14px; + background-color: #434c5e; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame button { + font-weight: normal; + color: #d8dee9; + background-color: #3c4454; + text-shadow: none; } + #content_frame button:hover { + color: #d8dee9; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #3b4252; + text-shadow: none; } + #content_frame button:active, #content_frame button:checked { + color: #d8dee9; + outline-color: rgba(216, 222, 233, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + #content_frame button:disabled { + color: #b9bfcb; + border-color: rgba(35, 40, 49, 0.3); + background-color: #404859; + text-shadow: none; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #353c4a; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; } + +#buttonbox_frame button { + color: #d8dee9; + border-color: #232831; + background-color: rgba(40, 45, 55, 0.93); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + #buttonbox_frame button:hover { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(65, 74, 91, 0.93), rgba(65, 74, 91, 0.93)); + background-clip: padding-box; + text-shadow: 0 1px black; + -gtk-icon-shadow: 0 1px black; + outline-color: rgba(216, 222, 233, 0.3); } + #buttonbox_frame button:active, #buttonbox_frame button:checked { + color: white; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(52, 59, 73, 0.93), rgba(52, 59, 73, 0.93)); + background-clip: padding-box; + text-shadow: none; + -gtk-icon-shadow: none; + outline-color: rgba(216, 222, 233, 0.3); } + #buttonbox_frame button:disabled { + color: #808690; + border-color: #232831; + background-image: linear-gradient(to bottom, rgba(58, 63, 73, 0.5), rgba(58, 63, 73, 0.5)); + background-clip: padding-box; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; } + +#login_window #user_combobox { + color: #d8dee9; + font-size: 13px; } + #login_window #user_combobox .menu, + #login_window #user_combobox menu { + font-weight: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#greeter_infobar { + border-bottom-width: 0; + font-weight: bold; } + +.nemo-window .places-treeview { + -NemoPlacesTreeView-disk-full-bg-color: #4e586d; + -NemoPlacesTreeView-disk-full-fg-color: #ebcb8b; + -GtkTreeView-vertical-separator: 10; } + .nemo-window .places-treeview .view.cell:hover, .nemo-window .places-treeview iconview.cell:hover, + .nemo-window .places-treeview iconview.cell:hover { + background: rgba(40, 45, 55, 0.7); } + .nemo-window .places-treeview .view.cell:selected, .nemo-window .places-treeview iconview.cell:selected, + .nemo-window .places-treeview iconview.cell:selected { + background: #8fbcbb; + color: #2e3440; } +.nemo-window .sidebar { + background-color: #2e3440; } + .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar .iconview, .nemo-window .sidebar row { + color: #98abb2; + background-color: transparent; } +.nemo-window .nemo-window-pane widget.entry { + background-clip: padding-box; + min-height: 28px; + padding: 5px; + color: #d8dee9; + border: 1px solid #232831; + border-radius: 3px; + box-shadow: inset 0 1px rgba(0, 0, 0, 0.9), inset 1px 0 rgba(0, 0, 0, 0.96), inset -1px 0 rgba(0, 0, 0, 0.96), inset 0 -1px rgba(0, 0, 0, 0.98), 0 1px rgba(255, 255, 255, 0.6); } + .nemo-window .nemo-window-pane widget.entry:selected { + background-color: #8fbcbb; + color: #2e3440; } +.nemo-window toolbar.primary-toolbar { + margin-bottom: -1px; + background: #353c4a; } + .nemo-window toolbar.primary-toolbar button { + color: #d8dee9; + border-radius: 4px; + text-shadow: none; + box-shadow: none; + border: 1px solid #232831; + background-color: #2e3440; + min-height: 24px; + padding: 3px; } + .nemo-window toolbar.primary-toolbar button:hover { + color: #2e3440; + text-shadow: none; + background-color: rgba(143, 188, 187, 0.7); } + .nemo-window toolbar.primary-toolbar button:selected, .nemo-window toolbar.primary-toolbar button:active, .nemo-window toolbar.primary-toolbar button:checked { + color: #2e3440; + outline-color: rgba(46, 52, 64, 0.3); + background-color: #8fbcbb; + text-shadow: none; } + .nemo-window toolbar.primary-toolbar button:selected:backdrop, .nemo-window toolbar.primary-toolbar button:active:backdrop, .nemo-window toolbar.primary-toolbar button:checked:backdrop { + color: rgba(46, 52, 64, 0.5); + background-color: rgba(143, 188, 187, 0.6); + text-shadow: none; + box-shadow: none; } + .nemo-window toolbar.primary-toolbar button:backdrop, .nemo-window toolbar.primary-toolbar button:disabled, .nemo-window toolbar.primary-toolbar button:backdrop:disabled { + color: rgba(216, 222, 233, 0.2); + background-color: #2e3440; + text-shadow: none; + box-shadow: none; } +.nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview, +.nemo-window .nemo-inactive-pane iconview { + background-color: #353b49; } + +/* thunar */ +.thunar toolbar { + background-color: #353c4a; } + +/* buttons in toolbar */ +.thunar toolbar.horizontal button image { + -gtk-icon-transform: scale(0.72); } + +scrolledwindow.sidebar treeview.view { + background: #2a2f3a; + padding: 1.5px; } + +/* path-bar of thunar */ +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button, +.thunar toolbar .path-bar-button { + color: #d8dee9; + border-radius: 4px; + text-shadow: none; + box-shadow: none; + border: 1px solid #232831; + background-color: #2e3440; + border-radius: 0; + border-right: 0.5px solid #232831; + box-shadow: none; + min-height: 20px; + padding: 3px 4px; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:first-child, + .thunar toolbar .path-bar-button:first-child { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:last-child, + .thunar toolbar .path-bar-button:last-child { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + border-right-style: solid; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:only-child, + .thunar toolbar .path-bar-button:only-child { + border-radius: 4px; + border-style: solid; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:hover, + .thunar toolbar .path-bar-button:hover { + color: #8fbcbb; } + window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:checked, + .thunar toolbar .path-bar-button:checked { + color: #fff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(143, 188, 187, 0.7); + text-shadow: none; } +window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .toggle.path-bar-button:hover, +.thunar toolbar .toggle.path-bar-button:hover { + color: #fff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(143, 188, 187, 0.7); + text-shadow: none; } + +/* thunar sidepane */ +window.thunar paned > scrolledwindow treeview.view:hover, window.thunar paned > scrolledwindow treeview.view:selected { + background: rgba(143, 188, 187, 0.7); + color: #2e3440; + border-radius: 0; + box-shadow: none; } + +.caja-notebook .entry { + background: #3b4252; + color: #d8dee9; } + .caja-notebook .entry:selected { + background: #8fbcbb; + color: #2e3440; } + +/*# sourceMappingURL=gtk.css.map */ diff --git a/.themes/Nordic/gtk-3.0/thumbnail.png b/.themes/Nordic/gtk-3.0/thumbnail.png new file mode 100644 index 0000000..b9cef7c Binary files /dev/null and b/.themes/Nordic/gtk-3.0/thumbnail.png differ diff --git a/.themes/Nordic/index.theme b/.themes/Nordic/index.theme new file mode 100755 index 0000000..3877eb4 --- /dev/null +++ b/.themes/Nordic/index.theme @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Nordic +Comment=Dark theme created using the awesome Nord color pallete +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Nordic +MetacityTheme=Nordic +IconTheme=Zafiro-icons +ButtonLayout=:minimize,maximize,close diff --git a/.themes/Nordic/metacity-1/close.png b/.themes/Nordic/metacity-1/close.png new file mode 100644 index 0000000..9a484d3 Binary files /dev/null and b/.themes/Nordic/metacity-1/close.png differ diff --git a/.themes/Nordic/metacity-1/close_focused.png b/.themes/Nordic/metacity-1/close_focused.png new file mode 100644 index 0000000..9a484d3 Binary files /dev/null and b/.themes/Nordic/metacity-1/close_focused.png differ diff --git a/.themes/Nordic/metacity-1/close_focused_normal.png b/.themes/Nordic/metacity-1/close_focused_normal.png new file mode 100644 index 0000000..9a484d3 Binary files /dev/null and b/.themes/Nordic/metacity-1/close_focused_normal.png differ diff --git a/.themes/Nordic/metacity-1/close_focused_prelight.png b/.themes/Nordic/metacity-1/close_focused_prelight.png new file mode 100644 index 0000000..138601a Binary files /dev/null and b/.themes/Nordic/metacity-1/close_focused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/close_focused_pressed.png b/.themes/Nordic/metacity-1/close_focused_pressed.png new file mode 100644 index 0000000..623a43b Binary files /dev/null and b/.themes/Nordic/metacity-1/close_focused_pressed.png differ diff --git a/.themes/Nordic/metacity-1/close_unfocused.png b/.themes/Nordic/metacity-1/close_unfocused.png new file mode 100644 index 0000000..9278df6 Binary files /dev/null and b/.themes/Nordic/metacity-1/close_unfocused.png differ diff --git a/.themes/Nordic/metacity-1/close_unfocused_prelight.png b/.themes/Nordic/metacity-1/close_unfocused_prelight.png new file mode 100644 index 0000000..3ab3cbd Binary files /dev/null and b/.themes/Nordic/metacity-1/close_unfocused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/close_unfocused_pressed.png b/.themes/Nordic/metacity-1/close_unfocused_pressed.png new file mode 100644 index 0000000..623a43b Binary files /dev/null and b/.themes/Nordic/metacity-1/close_unfocused_pressed.png differ diff --git a/.themes/Nordic/metacity-1/maximize.png b/.themes/Nordic/metacity-1/maximize.png new file mode 100644 index 0000000..6c380d4 Binary files /dev/null and b/.themes/Nordic/metacity-1/maximize.png differ diff --git a/.themes/Nordic/metacity-1/maximize_focused.png b/.themes/Nordic/metacity-1/maximize_focused.png new file mode 100644 index 0000000..6c380d4 Binary files /dev/null and b/.themes/Nordic/metacity-1/maximize_focused.png differ diff --git a/.themes/Nordic/metacity-1/maximize_focused_normal.png b/.themes/Nordic/metacity-1/maximize_focused_normal.png new file mode 100644 index 0000000..6c380d4 Binary files /dev/null and b/.themes/Nordic/metacity-1/maximize_focused_normal.png differ diff --git a/.themes/Nordic/metacity-1/maximize_focused_prelight.png b/.themes/Nordic/metacity-1/maximize_focused_prelight.png new file mode 100644 index 0000000..6c78be2 Binary files /dev/null and b/.themes/Nordic/metacity-1/maximize_focused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/maximize_focused_pressed.png b/.themes/Nordic/metacity-1/maximize_focused_pressed.png new file mode 100644 index 0000000..6c78be2 Binary files /dev/null and b/.themes/Nordic/metacity-1/maximize_focused_pressed.png differ diff --git a/.themes/Nordic/metacity-1/maximize_unfocused.png b/.themes/Nordic/metacity-1/maximize_unfocused.png new file mode 100644 index 0000000..8feb53f Binary files /dev/null and b/.themes/Nordic/metacity-1/maximize_unfocused.png differ diff --git a/.themes/Nordic/metacity-1/maximize_unfocused_prelight.png b/.themes/Nordic/metacity-1/maximize_unfocused_prelight.png new file mode 100644 index 0000000..6c78be2 Binary files /dev/null and b/.themes/Nordic/metacity-1/maximize_unfocused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/maximize_unfocused_pressed.png b/.themes/Nordic/metacity-1/maximize_unfocused_pressed.png new file mode 100644 index 0000000..6c78be2 Binary files /dev/null and b/.themes/Nordic/metacity-1/maximize_unfocused_pressed.png differ diff --git a/.themes/Nordic/metacity-1/menu.png b/.themes/Nordic/metacity-1/menu.png new file mode 100644 index 0000000..591572e Binary files /dev/null and b/.themes/Nordic/metacity-1/menu.png differ diff --git a/.themes/Nordic/metacity-1/menu_focused.png b/.themes/Nordic/metacity-1/menu_focused.png new file mode 100644 index 0000000..591572e Binary files /dev/null and b/.themes/Nordic/metacity-1/menu_focused.png differ diff --git a/.themes/Nordic/metacity-1/menu_focused_normal.png b/.themes/Nordic/metacity-1/menu_focused_normal.png new file mode 100644 index 0000000..591572e Binary files /dev/null and b/.themes/Nordic/metacity-1/menu_focused_normal.png differ diff --git a/.themes/Nordic/metacity-1/menu_focused_prelight.png b/.themes/Nordic/metacity-1/menu_focused_prelight.png new file mode 100644 index 0000000..f00f6c4 Binary files /dev/null and b/.themes/Nordic/metacity-1/menu_focused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/menu_focused_pressed.png b/.themes/Nordic/metacity-1/menu_focused_pressed.png new file mode 100644 index 0000000..85af81e Binary files /dev/null and b/.themes/Nordic/metacity-1/menu_focused_pressed.png differ diff --git a/.themes/Nordic/metacity-1/menu_unfocused.png b/.themes/Nordic/metacity-1/menu_unfocused.png new file mode 100644 index 0000000..e68d577 Binary files /dev/null and b/.themes/Nordic/metacity-1/menu_unfocused.png differ diff --git a/.themes/Nordic/metacity-1/menu_unfocused_prelight.png b/.themes/Nordic/metacity-1/menu_unfocused_prelight.png new file mode 100644 index 0000000..591572e Binary files /dev/null and b/.themes/Nordic/metacity-1/menu_unfocused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/menu_unfocused_pressed.png b/.themes/Nordic/metacity-1/menu_unfocused_pressed.png new file mode 100644 index 0000000..85af81e Binary files /dev/null and b/.themes/Nordic/metacity-1/menu_unfocused_pressed.png differ diff --git a/.themes/Nordic/metacity-1/metacity-theme-1.xml b/.themes/Nordic/metacity-1/metacity-theme-1.xml new file mode 100755 index 0000000..518ddd2 --- /dev/null +++ b/.themes/Nordic/metacity-1/metacity-theme-1.xml @@ -0,0 +1,1144 @@ + + + + Nordic + Eliver Lara <eliverlara@gmail> + ÂEliver Lara, 2019 + 2019 + Nordic Window Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2))" + color="C_title_unfocused" /> +</draw_ops> + +<!-- WINDOW DECORATIONS --> +<draw_ops name="entire_background_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_focused"> + <rectangle color="C_titlebar" x="4" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_fill_attached_focused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs --> + <include name="titlebar_fill_attached_focused" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="rounded_border_focused"> + <line color="C_border_focused" x1="2" y1="0" x2="width-3" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="rounded_border_unfocused"> + <line color="C_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="border_right_focused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_right_unfocused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<draw_ops name="border_left_focused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_left_unfocused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<!-- BUTTON ICONS --> +<!-- note: negative values in x or y causes gnome-shell to crash --> + +<!-- Close icon --> +<draw_ops name="close_focused"> + <image filename="close_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_unfocused"> + <image filename="close_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Maximize icon --> +<draw_ops name="maximize_focused"> + <image filename="maximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_unfocused"> + <image filename="maximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + +<!-- Unmaximize icon --> +<draw_ops name="unmaximize_focused"> + <image filename="unmaximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_unfocused"> + <image filename="unmaximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Minimize icon --> +<draw_ops name="minimize_focused"> + <image filename="minimize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_unfocused"> + <image filename="minimize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Menu icon --> +<draw_ops name="menu_focused"> + <image filename="menu_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_focused_pressed"> + <image filename="menu_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_unfocused"> + <image filename="menu_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_unfocused_pressed"> + <image filename="menu_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Shade icon --> +<draw_ops name="shade_focused"> + <image filename="shade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_focused_prelight"> + <image filename="shade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_focused_pressed"> + <image filename="shade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_unfocused"> + <image filename="shade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_unfocused_prelight"> + <image filename="shade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_unfocused_pressed"> + <image filename="shade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Unshade icon --> +<draw_ops name="unshade_focused"> + <image filename="unshade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_focused_prelight"> + <image filename="unshade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_focused_pressed"> + <image filename="unshade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_unfocused"> + <image filename="unshade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_unfocused_prelight"> + <image filename="unshade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_unfocused_pressed"> + <image filename="unshade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- FRAME STYLES --> +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_right_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_right_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_left_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_left_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- FRAME STYLE SETS --> +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused" /> + <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> + <frame focus="yes" state="maximized" style="normal_max_focused" /> + <frame focus="no" state="maximized" style="normal_max_unfocused" /> + <frame focus="yes" state="shaded" style="normal_focused" /> + <frame focus="no" state="shaded" style="normal_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" /> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" /> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused" /> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="dialog_focused" /> + <frame focus="no" state="shaded" style="dialog_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" /> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="modal_dialog_focused" /> + <frame focus="no" state="shaded" style="modal_dialog_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused" /> + <frame focus="no" state="normal" resize="both" style="utility_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="utility_focused" /> + <frame focus="no" state="shaded" style="utility_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused" /> + <frame focus="no" state="normal" resize="both" style="border_unfocused" /> + <frame focus="yes" state="maximized" style="borderless" /> + <frame focus="no" state="maximized" style="borderless" /> + <frame focus="yes" state="shaded" style="blank" /> + <frame focus="no" state="shaded" style="blank" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<!-- WINDOWS --> +<window type="normal" style_set="normal_style_set" /> +<window type="dialog" style_set="dialog_style_set" /> +<window type="modal_dialog" style_set="modal_dialog_style_set" /> +<window type="menu" style_set="utility_style_set" /> +<window type="utility" style_set="utility_style_set" /> +<window type="border" style_set="border_style_set" /> + +</metacity_theme> diff --git a/.themes/Nordic/metacity-1/metacity-theme-2.xml b/.themes/Nordic/metacity-1/metacity-theme-2.xml new file mode 100755 index 0000000..518ddd2 --- /dev/null +++ b/.themes/Nordic/metacity-1/metacity-theme-2.xml @@ -0,0 +1,1144 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Nordic</name> + <author>Eliver Lara <eliverlara@gmail></author> + <copyright>ÂEliver Lara, 2019</copyright> + <date>2019</date> + <description>Nordic Window Theme</description> +</info> + + +<!-- CONSTANTS --> +<constant name="C_titlebar" value="#353c4a" /> +<constant name="C_titlebar_unfocused" value="#353c4a" /> +<constant name="C_border_focused" value="#353c4a" /> +<constant name="C_border_unfocused" value="#353c4a" /> +<constant name="C_title_focused" value="#d8dee9" /> +<constant name="C_title_unfocused" value="#93979f" /> + +<constant name="C_wm_button_background" value="#fc2" /> +<constant name="C_wm_button_foreground" value="#283141" /> +<constant name="C_wm_button_unfocused" value="#e6e8eb" /> + +<constant name="C_close_button" value="#283141" /> +<constant name="C_maximize_button" value="#283141" /> +<constant name="C_restore_button" value="#283141" /> +<constant name="C_minimize_button" value="#283141" /> + +<!-- GEOMETRY --> + +<!-- Focused window --> +<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="3" /> + <distance name="left_titlebar_edge" value="5" /> + <distance name="right_titlebar_edge" value="5" /> + <distance name="title_vertical_pad" value="4" /> + <aspect_ratio name="button" value="1.0" /> + <border name="title_border" left="4" right="4" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="4" bottom="4" /> +</frame_geometry> + +<!-- Unfocused window --> +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="5"/> + <distance name="right_titlebar_edge" value="5"/> + <distance name="title_vertical_pad" value="4" /> + <border name="title_border" left="4" right="4" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="4" bottom="4" /> +</frame_geometry> + +<!-- Maximized window --> +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="4" /> + <border name="title_border" left="4" right="4" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="4" bottom="4" /> +</frame_geometry> + +<!-- Left tiled window --> +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="right_width" value="0" /> +</frame_geometry> + +<!-- Right tiled window --> +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="left_width" value="0" /> +</frame_geometry> + +<!-- Small window --> +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="title_vertical_pad" value="4" /> + <border name="title_border" left="4" right="4" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<!-- Small unfocused window --> +<frame_geometry name="small_unfocused" parent="small"> + <distance name="left_titlebar_edge" value="5"/> + <distance name="right_titlebar_edge" value="5"/> +</frame_geometry> + +<!-- No buttons --> +<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> +</frame_geometry> + +<!-- Border --> +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <distance name="title_vertical_pad" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- Borderless --> +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="0" right="0" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<!-- Modal --> +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<frame_geometry name="attached" title_scale="medium" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="title_vertical_pad" value="8"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + + +<!-- TITLES --> + +<!-- Title alignment --> +<draw_ops name="title_focused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2))" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2))" + color="C_title_unfocused" /> +</draw_ops> + +<!-- WINDOW DECORATIONS --> +<draw_ops name="entire_background_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_focused"> + <rectangle color="C_titlebar" x="4" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_fill_attached_focused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs --> + <include name="titlebar_fill_attached_focused" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="rounded_border_focused"> + <line color="C_border_focused" x1="2" y1="0" x2="width-3" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="rounded_border_unfocused"> + <line color="C_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="border_right_focused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_right_unfocused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<draw_ops name="border_left_focused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_left_unfocused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<!-- BUTTON ICONS --> +<!-- note: negative values in x or y causes gnome-shell to crash --> + +<!-- Close icon --> +<draw_ops name="close_focused"> + <image filename="close_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_unfocused"> + <image filename="close_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Maximize icon --> +<draw_ops name="maximize_focused"> + <image filename="maximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_unfocused"> + <image filename="maximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + +<!-- Unmaximize icon --> +<draw_ops name="unmaximize_focused"> + <image filename="unmaximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_unfocused"> + <image filename="unmaximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Minimize icon --> +<draw_ops name="minimize_focused"> + <image filename="minimize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_unfocused"> + <image filename="minimize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Menu icon --> +<draw_ops name="menu_focused"> + <image filename="menu_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_focused_pressed"> + <image filename="menu_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_unfocused"> + <image filename="menu_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_unfocused_pressed"> + <image filename="menu_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Shade icon --> +<draw_ops name="shade_focused"> + <image filename="shade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_focused_prelight"> + <image filename="shade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_focused_pressed"> + <image filename="shade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_unfocused"> + <image filename="shade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_unfocused_prelight"> + <image filename="shade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_unfocused_pressed"> + <image filename="shade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Unshade icon --> +<draw_ops name="unshade_focused"> + <image filename="unshade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_focused_prelight"> + <image filename="unshade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_focused_pressed"> + <image filename="unshade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_unfocused"> + <image filename="unshade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_unfocused_prelight"> + <image filename="unshade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_unfocused_pressed"> + <image filename="unshade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- FRAME STYLES --> +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_right_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_right_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_left_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_left_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- FRAME STYLE SETS --> +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused" /> + <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> + <frame focus="yes" state="maximized" style="normal_max_focused" /> + <frame focus="no" state="maximized" style="normal_max_unfocused" /> + <frame focus="yes" state="shaded" style="normal_focused" /> + <frame focus="no" state="shaded" style="normal_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" /> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" /> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused" /> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="dialog_focused" /> + <frame focus="no" state="shaded" style="dialog_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" /> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="modal_dialog_focused" /> + <frame focus="no" state="shaded" style="modal_dialog_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused" /> + <frame focus="no" state="normal" resize="both" style="utility_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="utility_focused" /> + <frame focus="no" state="shaded" style="utility_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused" /> + <frame focus="no" state="normal" resize="both" style="border_unfocused" /> + <frame focus="yes" state="maximized" style="borderless" /> + <frame focus="no" state="maximized" style="borderless" /> + <frame focus="yes" state="shaded" style="blank" /> + <frame focus="no" state="shaded" style="blank" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<!-- WINDOWS --> +<window type="normal" style_set="normal_style_set" /> +<window type="dialog" style_set="dialog_style_set" /> +<window type="modal_dialog" style_set="modal_dialog_style_set" /> +<window type="menu" style_set="utility_style_set" /> +<window type="utility" style_set="utility_style_set" /> +<window type="border" style_set="border_style_set" /> + +</metacity_theme> diff --git a/.themes/Nordic/metacity-1/metacity-theme-3.xml b/.themes/Nordic/metacity-1/metacity-theme-3.xml new file mode 100755 index 0000000..0b04542 --- /dev/null +++ b/.themes/Nordic/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1144 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Nordic</name> + <author>Eliver Lara <eliverlara@gmail></author> + <copyright>ÂEliver Lara, 2019</copyright> + <date>2019</date> + <description>Nordic Window Theme</description> +</info> + + +<!-- CONSTANTS --> +<constant name="C_titlebar" value="#353c4a" /> +<constant name="C_titlebar_unfocused" value="#353c4a" /> +<constant name="C_border_focused" value="#353c4a" /> +<constant name="C_border_unfocused" value="#353c4a" /> +<constant name="C_title_focused" value="#d8dee9" /> +<constant name="C_title_unfocused" value="#93979f" /> + +<constant name="C_wm_button_background" value="#fc2" /> +<constant name="C_wm_button_foreground" value="#283141" /> +<constant name="C_wm_button_unfocused" value="#e6e8eb" /> + +<constant name="C_close_button" value="#283141" /> +<constant name="C_maximize_button" value="#283141" /> +<constant name="C_restore_button" value="#283141" /> +<constant name="C_minimize_button" value="#283141" /> + +<!-- GEOMETRY --> + +<!-- Focused window --> +<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="5" /> + <distance name="right_titlebar_edge" value="5" /> + <distance name="title_vertical_pad" value="4" /> + <aspect_ratio name="button" value="1.0" /> + <border name="title_border" left="4" right="4" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="4" bottom="4" /> +</frame_geometry> + +<!-- Unfocused window --> +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="5"/> + <distance name="right_titlebar_edge" value="5"/> + <distance name="title_vertical_pad" value="4" /> + <border name="title_border" left="4" right="4" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="4" bottom="4" /> +</frame_geometry> + +<!-- Maximized window --> +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="4" /> + <border name="title_border" left="4" right="4" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="4" bottom="4" /> +</frame_geometry> + +<!-- Left tiled window --> +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="right_width" value="0" /> +</frame_geometry> + +<!-- Right tiled window --> +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="left_width" value="0" /> +</frame_geometry> + +<!-- Small window --> +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="title_vertical_pad" value="4" /> + <border name="title_border" left="4" right="4" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<!-- Small unfocused window --> +<frame_geometry name="small_unfocused" parent="small"> + <distance name="left_titlebar_edge" value="5"/> + <distance name="right_titlebar_edge" value="5"/> +</frame_geometry> + +<!-- No buttons --> +<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> +</frame_geometry> + +<!-- Border --> +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <distance name="title_vertical_pad" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- Borderless --> +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="0" right="0" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<!-- Modal --> +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<frame_geometry name="attached" title_scale="medium" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="title_vertical_pad" value="8"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + + +<!-- TITLES --> + +<!-- Title alignment --> +<draw_ops name="title_focused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2))" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2))" + color="C_title_unfocused" /> +</draw_ops> + +<!-- WINDOW DECORATIONS --> +<draw_ops name="entire_background_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_focused"> + <rectangle color="C_titlebar" x="4" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_fill_attached_focused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs --> + <include name="titlebar_fill_attached_focused" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="rounded_border_focused"> + <line color="C_border_focused" x1="2" y1="0" x2="width-3" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="rounded_border_unfocused"> + <line color="C_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="border_right_focused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_right_unfocused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<draw_ops name="border_left_focused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_left_unfocused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<!-- BUTTON ICONS --> +<!-- note: negative values in x or y causes gnome-shell to crash --> + +<!-- Close icon --> +<draw_ops name="close_focused"> + <image filename="close_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_unfocused"> + <image filename="close_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Maximize icon --> +<draw_ops name="maximize_focused"> + <image filename="maximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_unfocused"> + <image filename="maximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + +<!-- Unmaximize icon --> +<draw_ops name="unmaximize_focused"> + <image filename="unmaximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_unfocused"> + <image filename="unmaximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Minimize icon --> +<draw_ops name="minimize_focused"> + <image filename="minimize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_unfocused"> + <image filename="minimize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Menu icon --> +<draw_ops name="menu_focused"> + <image filename="menu_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_focused_pressed"> + <image filename="menu_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_unfocused"> + <image filename="menu_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_unfocused_pressed"> + <image filename="menu_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Shade icon --> +<draw_ops name="shade_focused"> + <image filename="shade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_focused_prelight"> + <image filename="shade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_focused_pressed"> + <image filename="shade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_unfocused"> + <image filename="shade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_unfocused_prelight"> + <image filename="shade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_unfocused_pressed"> + <image filename="shade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Unshade icon --> +<draw_ops name="unshade_focused"> + <image filename="unshade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_focused_prelight"> + <image filename="unshade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_focused_pressed"> + <image filename="unshade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_unfocused"> + <image filename="unshade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_unfocused_prelight"> + <image filename="unshade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_unfocused_pressed"> + <image filename="unshade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- FRAME STYLES --> +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_right_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_right_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_left_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_left_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- FRAME STYLE SETS --> +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused" /> + <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> + <frame focus="yes" state="maximized" style="normal_max_focused" /> + <frame focus="no" state="maximized" style="normal_max_unfocused" /> + <frame focus="yes" state="shaded" style="normal_focused" /> + <frame focus="no" state="shaded" style="normal_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" /> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" /> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused" /> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="dialog_focused" /> + <frame focus="no" state="shaded" style="dialog_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" /> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="modal_dialog_focused" /> + <frame focus="no" state="shaded" style="modal_dialog_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused" /> + <frame focus="no" state="normal" resize="both" style="utility_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="utility_focused" /> + <frame focus="no" state="shaded" style="utility_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused" /> + <frame focus="no" state="normal" resize="both" style="border_unfocused" /> + <frame focus="yes" state="maximized" style="borderless" /> + <frame focus="no" state="maximized" style="borderless" /> + <frame focus="yes" state="shaded" style="blank" /> + <frame focus="no" state="shaded" style="blank" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<!-- WINDOWS --> +<window type="normal" style_set="normal_style_set" /> +<window type="dialog" style_set="dialog_style_set" /> +<window type="modal_dialog" style_set="modal_dialog_style_set" /> +<window type="menu" style_set="utility_style_set" /> +<window type="utility" style_set="utility_style_set" /> +<window type="border" style_set="border_style_set" /> + +</metacity_theme> diff --git a/.themes/Nordic/metacity-1/metacity-theme.xml b/.themes/Nordic/metacity-1/metacity-theme.xml new file mode 100755 index 0000000..518ddd2 --- /dev/null +++ b/.themes/Nordic/metacity-1/metacity-theme.xml @@ -0,0 +1,1144 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Nordic</name> + <author>Eliver Lara <eliverlara@gmail></author> + <copyright>ÂEliver Lara, 2019</copyright> + <date>2019</date> + <description>Nordic Window Theme</description> +</info> + + +<!-- CONSTANTS --> +<constant name="C_titlebar" value="#353c4a" /> +<constant name="C_titlebar_unfocused" value="#353c4a" /> +<constant name="C_border_focused" value="#353c4a" /> +<constant name="C_border_unfocused" value="#353c4a" /> +<constant name="C_title_focused" value="#d8dee9" /> +<constant name="C_title_unfocused" value="#93979f" /> + +<constant name="C_wm_button_background" value="#fc2" /> +<constant name="C_wm_button_foreground" value="#283141" /> +<constant name="C_wm_button_unfocused" value="#e6e8eb" /> + +<constant name="C_close_button" value="#283141" /> +<constant name="C_maximize_button" value="#283141" /> +<constant name="C_restore_button" value="#283141" /> +<constant name="C_minimize_button" value="#283141" /> + +<!-- GEOMETRY --> + +<!-- Focused window --> +<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="3" /> + <distance name="left_titlebar_edge" value="5" /> + <distance name="right_titlebar_edge" value="5" /> + <distance name="title_vertical_pad" value="4" /> + <aspect_ratio name="button" value="1.0" /> + <border name="title_border" left="4" right="4" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="4" bottom="4" /> +</frame_geometry> + +<!-- Unfocused window --> +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="5"/> + <distance name="right_titlebar_edge" value="5"/> + <distance name="title_vertical_pad" value="4" /> + <border name="title_border" left="4" right="4" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="4" bottom="4" /> +</frame_geometry> + +<!-- Maximized window --> +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="4" /> + <border name="title_border" left="4" right="4" top="4" bottom="4" /> + <border name="button_border" left="0" right="0" top="4" bottom="4" /> +</frame_geometry> + +<!-- Left tiled window --> +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="right_width" value="0" /> +</frame_geometry> + +<!-- Right tiled window --> +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="left_width" value="0" /> +</frame_geometry> + +<!-- Small window --> +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="title_vertical_pad" value="4" /> + <border name="title_border" left="4" right="4" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<!-- Small unfocused window --> +<frame_geometry name="small_unfocused" parent="small"> + <distance name="left_titlebar_edge" value="5"/> + <distance name="right_titlebar_edge" value="5"/> +</frame_geometry> + +<!-- No buttons --> +<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> +</frame_geometry> + +<!-- Border --> +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <distance name="title_vertical_pad" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- Borderless --> +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="0" right="0" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0" /> +</frame_geometry> + +<!-- Modal --> +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<frame_geometry name="attached" title_scale="medium" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="title_vertical_pad" value="8"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + + +<!-- TITLES --> + +<!-- Title alignment --> +<draw_ops name="title_focused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2))" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2))" + color="C_title_unfocused" /> +</draw_ops> + +<!-- WINDOW DECORATIONS --> +<draw_ops name="entire_background_focused"> + <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_focused"> + <rectangle color="C_titlebar" x="4" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_fill_attached_focused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs --> + <include name="titlebar_fill_attached_focused" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused"> + <include name="titlebar_fill_focused" /> +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="rounded_border_focused"> + <line color="C_border_focused" x1="2" y1="0" x2="width-3" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="rounded_border_unfocused"> + <line color="C_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> + <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="border_right_focused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_right_unfocused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<draw_ops name="border_left_focused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_left_unfocused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<!-- BUTTON ICONS --> +<!-- note: negative values in x or y causes gnome-shell to crash --> + +<!-- Close icon --> +<draw_ops name="close_focused"> + <image filename="close_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_focused_prelight"> + <image filename="close_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_focused_pressed"> + <image filename="close_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_unfocused"> + <image filename="close_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_unfocused_prelight"> + <image filename="close_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="close_unfocused_pressed"> + <image filename="close_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Maximize icon --> +<draw_ops name="maximize_focused"> + <image filename="maximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_focused_prelight"> + <image filename="maximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_focused_pressed"> + <image filename="maximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_unfocused"> + <image filename="maximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_unfocused_prelight"> + <image filename="maximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="maximize_unfocused_pressed"> + <image filename="maximize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + +<!-- Unmaximize icon --> +<draw_ops name="unmaximize_focused"> + <image filename="unmaximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_focused_prelight"> + <image filename="unmaximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_focused_pressed"> + <image filename="unmaximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_unfocused"> + <image filename="unmaximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unmaximize_unfocused_pressed"> + <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Minimize icon --> +<draw_ops name="minimize_focused"> + <image filename="minimize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_focused_prelight"> + <image filename="minimize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_focused_pressed"> + <image filename="minimize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_unfocused"> + <image filename="minimize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_unfocused_prelight"> + <image filename="minimize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="minimize_unfocused_pressed"> + <image filename="minimize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Menu icon --> +<draw_ops name="menu_focused"> + <image filename="menu_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_focused_prelight"> + <image filename="menu_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_focused_pressed"> + <image filename="menu_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_unfocused"> + <image filename="menu_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_unfocused_prelight"> + <image filename="menu_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="menu_unfocused_pressed"> + <image filename="menu_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Shade icon --> +<draw_ops name="shade_focused"> + <image filename="shade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_focused_prelight"> + <image filename="shade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_focused_pressed"> + <image filename="shade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_unfocused"> + <image filename="shade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_unfocused_prelight"> + <image filename="shade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="shade_unfocused_pressed"> + <image filename="shade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- Unshade icon --> +<draw_ops name="unshade_focused"> + <image filename="unshade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_focused_prelight"> + <image filename="unshade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_focused_pressed"> + <image filename="unshade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_unfocused"> + <image filename="unshade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_unfocused_prelight"> + <image filename="unshade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> +<draw_ops name="unshade_unfocused_pressed"> + <image filename="unshade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> +</draw_ops> + + +<!-- FRAME STYLES --> +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_attached_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_right_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_right_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_left_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_focused" /> + <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_left_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused" /> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="prelight"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="prelight"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- FRAME STYLE SETS --> +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused" /> + <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> + <frame focus="yes" state="maximized" style="normal_max_focused" /> + <frame focus="no" state="maximized" style="normal_max_unfocused" /> + <frame focus="yes" state="shaded" style="normal_focused" /> + <frame focus="no" state="shaded" style="normal_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" /> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" /> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused" /> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="dialog_focused" /> + <frame focus="no" state="shaded" style="dialog_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" /> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="modal_dialog_focused" /> + <frame focus="no" state="shaded" style="modal_dialog_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused" /> + <frame focus="no" state="normal" resize="both" style="utility_unfocused" /> + <frame focus="yes" state="maximized" style="blank" /> + <frame focus="no" state="maximized" style="blank" /> + <frame focus="yes" state="shaded" style="utility_focused" /> + <frame focus="no" state="shaded" style="utility_unfocused" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused" /> + <frame focus="no" state="normal" resize="both" style="border_unfocused" /> + <frame focus="yes" state="maximized" style="borderless" /> + <frame focus="no" state="maximized" style="borderless" /> + <frame focus="yes" state="shaded" style="blank" /> + <frame focus="no" state="shaded" style="blank" /> + <frame focus="yes" state="maximized_and_shaded" style="blank" /> + <frame focus="no" state="maximized_and_shaded" style="blank" /> +</frame_style_set> + +<!-- WINDOWS --> +<window type="normal" style_set="normal_style_set" /> +<window type="dialog" style_set="dialog_style_set" /> +<window type="modal_dialog" style_set="modal_dialog_style_set" /> +<window type="menu" style_set="utility_style_set" /> +<window type="utility" style_set="utility_style_set" /> +<window type="border" style_set="border_style_set" /> + +</metacity_theme> diff --git a/.themes/Nordic/metacity-1/minimize.png b/.themes/Nordic/metacity-1/minimize.png new file mode 100644 index 0000000..37bd8d6 Binary files /dev/null and b/.themes/Nordic/metacity-1/minimize.png differ diff --git a/.themes/Nordic/metacity-1/minimize_focused.png b/.themes/Nordic/metacity-1/minimize_focused.png new file mode 100644 index 0000000..37bd8d6 Binary files /dev/null and b/.themes/Nordic/metacity-1/minimize_focused.png differ diff --git a/.themes/Nordic/metacity-1/minimize_focused_normal.png b/.themes/Nordic/metacity-1/minimize_focused_normal.png new file mode 100644 index 0000000..37bd8d6 Binary files /dev/null and b/.themes/Nordic/metacity-1/minimize_focused_normal.png differ diff --git a/.themes/Nordic/metacity-1/minimize_focused_prelight.png b/.themes/Nordic/metacity-1/minimize_focused_prelight.png new file mode 100644 index 0000000..eb721d7 Binary files /dev/null and b/.themes/Nordic/metacity-1/minimize_focused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/minimize_focused_pressed.png b/.themes/Nordic/metacity-1/minimize_focused_pressed.png new file mode 100644 index 0000000..eb721d7 Binary files /dev/null and b/.themes/Nordic/metacity-1/minimize_focused_pressed.png differ diff --git a/.themes/Nordic/metacity-1/minimize_unfocused.png b/.themes/Nordic/metacity-1/minimize_unfocused.png new file mode 100644 index 0000000..8feb53f Binary files /dev/null and b/.themes/Nordic/metacity-1/minimize_unfocused.png differ diff --git a/.themes/Nordic/metacity-1/minimize_unfocused_prelight.png b/.themes/Nordic/metacity-1/minimize_unfocused_prelight.png new file mode 100644 index 0000000..eb721d7 Binary files /dev/null and b/.themes/Nordic/metacity-1/minimize_unfocused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/minimize_unfocused_pressed.png b/.themes/Nordic/metacity-1/minimize_unfocused_pressed.png new file mode 100644 index 0000000..eb721d7 Binary files /dev/null and b/.themes/Nordic/metacity-1/minimize_unfocused_pressed.png differ diff --git a/.themes/Nordic/metacity-1/shade.png b/.themes/Nordic/metacity-1/shade.png new file mode 100644 index 0000000..9d1ff7d Binary files /dev/null and b/.themes/Nordic/metacity-1/shade.png differ diff --git a/.themes/Nordic/metacity-1/shade_focused.png b/.themes/Nordic/metacity-1/shade_focused.png new file mode 100644 index 0000000..9d1ff7d Binary files /dev/null and b/.themes/Nordic/metacity-1/shade_focused.png differ diff --git a/.themes/Nordic/metacity-1/shade_focused_normal.png b/.themes/Nordic/metacity-1/shade_focused_normal.png new file mode 100644 index 0000000..9d1ff7d Binary files /dev/null and b/.themes/Nordic/metacity-1/shade_focused_normal.png differ diff --git a/.themes/Nordic/metacity-1/shade_focused_prelight.png b/.themes/Nordic/metacity-1/shade_focused_prelight.png new file mode 100644 index 0000000..90655fc Binary files /dev/null and b/.themes/Nordic/metacity-1/shade_focused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/shade_focused_pressed.png b/.themes/Nordic/metacity-1/shade_focused_pressed.png new file mode 100644 index 0000000..7f6df00 Binary files /dev/null and b/.themes/Nordic/metacity-1/shade_focused_pressed.png differ diff --git a/.themes/Nordic/metacity-1/shade_unfocused.png b/.themes/Nordic/metacity-1/shade_unfocused.png new file mode 100644 index 0000000..de565c0 Binary files /dev/null and b/.themes/Nordic/metacity-1/shade_unfocused.png differ diff --git a/.themes/Nordic/metacity-1/shade_unfocused_prelight.png b/.themes/Nordic/metacity-1/shade_unfocused_prelight.png new file mode 100644 index 0000000..9d1ff7d Binary files /dev/null and b/.themes/Nordic/metacity-1/shade_unfocused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/shade_unfocused_pressed.png b/.themes/Nordic/metacity-1/shade_unfocused_pressed.png new file mode 100644 index 0000000..7f6df00 Binary files /dev/null and b/.themes/Nordic/metacity-1/shade_unfocused_pressed.png differ diff --git a/.themes/Nordic/metacity-1/thumbnail.png b/.themes/Nordic/metacity-1/thumbnail.png new file mode 100644 index 0000000..5403b13 Binary files /dev/null and b/.themes/Nordic/metacity-1/thumbnail.png differ diff --git a/.themes/Nordic/metacity-1/unmaximize.png b/.themes/Nordic/metacity-1/unmaximize.png new file mode 100644 index 0000000..c66a6d6 Binary files /dev/null and b/.themes/Nordic/metacity-1/unmaximize.png differ diff --git a/.themes/Nordic/metacity-1/unmaximize_focused.png b/.themes/Nordic/metacity-1/unmaximize_focused.png new file mode 100644 index 0000000..c66a6d6 Binary files /dev/null and b/.themes/Nordic/metacity-1/unmaximize_focused.png differ diff --git a/.themes/Nordic/metacity-1/unmaximize_focused_normal.png b/.themes/Nordic/metacity-1/unmaximize_focused_normal.png new file mode 100644 index 0000000..c66a6d6 Binary files /dev/null and b/.themes/Nordic/metacity-1/unmaximize_focused_normal.png differ diff --git a/.themes/Nordic/metacity-1/unmaximize_focused_prelight.png b/.themes/Nordic/metacity-1/unmaximize_focused_prelight.png new file mode 100644 index 0000000..fb6857e Binary files /dev/null and b/.themes/Nordic/metacity-1/unmaximize_focused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/unmaximize_focused_pressed.png b/.themes/Nordic/metacity-1/unmaximize_focused_pressed.png new file mode 100644 index 0000000..fb6857e Binary files /dev/null and b/.themes/Nordic/metacity-1/unmaximize_focused_pressed.png differ diff --git a/.themes/Nordic/metacity-1/unmaximize_unfocused.png b/.themes/Nordic/metacity-1/unmaximize_unfocused.png new file mode 100644 index 0000000..9278df6 Binary files /dev/null and b/.themes/Nordic/metacity-1/unmaximize_unfocused.png differ diff --git a/.themes/Nordic/metacity-1/unmaximize_unfocused_prelight.png b/.themes/Nordic/metacity-1/unmaximize_unfocused_prelight.png new file mode 100644 index 0000000..fb6857e Binary files /dev/null and b/.themes/Nordic/metacity-1/unmaximize_unfocused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/unmaximize_unfocused_pressed.png b/.themes/Nordic/metacity-1/unmaximize_unfocused_pressed.png new file mode 100644 index 0000000..fb6857e Binary files /dev/null and b/.themes/Nordic/metacity-1/unmaximize_unfocused_pressed.png differ diff --git a/.themes/Nordic/metacity-1/unshade.png b/.themes/Nordic/metacity-1/unshade.png new file mode 100644 index 0000000..ca57d05 Binary files /dev/null and b/.themes/Nordic/metacity-1/unshade.png differ diff --git a/.themes/Nordic/metacity-1/unshade_focused.png b/.themes/Nordic/metacity-1/unshade_focused.png new file mode 100644 index 0000000..ca57d05 Binary files /dev/null and b/.themes/Nordic/metacity-1/unshade_focused.png differ diff --git a/.themes/Nordic/metacity-1/unshade_focused_normal.png b/.themes/Nordic/metacity-1/unshade_focused_normal.png new file mode 100644 index 0000000..ca57d05 Binary files /dev/null and b/.themes/Nordic/metacity-1/unshade_focused_normal.png differ diff --git a/.themes/Nordic/metacity-1/unshade_focused_prelight.png b/.themes/Nordic/metacity-1/unshade_focused_prelight.png new file mode 100644 index 0000000..b20ccf6 Binary files /dev/null and b/.themes/Nordic/metacity-1/unshade_focused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/unshade_focused_pressed.png b/.themes/Nordic/metacity-1/unshade_focused_pressed.png new file mode 100644 index 0000000..c8703e4 Binary files /dev/null and b/.themes/Nordic/metacity-1/unshade_focused_pressed.png differ diff --git a/.themes/Nordic/metacity-1/unshade_unfocused.png b/.themes/Nordic/metacity-1/unshade_unfocused.png new file mode 100644 index 0000000..de565c0 Binary files /dev/null and b/.themes/Nordic/metacity-1/unshade_unfocused.png differ diff --git a/.themes/Nordic/metacity-1/unshade_unfocused_prelight.png b/.themes/Nordic/metacity-1/unshade_unfocused_prelight.png new file mode 100644 index 0000000..ca57d05 Binary files /dev/null and b/.themes/Nordic/metacity-1/unshade_unfocused_prelight.png differ diff --git a/.themes/Nordic/metacity-1/unshade_unfocused_pressed.png b/.themes/Nordic/metacity-1/unshade_unfocused_pressed.png new file mode 100644 index 0000000..c8703e4 Binary files /dev/null and b/.themes/Nordic/metacity-1/unshade_unfocused_pressed.png differ diff --git a/.themes/Nordic/xfwm4/bottom-active.png b/.themes/Nordic/xfwm4/bottom-active.png new file mode 100644 index 0000000..7b3fb19 Binary files /dev/null and b/.themes/Nordic/xfwm4/bottom-active.png differ diff --git a/.themes/Nordic/xfwm4/bottom-inactive.png b/.themes/Nordic/xfwm4/bottom-inactive.png new file mode 100644 index 0000000..7b3fb19 Binary files /dev/null and b/.themes/Nordic/xfwm4/bottom-inactive.png differ diff --git a/.themes/Nordic/xfwm4/bottom-left-active.png b/.themes/Nordic/xfwm4/bottom-left-active.png new file mode 100644 index 0000000..33ca7e4 Binary files /dev/null and b/.themes/Nordic/xfwm4/bottom-left-active.png differ diff --git a/.themes/Nordic/xfwm4/bottom-left-inactive.png b/.themes/Nordic/xfwm4/bottom-left-inactive.png new file mode 100644 index 0000000..33ca7e4 Binary files /dev/null and b/.themes/Nordic/xfwm4/bottom-left-inactive.png differ diff --git a/.themes/Nordic/xfwm4/bottom-right-active.png b/.themes/Nordic/xfwm4/bottom-right-active.png new file mode 100644 index 0000000..0bde98d Binary files /dev/null and b/.themes/Nordic/xfwm4/bottom-right-active.png differ diff --git a/.themes/Nordic/xfwm4/bottom-right-inactive.png b/.themes/Nordic/xfwm4/bottom-right-inactive.png new file mode 100644 index 0000000..0bde98d Binary files /dev/null and b/.themes/Nordic/xfwm4/bottom-right-inactive.png differ diff --git a/.themes/Nordic/xfwm4/close-active.png b/.themes/Nordic/xfwm4/close-active.png new file mode 100644 index 0000000..62f9da9 Binary files /dev/null and b/.themes/Nordic/xfwm4/close-active.png differ diff --git a/.themes/Nordic/xfwm4/close-inactive.png b/.themes/Nordic/xfwm4/close-inactive.png new file mode 100644 index 0000000..13da8d1 Binary files /dev/null and b/.themes/Nordic/xfwm4/close-inactive.png differ diff --git a/.themes/Nordic/xfwm4/close-prelight.png b/.themes/Nordic/xfwm4/close-prelight.png new file mode 100644 index 0000000..dc92fac Binary files /dev/null and b/.themes/Nordic/xfwm4/close-prelight.png differ diff --git a/.themes/Nordic/xfwm4/close-pressed.png b/.themes/Nordic/xfwm4/close-pressed.png new file mode 100644 index 0000000..dc92fac Binary files /dev/null and b/.themes/Nordic/xfwm4/close-pressed.png differ diff --git a/.themes/Nordic/xfwm4/hide-active.png b/.themes/Nordic/xfwm4/hide-active.png new file mode 100644 index 0000000..370b458 Binary files /dev/null and b/.themes/Nordic/xfwm4/hide-active.png differ diff --git a/.themes/Nordic/xfwm4/hide-inactive.png b/.themes/Nordic/xfwm4/hide-inactive.png new file mode 100644 index 0000000..7bc7cc6 Binary files /dev/null and b/.themes/Nordic/xfwm4/hide-inactive.png differ diff --git a/.themes/Nordic/xfwm4/hide-prelight.png b/.themes/Nordic/xfwm4/hide-prelight.png new file mode 100644 index 0000000..644da94 Binary files /dev/null and b/.themes/Nordic/xfwm4/hide-prelight.png differ diff --git a/.themes/Nordic/xfwm4/hide-pressed.png b/.themes/Nordic/xfwm4/hide-pressed.png new file mode 100644 index 0000000..8467cf5 Binary files /dev/null and b/.themes/Nordic/xfwm4/hide-pressed.png differ diff --git a/.themes/Nordic/xfwm4/left-active.png b/.themes/Nordic/xfwm4/left-active.png new file mode 100644 index 0000000..655728a Binary files /dev/null and b/.themes/Nordic/xfwm4/left-active.png differ diff --git a/.themes/Nordic/xfwm4/left-inactive.png b/.themes/Nordic/xfwm4/left-inactive.png new file mode 100644 index 0000000..655728a Binary files /dev/null and b/.themes/Nordic/xfwm4/left-inactive.png differ diff --git a/.themes/Nordic/xfwm4/maximize-active.png b/.themes/Nordic/xfwm4/maximize-active.png new file mode 100644 index 0000000..458760e Binary files /dev/null and b/.themes/Nordic/xfwm4/maximize-active.png differ diff --git a/.themes/Nordic/xfwm4/maximize-inactive.png b/.themes/Nordic/xfwm4/maximize-inactive.png new file mode 100644 index 0000000..b859778 Binary files /dev/null and b/.themes/Nordic/xfwm4/maximize-inactive.png differ diff --git a/.themes/Nordic/xfwm4/maximize-prelight.png b/.themes/Nordic/xfwm4/maximize-prelight.png new file mode 100644 index 0000000..01eb5c8 Binary files /dev/null and b/.themes/Nordic/xfwm4/maximize-prelight.png differ diff --git a/.themes/Nordic/xfwm4/maximize-pressed.png b/.themes/Nordic/xfwm4/maximize-pressed.png new file mode 100644 index 0000000..01eb5c8 Binary files /dev/null and b/.themes/Nordic/xfwm4/maximize-pressed.png differ diff --git a/.themes/Nordic/xfwm4/menu-active.png b/.themes/Nordic/xfwm4/menu-active.png new file mode 100644 index 0000000..a165e45 Binary files /dev/null and b/.themes/Nordic/xfwm4/menu-active.png differ diff --git a/.themes/Nordic/xfwm4/menu-inactive.png b/.themes/Nordic/xfwm4/menu-inactive.png new file mode 100644 index 0000000..a165e45 Binary files /dev/null and b/.themes/Nordic/xfwm4/menu-inactive.png differ diff --git a/.themes/Nordic/xfwm4/menu-prelight.png b/.themes/Nordic/xfwm4/menu-prelight.png new file mode 100644 index 0000000..a165e45 Binary files /dev/null and b/.themes/Nordic/xfwm4/menu-prelight.png differ diff --git a/.themes/Nordic/xfwm4/menu-pressed.png b/.themes/Nordic/xfwm4/menu-pressed.png new file mode 100644 index 0000000..a165e45 Binary files /dev/null and b/.themes/Nordic/xfwm4/menu-pressed.png differ diff --git a/.themes/Nordic/xfwm4/right-active.png b/.themes/Nordic/xfwm4/right-active.png new file mode 100644 index 0000000..655728a Binary files /dev/null and b/.themes/Nordic/xfwm4/right-active.png differ diff --git a/.themes/Nordic/xfwm4/right-inactive.png b/.themes/Nordic/xfwm4/right-inactive.png new file mode 100644 index 0000000..655728a Binary files /dev/null and b/.themes/Nordic/xfwm4/right-inactive.png differ diff --git a/.themes/Nordic/xfwm4/shade-active.png b/.themes/Nordic/xfwm4/shade-active.png new file mode 100644 index 0000000..9646ef7 Binary files /dev/null and b/.themes/Nordic/xfwm4/shade-active.png differ diff --git a/.themes/Nordic/xfwm4/shade-inactive.png b/.themes/Nordic/xfwm4/shade-inactive.png new file mode 100644 index 0000000..bc356a5 Binary files /dev/null and b/.themes/Nordic/xfwm4/shade-inactive.png differ diff --git a/.themes/Nordic/xfwm4/shade-prelight.png b/.themes/Nordic/xfwm4/shade-prelight.png new file mode 100644 index 0000000..4859444 Binary files /dev/null and b/.themes/Nordic/xfwm4/shade-prelight.png differ diff --git a/.themes/Nordic/xfwm4/shade-pressed.png b/.themes/Nordic/xfwm4/shade-pressed.png new file mode 100644 index 0000000..08862c8 Binary files /dev/null and b/.themes/Nordic/xfwm4/shade-pressed.png differ diff --git a/.themes/Nordic/xfwm4/stick-active.png b/.themes/Nordic/xfwm4/stick-active.png new file mode 100644 index 0000000..6455241 Binary files /dev/null and b/.themes/Nordic/xfwm4/stick-active.png differ diff --git a/.themes/Nordic/xfwm4/stick-inactive.png b/.themes/Nordic/xfwm4/stick-inactive.png new file mode 100644 index 0000000..98508cc Binary files /dev/null and b/.themes/Nordic/xfwm4/stick-inactive.png differ diff --git a/.themes/Nordic/xfwm4/stick-prelight.png b/.themes/Nordic/xfwm4/stick-prelight.png new file mode 100644 index 0000000..0b86590 Binary files /dev/null and b/.themes/Nordic/xfwm4/stick-prelight.png differ diff --git a/.themes/Nordic/xfwm4/stick-pressed.png b/.themes/Nordic/xfwm4/stick-pressed.png new file mode 100644 index 0000000..7801040 Binary files /dev/null and b/.themes/Nordic/xfwm4/stick-pressed.png differ diff --git a/.themes/Nordic/xfwm4/themerc b/.themes/Nordic/xfwm4/themerc new file mode 100644 index 0000000..620dd62 --- /dev/null +++ b/.themes/Nordic/xfwm4/themerc @@ -0,0 +1,25 @@ +#button_layout=O|HMC +button_offset=2 +button_spacing=-1 + +full_width_title=true + +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +active_text_color=#d8dee9 +active_text_shadow_color=#d8dee9 +inactive_text_color=#778085 +inactive_text_shadow_color=#778085 + +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-4 +shadow_opacity=46 + +show_popup_shadow=true +show_app_icon=true diff --git a/.themes/Nordic/xfwm4/title-1-active-shaded.png b/.themes/Nordic/xfwm4/title-1-active-shaded.png new file mode 100644 index 0000000..53a59d3 Binary files /dev/null and b/.themes/Nordic/xfwm4/title-1-active-shaded.png differ diff --git a/.themes/Nordic/xfwm4/title-1-active.png b/.themes/Nordic/xfwm4/title-1-active.png new file mode 100644 index 0000000..53a59d3 Binary files /dev/null and b/.themes/Nordic/xfwm4/title-1-active.png differ diff --git a/.themes/Nordic/xfwm4/title-1-inactive.png b/.themes/Nordic/xfwm4/title-1-inactive.png new file mode 100644 index 0000000..3047cd1 Binary files /dev/null and b/.themes/Nordic/xfwm4/title-1-inactive.png differ diff --git a/.themes/Nordic/xfwm4/title-2-active.png b/.themes/Nordic/xfwm4/title-2-active.png new file mode 100644 index 0000000..56e1dd1 Binary files /dev/null and b/.themes/Nordic/xfwm4/title-2-active.png differ diff --git a/.themes/Nordic/xfwm4/title-2-inactive.png b/.themes/Nordic/xfwm4/title-2-inactive.png new file mode 100644 index 0000000..56e1dd1 Binary files /dev/null and b/.themes/Nordic/xfwm4/title-2-inactive.png differ diff --git a/.themes/Nordic/xfwm4/title-3-active.png b/.themes/Nordic/xfwm4/title-3-active.png new file mode 100644 index 0000000..8c8eace Binary files /dev/null and b/.themes/Nordic/xfwm4/title-3-active.png differ diff --git a/.themes/Nordic/xfwm4/title-3-inactive.png b/.themes/Nordic/xfwm4/title-3-inactive.png new file mode 100644 index 0000000..8c8eace Binary files /dev/null and b/.themes/Nordic/xfwm4/title-3-inactive.png differ diff --git a/.themes/Nordic/xfwm4/title-4-active.png b/.themes/Nordic/xfwm4/title-4-active.png new file mode 100644 index 0000000..fa4ac83 Binary files /dev/null and b/.themes/Nordic/xfwm4/title-4-active.png differ diff --git a/.themes/Nordic/xfwm4/title-4-inactive.png b/.themes/Nordic/xfwm4/title-4-inactive.png new file mode 100644 index 0000000..fa4ac83 Binary files /dev/null and b/.themes/Nordic/xfwm4/title-4-inactive.png differ diff --git a/.themes/Nordic/xfwm4/title-5-active.png b/.themes/Nordic/xfwm4/title-5-active.png new file mode 100644 index 0000000..767b884 Binary files /dev/null and b/.themes/Nordic/xfwm4/title-5-active.png differ diff --git a/.themes/Nordic/xfwm4/title-5-inactive.png b/.themes/Nordic/xfwm4/title-5-inactive.png new file mode 100644 index 0000000..10a90ab Binary files /dev/null and b/.themes/Nordic/xfwm4/title-5-inactive.png differ diff --git a/.themes/Nordic/xfwm4/top-left-active-shaded.png b/.themes/Nordic/xfwm4/top-left-active-shaded.png new file mode 100644 index 0000000..de41bc7 Binary files /dev/null and b/.themes/Nordic/xfwm4/top-left-active-shaded.png differ diff --git a/.themes/Nordic/xfwm4/top-left-active.png b/.themes/Nordic/xfwm4/top-left-active.png new file mode 100644 index 0000000..4d8ada3 Binary files /dev/null and b/.themes/Nordic/xfwm4/top-left-active.png differ diff --git a/.themes/Nordic/xfwm4/top-left-inactive.png b/.themes/Nordic/xfwm4/top-left-inactive.png new file mode 100644 index 0000000..4d8ada3 Binary files /dev/null and b/.themes/Nordic/xfwm4/top-left-inactive.png differ diff --git a/.themes/Nordic/xfwm4/top-right-active-shaded.png b/.themes/Nordic/xfwm4/top-right-active-shaded.png new file mode 100644 index 0000000..5c38af2 Binary files /dev/null and b/.themes/Nordic/xfwm4/top-right-active-shaded.png differ diff --git a/.themes/Nordic/xfwm4/top-right-active.png b/.themes/Nordic/xfwm4/top-right-active.png new file mode 100644 index 0000000..f2626f4 Binary files /dev/null and b/.themes/Nordic/xfwm4/top-right-active.png differ diff --git a/.themes/Nordic/xfwm4/top-right-inactive.png b/.themes/Nordic/xfwm4/top-right-inactive.png new file mode 100644 index 0000000..f2626f4 Binary files /dev/null and b/.themes/Nordic/xfwm4/top-right-inactive.png differ diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..105cd1f --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,3 @@ +set -g default-terminal 'screen-256color' +set -g history-limit 10000 +set -g mouse on diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..ac7f120 --- /dev/null +++ b/.xinitrc @@ -0,0 +1 @@ +exec bspwm diff --git a/.xscreensaver b/.xscreensaver new file mode 100644 index 0000000..699e3f0 --- /dev/null +++ b/.xscreensaver @@ -0,0 +1,291 @@ +# XScreenSaver Preferences File +# Written by xscreensaver-demo 6.02 for relms on Sun Nov 14 19:42:09 2021. +# https://www.jwz.org/xscreensaver/ + +timeout: 0:10:00 +cycle: 0:10:00 +lock: True +lockTimeout: 0:30:00 +passwdTimeout: 0:00:30 +visualID: default +installColormap: True +verbose: False +splash: True +splashDuration: 0:00:05 +demoCommand: xscreensaver-settings +nice: 10 +fade: True +unfade: True +fadeSeconds: 0:00:03 +ignoreUninstalledPrograms:False +font: +dpmsEnabled: True +dpmsQuickOff: False +dpmsStandby: 2:00:00 +dpmsSuspend: 2:00:00 +dpmsOff: 4:00:00 +grabDesktopImages: False +grabVideoFrames: False +chooseRandomImages: False +imageDirectory: + +mode: random +selected: -1 + +textMode: date +textLiteral: XScreenSaver +textFile: +textProgram: fortune +textURL: https://en.wikipedia.org/w/index.php?title=Special:NewPages&feed=rss +dialogTheme: default + +programs: \ + maze -root \n\ + GL: superquadrics -root \n\ + attraction -root \n\ + blitspin -root \n\ + greynetic -root \n\ + helix -root \n\ + hopalong -root \n\ + imsmap -root \n\ + noseguy -root \n\ + pyro -root \n\ + qix -root \n\ + rocks -root \n\ + rorschach -root \n\ + decayscreen -root \n\ + flame -root \n\ + halo -root \n\ + slidescreen -root \n\ + pedal -root \n\ + bouboule -root \n\ + braid -root \n\ + coral -root \n\ + deco -root \n\ + drift -root \n\ + fadeplot -root \n\ + galaxy -root \n\ + goop -root \n\ + grav -root \n\ + ifs -root \n\ + GL: jigsaw -root \n\ + julia -root \n\ + kaleidescope -root \n\ + GL: moebius -root \n\ + moire -root \n\ + GL: morph3d -root \n\ + mountain -root \n\ + munch -root \n\ + penrose -root \n\ + GL: pipes -root \n\ + rd-bomb -root \n\ + GL: rubik -root \n\ + sierpinski -root \n\ + slip -root \n\ + GL: sproingies -root \n\ + starfish -root \n\ + strange -root \n\ + swirl -root \n\ + triangle -root \n\ + xjack -root \n\ + xlyap -root \n\ + GL: atlantis -root \n\ + bsod -root \n\ + GL: bubble3d -root \n\ + GL: cage -root \n\ + crystal -root \n\ + cynosure -root \n\ + discrete -root \n\ + distort -root \n\ + epicycle -root \n\ + flow -root \n\ + GL: glplanet -root \n\ + interference -root \n\ + kumppa -root \n\ + GL: lament -root \n\ + moire2 -root \n\ + GL: sonar -root \n\ + GL: stairs -root \n\ + truchet -root \n\ + vidwhacker -root \n\ + blaster -root \n\ + bumps -root \n\ + ccurve -root \n\ + compass -root \n\ + deluxe -root \n\ + demon -root \n\ + GL: extrusion -root \n\ + loop -root \n\ + penetrate -root \n\ + petri -root \n\ + phosphor -root \n\ + GL: pulsar -root \n\ + ripples -root \n\ + shadebobs -root \n\ + GL: sierpinski3d -root \n\ + spotlight -root \n\ + squiral -root \n\ + wander -root \n\ + webcollage -root \n\ + xflame -root \n\ + xmatrix -root \n\ + GL: gflux -root \n\ + nerverot -root \n\ + xrayswarm -root \n\ + xspirograph -root \n\ + GL: circuit -root \n\ + GL: dangerball -root \n\ + GL: dnalogo -root \n\ + GL: engine -root \n\ + GL: flipscreen3d -root \n\ + GL: gltext -root \n\ + GL: menger -root \n\ + GL: molecule -root \n\ + rotzoomer -root \n\ + scooter -root \n\ + speedmine -root \n\ + GL: starwars -root \n\ + GL: stonerview -root \n\ + vermiculate -root \n\ + whirlwindwarp -root \n\ + zoom -root \n\ + anemone -root \n\ + apollonian -root \n\ + GL: boxed -root \n\ + GL: cubenetic -root \n\ + GL: endgame -root \n\ + euler2d -root \n\ + fluidballs -root \n\ + GL: flurry -root \n\ + GL: glblur -root \n\ + GL: glsnake -root \n\ + halftone -root \n\ + GL: juggler3d -root \n\ + GL: lavalite -root \n\ + polyominoes -root \n\ + GL: queens -root \n\ + GL: sballs -root \n\ + GL: spheremonics -root \n\ + thornbird -root \n\ + twang -root \n\ + GL: antspotlight -root \n\ + apple2 -root \n\ + GL: atunnel -root \n\ + barcode -root \n\ + GL: blinkbox -root \n\ + GL: blocktube -root \n\ + GL: bouncingcow -root \n\ + cloudlife -root \n\ + GL: cubestorm -root \n\ + eruption -root \n\ + GL: flipflop -root \n\ + GL: flyingtoasters -root \n\ + fontglide -root \n\ + GL: gleidescope -root \n\ + GL: glknots -root \n\ + GL: glmatrix -root \n\ + GL: glslideshow -root \n\ + GL: hypertorus -root \n\ + GL: jigglypuff -root \n\ + metaballs -root \n\ + GL: mirrorblob -root \n\ + piecewise -root \n\ + GL: polytopes -root \n\ + pong -root \n\ + popsquares -root \n\ + GL: surfaces -root \n\ + xanalogtv -root \n\ + abstractile -root \n\ + anemotaxis -root \n\ + GL: antinspect -root \n\ + fireworkx -root \n\ + fuzzyflakes -root \n\ + interaggregate -root \n\ + intermomentary -root \n\ + memscroller -root \n\ + GL: noof -root \n\ + pacman -root \n\ + GL: pinion -root \n\ + GL: polyhedra -root \n\ + GL: providence -root \n\ + substrate -root \n\ + wormhole -root \n\ + GL: antmaze -root \n\ + GL: boing -root \n\ + boxfit -root \n\ + GL: carousel -root \n\ + celtic -root \n\ + GL: crackberg -root \n\ + GL: cube21 -root \n\ + fiberlamp -root \n\ + GL: fliptext -root \n\ + GL: glhanoi -root \n\ + GL: tangram -root \n\ + GL: timetunnel -root \n\ + GL: glschool -root \n\ + GL: topblock -root \n\ + GL: cubicgrid -root \n\ + cwaves -root \n\ + GL: gears -root \n\ + GL: glcells -root \n\ + GL: lockward -root \n\ + m6502 -root \n\ + GL: moebiusgears -root \n\ + GL: voronoi -root \n\ + GL: hypnowheel -root \n\ + GL: klein -root \n\ + lcdscrub -root \n\ + GL: photopile -root \n\ + GL: skytentacles -root \n\ + GL: rubikblocks -root \n\ + GL: companioncube -root \n\ + GL: hilbert -root \n\ + GL: tronbit -root \n\ + GL: geodesic -root \n\ + hexadrop -root \n\ + GL: kaleidocycle -root \n\ + GL: quasicrystal -root \n\ + GL: unknownpleasures -root \n\ + binaryring -root \n\ + GL: cityflow -root \n\ + GL: geodesicgears -root \n\ + GL: projectiveplane -root \n\ + GL: romanboy -root \n\ + tessellimage -root \n\ + GL: winduprobot -root \n\ + GL: splitflap -root \n\ + GL: cubestack -root \n\ + GL: cubetwist -root \n\ + GL: discoball -root \n\ + GL: dymaxionmap -root \n\ + GL: energystream -root \n\ + GL: hexstrut -root \n\ + GL: hydrostat -root \n\ + GL: raverhoop -root \n\ + GL: splodesic -root \n\ + GL: unicrud -root \n\ + GL: esper -root \n\ + GL: vigilance -root \n\ + GL: crumbler -root \n\ + filmleader -root \n\ + glitchpeg -root \n\ + GL: handsy -root \n\ + GL: maze3d -root \n\ + GL: peepers -root \n\ + GL: razzledazzle -root \n\ + vfeedback -root \n\ + GL: deepstars -root \n\ + GL: gravitywell -root \n\ + GL: beats -root \n\ + GL: covid19 -root \n\ + GL: etruscanvenus -root \n\ + GL: gibson -root \n\ + GL: headroom -root \n\ + GL: sphereeversion -root \n\ + binaryhorizon -root \n\ + marbling -root \n\ + + +pointerHysteresis: 10 +authWarningSlack: 20 + diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..9821af0 --- /dev/null +++ b/.zshrc @@ -0,0 +1,149 @@ +# Enable Powerlevel10k instant prompt. +if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then + source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" +fi + +# Set path +export PATH=$HOME/flutter/bin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/.dotnet/tools:$HOME/.local/share/gem/ruby/3.0.0/bin:$HOME/.yarn/bin:$HOME/bin:/usr/local/bin:/var/lib/flatpak/exports/bin:$PATH + +# Path to your oh-my-zsh installation. +export ZSH="$HOME/.oh-my-zsh" + +# omz configs +ZSH_THEME="powerlevel10k/powerlevel10k" +# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" ) +# CASE_SENSITIVE="true" +HYPHEN_INSENSITIVE="true" +# DISABLE_AUTO_UPDATE="true" +# DISABLE_UPDATE_PROMPT="true" +export UPDATE_ZSH_DAYS=7 +# DISABLE_MAGIC_FUNCTIONS="true" +# DISABLE_LS_COLORS="true" +# DISABLE_AUTO_TITLE="true" +ENABLE_CORRECTION="true" +COMPLETION_WAITING_DOTS="true" + +# Plugins +plugins=(git yarn command-not-found history-substring-search zsh-autosuggestions nvm rustup rust cargo docker docker-compose dotnet zsh-syntax-highlighting) + +# Plugin Configs +export NVM_AUTOLOAD=1 +export COMMAND_NOT_FOUND_INSTALL_PROMPT=1 +export ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor root line) + +source $ZSH/oh-my-zsh.sh + +# You may need to manually set your language environment +export LANG=en_US.UTF-8 + +# Preferred editor +export EDITOR='nvim' + +# Compilation flags +export MAKEFLAGS="-j16" + +# Aliases +alias nano="nvim" +alias vi="nvim" +alias vim="nvim" +alias ls="exa -laFghHUum@ --sort name --group-directories-first --git --icons " +alias tree="exa -laFghHUumRT@ --sort name --group-directories-first --git --icons" +alias rr="curl -s -L http://bit.ly/10hA8iC | bash" +alias cat="bat" +alias parrot="curl parrot.live" +alias neofetch="neofetch | lolcat" +alias grep="batgrep" +alias pacman="paru" +alias man="batman" +alias gitdiff="batdiff" + +# Manpage color +export LESS_TERMCAP_mb=$'\e[1;32m' +export LESS_TERMCAP_md=$'\e[1;32m' +export LESS_TERMCAP_me=$'\e[0m' +export LESS_TERMCAP_se=$'\e[0m' +export LESS_TERMCAP_so=$'\e[01;33m' +export LESS_TERMCAP_ue=$'\e[0m' +export LESS_TERMCAP_us=$'\e[1;4;31m' + +# Spicetify +export SPICETIFY_INSTALL="/usr/share/spicetify-cli" + +# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. +[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh + +# Prevent dotnet from tracking me +export DOTNET_CLI_TELEMETRY_OPTOUT=true + +# Load Compinit +autoload -Uz compinit +compinit + +# Command not found +function command_not_found_handler { + local pkgs cmd="$1" + + pkgs=(${(f)"$(pkgfile -b -v -- "$cmd" 2>/dev/null)"}) + if [[ -n "$pkgs" ]]; then + printf 'The application %s is not installed. It may be found in the following packages:\n' "$cmd" + printf ' %s\n' $pkgs[@] + setopt shwordsplit + pkg_array=($pkgs[@]) + pkgname="${${(@s:/:)pkg_array}[2]}" + printf 'Do you want to Install package %s? (y/N) ' $pkgname + if read -q "choice? "; then + echo + echo "Executing command: pacman -S $pkgname" + sudo pacman -S $pkgname + else + echo " " + fi + else + printf 'zsh: command not found: %s\n' "$cmd" + fi 1>&2 + + return 127 +} + +# Git logs +gitlog() { + setterm -linewrap off + + git --no-pager log --all --color=always --graph --abbrev-commit --decorate \ + --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' | \ + sed -E \ + -e 's/\|(\x1b\[[0-9;]*m)+\\(\x1b\[[0-9;]*m)+ /├\1─╮\2/' \ + -e 's/(\x1b\[[0-9;]+m)\|\x1b\[m\1\/\x1b\[m /\1├─╯\x1b\[m/' \ + -e 's/\|(\x1b\[[0-9;]*m)+\\(\x1b\[[0-9;]*m)+/├\1╮\2/' \ + -e 's/(\x1b\[[0-9;]+m)\|\x1b\[m\1\/\x1b\[m/\1├╯\x1b\[m/' \ + -e 's/╮(\x1b\[[0-9;]*m)+\\/╮\1╰╮/' \ + -e 's/╯(\x1b\[[0-9;]*m)+\//╯\1╭╯/' \ + -e 's/(\||\\)\x1b\[m (\x1b\[[0-9;]*m)/╰╮\2/' \ + -e 's/(\x1b\[[0-9;]*m)\\/\1╮/g' \ + -e 's/(\x1b\[[0-9;]*m)\//\1╯/g' \ + -e 's/^\*|(\x1b\[m )\*/\1⎬/g' \ + -e 's/(\x1b\[[0-9;]*m)\|/\1│/g' | command less -r +'/[^/]HEAD' + + setterm -linewrap on +} + +# Flutter +export CHROME_EXECUTABLE=/usr/bin/google-chrome-stable + +# Java +export JAVA_HOME=/usr/lib/jvm/java-17-openjdk + +# Setup Gnome Keyring +if [ -n "$DESKTOP_SESSION" ];then + eval $(gnome-keyring-daemon --start) + export SSH_AUTH_SOCK +fi + +# Set QT theme +export QT_QPA_PLATFORMTHEME=qt5ct + +# Load nvm +source /usr/share/nvm/init-nvm.sh + +# Neofetch cuz its cool +neofetch | lolcat diff --git a/README.md b/README.md new file mode 100644 index 0000000..548db95 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +To use, copy everything to your home directory. + +Add `QT_QPA_PLATFORMTHEME=qt5ct` to `/etc/environment`to set qt theme + +To properly use the qt theme you need to install: `qt5ct`, `qt6ct`, `qt5-styleplugins`, `qt6gtk2` diff --git a/backgrounds/background.jpg b/backgrounds/background.jpg new file mode 100644 index 0000000..1875ea9 Binary files /dev/null and b/backgrounds/background.jpg differ diff --git a/bin/clean-backup-pacman b/bin/clean-backup-pacman new file mode 100755 index 0000000..9d0b1a7 --- /dev/null +++ b/bin/clean-backup-pacman @@ -0,0 +1,7 @@ +#!/bin/sh +notify-send "WARNING: CLEANING & BACKING UP PACMAN PACKAGES! NO NOT USE PACMAN RELATED COMMANDS UNTIL FINISH MESSAGE IS SENT!" +sudo pacman -Qtdq --noconfirm | sudo pacman -Rns --noconfirm - +pacman -Scc --noconfirm +pacman -Qq > $HOME/git/dotfiles/packages.txt +cd $HOME/git/dotfiles && git add . && git commit -m "[AUTOMATED PUSH] Backed up Pacman" && git push +notify-send "Finished backing up Pacman." diff --git a/bin/update-flutter b/bin/update-flutter new file mode 100755 index 0000000..54cb613 --- /dev/null +++ b/bin/update-flutter @@ -0,0 +1,6 @@ +#!/bin/sh +flutter upgrade +flutter update-packages +flutter precache +flutter ide-config --overwrite +flutter doctor -v diff --git a/bin/update-mirrors b/bin/update-mirrors new file mode 100755 index 0000000..8146753 --- /dev/null +++ b/bin/update-mirrors @@ -0,0 +1,2 @@ +#!/bin/sh +sudo reflector --protocol http --protocol https --threads 16 --age 12 --verbose --sort rate --country "United States" --save /etc/pacman.d/mirrorlist diff --git a/packages.txt b/packages.txt new file mode 100644 index 0000000..79aabd2 --- /dev/null +++ b/packages.txt @@ -0,0 +1,1520 @@ +a52dec +aalib +acl +acpid +adobe-source-code-pro-fonts +adwaita-icon-theme +alsa-card-profiles +alsa-lib +alsa-plugins +alsa-topology-conf +alsa-ucm-conf +android-tools +android-udev +antiword +aom +appimagelauncher +apr +apr-util +arch-install-scripts +archlinux-keyring +argon2 +argyllcms +asp +aspnet-runtime +aspnet-runtime-3.1 +aspnet-targeting-pack +aspnet-targeting-pack-3.1 +assimp +at-spi2-atk +at-spi2-core +atk +atkmm +attr +audiofile +audit +augeas +autoconf +automake +avahi +babeltrace2 +babl +base +bash +bash-completion +bat +bat-extras +bc +bind +binutils +bison +blackarch-keyring +blas +blueman +bluez +bluez-libs +boost-libs +box2d +bpytop +brasero +brave-nightly-bin +breezy +bridge-utils +brotli +bspwm +btrfs-progs +bubblewrap +bzip2 +c-ares +ca-certificates +ca-certificates-mozilla +ca-certificates-utils +cabextract +cairo +cairo-perl +cairomm +calc +cantarell-fonts +catdoc +cava +cblas +cdparanoia +cdrdao +cdrtools +celt +ceph-libs +chromaprint +cifs-utils +clang +clazy +clucene +cmatrix +colord +colord-sane +compiler-rt +containerd +coreutils +cpio +cracklib +cryptsetup +cups +cups-filters +curl +dav1d +davfs2 +db +dbus +dbus-glib +dbus-python +dconf +debootstrap +desktop-file-utils +device-mapper +devtools +dhcpcd +dialog +diffutils +discord +discord-canary +djvulibre +dkms +dmenu +dmraid +dnsmasq +dnssec-anchors +docker +docx2txt +dosfstools +dotconf +dotnet-host-preview-bin +dotnet-runtime +dotnet-runtime-3.1 +dotnet-sdk +dotnet-sdk-3.1 +dotnet-targeting-pack +dotnet-targeting-pack-3.1 +double-conversion +dtc +dunst +dvd+rw-tools +dvdauthor +e2fsprogs +edk2-armvirt +edk2-ovmf +efibootmgr +efivar +egl-wayland +eglexternalplatform +elfutils +emptty +enchant +espeak-ng +espeak-ng-espeak +evince +exa +exempi +exfat-utils +exiv2 +expat +f2fs-tools +faac +faad2 +fakeroot +fastjar +faudio +feh +festival +ffmpeg +fftw +file +filesystem +findutils +firefox-developer-edition +flac +flameshot +flex +flite +fltk +fluidsynth +fmt +font-manager +fontconfig +foomatic-db +foomatic-db-engine +foomatic-db-nonfree +foomatic-db-nonfree-ppds +foomatic-db-ppds +freeglut +freetds +freetype2 +fribidi +fuse-common +fuse2 +fuse3 +gamemode +gawk +gc +gcc +gcc-libs +gcr +gd +gdb +gdb-common +gdbm +gdk-pixbuf-xlib +gdk-pixbuf2 +gegl +geoclue +geocode-glib +gettext +ghostscript +giflib +gimp +git +glava +glew +glib-networking +glib-perl +glib2 +glibc +glibmm +glslang +glu +gmp +gnome-autoar +gnome-desktop +gnome-keyring +gnome-online-accounts +gnome-settings-daemon +gnome-tweaks +gnupg +gnuplot +gnutls +go +gobject-introspection +gobject-introspection-runtime +gpart +gparted +gpgme +gpm +gptfdisk +graphene +graphite +graphviz +grep +groff +grub +gsettings-desktop-schemas +gsettings-qt +gsfonts +gsm +gspell +gssdp +gst-libav +gst-plugins-bad +gst-plugins-bad-libs +gst-plugins-base +gst-plugins-base-libs +gst-plugins-good +gst-plugins-ugly +gstreamer +gtk-update-icon-cache +gtk-vnc +gtk2 +gtk2-perl +gtk2fontsel +gtk3 +gtk4 +gtkmm3 +gtksourceview4 +gts +guile +gupnp +gupnp-dlna +gupnp-igd +gvfs +gvfs-afc +gvfs-goa +gvfs-google +gvfs-gphoto2 +gvfs-mtp +gvfs-nfs +gvfs-smb +gzip +harfbuzz +harfbuzz-icu +helvum +hicolor-icon-theme +hidapi +hivex +htop +http-parser +hunspell +hwids +hwloc +hyphen +i3-wm +iana-etc +icu +ijs +imagemagick +imath +imlib2 +inetutils +iniparser +innoextract +intel-ucode +ipfs-desktop +ipp-usb +iproute2 +iptables-nft +iputils +iso-codes +jack2 +jansson +jasper +java-environment-common +java-runtime-common +jbig2dec +jdk-openjdk +jdk16-adoptopenjdk +jdk8-openjdk +jellyfin-media-player +jemalloc +jetbrains-toolbox +jfsutils +jq +jre-openjdk +jre-openjdk-headless +jre8-openjdk +jre8-openjdk-headless +js78 +json-c +json-glib +jsoncpp +kbd +keepassxc +keyutils +kitty +kitty-terminfo +kmod +krb5 +kubectl +kwayland +kwindowsystem +l-smash +lame +lapack +lcms2 +ldb +ldns +lensfun +less +lesspipe +lib32-acl +lib32-alsa-lib +lib32-alsa-plugins +lib32-at-spi2-atk +lib32-at-spi2-core +lib32-atk +lib32-attr +lib32-brotli +lib32-bzip2 +lib32-cairo +lib32-colord +lib32-curl +lib32-dbus +lib32-e2fsprogs +lib32-expat +lib32-faudio +lib32-flac +lib32-fontconfig +lib32-freetype2 +lib32-fribidi +lib32-gcc-libs +lib32-gdk-pixbuf2 +lib32-gettext +lib32-giflib +lib32-glib-networking +lib32-glib2 +lib32-glibc +lib32-glu +lib32-gmp +lib32-gnutls +lib32-gst-plugins-base-libs +lib32-gstreamer +lib32-gtk3 +lib32-harfbuzz +lib32-icu +lib32-jack2 +lib32-json-glib +lib32-keyutils +lib32-krb5 +lib32-lcms2 +lib32-libasyncns +lib32-libavtp +lib32-libcanberra +lib32-libcap +lib32-libcups +lib32-libdatrie +lib32-libdrm +lib32-libelf +lib32-libepoxy +lib32-libffi +lib32-libgcrypt +lib32-libglvnd +lib32-libgpg-error +lib32-libice +lib32-libidn2 +lib32-libjpeg-turbo +lib32-libldap +lib32-libltdl +lib32-libnl +lib32-libogg +lib32-libpcap +lib32-libpciaccess +lib32-libpng +lib32-libproxy +lib32-libpsl +lib32-libpulse +lib32-librsvg +lib32-libsamplerate +lib32-libsm +lib32-libsndfile +lib32-libsoup +lib32-libssh2 +lib32-libtasn1 +lib32-libthai +lib32-libtiff +lib32-libtirpc +lib32-libunistring +lib32-libunwind +lib32-libva-mesa-driver +lib32-libvorbis +lib32-libx11 +lib32-libxau +lib32-libxcb +lib32-libxcomposite +lib32-libxcrypt +lib32-libxcursor +lib32-libxdamage +lib32-libxdmcp +lib32-libxext +lib32-libxfixes +lib32-libxft +lib32-libxi +lib32-libxinerama +lib32-libxkbcommon +lib32-libxml2 +lib32-libxrandr +lib32-libxrender +lib32-libxshmfence +lib32-libxslt +lib32-libxss +lib32-libxtst +lib32-libxv +lib32-libxxf86vm +lib32-llvm-libs +lib32-lm_sensors +lib32-mangohud +lib32-mesa +lib32-mesa-vdpau +lib32-mpg123 +lib32-ncurses +lib32-nettle +lib32-nspr +lib32-nss +lib32-nvidia-utils +lib32-ocl-icd +lib32-openal +lib32-opencl-nvidia +lib32-openssl +lib32-opus +lib32-orc +lib32-p11-kit +lib32-pam +lib32-pango +lib32-pcre +lib32-pixman +lib32-readline +lib32-rest +lib32-sdl +lib32-sdl2 +lib32-speexdsp +lib32-sqlite +lib32-systemd +lib32-tdb +lib32-util-linux +lib32-v4l-utils +lib32-vkd3d +lib32-vulkan-icd-loader +lib32-wayland +lib32-xz +lib32-zlib +lib32-zstd +libabw +libaio +libao +libappimage +libappindicator-gtk3 +libarchive +libass +libassuan +libasyncns +libatasmart +libatomic_ops +libavc1394 +libavif +libavtp +libb2 +libblockdev +libbluray +libbpf +libbs2b +libbsd +libburn +libbytesize +libcaca +libcacard +libcanberra +libcap +libcap-ng +libcddb +libcdio +libcdio-paranoia +libcdr +libcec +libcerf +libcloudproviders +libcolord +libconfig +libcroco +libcue +libcups +libdaemon +libdatrie +libdbusmenu-glib +libdbusmenu-gtk3 +libdc1394 +libdca +libde265 +libdrm +libdv +libdvbpsi +libdvdnav +libdvdread +libe-book +libebml +libedit +libelf +libepoxy +libepubgen +libetonyek +libev +libevdev +libevent +libewf +libexif +libexttextcat +libfbclient +libfdk-aac +libffi +libfontenc +libfreeaptx +libfreehand +libgcrypt +libgdata +libgexiv2 +libgit2 +libglvnd +libgme +libgnome-keyring +libgpg-error +libgphoto2 +libgrss +libgsf +libgtop +libgudev +libguestfs +libgusb +libgweather +libgxps +libhandy +libheif +libibus +libical +libice +libid3tag +libidn +libidn2 +libiec61883 +libieee1284 +libimagequant +libimobiledevice +libindicator-gtk3 +libinih +libinput +libinstpatch +libiptcdata +libisoburn +libisofs +libixion +libjpeg-turbo +libkate +libksba +liblangtag +libldac +libldap +libldm +liblouis +liblqr +liblrdf +libluv +libmad +libmanette +libmatroska +libmaxminddb +libmd +libmediainfo +libmfx +libmicrodns +libmikmod +libmm-glib +libmms +libmng +libmnl +libmodplug +libmpc +libmpcdec +libmpdclient +libmpeg2 +libmspub +libmtp +libmwaw +libmypaint +libnautilus-extension +libndp +libnet +libnetfilter_conntrack +libnewt +libnfnetlink +libnfs +libnftnl +libnghttp2 +libnice +libnl +libnm +libnma +libnotify +libnsl +libnumbertext +libodfgen +libofa +libogg +libomxil-bellagio +libopenmpt +liborcus +libosinfo +libp11-kit +libpagemaker +libpaper +libpcap +libpciaccess +libpgm +libpipeline +libplacebo +libplist +libpng +libportal +libproxy +libpsl +libpulse +libpwquality +libqalculate +libqxp +libraqm +libraw +libraw1394 +libreoffice-fresh +librevenge +librsvg +libsamplerate +libsasl +libseccomp +libsecret +libshout +libsidplay +libsidplayfp +libsigc++ +libslirp +libsm +libsndfile +libsodium +libsoup +libsoup3 +libsoxr +libspectre +libspeechd +libspiro +libsrtp +libssh +libssh2 +libstaroffice +libstemmer +libsynctex +libtar +libtasn1 +libteam +libtermkey +libthai +libtheora +libtiff +libtirpc +libtommath +libtool +libtorrent-rasterbar +libtpms +libunistring +libunwind +libupnp +liburcu +liburing +libusb +libusbmuxd +libutempter +libutf8proc +libuv +libva +libva-mesa-driver +libva-vdpau-driver +libvdpau +libvirt +libvirt-glib +libvirt-python +libvisio +libvisual +libvorbis +libvpx +libvterm +libwacom +libwebp +libwmf +libwpd +libwpe +libwpg +libwps +libx11 +libxau +libxaw +libxcb +libxcomposite +libxcrypt +libxcursor +libxcvt +libxdamage +libxdg-basedir +libxdmcp +libxext +libxfce4ui +libxfce4util +libxfixes +libxfont2 +libxft +libxi +libxinerama +libxkbcommon +libxkbcommon-x11 +libxkbfile +libxml2 +libxmu +libxnvctrl +libxpm +libxrandr +libxrender +libxshmfence +libxslt +libxss +libxt +libxtst +libxv +libxvmc +libxxf86vm +libyaml +libyuv +libzen +libzip +libzmf +licenses +lilv +linux +linux-api-headers +linux-firmware +linux-headers +linux-lts +linux-lts-headers +linux-zen +linux-zen-headers +lldb +llvm +llvm-libs +lm_sensors +lmdb +logrotate +lolcat +lpsolve +lrzip +lsb-release +lsof +lsscsi +lttng-ust +lua +lua52 +luajit +luit +lutris-git +lvm2 +lz4 +lzo +lzop +m4 +mailcap +make +man-db +mangohud +mangohud-common +mariadb-libs +md4c +mdadm +mediainfo +mercurial +mesa +mesa-demos +mesa-vdpau +meson +metis +mingw-w64-binutils +mingw-w64-brotli +mingw-w64-bzip2 +mingw-w64-crt +mingw-w64-dbus +mingw-w64-expat +mingw-w64-freetype2 +mingw-w64-gcc +mingw-w64-gettext +mingw-w64-glib2 +mingw-w64-graphite +mingw-w64-harfbuzz +mingw-w64-headers +mingw-w64-libffi +mingw-w64-libiconv +mingw-w64-libjpeg-turbo +mingw-w64-libpng +mingw-w64-libunistring +mingw-w64-libxml2 +mingw-w64-openssl +mingw-w64-pcre +mingw-w64-pcre2 +mingw-w64-pdcurses +mingw-w64-postgresql +mingw-w64-qt5-base +mingw-w64-qt6-base +mingw-w64-readline +mingw-w64-sqlite +mingw-w64-termcap +mingw-w64-winpthreads +mingw-w64-xz +mingw-w64-zlib +mingw-w64-zstd +minikube +minizip +mjpegtools +mkinitcpio +mkinitcpio-busybox +mlocate +mobile-broadband-provider-info +mpd +mpfr +mpg123 +mpv +msgpack-c +msquic-prerelease +mtdev +mtools +mujs +multimc-bin +multipath-tools +mypaint-brushes1 +nano +nasm +nautilus +ncurses +ndctl +neofetch +neon +neovim +nerd-fonts-complete +net-snmp +netpbm +netstandard-targeting-pack +nettle +network-manager-applet +networkmanager +networkmanager-openvpn +nextcloud-client +nftables +nilfs-utils +ninja +nm-connection-editor +node-gyp +nodejs +nodejs-nopt +noto-fonts +noto-fonts-cjk +noto-fonts-emoji +noto-fonts-extra +npm +npth +nspr +nss +ntfs-3g +ntp +numactl +nvidia +nvidia-dkms +nvidia-settings +nvidia-utils +nvm +oath-toolkit +ocl-icd +odt2txt +oniguruma +openal +opencl-clhpp +opencl-headers +opencl-nvidia +opencore-amr +openexr +openjpeg2 +openmp +openmpi +openssh +openssl +openvpn +opus +orc +osinfo-db +p11-kit +p7zip +p8-platform +pacman +pacman-contrib +pacman-mirrorlist +pahole +pam +pambase +pango +pango-perl +pangomm +paprefs +parted +paru +pasystray +patch +pavucontrol +pcaudiolib +pciutils +pcre +pcre2 +perf +perl +perl-alien-build +perl-alien-libxml2 +perl-capture-tiny +perl-clone +perl-dbi +perl-encode-locale +perl-error +perl-ffi-checklib +perl-file-basedir +perl-file-chdir +perl-file-desktopentry +perl-file-listing +perl-file-mimeinfo +perl-file-which +perl-html-parser +perl-html-tagset +perl-http-cookies +perl-http-daemon +perl-http-date +perl-http-message +perl-http-negotiate +perl-io-html +perl-io-socket-ssl +perl-ipc-system-simple +perl-libintl-perl +perl-libwww +perl-lwp-mediatypes +perl-lwp-protocol-https +perl-mailtools +perl-net-dbus +perl-net-http +perl-net-ssleay +perl-parse-yapp +perl-path-tiny +perl-term-readkey +perl-text-iconv +perl-timedate +perl-tk +perl-try-tiny +perl-uri +perl-www-robotrules +perl-x11-protocol +perl-xml-libxml +perl-xml-namespacesupport +perl-xml-parser +perl-xml-sax +perl-xml-sax-base +perl-xml-twig +phodav +php +picom +pigz +pinentry +pipewire +pipewire-alsa +pipewire-jack +pipewire-media-session +pipewire-pulse +pipewire-v4l2 +pixman +pkcs11-helper +pkgconf +pkgfile +pmbootstrap +polkit +polkit-gnome +polybar +poppler +poppler-data +poppler-glib +popt +portaudio +postgresql +postgresql-libs +postgresql-old-upgrade +procps-ng +protobuf +protonvpn +protonvpn-cli +protonvpn-gui +psmisc +python +python-appdirs +python-bcrypt +python-beaker +python-beautifulsoup4 +python-cachecontrol +python-cairo +python-cffi +python-chardet +python-colorama +python-commonmark +python-configobj +python-contextlib2 +python-cryptography +python-distlib +python-distro +python-dnspython +python-docutils +python-entrypoints +python-evdev +python-future +python-gnupg +python-gobject +python-greenlet +python-html2text +python-html5lib +python-idna +python-importlib-metadata +python-jeepney +python-jinja +python-keyring +python-lxml +python-magic +python-mako +python-markdown +python-markupsafe +python-more-itertools +python-msgpack +python-mutagen +python-nautilus +python-numpy +python-ordered-set +python-packaging +python-patiencediff +python-pep517 +python-pillow +python-pip +python-ply +python-progress +python-proton-client +python-protonvpn-nm-lib +python-psutil +python-pycparser +python-pycryptodomex +python-pygments +python-pynvim +python-pyopenssl +python-pyparsing +python-pystemmer +python-pythondialog +python-pytube +python-pyxdg +python-rapidfuzz +python-requests +python-resolvelib +python-retrying +python-rich +python-secretstorage +python-setuptools +python-six +python-soupsieve +python-spotdl +python-spotipy +python-systemd +python-toml +python-tomli +python-tqdm +python-typing_extensions +python-unidecode +python-urllib3 +python-webencodings +python-websockets +python-wheel +python-yaml +python-ytmusicapi +python-zipp +python2 +qbittorrent +qbs +qemu +qemu-arch-extra +qpdf +qrencode +qt5-3d +qt5-base +qt5-charts +qt5-connectivity +qt5-datavis3d +qt5-declarative +qt5-doc +qt5-examples +qt5-feedback +qt5-gamepad +qt5-graphicaleffects +qt5-gsettings +qt5-imageformats +qt5-location +qt5-lottie +qt5-mqtt +qt5-multimedia +qt5-networkauth +qt5-purchasing +qt5-quick3d +qt5-quickcontrols +qt5-quickcontrols2 +qt5-quicktimeline +qt5-remoteobjects +qt5-script +qt5-scxml +qt5-sensors +qt5-serialbus +qt5-serialport +qt5-speech +qt5-svg +qt5-systems +qt5-tools +qt5-translations +qt5-ukui-platformtheme +qt5-virtualkeyboard +qt5-wayland +qt5-webchannel +qt5-webengine +qt5-webglplugin +qt5-webkit +qt5-websockets +qt5-webview +qt5-x11extras +qt5-xcb-private-headers +qt5-xmlpatterns +qt6-3d +qt6-5compat +qt6-base +qt6-charts +qt6-connectivity +qt6-datavis3d +qt6-declarative +qt6-doc +qt6-examples +qt6-imageformats +qt6-location +qt6-lottie +qt6-multimedia +qt6-networkauth +qt6-quick3d +qt6-quicktimeline +qt6-remoteobjects +qt6-scxml +qt6-sensors +qt6-serialbus +qt6-serialport +qt6-shadertools +qt6-svg +qt6-tools +qt6-translations +qt6-virtualkeyboard +qt6-wayland +qt6-webchannel +qt6-webengine +qt6-websockets +qt6-webview +qtcreator +qtkeychain-qt5 +quazip +raptor +rasqal +rav1e +re2 +readline +redis +redland +reflector +reiserfsprogs +rest +ripgrep +rofi +rofi-calc +rofi-emoji +rofi-power-menu +rpi-imager +rpmextract +rsync +rtkit +rtmpdump +rubberband +ruby +ruby-diff-lcs +ruby-irb +ruby-manpages +ruby-optimist +ruby-paint +ruby-rainbow +ruby-rdoc +ruby-reline +ruby-rspec +ruby-rspec-core +ruby-rspec-expectations +ruby-rspec-mocks +ruby-rspec-support +ruby-term-ansicolor +ruby-tins +rubygems +run-parts +runc +rustup +rxvt-unicode +rxvt-unicode-terminfo +samba +sane +sbc +sdl +sdl2 +sdl2_image +seabios +seahorse +sed +semver +serd +serf +shaderc +shadow +shared-mime-info +slang +sleuthkit +smbclient +snappy +sord +sound-theme-freedesktop +soundtouch +source-highlight +spandsp +speech-dispatcher +speedtest-cli +speex +speexdsp +spice +spice-gtk +spirv-tools +sqlite +squashfs-tools +squashfuse +sratom +srt +startup-notification +steam +strace +subversion +sudo +suitesparse +supermin +svt-av1 +svt-hevc +swtpm +sxhkd +syntax-highlighting +sysfsutils +syslinux +systemd +systemd-libs +systemd-sysvcompat +t1lib +taglib +talloc +tar +tbb +tcl +tdb +termius-beta +tevent +texinfo +thin-provisioning-tools +tigervnc +tinyxml2 +tk +tmux +totem-pl-parser +tracker3 +tracker3-miners +tree-sitter +tslib +ttf-fira-code +ttf-liberation +ttf-meslo-nerd-font-powerlevel10k +twolame +tzdata +uchardet +udisks2 +unibilium +unixodbc +unrar +unrtf +unzip +upower +urxvt-fullscreen +urxvt-perls +usbmuxd +usbredir +usbutils +util-linux +util-linux-libs +v4l-utils +valgrind +vcdimager +vde2 +ventoy-bin +vi +vid.stab +vim +vim-runtime +virglrenderer +virt-install +virt-manager +visual-studio-code-insiders-bin +vkd3d +vlc +vmaf +volume_key +vte-common +vte3 +vulkan-headers +vulkan-icd-loader +wavpack +wayland +wayland-protocols +webkit2gtk +webrtc-audio-processing +wget +which +wildmidi +wine +wine-gecko +wine-mono +winetricks +wl-clipboard +wmctrl +wmname +woff2 +wpa_supplicant +wpebackend-fdo +wxgtk-common +wxgtk3 +x264 +x265 +xbitmaps +xcb-proto +xcb-util +xcb-util-cursor +xcb-util-image +xcb-util-keysyms +xcb-util-renderutil +xcb-util-wm +xcb-util-xrm +xclip +xdg-dbus-proxy +xdg-desktop-portal +xdg-desktop-portal-gnome +xdg-desktop-portal-gtk +xdg-user-dirs +xdg-utils +xf86-input-evdev +xf86-input-libinput +xf86-input-synaptics +xf86-input-vmmouse +xf86-input-void +xf86-video-amdgpu +xf86-video-ati +xf86-video-dummy +xf86-video-fbdev +xf86-video-intel +xf86-video-nouveau +xf86-video-openchrome +xf86-video-qxl +xf86-video-vesa +xf86-video-vmware +xf86-video-voodoo +xfce4-terminal +xfconf +xfsprogs +xkeyboard-config +xmlsec +xorg-appres +xorg-bdftopcf +xorg-docs +xorg-font-util +xorg-fonts-100dpi +xorg-fonts-75dpi +xorg-fonts-alias-100dpi +xorg-fonts-alias-75dpi +xorg-fonts-encodings +xorg-iceauth +xorg-mkfontscale +xorg-server +xorg-server-common +xorg-server-devel +xorg-server-xephyr +xorg-server-xnest +xorg-server-xvfb +xorg-sessreg +xorg-setxkbmap +xorg-smproxy +xorg-util-macros +xorg-x11perf +xorg-xauth +xorg-xbacklight +xorg-xcmsdb +xorg-xcursorgen +xorg-xdpyinfo +xorg-xdriinfo +xorg-xev +xorg-xfontsel +xorg-xgamma +xorg-xhost +xorg-xinit +xorg-xinput +xorg-xkbcomp +xorg-xkbevd +xorg-xkbutils +xorg-xkill +xorg-xlsatoms +xorg-xlsclients +xorg-xmessage +xorg-xmodmap +xorg-xpr +xorg-xprop +xorg-xrandr +xorg-xrdb +xorg-xrefresh +xorg-xset +xorg-xsetroot +xorg-xvinfo +xorg-xwayland +xorg-xwd +xorg-xwininfo +xorg-xwud +xorgproto +xscreensaver +xsel +xterm +xvidcore +xxhash +xz +yajl +yaml-cpp +yara +yarn +yt-dlp +yubico-c +yubico-c-client +yubikey-personalization +zbar +zenity +zeromq +zimg +zita-alsa-pcmi +zita-resampler +zlib +zsh +zstd +zvbi +zxing-cpp +zziplib diff --git a/suckless/scroll/LICENSE b/suckless/scroll/LICENSE new file mode 100644 index 0000000..2db5bfe --- /dev/null +++ b/suckless/scroll/LICENSE @@ -0,0 +1,16 @@ +ISC License (ISC) + +Copyright (c) 2020 Jan Klemkow <j.klemkow@wemelug.de> +Copyright (c) 2020 Jochen Sprickerhof <git@jochen.sprickerhof.de> + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/suckless/scroll/Makefile b/suckless/scroll/Makefile new file mode 100644 index 0000000..cacccd2 --- /dev/null +++ b/suckless/scroll/Makefile @@ -0,0 +1,45 @@ +.POSIX: + +include config.mk + +all: scroll + +config.h: + cp config.def.h config.h + +scroll: scroll.c config.h + +install: scroll + mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 + cp -f scroll $(DESTDIR)$(BINDIR) + cp -f scroll.1 $(DESTDIR)$(MANDIR)/man1 + +uninstall: + rm -f $(DESTDIR)$(BINDIR)/scroll $(DESTDIR)$(MANDIR)/man1/scroll.1 + +test: scroll ptty + # check usage + if ./ptty ./scroll -h; then exit 1; fi + # check exit passthrough of child + if ! ./ptty ./scroll true; then exit 1; fi + if ./ptty ./scroll false; then exit 1; fi + ./up.sh + +clean: + rm -f scroll ptty + +distclean: clean + rm -f config.h scroll-$(VERSION).tar.gz + +dist: clean + mkdir -p scroll-$(VERSION) + cp -R README scroll.1 TODO Makefile config.mk config.def.h \ + ptty.c scroll.c up.sh up.log \ + scroll-$(VERSION) + tar -cf - scroll-$(VERSION) | gzip > scroll-$(VERSION).tar.gz + rm -rf scroll-$(VERSION) + +.c: + $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $< -lutil + +.PHONY: all install test clean distclean dist diff --git a/suckless/scroll/README b/suckless/scroll/README new file mode 100644 index 0000000..a1837c2 --- /dev/null +++ b/suckless/scroll/README @@ -0,0 +1,34 @@ +This program provides a scroll back buffer for a terminal like st(1). It +should run on any Unix-like system. + +At the moment it is in an experimental state. Its not recommended for +productive use. + +The initial version of this program is from Roberto E. Vargas Caballero: + https://lists.suckless.org/dev/1703/31256.html + +What is the state of scroll? + +The project is faced with some hard facts, that our original plan is not doable +as we thought in the first place: + + 1. [crtl]+[e] is used in emacs mode (default) on the shell to jump to the end + of the line. But, its also used so signal a scroll down mouse event from + terminal emulators to the shell an other programs. + + - A workaround is to use vi mode in the shell. + - Or to give up mouse support (default behavior) + + 2. scroll could not handle backward cursor jumps and editing of old lines + properly. We just handle current line editing and switching between + alternative screens (curses mode). For a proper end user experience we + would need to write a completely new terminal emulator like screen or tmux. + +What is the performance impact of scroll? + + indirect OpenBSD +------------------------------- + 0x 7.53 s + 1x 10.10 s + 2x 12.00 s + 3x 13.73 s diff --git a/suckless/scroll/TODO b/suckless/scroll/TODO new file mode 100644 index 0000000..84ffd33 --- /dev/null +++ b/suckless/scroll/TODO @@ -0,0 +1,3 @@ + * strlen function which is aware of unicode + * handle wrapping lines in scrolling line count correctly + * hotkey to dump buffer to file (like screen hardcopy) diff --git a/suckless/scroll/config.def.h b/suckless/scroll/config.def.h new file mode 100644 index 0000000..536db70 --- /dev/null +++ b/suckless/scroll/config.def.h @@ -0,0 +1,16 @@ +/* + * Define ESC sequences to use for scroll events. + * Use "cat -v" to figure out favorite key combination. + * + * lines is the number of lines scrolled up or down. + * If lines is negative, it's the fraction of the terminal size. + */ + +struct rule rules[] = { + /* sequence event lines */ + {"\033[5;2~", SCROLL_UP, -1}, /* [Shift] + [PageUP] */ + {"\033[6;2~", SCROLL_DOWN, -1}, /* [Shift] + [PageDown] */ + /* mouse binding shadows ^E and ^Y, so it's disabled by default */ + //{"\031", SCROLL_UP, 1}, /* mouse wheel up */ + //{"\005", SCROLL_DOWN, 1}, /* mouse wheel Down */ +}; diff --git a/suckless/scroll/config.h b/suckless/scroll/config.h new file mode 100644 index 0000000..536db70 --- /dev/null +++ b/suckless/scroll/config.h @@ -0,0 +1,16 @@ +/* + * Define ESC sequences to use for scroll events. + * Use "cat -v" to figure out favorite key combination. + * + * lines is the number of lines scrolled up or down. + * If lines is negative, it's the fraction of the terminal size. + */ + +struct rule rules[] = { + /* sequence event lines */ + {"\033[5;2~", SCROLL_UP, -1}, /* [Shift] + [PageUP] */ + {"\033[6;2~", SCROLL_DOWN, -1}, /* [Shift] + [PageDown] */ + /* mouse binding shadows ^E and ^Y, so it's disabled by default */ + //{"\031", SCROLL_UP, 1}, /* mouse wheel up */ + //{"\005", SCROLL_DOWN, 1}, /* mouse wheel Down */ +}; diff --git a/suckless/scroll/config.mk b/suckless/scroll/config.mk new file mode 100644 index 0000000..5676b85 --- /dev/null +++ b/suckless/scroll/config.mk @@ -0,0 +1,12 @@ +# scroll version +VERSION = 0.1 + +# paths +PREFIX = /usr/local +BINDIR = $(PREFIX)/bin +MANDIR = $(PREFIX)/share/man + +CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE +# if your system is not POSIX, add -std=c99 to CFLAGS +CFLAGS = -Os +LDFLAGS = -s diff --git a/suckless/scroll/perf.sh b/suckless/scroll/perf.sh new file mode 100755 index 0000000..ab1fb21 --- /dev/null +++ b/suckless/scroll/perf.sh @@ -0,0 +1,29 @@ +#!/bin/sh + +set -eu + +export POSIXLY_CORRECT=1 +num=1000000 +seq=seq + +if [ -x /usr/bin/jot ]; then + seq=jot +fi + +rm -f perf_*.log + +for i in `$seq 10`; do + /usr/bin/time st -e $seq $num 2>>perf_0.log +done + +for i in `$seq 10`; do + /usr/bin/time st -e ./ptty $seq $num 2>>perf_1.log +done + +for i in `$seq 10`; do + /usr/bin/time st -e ./ptty ./ptty $seq $num 2>>perf_2.log +done + +for i in `$seq 10`; do + /usr/bin/time st -e ./ptty ./ptty ./ptty $seq $num 2>>perf_3.log +done diff --git a/suckless/scroll/ptty.c b/suckless/scroll/ptty.c new file mode 100644 index 0000000..bbbb99f --- /dev/null +++ b/suckless/scroll/ptty.c @@ -0,0 +1,156 @@ +#include <sys/wait.h> + +#include <errno.h> +#include <inttypes.h> +#include <limits.h> +#include <poll.h> +#include <stdarg.h> +#include <stdbool.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <termios.h> +#include <unistd.h> + +#if defined(__linux) + #include <pty.h> +#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) + #include <util.h> +#elif defined(__FreeBSD__) || defined(__DragonFly__) + #include <libutil.h> +#endif + +void +die(const char *fmt, ...) +{ + va_list ap; + va_start(ap, fmt); + vfprintf(stderr, fmt, ap); + va_end(ap); + + if (fmt[0] && fmt[strlen(fmt)-1] == ':') { + fputc(' ', stderr); + perror(NULL); + } else { + fputc('\n', stderr); + } + + exit(EXIT_FAILURE); +} + +void +usage(void) +{ + fputs("ptty [-C] [-c cols] [-r rows] cmd\n", stderr); + exit(EXIT_FAILURE); +} + +int +main(int argc, char *argv[]) +{ + struct winsize ws = {.ws_row = 25, .ws_col = 80, 0, 0}; + int ch; + bool closeflag = false; + + while ((ch = getopt(argc, argv, "c:r:Ch")) != -1) { + switch (ch) { + case 'c': /* cols */ + ws.ws_col = strtoimax(optarg, NULL, 10); + if (errno != 0) + die("strtoimax: %s", optarg); + break; + case 'r': /* lines */ + ws.ws_row = strtoimax(optarg, NULL, 10); + if (errno != 0) + die("strtoimax: %s", optarg); + break; + case 'C': + closeflag = true; + break; + case 'h': + default: + usage(); + } + } + argc -= optind; + argv += optind; + + if (argc < 1) + usage(); + + int mfd; + pid_t child = forkpty(&mfd, NULL, NULL, &ws); + switch (child) { + case -1: + die("forkpty"); + case 0: /* child */ + execvp(argv[0], argv); + die("exec"); + } + + /* parent */ + + if (closeflag && close(mfd) == -1) + die("close:"); + + int pfds = 2; + struct pollfd pfd[2] = { + { STDIN_FILENO, POLLIN, 0}, + { mfd, POLLIN, 0} + }; + + for (;;) { + char buf[BUFSIZ]; + ssize_t n; + int r; + + if ((r = poll(pfd, pfds, -1)) == -1) + die("poll:"); + + if (pfd[0].revents & POLLIN) { + if ((n = read(STDIN_FILENO, buf, sizeof buf)) == -1) + die("read:"); + if (n == 0) { + pfd[0].fd = -1; + if (close(mfd) == -1) + die("close:"); + break; + } + if (write(mfd, buf, n) == -1) + die("write:"); + } + + if (pfd[1].revents & POLLIN) { + if ((n = read(mfd, buf, sizeof(buf)-1)) == -1) + die("read:"); + + if (n == 0) break; + + buf[n] = '\0'; + + /* handle cursor position request */ + if (strcmp("\033[6n", buf) == 0) { + dprintf(mfd, "\033[25;1R"); + continue; + } + + if (write(STDOUT_FILENO, buf, n) == -1) + die("write:"); + } + + if (pfd[0].revents & POLLHUP) { + pfd[0].fd = -1; + if (close(mfd) == -1) + die("close:"); + break; + } + if (pfd[1].revents & POLLHUP) + break; + } + + int status; + if (waitpid(child, &status, 0) != child) + die("waitpid:"); + + return WEXITSTATUS(status); +} diff --git a/suckless/scroll/scroll.1 b/suckless/scroll/scroll.1 new file mode 100644 index 0000000..b5524ab --- /dev/null +++ b/suckless/scroll/scroll.1 @@ -0,0 +1,68 @@ +.\" +.\" Copyright (c) 2020 Jan Klemkow <j.klemkow@wemelug.de> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd April 9, 2020 +.Dt SCROLL 1 +.Os +.Sh NAME +.Nm scroll +.Nd scrollback buffer +.Sh SYNOPSIS +.Nm +.Op Fl Mh +.Op Fl m Ar size +.Op program Op arg ... +.Sh DESCRIPTION +The +.Nm +utility saves output lines from the child +.Ar program +to use them for scrollback. +If +.Ar program +is not set, +.Nm +starts the users default shell. +.Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl h +Shows usage of +.Nm . +.It Fl M +Set memory limit used for scrollbackbuffer to maximum. +.It Fl m Ar size +Set memory limit used for scrollbackbuffer to +.Ar size . +.El +.Sh EXIT STATUS +.Nm +exits with the status code of its the child +.Ar program . +.Sh EXAMPLES +.Nm st +.Fl e +.Nm scroll +.Nm /bin/sh +.Sh SEE ALSO +.Xr screen 1 , +.Xr st 1 , +.Xr tmux 1 +.Sh AUTHORS +.Nm +was written by +.An Jan Klemkow Aq Mt j.klemkow@wemelug.de +and +.An Jochen Sprickerhof Aq Mt git@jochen.sprickerhof.de . diff --git a/suckless/scroll/scroll.c b/suckless/scroll/scroll.c new file mode 100644 index 0000000..8f66d54 --- /dev/null +++ b/suckless/scroll/scroll.c @@ -0,0 +1,594 @@ +/* + * Based on an example code from Roberto E. Vargas Caballero. + * + * See LICENSE file for copyright and license details. + */ + +#include <sys/types.h> +#include <sys/ioctl.h> +#include <sys/wait.h> +#include <sys/queue.h> +#include <sys/resource.h> + +#include <assert.h> +#include <errno.h> +#include <fcntl.h> +#include <poll.h> +#include <pwd.h> +#include <signal.h> +#include <stdarg.h> +#include <stdbool.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <termios.h> +#include <unistd.h> + +#if defined(__linux) + #include <pty.h> +#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) + #include <util.h> +#elif defined(__FreeBSD__) || defined(__DragonFly__) + #include <libutil.h> +#endif + +#define LENGTH(X) (sizeof (X) / sizeof ((X)[0])) + +const char *argv0; + +TAILQ_HEAD(tailhead, line) head; + +struct line { + TAILQ_ENTRY(line) entries; + size_t size; + size_t len; + char *buf; +} *bottom; + +pid_t child; +int mfd; +struct termios dfl; +struct winsize ws; +static bool altscreen = false; /* is alternative screen active */ +static bool doredraw = false; /* redraw upon sigwinch */ + +struct rule { + const char *seq; + enum {SCROLL_UP, SCROLL_DOWN} event; + short lines; +}; + +#include "config.h" + +void +die(const char *fmt, ...) +{ + va_list ap; + va_start(ap, fmt); + vfprintf(stderr, fmt, ap); + va_end(ap); + + if (fmt[0] && fmt[strlen(fmt)-1] == ':') { + fputc(' ', stderr); + perror(NULL); + } else { + fputc('\n', stderr); + } + + exit(EXIT_FAILURE); +} + +void +sigwinch(int sig) +{ + assert(sig == SIGWINCH); + + if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws) == -1) + die("ioctl:"); + if (ioctl(mfd, TIOCSWINSZ, &ws) == -1) { + if (errno == EBADF) /* child already exited */ + return; + die("ioctl:"); + } + kill(-child, SIGWINCH); + doredraw = true; +} + +void +reset(void) +{ + if (tcsetattr(STDIN_FILENO, TCSANOW, &dfl) == -1) + die("tcsetattr:"); +} + +/* error avoiding remalloc */ +void * +earealloc(void *ptr, size_t size) +{ + void *mem; + + while ((mem = realloc(ptr, size)) == NULL) { + struct line *line = TAILQ_LAST(&head, tailhead); + + if (line == NULL) + die("realloc:"); + + TAILQ_REMOVE(&head, line, entries); + free(line->buf); + free(line); + } + + return mem; +} + +/* Count string length w/o ansi esc sequences. */ +size_t +strelen(const char *buf, size_t size) +{ + enum {CHAR, BREK, ESC} state = CHAR; + size_t len = 0; + + for (size_t i = 0; i < size; i++) { + char c = buf[i]; + + switch (state) { + case CHAR: + if (c == '\033') + state = BREK; + else + len++; + break; + case BREK: + if (c == '[') { + state = ESC; + } else { + state = CHAR; + len++; + } + break; + case ESC: + if (c >= 64 && c <= 126) + state = CHAR; + break; + } + } + + return len; +} + +/* detect alternative screen switching and clear screen */ +bool +skipesc(char c) +{ + static enum {CHAR, BREK, ESC} state = CHAR; + static char buf[BUFSIZ]; + static size_t i = 0; + + switch (state) { + case CHAR: + if (c == '\033') + state = BREK; + break; + case BREK: + if (c == '[') + state = ESC; + else + state = CHAR; + break; + case ESC: + buf[i++] = c; + if (i == sizeof buf) { + /* TODO: find a better way to handle this situation */ + state = CHAR; + i = 0; + } else if (c >= 64 && c <= 126) { + state = CHAR; + buf[i] = '\0'; + i = 0; + + /* esc seq. enable alternative screen */ + if (strcmp(buf, "?1049h") == 0 || + strcmp(buf, "?1047h") == 0 || + strcmp(buf, "?47h" ) == 0) + altscreen = true; + + /* esc seq. disable alternative screen */ + if (strcmp(buf, "?1049l") == 0 || + strcmp(buf, "?1047l") == 0 || + strcmp(buf, "?47l" ) == 0) + altscreen = false; + + /* don't save cursor move or clear screen */ + /* esc sequences to log */ + switch (c) { + case 'A': + case 'B': + case 'C': + case 'D': + case 'H': + case 'J': + case 'K': + case 'f': + return true; + } + } + break; + } + + return altscreen; +} + +void +getcursorposition(int *x, int *y) +{ + char input[BUFSIZ]; + ssize_t n; + + if (write(STDOUT_FILENO, "\033[6n", 4) == -1) + die("requesting cursor position"); + + do { + if ((n = read(STDIN_FILENO, input, sizeof(input)-1)) == -1) + die("reading cursor position"); + input[n] = '\0'; + } while (sscanf(input, "\033[%d;%dR", y, x) != 2); + + if (*x <= 0 || *y <= 0) + die("invalid cursor position: x=%d y=%d", *x, *y); +} + +void +addline(char *buf, size_t size) +{ + struct line *line = earealloc(NULL, sizeof *line); + + line->size = size; + line->len = strelen(buf, size); + line->buf = earealloc(NULL, size); + memcpy(line->buf, buf, size); + + TAILQ_INSERT_HEAD(&head, line, entries); +} + +void +redraw() +{ + int rows = 0, x, y; + + if (bottom == NULL) + return; + + getcursorposition(&x, &y); + + if (y < ws.ws_row-1) + y--; + + /* wind back bottom pointer by shown history */ + for (; bottom != NULL && TAILQ_NEXT(bottom, entries) != NULL && + rows < y - 1; rows++) + bottom = TAILQ_NEXT(bottom, entries); + + /* clear screen */ + dprintf(STDOUT_FILENO, "\033[2J"); + /* set cursor position to upper left corner */ + write(STDOUT_FILENO, "\033[0;0H", 6); + + /* remove newline of first line as we are at 0,0 already */ + if (bottom->size > 0 && bottom->buf[0] == '\n') + write(STDOUT_FILENO, bottom->buf + 1, bottom->size - 1); + else + write(STDOUT_FILENO, bottom->buf, bottom->size); + + for (rows = ws.ws_row; rows > 0 && + TAILQ_PREV(bottom, tailhead, entries) != NULL; rows--) { + bottom = TAILQ_PREV(bottom, tailhead, entries); + write(STDOUT_FILENO, bottom->buf, bottom->size); + } + + if (bottom == TAILQ_FIRST(&head)) { + /* add new line in front of the shell prompt */ + write(STDOUT_FILENO, "\n", 1); + write(STDOUT_FILENO, "\033[?25h", 6); /* show cursor */ + } else + bottom = TAILQ_NEXT(bottom, entries); +} + +void +scrollup(int n) +{ + int rows = 2, x, y, extra = 0; + struct line *scrollend = bottom; + + if (bottom == NULL) + return; + + getcursorposition(&x, &y); + + if (n < 0) /* scroll by fraction of ws.ws_row, but at least one line */ + n = ws.ws_row > (-n) ? ws.ws_row / (-n) : 1; + + /* wind back scrollend pointer by the current screen */ + while (rows < y && TAILQ_NEXT(scrollend, entries) != NULL) { + scrollend = TAILQ_NEXT(scrollend, entries); + rows += (scrollend->len - 1) / ws.ws_col + 1; + } + + if (rows <= 0) + return; + + /* wind back scrollend pointer n lines */ + for (rows = 0; rows + extra < n && + TAILQ_NEXT(scrollend, entries) != NULL; rows++) { + scrollend = TAILQ_NEXT(scrollend, entries); + extra += (scrollend->len - 1) / ws.ws_col; + } + + /* move the text in terminal rows lines down */ + dprintf(STDOUT_FILENO, "\033[%dT", n); + /* set cursor position to upper left corner */ + write(STDOUT_FILENO, "\033[0;0H", 6); + /* hide cursor */ + write(STDOUT_FILENO, "\033[?25l", 6); + + /* remove newline of first line as we are at 0,0 already */ + if (scrollend->size > 0 && scrollend->buf[0] == '\n') + write(STDOUT_FILENO, scrollend->buf + 1, scrollend->size - 1); + else + write(STDOUT_FILENO, scrollend->buf, scrollend->size); + if (y + n >= ws.ws_row) + bottom = TAILQ_NEXT(bottom, entries); + + /* print rows lines and move bottom forward to the new screen bottom */ + for (; rows > 1; rows--) { + scrollend = TAILQ_PREV(scrollend, tailhead, entries); + if (y + n >= ws.ws_row) + bottom = TAILQ_NEXT(bottom, entries); + write(STDOUT_FILENO, scrollend->buf, scrollend->size); + } + /* move cursor from line n to the old bottom position */ + if (y + n < ws.ws_row) { + dprintf(STDOUT_FILENO, "\033[%d;%dH", y + n, x); + write(STDOUT_FILENO, "\033[?25h", 6); /* show cursor */ + } else + dprintf(STDOUT_FILENO, "\033[%d;0H", ws.ws_row); +} + +void +scrolldown(char *buf, size_t size, int n) +{ + if (bottom == NULL || bottom == TAILQ_FIRST(&head)) + return; + + if (n < 0) /* scroll by fraction of ws.ws_row, but at least one line */ + n = ws.ws_row > (-n) ? ws.ws_row / (-n) : 1; + + bottom = TAILQ_PREV(bottom, tailhead, entries); + /* print n lines */ + while (n > 0 && bottom != NULL && bottom != TAILQ_FIRST(&head)) { + bottom = TAILQ_PREV(bottom, tailhead, entries); + write(STDOUT_FILENO, bottom->buf, bottom->size); + n -= (bottom->len - 1) / ws.ws_col + 1; + } + if (n > 0 && bottom == TAILQ_FIRST(&head)) { + write(STDOUT_FILENO, "\033[?25h", 6); /* show cursor */ + write(STDOUT_FILENO, buf, size); + } else if (bottom != NULL) + bottom = TAILQ_NEXT(bottom, entries); +} + +void +jumpdown(char *buf, size_t size) +{ + int rows = ws.ws_row; + + /* wind back by one page starting from the latest line */ + bottom = TAILQ_FIRST(&head); + for (; TAILQ_NEXT(bottom, entries) != NULL && rows > 0; rows--) + bottom = TAILQ_NEXT(bottom, entries); + + scrolldown(buf, size, ws.ws_row); +} + +void +usage(void) { + die("usage: %s [-Mvh] [-m mem] [program]", argv0); +} + +int +main(int argc, char *argv[]) +{ + int ch; + struct rlimit rlimit; + + argv0 = argv[0]; + + if (getrlimit(RLIMIT_DATA, &rlimit) == -1) + die("getrlimit"); + + const char *optstring = "Mm:vh"; + while ((ch = getopt(argc, argv, optstring)) != -1) { + switch (ch) { + case 'M': + rlimit.rlim_cur = rlimit.rlim_max; + break; + case 'm': + rlimit.rlim_cur = strtoull(optarg, NULL, 0); + if (errno != 0) + die("strtoull: %s", optarg); + break; + case 'v': + die("%s " VERSION, argv0); + break; + case 'h': + default: + usage(); + } + } + argc -= optind; + argv += optind; + + TAILQ_INIT(&head); + + if (isatty(STDIN_FILENO) == 0 || isatty(STDOUT_FILENO) == 0) + die("parent it not a tty"); + + /* save terminal settings for resetting after exit */ + if (tcgetattr(STDIN_FILENO, &dfl) == -1) + die("tcgetattr:"); + if (atexit(reset)) + die("atexit:"); + + /* get window size of the terminal */ + if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws) == -1) + die("ioctl:"); + + child = forkpty(&mfd, NULL, &dfl, &ws); + if (child == -1) + die("forkpty:"); + if (child == 0) { /* child */ + if (argc >= 1) { + execvp(argv[0], argv); + } else { + struct passwd *passwd = getpwuid(getuid()); + if (passwd == NULL) + die("getpwid:"); + execlp(passwd->pw_shell, passwd->pw_shell, NULL); + } + + perror("execvp"); + _exit(127); + } + + /* set maximum memory size for scrollback buffer */ + if (setrlimit(RLIMIT_DATA, &rlimit) == -1) + die("setrlimit:"); + +#ifdef __OpenBSD__ + if (pledge("stdio tty proc", NULL) == -1) + die("pledge:"); +#endif + + if (signal(SIGWINCH, sigwinch) == SIG_ERR) + die("signal:"); + + struct termios new = dfl; + cfmakeraw(&new); + new.c_cc[VMIN ] = 1; /* return read if at least one byte in buffer */ + new.c_cc[VTIME] = 0; /* no polling time for read from terminal */ + if (tcsetattr(STDIN_FILENO, TCSANOW, &new) == -1) + die("tcsetattr:"); + + size_t size = BUFSIZ, len = 0, pos = 0; + char *buf = calloc(size, sizeof *buf); + if (buf == NULL) + die("calloc:"); + + struct pollfd pfd[2] = { + {STDIN_FILENO, POLLIN, 0}, + {mfd, POLLIN, 0} + }; + + for (;;) { + char input[BUFSIZ]; + + if (poll(pfd, LENGTH(pfd), -1) == -1 && errno != EINTR) + die("poll:"); + + if (doredraw) { + redraw(); + doredraw = false; + } + + if (pfd[0].revents & POLLHUP || pfd[1].revents & POLLHUP) + break; + + if (pfd[0].revents & POLLIN) { + ssize_t n = read(STDIN_FILENO, input, sizeof(input)-1); + + if (n == -1 && errno != EINTR) + die("read:"); + if (n == 0) + break; + + input[n] = '\0'; + + if (altscreen) + goto noevent; + + for (size_t i = 0; i < LENGTH(rules); i++) { + if (strncmp(rules[i].seq, input, + strlen(rules[i].seq)) == 0) { + if (rules[i].event == SCROLL_UP) + scrollup(rules[i].lines); + if (rules[i].event == SCROLL_DOWN) + scrolldown(buf, len, + rules[i].lines); + goto out; + } + } + noevent: + if (write(mfd, input, n) == -1) + die("write:"); + + if (bottom != TAILQ_FIRST(&head)) + jumpdown(buf, len); + } + out: + if (pfd[1].revents & POLLIN) { + ssize_t n = read(mfd, input, sizeof(input)-1); + + if (n == -1 && errno != EINTR) + die("read:"); + if (n == 0) /* on exit of child we continue here */ + continue; /* let signal handler catch SIGCHLD */ + + input[n] = '\0'; + + /* don't print child output while scrolling */ + if (bottom == TAILQ_FIRST(&head)) + if (write(STDOUT_FILENO, input, n) == -1) + die("write:"); + + /* iterate over the input buffer */ + for (char *c = input; n-- > 0; c++) { + /* don't save alternative screen and */ + /* clear screen esc sequences to scrollback */ + if (skipesc(*c)) + continue; + + if (*c == '\n') { + addline(buf, len); + /* only advance bottom if scroll is */ + /* at the end of the scroll back */ + if (bottom == NULL || + TAILQ_PREV(bottom, tailhead, + entries) == TAILQ_FIRST(&head)) + bottom = TAILQ_FIRST(&head); + + memset(buf, 0, size); + len = pos = 0; + buf[pos++] = '\r'; + } else if (*c == '\r') { + pos = 0; + continue; + } + buf[pos++] = *c; + if (pos > len) + len = pos; + if (len == size) { + size *= 2; + buf = earealloc(buf, size); + } + } + } + } + + if (close(mfd) == -1) + die("close:"); + + int status; + if (waitpid(child, &status, 0) == -1) + die("waitpid:"); + + return WEXITSTATUS(status); +} diff --git a/suckless/scroll/up.sh b/suckless/scroll/up.sh new file mode 100755 index 0000000..fa28a80 --- /dev/null +++ b/suckless/scroll/up.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +set -eu +export POSIXLY_CORRECT=1 + +i=1 +while test "$i" -lt 50; do + echo "$i" + i=$((i + 1)) +done > tmp.log + +(sleep 1; printf '\033[5;2~'; sleep 1; ) \ + | ./ptty ./scroll tail -fn 50 tmp.log > out.log + +cmp out.log up.log diff --git a/suckless/slock/LICENSE b/suckless/slock/LICENSE new file mode 100644 index 0000000..2e4419b --- /dev/null +++ b/suckless/slock/LICENSE @@ -0,0 +1,24 @@ +MIT/X Consortium License + +© 2015-2016 Markus Teich <markus.teich@stusta.mhn.de> +© 2014 Dimitris Papastamos <sin@2f30.org> +© 2006-2014 Anselm R Garbe <anselm@garbe.us> +© 2014-2016 Laslo Hunhold <dev@frign.de> + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/suckless/slock/Makefile b/suckless/slock/Makefile new file mode 100644 index 0000000..97e4680 --- /dev/null +++ b/suckless/slock/Makefile @@ -0,0 +1,62 @@ +# slock - simple screen locker +# See LICENSE file for copyright and license details. + +include config.mk + +SRC = slock.c ${COMPATSRC} +OBJ = ${SRC:.c=.o} + +all: options slock + +options: + @echo slock build options: + @echo "CFLAGS = ${CFLAGS}" + @echo "LDFLAGS = ${LDFLAGS}" + @echo "CC = ${CC}" + +.c.o: + @echo CC $< + @${CC} -c ${CFLAGS} $< + +${OBJ}: config.h config.mk arg.h util.h + +config.h: + @echo creating $@ from config.def.h + @cp config.def.h $@ + + +slock: ${OBJ} + @echo CC -o $@ + @${CC} -o $@ ${OBJ} ${LDFLAGS} + +clean: + @echo cleaning + @rm -f slock ${OBJ} slock-${VERSION}.tar.gz + +dist: clean + @echo creating dist tarball + @mkdir -p slock-${VERSION} + @cp -R LICENSE Makefile README slock.1 config.mk \ + ${SRC} explicit_bzero.c config.def.h arg.h util.h slock-${VERSION} + @tar -cf slock-${VERSION}.tar slock-${VERSION} + @gzip slock-${VERSION}.tar + @rm -rf slock-${VERSION} + +install: all + @echo installing executable file to ${DESTDIR}${PREFIX}/bin + @mkdir -p ${DESTDIR}${PREFIX}/bin + @cp -f slock ${DESTDIR}${PREFIX}/bin + @chmod 755 ${DESTDIR}${PREFIX}/bin/slock + @chmod u+s ${DESTDIR}${PREFIX}/bin/slock + @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 + @mkdir -p ${DESTDIR}${MANPREFIX}/man1 + @sed "s/VERSION/${VERSION}/g" <slock.1 >${DESTDIR}${MANPREFIX}/man1/slock.1 + @chmod 644 ${DESTDIR}${MANPREFIX}/man1/slock.1 + +uninstall: + @echo removing executable file from ${DESTDIR}${PREFIX}/bin + @rm -f ${DESTDIR}${PREFIX}/bin/slock + @echo removing manual page from ${DESTDIR}${MANPREFIX}/man1 + @rm -f ${DESTDIR}${MANPREFIX}/man1/slock.1 + +.PHONY: all options clean dist install uninstall diff --git a/suckless/slock/README b/suckless/slock/README new file mode 100644 index 0000000..dcacd01 --- /dev/null +++ b/suckless/slock/README @@ -0,0 +1,24 @@ +slock - simple screen locker +============================ +simple screen locker utility for X. + + +Requirements +------------ +In order to build slock you need the Xlib header files. + + +Installation +------------ +Edit config.mk to match your local setup (slock is installed into +the /usr/local namespace by default). + +Afterwards enter the following command to build and install slock +(if necessary as root): + + make clean install + + +Running slock +------------- +Simply invoke the 'slock' command. To get out of it, enter your password. diff --git a/suckless/slock/arg.h b/suckless/slock/arg.h new file mode 100644 index 0000000..0b23c53 --- /dev/null +++ b/suckless/slock/arg.h @@ -0,0 +1,65 @@ +/* + * Copy me if you can. + * by 20h + */ + +#ifndef ARG_H__ +#define ARG_H__ + +extern char *argv0; + +/* use main(int argc, char *argv[]) */ +#define ARGBEGIN for (argv0 = *argv, argv++, argc--;\ + argv[0] && argv[0][0] == '-'\ + && argv[0][1];\ + argc--, argv++) {\ + char argc_;\ + char **argv_;\ + int brk_;\ + if (argv[0][1] == '-' && argv[0][2] == '\0') {\ + argv++;\ + argc--;\ + break;\ + }\ + for (brk_ = 0, argv[0]++, argv_ = argv;\ + argv[0][0] && !brk_;\ + argv[0]++) {\ + if (argv_ != argv)\ + break;\ + argc_ = argv[0][0];\ + switch (argc_) + +/* Handles obsolete -NUM syntax */ +#define ARGNUM case '0':\ + case '1':\ + case '2':\ + case '3':\ + case '4':\ + case '5':\ + case '6':\ + case '7':\ + case '8':\ + case '9' + +#define ARGEND }\ + } + +#define ARGC() argc_ + +#define ARGNUMF() (brk_ = 1, estrtonum(argv[0], 0, INT_MAX)) + +#define EARGF(x) ((argv[0][1] == '\0' && argv[1] == NULL)?\ + ((x), abort(), (char *)0) :\ + (brk_ = 1, (argv[0][1] != '\0')?\ + (&argv[0][1]) :\ + (argc--, argv++, argv[0]))) + +#define ARGF() ((argv[0][1] == '\0' && argv[1] == NULL)?\ + (char *)0 :\ + (brk_ = 1, (argv[0][1] != '\0')?\ + (&argv[0][1]) :\ + (argc--, argv++, argv[0]))) + +#define LNGARG() &argv[0][0] + +#endif diff --git a/suckless/slock/config.def.h b/suckless/slock/config.def.h new file mode 100644 index 0000000..5b9bb95 --- /dev/null +++ b/suckless/slock/config.def.h @@ -0,0 +1,50 @@ +/* user and group to drop privileges to */ +static const char *user = "nobody"; +static const char *group = "nogroup"; // use "nobody" for arch + +static const char *colorname[NUMCOLS] = { + [INIT] = "black", /* after initialization */ + [INPUT] = "#005577", /* during input */ + [FAILED] = "#CC3333", /* wrong password */ + [CAPS] = "red", /* CapsLock on */ + [BLOCKS] = "#ffffff", /* key feedback block */ +}; + + + +/* + * Xresources preferences to load at startup + */ +ResourcePref resources[] = { + { "color0", STRING, &colorname[INIT] }, + { "color4", STRING, &colorname[INPUT] }, + { "color1", STRING, &colorname[FAILED] }, + { "color3", STRING, &colorname[CAPS] }, +}; + +/* lock screen opacity */ +static const float alpha = 0.9; + +/* treat a cleared input like a wrong password (color) */ +static const int failonclear = 1; + + + + + + +/* time in seconds before the monitor shuts down */ +static const int monitortime = 5; + +static short int blocks_enabled = 1; // 0 = don't show blocks +static const int blocks_width = 0; // 0 = full width +static const int blocks_height = 16; + +// position +static const int blocks_x = 0; +static const int blocks_y = 0; + +// Number of blocks +static const int blocks_count = 10; + + diff --git a/suckless/slock/config.h b/suckless/slock/config.h new file mode 100644 index 0000000..9c76a3a --- /dev/null +++ b/suckless/slock/config.h @@ -0,0 +1,43 @@ +/* user and group to drop privileges to */ +static const char *user = "nobody"; +static const char *group = "nobody"; // use "nobody" for arch + +static const char *colorname[NUMCOLS] = { + [INIT] = "black", /* after initialization */ + [INPUT] = "#005577", /* during input */ + [FAILED] = "#CC3333", /* wrong password */ + [CAPS] = "red", /* CapsLock on */ + [BLOCKS] = "#ffffff", /* key feedback block */ +}; + + + +/* + * Xresources preferences to load at startup + */ +ResourcePref resources[] = { + { "color0", STRING, &colorname[INIT] }, + { "color4", STRING, &colorname[INPUT] }, + { "color1", STRING, &colorname[FAILED] }, + { "color3", STRING, &colorname[CAPS] }, +}; + +/* lock screen opacity */ +static const float alpha = 0.9; + +/* treat a cleared input like a wrong password (color) */ +static const int failonclear = 1; + +/* time in seconds before the monitor shuts down */ +static const int monitortime = 5; + +static short int blocks_enabled = 1; // 0 = don't show blocks +static const int blocks_width = 0; // 0 = full width +static const int blocks_height = 16; + +// position +static const int blocks_x = 0; +static const int blocks_y = 0; + +// Number of blocks +static const int blocks_count = 10; diff --git a/suckless/slock/config.mk b/suckless/slock/config.mk new file mode 100644 index 0000000..4eff4ab --- /dev/null +++ b/suckless/slock/config.mk @@ -0,0 +1,42 @@ +# slock version +VERSION = 1.4 + +# Customize below to fit your system + +# paths +PREFIX = /usr/local +MANPREFIX = ${PREFIX}/share/man + +X11INC = /usr/X11R6/include +X11LIB = /usr/X11R6/lib + +# Uncomment for message patch / MESSAGE_PATCH / COLORMESSAGE_PATCH / DWM_LOGO_PATCH +#XINERAMA=-lXinerama +#XINERAMAFLAGS = -DXINERAMA + +# Uncomment for pam auth patch / PAMAUTH_PATCH +#PAM=-lpam + +# Uncomment for blur pixelated screen patch / BLUR_PIXELATED_SCREEN_PATCH +#IMLIB=-lImlib2 + +# includes and libs +INCS = -I. -I/usr/include -I${X11INC} +LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr ${XINERAMA} ${PAM} ${IMLIB} + +# flags +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -DHAVE_SHADOW_H ${XINERAMAFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} +COMPATSRC = explicit_bzero.c + +# On OpenBSD and Darwin remove -lcrypt from LIBS +#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXext -lXrandr +# On *BSD remove -DHAVE_SHADOW_H from CPPFLAGS +# On NetBSD add -D_NETBSD_SOURCE to CPPFLAGS +#CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -D_NETBSD_SOURCE +# On OpenBSD set COMPATSRC to empty +#COMPATSRC = + +# compiler and linker +CC = cc diff --git a/suckless/slock/explicit_bzero.c b/suckless/slock/explicit_bzero.c new file mode 100644 index 0000000..3e33ca8 --- /dev/null +++ b/suckless/slock/explicit_bzero.c @@ -0,0 +1,19 @@ +/* $OpenBSD: explicit_bzero.c,v 1.3 2014/06/21 02:34:26 matthew Exp $ */ +/* + * Public domain. + * Written by Matthew Dempsky. + */ + +#include <string.h> + +__attribute__((weak)) void +__explicit_bzero_hook(void *buf, size_t len) +{ +} + +void +explicit_bzero(void *buf, size_t len) +{ + memset(buf, 0, len); + __explicit_bzero_hook(buf, len); +} diff --git a/suckless/slock/patch/include.c b/suckless/slock/patch/include.c new file mode 100644 index 0000000..342c3cf --- /dev/null +++ b/suckless/slock/patch/include.c @@ -0,0 +1,8 @@ +/* Patches */ + + + +#include "keypress_feedback.c" + + +#include "xresources.c" diff --git a/suckless/slock/patch/include.h b/suckless/slock/patch/include.h new file mode 100644 index 0000000..527729b --- /dev/null +++ b/suckless/slock/patch/include.h @@ -0,0 +1,5 @@ +/* Patches */ + + + +#include "keypress_feedback.h" diff --git a/suckless/slock/patch/keypress_feedback.c b/suckless/slock/patch/keypress_feedback.c new file mode 100644 index 0000000..ca99f17 --- /dev/null +++ b/suckless/slock/patch/keypress_feedback.c @@ -0,0 +1,28 @@ +static void +draw_key_feedback(Display *dpy, struct lock **locks, int screen) +{ + XGCValues gr_values; + + Window win = locks[screen]->win; + Window root_win; + + gr_values.foreground = locks[screen]->colors[BLOCKS]; + GC gc = XCreateGC(dpy, win, GCForeground, &gr_values); + + int width = blocks_width, height = blocks_height; + if (blocks_height == 0 || blocks_width == 0) { + int _x, _y; + unsigned int screen_width, screen_height, _b, _d; + XGetGeometry(dpy, win, &root_win, &_x, &_y, &screen_width, &screen_height, &_b, &_d); + width = blocks_width ? blocks_width : screen_width; + height = blocks_height ? blocks_height : screen_height; + } + + unsigned int block_width = width / blocks_count; + unsigned int position = rand() % blocks_count; + + XClearWindow(dpy, win); + XFillRectangle(dpy, win, gc, blocks_x + position*block_width, blocks_y, width, height); + + XFreeGC(dpy, gc); +} diff --git a/suckless/slock/patch/keypress_feedback.h b/suckless/slock/patch/keypress_feedback.h new file mode 100644 index 0000000..8f1fe0e --- /dev/null +++ b/suckless/slock/patch/keypress_feedback.h @@ -0,0 +1 @@ +static void draw_key_feedback(Display *dpy, struct lock **locks, int screen); diff --git a/suckless/slock/patch/xresources.c b/suckless/slock/patch/xresources.c new file mode 100644 index 0000000..c2b9b1c --- /dev/null +++ b/suckless/slock/patch/xresources.c @@ -0,0 +1,53 @@ +#include <X11/Xresource.h> +#include <math.h> + +int +resource_load(XrmDatabase db, char *name, enum resource_type rtype, void *dst) +{ + char **sdst = dst; + int *idst = dst; + float *fdst = dst; + + char fullname[256]; + char fullclass[256]; + char *type; + XrmValue ret; + + snprintf(fullname, sizeof(fullname), "%s.%s", "slock", name); + snprintf(fullclass, sizeof(fullclass), "%s.%s", "Slock", name); + fullname[sizeof(fullname) - 1] = fullclass[sizeof(fullclass) - 1] = '\0'; + + XrmGetResource(db, fullname, fullclass, &type, &ret); + if (ret.addr == NULL || strncmp("String", type, 64)) + return 1; + + switch (rtype) { + case STRING: + *sdst = ret.addr; + break; + case INTEGER: + *idst = strtoul(ret.addr, NULL, 10); + break; + case FLOAT: + *fdst = strtof(ret.addr, NULL); + break; + } + return 0; +} + +void +config_init(Display *dpy) +{ + char *resm; + XrmDatabase db; + ResourcePref *p; + + XrmInitialize(); + resm = XResourceManagerString(dpy); + if (!resm) + return; + + db = XrmGetStringDatabase(resm); + for (p = resources; p < resources + LENGTH(resources); p++) + resource_load(db, p->name, p->type, p->dst); +} diff --git a/suckless/slock/slock.1 b/suckless/slock/slock.1 new file mode 100644 index 0000000..82cdcd6 --- /dev/null +++ b/suckless/slock/slock.1 @@ -0,0 +1,39 @@ +.Dd 2016-08-23 +.Dt SLOCK 1 +.Sh NAME +.Nm slock +.Nd simple X screen locker +.Sh SYNOPSIS +.Nm +.Op Fl v +.Op Ar cmd Op Ar arg ... +.Sh DESCRIPTION +.Nm +is a simple X screen locker. If provided, +.Ar cmd Op Ar arg ... +is executed after the screen has been locked. +.Sh OPTIONS +.Bl -tag -width Ds +.It Fl v +Print version information to stdout and exit. +.El +.Sh SECURITY CONSIDERATIONS +To make sure a locked screen can not be bypassed by switching VTs +or killing the X server with Ctrl+Alt+Backspace, it is recommended +to disable both in +.Xr xorg.conf 5 +for maximum security: +.Bd -literal -offset left +Section "ServerFlags" + Option "DontVTSwitch" "True" + Option "DontZap" "True" +EndSection +.Ed +.Sh EXAMPLES +$ +.Nm +/usr/sbin/s2ram +.Sh CUSTOMIZATION +.Nm +can be customized by creating a custom config.h from config.def.h and +(re)compiling the source code. This keeps it fast, secure and simple. diff --git a/suckless/slock/slock.c b/suckless/slock/slock.c new file mode 100644 index 0000000..141ff79 --- /dev/null +++ b/suckless/slock/slock.c @@ -0,0 +1,475 @@ +/* See LICENSE file for license details. */ +#define _XOPEN_SOURCE 500 +#define LENGTH(X) (sizeof X / sizeof X[0]) +#if HAVE_SHADOW_H +#include <shadow.h> +#endif + +#include <ctype.h> +#include <errno.h> +#include <grp.h> +#include <pwd.h> +#include <stdarg.h> +#include <stdlib.h> +#include <stdio.h> +#include <string.h> +#include <unistd.h> +#include <sys/types.h> +#include <X11/extensions/Xrandr.h> +#include <X11/keysym.h> +#include <X11/Xlib.h> +#include <X11/Xutil.h> + +#include <X11/Xatom.h> +#include <time.h> +#include <X11/XKBlib.h> +#include <X11/extensions/dpms.h> +#ifdef XINERAMA +#include <X11/extensions/Xinerama.h> +#endif + +#include "arg.h" +#include "util.h" + +char *argv0; + + +enum { + INIT, + INPUT, + FAILED, + CAPS, + BLOCKS, + NUMCOLS +}; + +/* Xresources preferences */ +enum resource_type { + STRING = 0, + INTEGER = 1, + FLOAT = 2 +}; + +typedef struct { + char *name; + enum resource_type type; + void *dst; +} ResourcePref; + +#include "config.h" + +struct lock { + int screen; + Window root, win; + Pixmap pmap; + unsigned long colors[NUMCOLS]; +}; + + +struct xrandr { + int active; + int evbase; + int errbase; +}; + +#include "patch/include.h" + +static void +die(const char *errstr, ...) +{ + va_list ap; + + va_start(ap, errstr); + vfprintf(stderr, errstr, ap); + va_end(ap); + exit(1); +} + +#include "patch/include.c" + +#ifdef __linux__ +#include <fcntl.h> +#include <linux/oom.h> + +static void +dontkillme(void) +{ + FILE *f; + const char oomfile[] = "/proc/self/oom_score_adj"; + + if (!(f = fopen(oomfile, "w"))) { + if (errno == ENOENT) + return; + die("slock: fopen %s: %s\n", oomfile, strerror(errno)); + } + fprintf(f, "%d", OOM_SCORE_ADJ_MIN); + if (fclose(f)) { + if (errno == EACCES) + die("slock: unable to disable OOM killer. " + "Make sure to suid or sgid slock.\n"); + else + die("slock: fclose %s: %s\n", oomfile, strerror(errno)); + } +} +#endif + +static const char * +gethash(void) +{ + const char *hash; + struct passwd *pw; + + /* Check if the current user has a password entry */ + errno = 0; + if (!(pw = getpwuid(getuid()))) { + if (errno) + die("slock: getpwuid: %s\n", strerror(errno)); + else + die("slock: cannot retrieve password entry\n"); + } + hash = pw->pw_passwd; + +#if HAVE_SHADOW_H + if (!strcmp(hash, "x")) { + struct spwd *sp; + if (!(sp = getspnam(pw->pw_name))) + die("slock: getspnam: cannot retrieve shadow entry. " + "Make sure to suid or sgid slock.\n"); + hash = sp->sp_pwdp; + } +#else + if (!strcmp(hash, "*")) { +#ifdef __OpenBSD__ + if (!(pw = getpwuid_shadow(getuid()))) + die("slock: getpwnam_shadow: cannot retrieve shadow entry. " + "Make sure to suid or sgid slock.\n"); + hash = pw->pw_passwd; +#else + die("slock: getpwuid: cannot retrieve shadow entry. " + "Make sure to suid or sgid slock.\n"); +#endif /* __OpenBSD__ */ + } +#endif /* HAVE_SHADOW_H */ + + return hash; +} + +static void +readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens, + const char *hash) +{ + XRRScreenChangeNotifyEvent *rre; + char buf[32], passwd[256], *inputhash; + int num, screen, running, failure, oldc; + unsigned int len, color; + int caps; + unsigned int indicators; + KeySym ksym; + XEvent ev; + + len = 0; + caps = 0; + running = 1; + failure = 0; + oldc = INIT; + + if (!XkbGetIndicatorState(dpy, XkbUseCoreKbd, &indicators)) + caps = indicators & 1; + + while (running && !XNextEvent(dpy, &ev)) + { + if (ev.type == KeyPress) { + explicit_bzero(&buf, sizeof(buf)); + num = XLookupString(&ev.xkey, buf, sizeof(buf), &ksym, 0); + if (IsKeypadKey(ksym)) { + if (ksym == XK_KP_Enter) + ksym = XK_Return; + else if (ksym >= XK_KP_0 && ksym <= XK_KP_9) + ksym = (ksym - XK_KP_0) + XK_0; + } + if (IsFunctionKey(ksym) || + IsKeypadKey(ksym) || + IsMiscFunctionKey(ksym) || + IsPFKey(ksym) || + IsPrivateKeypadKey(ksym)) + continue; + switch (ksym) { + case XK_Return: + passwd[len] = '\0'; + errno = 0; + + + if (!(inputhash = crypt(passwd, hash))) + fprintf(stderr, "slock: crypt: %s\n", strerror(errno)); + else + running = !!strcmp(inputhash, hash); + if (running) { + XBell(dpy, 100); + failure = 1; + } + explicit_bzero(&passwd, sizeof(passwd)); + len = 0; + break; + case XK_Escape: + explicit_bzero(&passwd, sizeof(passwd)); + len = 0; + break; + case XK_BackSpace: + if (len) + passwd[--len] = '\0'; + break; + case XK_Caps_Lock: + caps = !caps; + break; + default: + if (num && !iscntrl((int)buf[0]) && + (len + num < sizeof(passwd))) + { + memcpy(passwd + len, buf, num); + len += num; + } + if (blocks_enabled) + for (screen = 0; screen < nscreens; screen++) + draw_key_feedback(dpy, locks, screen); + break; + } + color = len ? (caps ? CAPS : INPUT) : (failure || failonclear ? FAILED : INIT); + if (running && oldc != color) { + for (screen = 0; screen < nscreens; screen++) { + XSetWindowBackground(dpy, + locks[screen]->win, + locks[screen]->colors[color]); + XClearWindow(dpy, locks[screen]->win); + } + oldc = color; + } + } else if (rr->active && ev.type == rr->evbase + RRScreenChangeNotify) { + rre = (XRRScreenChangeNotifyEvent*)&ev; + for (screen = 0; screen < nscreens; screen++) { + if (locks[screen]->win == rre->window) { + if (rre->rotation == RR_Rotate_90 || + rre->rotation == RR_Rotate_270) + XResizeWindow(dpy, locks[screen]->win, + rre->height, rre->width); + else + XResizeWindow(dpy, locks[screen]->win, + rre->width, rre->height); + XClearWindow(dpy, locks[screen]->win); + break; + } + } + } else { + for (screen = 0; screen < nscreens; screen++) + XRaiseWindow(dpy, locks[screen]->win); + } + + } +} + +static struct lock * +lockscreen(Display *dpy, struct xrandr *rr, int screen) +{ + char curs[] = {0, 0, 0, 0, 0, 0, 0, 0}; + int i, ptgrab, kbgrab; + struct lock *lock; + XColor color, dummy; + XSetWindowAttributes wa; + Cursor invisible; + + if (dpy == NULL || screen < 0 || !(lock = malloc(sizeof(struct lock)))) + return NULL; + + lock->screen = screen; + lock->root = RootWindow(dpy, lock->screen); + + + for (i = 0; i < NUMCOLS; i++) { + XAllocNamedColor(dpy, DefaultColormap(dpy, lock->screen), + colorname[i], &color, &dummy); + lock->colors[i] = color.pixel; + } + + + /* init */ + wa.override_redirect = 1; + wa.background_pixel = lock->colors[INIT]; + lock->win = XCreateWindow(dpy, lock->root, 0, 0, + DisplayWidth(dpy, lock->screen), + DisplayHeight(dpy, lock->screen), + 0, DefaultDepth(dpy, lock->screen), + CopyFromParent, + DefaultVisual(dpy, lock->screen), + CWOverrideRedirect | CWBackPixel, &wa); + lock->pmap = XCreateBitmapFromData(dpy, lock->win, curs, 8, 8); + invisible = XCreatePixmapCursor(dpy, lock->pmap, lock->pmap, + &color, &color, 0, 0); + XDefineCursor(dpy, lock->win, invisible); + + + /* Try to grab mouse pointer *and* keyboard for 600ms, else fail the lock */ + for (i = 0, ptgrab = kbgrab = -1; i < 6; i++) { + if (ptgrab != GrabSuccess) { + ptgrab = XGrabPointer(dpy, lock->root, False, + ButtonPressMask | ButtonReleaseMask | + PointerMotionMask, GrabModeAsync, + GrabModeAsync, None, + invisible, + CurrentTime); + } + if (kbgrab != GrabSuccess) { + kbgrab = XGrabKeyboard(dpy, lock->root, True, + GrabModeAsync, GrabModeAsync, CurrentTime); + } + + /* input is grabbed: we can lock the screen */ + if (ptgrab == GrabSuccess && kbgrab == GrabSuccess) { + XMapRaised(dpy, lock->win); + if (rr->active) + XRRSelectInput(dpy, lock->win, RRScreenChangeNotifyMask); + + XSelectInput(dpy, lock->root, SubstructureNotifyMask); + unsigned int opacity = (unsigned int)(alpha * 0xffffffff); + XChangeProperty(dpy, lock->win, XInternAtom(dpy, "_NET_WM_WINDOW_OPACITY", False), XA_CARDINAL, 32, PropModeReplace, (unsigned char *)&opacity, 1L); + XSync(dpy, False); + return lock; + } + + /* retry on AlreadyGrabbed but fail on other errors */ + if ((ptgrab != AlreadyGrabbed && ptgrab != GrabSuccess) || + (kbgrab != AlreadyGrabbed && kbgrab != GrabSuccess)) + break; + + usleep(100000); + } + + /* we couldn't grab all input: fail out */ + if (ptgrab != GrabSuccess) + fprintf(stderr, "slock: unable to grab mouse pointer for screen %d\n", + screen); + if (kbgrab != GrabSuccess) + fprintf(stderr, "slock: unable to grab keyboard for screen %d\n", + screen); + return NULL; +} + +static void +usage(void) +{ + die("usage: slock [-v] [cmd [arg ...]]\n"); +} + +int +main(int argc, char **argv) { + struct xrandr rr; + struct lock **locks; + struct passwd *pwd; + struct group *grp; + uid_t duid; + gid_t dgid; + const char *hash; + Display *dpy; + int s, nlocks, nscreens; + CARD16 standby, suspend, off; + ARGBEGIN { + case 'v': + fprintf(stderr, "slock-"VERSION"\n"); + return 0; + default: + usage(); + } ARGEND + + /* validate drop-user and -group */ + errno = 0; + if (!(pwd = getpwnam(user))) + die("slock: getpwnam %s: %s\n", user, + errno ? strerror(errno) : "user entry not found"); + duid = pwd->pw_uid; + errno = 0; + if (!(grp = getgrnam(group))) + die("slock: getgrnam %s: %s\n", group, + errno ? strerror(errno) : "group entry not found"); + dgid = grp->gr_gid; + +#ifdef __linux__ + dontkillme(); +#endif + + hash = gethash(); + errno = 0; + if (!crypt("", hash)) + die("slock: crypt: %s\n", strerror(errno)); + + if (!(dpy = XOpenDisplay(NULL))) + die("slock: cannot open display\n"); + + /* drop privileges */ + if (setgroups(0, NULL) < 0) + die("slock: setgroups: %s\n", strerror(errno)); + if (setgid(dgid) < 0) + die("slock: setgid: %s\n", strerror(errno)); + if (setuid(duid) < 0) + die("slock: setuid: %s\n", strerror(errno)); + + + config_init(dpy); + + time_t t; + srand((unsigned) time(&t)); + + /* check for Xrandr support */ + rr.active = XRRQueryExtension(dpy, &rr.evbase, &rr.errbase); + + /* get number of screens in display "dpy" and blank them */ + nscreens = ScreenCount(dpy); + if (!(locks = calloc(nscreens, sizeof(struct lock *)))) + die("slock: out of memory\n"); + for (nlocks = 0, s = 0; s < nscreens; s++) { + if ((locks[s] = lockscreen(dpy, &rr, s)) != NULL) { + nlocks++; + } else { + break; + } + } + XSync(dpy, 0); + + /* did we manage to lock everything? */ + if (nlocks != nscreens) + return 1; + + /* DPMS magic to disable the monitor */ + if (!DPMSCapable(dpy)) + die("slock: DPMSCapable failed\n"); + if (!DPMSEnable(dpy)) + die("slock: DPMSEnable failed\n"); + if (!DPMSGetTimeouts(dpy, &standby, &suspend, &off)) + die("slock: DPMSGetTimeouts failed\n"); + if (!standby || !suspend || !off) + die("slock: at least one DPMS variable is zero\n"); + if (!DPMSSetTimeouts(dpy, monitortime, monitortime, monitortime)) + die("slock: DPMSSetTimeouts failed\n"); + + XSync(dpy, 0); + + /* run post-lock command */ + if (argc > 0) { + switch (fork()) { + case -1: + die("slock: fork failed: %s\n", strerror(errno)); + case 0: + if (close(ConnectionNumber(dpy)) < 0) + die("slock: close: %s\n", strerror(errno)); + execvp(argv[0], argv); + fprintf(stderr, "slock: execvp %s: %s\n", argv[0], strerror(errno)); + _exit(1); + } + } + + /* everything is now blank. Wait for the correct password */ + readpw(dpy, &rr, locks, nscreens, hash); + /* reset DPMS values to inital ones */ + DPMSSetTimeouts(dpy, standby, suspend, off); + XSync(dpy, 0); + + + return 0; +} diff --git a/suckless/slock/util.h b/suckless/slock/util.h new file mode 100644 index 0000000..6f748b8 --- /dev/null +++ b/suckless/slock/util.h @@ -0,0 +1,2 @@ +#undef explicit_bzero +void explicit_bzero(void *, size_t); diff --git a/suckless/st/FAQ b/suckless/st/FAQ new file mode 100644 index 0000000..0f9609d --- /dev/null +++ b/suckless/st/FAQ @@ -0,0 +1,250 @@ +## Why does st not handle utmp entries? + +Use the excellent tool of [utmp](https://git.suckless.org/utmp/) for this task. + + +## Some _random program_ complains that st is unknown/not recognised/unsupported/whatever! + +It means that st doesn’t have any terminfo entry on your system. Chances are +you did not `make install`. If you just want to test it without installing it, +you can manually run `tic -sx st.info`. + + +## Nothing works, and nothing is said about an unknown terminal! + +* Some programs just assume they’re running in xterm i.e. they don’t rely on + terminfo. What you see is the current state of the “xterm compliance”. +* Some programs don’t complain about the lacking st description and default to + another terminal. In that case see the question about terminfo. + + +## How do I scroll back up? + +* Using a terminal multiplexer. + * `st -e tmux` using C-b [ + * `st -e screen` using C-a ESC +* Using the excellent tool of [scroll](https://git.suckless.org/scroll/). +* Using the scrollback [patch](https://st.suckless.org/patches/scrollback/). + + +## I would like to have utmp and/or scroll functionality by default + +You can add the absolute patch of both programs in your config.h +file. You only have to modify the value of utmp and scroll variables. + + +## Why doesn't the Del key work in some programs? + +Taken from the terminfo manpage: + + If the terminal has a keypad that transmits codes when the keys + are pressed, this information can be given. Note that it is not + possible to handle terminals where the keypad only works in + local (this applies, for example, to the unshifted HP 2621 keys). + If the keypad can be set to transmit or not transmit, give these + codes as smkx and rmkx. Otherwise the keypad is assumed to + always transmit. + +In the st case smkx=E[?1hE= and rmkx=E[?1lE>, so it is mandatory that +applications which want to test against keypad keys send these +sequences. + +But buggy applications (like bash and irssi, for example) don't do this. A fast +solution for them is to use the following command: + + $ printf '\033[?1h\033=' >/dev/tty + +or + $ tput smkx + +In the case of bash, readline is used. Readline has a different note in its +manpage about this issue: + + enable-keypad (Off) + When set to On, readline will try to enable the + application keypad when it is called. Some systems + need this to enable arrow keys. + +Adding this option to your .inputrc will fix the keypad problem for all +applications using readline. + +If you are using zsh, then read the zsh FAQ +<http://zsh.sourceforge.net/FAQ/zshfaq03.html#l25>: + + It should be noted that the O / [ confusion can occur with other keys + such as Home and End. Some systems let you query the key sequences + sent by these keys from the system's terminal database, terminfo. + Unfortunately, the key sequences given there typically apply to the + mode that is not the one zsh uses by default (it's the "application" + mode rather than the "raw" mode). Explaining the use of terminfo is + outside of the scope of this FAQ, but if you wish to use the key + sequences given there you can tell the line editor to turn on + "application" mode when it starts and turn it off when it stops: + + function zle-line-init () { echoti smkx } + function zle-line-finish () { echoti rmkx } + zle -N zle-line-init + zle -N zle-line-finish + +Putting these lines into your .zshrc will fix the problems. + + +## How can I use meta in 8bit mode? + +St supports meta in 8bit mode, but the default terminfo entry doesn't +use this capability. If you want it, you have to use the 'st-meta' value +in TERM. + + +## I cannot compile st in OpenBSD + +OpenBSD lacks librt, despite it being mandatory in POSIX +<http://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html#tag_20_11_13>. +If you want to compile st for OpenBSD you have to remove -lrt from config.mk, and +st will compile without any loss of functionality, because all the functions are +included in libc on this platform. + + +## The Backspace Case + +St is emulating the Linux way of handling backspace being delete and delete being +backspace. + +This is an issue that was discussed in suckless mailing list +<https://lists.suckless.org/dev/1404/20697.html>. Here is why some old grumpy +terminal users wants its backspace to be how he feels it: + + Well, I am going to comment why I want to change the behaviour + of this key. When ASCII was defined in 1968, communication + with computers was done using punched cards, or hardcopy + terminals (basically a typewriter machine connected with the + computer using a serial port). ASCII defines DELETE as 7F, + because, in punched-card terms, it means all the holes of the + card punched; it is thus a kind of 'physical delete'. In the + same way, the BACKSPACE key was a non-destructive backspace, + as on a typewriter. So, if you wanted to delete a character, + you had to BACKSPACE and then DELETE. Another use of BACKSPACE + was to type accented characters, for example 'a BACKSPACE `'. + The VT100 had no BACKSPACE key; it was generated using the + CONTROL key as another control character (CONTROL key sets to + 0 b7 b6 b5, so it converts H (code 0x48) into BACKSPACE (code + 0x08)), but it had a DELETE key in a similar position where + the BACKSPACE key is located today on common PC keyboards. + All the terminal emulators emulated the difference between + these keys correctly: the backspace key generated a BACKSPACE + (^H) and delete key generated a DELETE (^?). + + But a problem arose when Linus Torvalds wrote Linux. Unlike + earlier terminals, the Linux virtual terminal (the terminal + emulator integrated in the kernel) returned a DELETE when + backspace was pressed, due to the VT100 having a DELETE key in + the same position. This created a lot of problems (see [1] + and [2]). Since Linux has become the king, a lot of terminal + emulators today generate a DELETE when the backspace key is + pressed in order to avoid problems with Linux. The result is + that the only way of generating a BACKSPACE on these systems + is by using CONTROL + H. (I also think that emacs had an + important point here because the CONTROL + H prefix is used + in emacs in some commands (help commands).) + + From point of view of the kernel, you can change the key + for deleting a previous character with stty erase. When you + connect a real terminal into a machine you describe the type + of terminal, so getty configures the correct value of stty + erase for this terminal. In the case of terminal emulators, + however, you don't have any getty that can set the correct + value of stty erase, so you always get the default value. + For this reason, it is necessary to add 'stty erase ^H' to your + profile if you have changed the value of the backspace key. + Of course, another solution is for st itself to modify the + value of stty erase. I usually have the inverse problem: + when I connect to non-Unix machines, I have to press CONTROL + + h to get a BACKSPACE. The inverse problem occurs when a user + connects to my Unix machines from a different system with a + correct backspace key. + + [1] http://www.ibb.net/~anne/keyboard.html + [2] http://www.tldp.org/HOWTO/Keyboard-and-Console-HOWTO-5.html + + +## But I really want the old grumpy behaviour of my terminal + +Apply [1]. + +[1] https://st.suckless.org/patches/delkey + + +## Why do images not work in st using the w3m image hack? + +w3mimg uses a hack that draws an image on top of the terminal emulator Drawable +window. The hack relies on the terminal to use a single buffer to draw its +contents directly. + +st uses double-buffered drawing so the image is quickly replaced and may show a +short flicker effect. + +Below is a patch example to change st double-buffering to a single Drawable +buffer. + +diff --git a/x.c b/x.c +--- a/x.c ++++ b/x.c +@@ -732,10 +732,6 @@ xresize(int col, int row) + win.tw = col * win.cw; + win.th = row * win.ch; + +- XFreePixmap(xw.dpy, xw.buf); +- xw.buf = XCreatePixmap(xw.dpy, xw.win, win.w, win.h, +- DefaultDepth(xw.dpy, xw.scr)); +- XftDrawChange(xw.draw, xw.buf); + xclear(0, 0, win.w, win.h); + + /* resize to new width */ +@@ -1148,8 +1144,7 @@ xinit(int cols, int rows) + gcvalues.graphics_exposures = False; + dc.gc = XCreateGC(xw.dpy, parent, GCGraphicsExposures, + &gcvalues); +- xw.buf = XCreatePixmap(xw.dpy, xw.win, win.w, win.h, +- DefaultDepth(xw.dpy, xw.scr)); ++ xw.buf = xw.win; + XSetForeground(xw.dpy, dc.gc, dc.col[defaultbg].pixel); + XFillRectangle(xw.dpy, xw.buf, dc.gc, 0, 0, win.w, win.h); + +@@ -1632,8 +1627,6 @@ xdrawline(Line line, int x1, int y1, int x2) + void + xfinishdraw(void) + { +- XCopyArea(xw.dpy, xw.buf, xw.win, dc.gc, 0, 0, win.w, +- win.h, 0, 0); + XSetForeground(xw.dpy, dc.gc, + dc.col[IS_SET(MODE_REVERSE)? + defaultfg : defaultbg].pixel); + + +## BadLength X error in Xft when trying to render emoji + +Xft makes st crash when rendering color emojis with the following error: + +"X Error of failed request: BadLength (poly request too large or internal Xlib length error)" + Major opcode of failed request: 139 (RENDER) + Minor opcode of failed request: 20 (RenderAddGlyphs) + Serial number of failed request: 1595 + Current serial number in output stream: 1818" + +This is a known bug in Xft (not st) which happens on some platforms and +combination of particular fonts and fontconfig settings. + +See also: +https://gitlab.freedesktop.org/xorg/lib/libxft/issues/6 +https://bugs.freedesktop.org/show_bug.cgi?id=107534 +https://bugzilla.redhat.com/show_bug.cgi?id=1498269 + +The solution is to remove color emoji fonts or disable this in the fontconfig +XML configuration. As an ugly workaround (which may work only on newer +fontconfig versions (FC_COLOR)), the following code can be used to mask color +fonts: + + FcPatternAddBool(fcpattern, FC_COLOR, FcFalse); + +Please don't bother reporting this bug to st, but notify the upstream Xft +developers about fixing this bug. diff --git a/suckless/st/LEGACY b/suckless/st/LEGACY new file mode 100644 index 0000000..bf28b1e --- /dev/null +++ b/suckless/st/LEGACY @@ -0,0 +1,17 @@ +A STATEMENT ON LEGACY SUPPORT + +In the terminal world there is much cruft that comes from old and unsup‐ +ported terminals that inherit incompatible modes and escape sequences +which noone is able to know, except when he/she comes from that time and +developed a graphical vt100 emulator at that time. + +One goal of st is to only support what is really needed. When you en‐ +counter a sequence which you really need, implement it. But while you +are at it, do not add the other cruft you might encounter while sneek‐ +ing at other terminal emulators. History has bloated them and there is +no real evidence that most of the sequences are used today. + + +Christoph Lohmann <20h@r-36.net> +2012-09-13T07:00:36.081271045+02:00 + diff --git a/suckless/st/LICENSE b/suckless/st/LICENSE new file mode 100644 index 0000000..d80eb47 --- /dev/null +++ b/suckless/st/LICENSE @@ -0,0 +1,34 @@ +MIT/X Consortium License + +© 2014-2020 Hiltjo Posthuma <hiltjo at codemadness dot org> +© 2018 Devin J. Pohly <djpohly at gmail dot com> +© 2014-2017 Quentin Rameau <quinq at fifth dot space> +© 2009-2012 Aurélien APTEL <aurelien dot aptel at gmail dot com> +© 2008-2017 Anselm R Garbe <garbeam at gmail dot com> +© 2012-2017 Roberto E. Vargas Caballero <k0ga at shike2 dot com> +© 2012-2016 Christoph Lohmann <20h at r-36 dot net> +© 2013 Eon S. Jeon <esjeon at hyunmu dot am> +© 2013 Alexander Sedov <alex0player at gmail dot com> +© 2013 Mark Edgar <medgar123 at gmail dot com> +© 2013-2014 Eric Pruitt <eric.pruitt at gmail dot com> +© 2013 Michael Forney <mforney at mforney dot org> +© 2013-2014 Markus Teich <markus dot teich at stusta dot mhn dot de> +© 2014-2015 Laslo Hunhold <dev at frign dot de> + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/suckless/st/Makefile b/suckless/st/Makefile new file mode 100644 index 0000000..a99cf7b --- /dev/null +++ b/suckless/st/Makefile @@ -0,0 +1,60 @@ +# st - simple terminal +# See LICENSE file for copyright and license details. +.POSIX: + +include config.mk + +SRC = st.c x.c $(LIGATURES_C) $(SIXEL_C) +OBJ = $(SRC:.c=.o) + +all: options st + +options: + @echo st build options: + @echo "CFLAGS = $(STCFLAGS)" + @echo "LDFLAGS = $(STLDFLAGS)" + @echo "CC = $(CC)" + +config.h: + cp config.def.h config.h + +.c.o: + $(CC) $(STCFLAGS) -c $< + +st.o: config.h st.h win.h +x.o: arg.h config.h st.h win.h $(LIGATURES_H) + +$(OBJ): config.h config.mk + +st: $(OBJ) + $(CC) -o $@ $(OBJ) $(STLDFLAGS) + +clean: + rm -f st $(OBJ) st-$(VERSION).tar.gz + +dist: clean + mkdir -p st-$(VERSION) + cp -R FAQ LEGACY TODO LICENSE Makefile README config.mk\ + config.def.h st.info st.1 arg.h st.h win.h $(LIGATURES_H) $(SRC)\ + st-$(VERSION) + tar -cf - st-$(VERSION) | gzip > st-$(VERSION).tar.gz + rm -rf st-$(VERSION) + +install: st + mkdir -p $(DESTDIR)$(PREFIX)/bin + cp -f st $(DESTDIR)$(PREFIX)/bin + chmod 755 $(DESTDIR)$(PREFIX)/bin/st + mkdir -p $(DESTDIR)$(MANPREFIX)/man1 + sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1 + chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1 + tic -sx st.info + mkdir -p $(DESTDIR)$(PREFIX)/share/applications # desktop-entry patch + cp -n st.desktop $(DESTDIR)$(PREFIX)/share/applications # desktop-entry patch + @echo Please see the README file regarding the terminfo entry of st. + +uninstall: + rm -f $(DESTDIR)$(PREFIX)/bin/st + rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1 + rm -f $(DESTDIR)$(PREFIX)/share/applications/st.desktop # desktop-entry patch + +.PHONY: all options clean dist install uninstall diff --git a/suckless/st/README b/suckless/st/README new file mode 100644 index 0000000..6a846ed --- /dev/null +++ b/suckless/st/README @@ -0,0 +1,34 @@ +st - simple terminal +-------------------- +st is a simple terminal emulator for X which sucks less. + + +Requirements +------------ +In order to build st you need the Xlib header files. + + +Installation +------------ +Edit config.mk to match your local setup (st is installed into +the /usr/local namespace by default). + +Afterwards enter the following command to build and install st (if +necessary as root): + + make clean install + + +Running st +---------- +If you did not install st with make clean install, you must compile +the st terminfo entry with the following command: + + tic -sx st.info + +See the man page for additional details. + +Credits +------- +Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code. + diff --git a/suckless/st/TODO b/suckless/st/TODO new file mode 100644 index 0000000..5f74cd5 --- /dev/null +++ b/suckless/st/TODO @@ -0,0 +1,28 @@ +vt emulation +------------ + +* double-height support + +code & interface +---------------- + +* add a simple way to do multiplexing + +drawing +------- +* add diacritics support to xdraws() + * switch to a suckless font drawing library +* make the font cache simpler +* add better support for brightening of the upper colors + +bugs +---- + +* fix shift up/down (shift selection in emacs) +* remove DEC test sequence when appropriate + +misc +---- + + $ grep -nE 'XXX|TODO' st.c + diff --git a/suckless/st/arg.h b/suckless/st/arg.h new file mode 100644 index 0000000..a22e019 --- /dev/null +++ b/suckless/st/arg.h @@ -0,0 +1,50 @@ +/* + * Copy me if you can. + * by 20h + */ + +#ifndef ARG_H__ +#define ARG_H__ + +extern char *argv0; + +/* use main(int argc, char *argv[]) */ +#define ARGBEGIN for (argv0 = *argv, argv++, argc--;\ + argv[0] && argv[0][0] == '-'\ + && argv[0][1];\ + argc--, argv++) {\ + char argc_;\ + char **argv_;\ + int brk_;\ + if (argv[0][1] == '-' && argv[0][2] == '\0') {\ + argv++;\ + argc--;\ + break;\ + }\ + int i_;\ + for (i_ = 1, brk_ = 0, argv_ = argv;\ + argv[0][i_] && !brk_;\ + i_++) {\ + if (argv_ != argv)\ + break;\ + argc_ = argv[0][i_];\ + switch (argc_) + +#define ARGEND }\ + } + +#define ARGC() argc_ + +#define EARGF(x) ((argv[0][i_+1] == '\0' && argv[1] == NULL)?\ + ((x), abort(), (char *)0) :\ + (brk_ = 1, (argv[0][i_+1] != '\0')?\ + (&argv[0][i_+1]) :\ + (argc--, argv++, argv[0]))) + +#define ARGF() ((argv[0][i_+1] == '\0' && argv[1] == NULL)?\ + (char *)0 :\ + (brk_ = 1, (argv[0][i_+1] != '\0')?\ + (&argv[0][i_+1]) :\ + (argc--, argv++, argv[0]))) + +#endif diff --git a/suckless/st/config.def.h b/suckless/st/config.def.h new file mode 100644 index 0000000..41c1397 --- /dev/null +++ b/suckless/st/config.def.h @@ -0,0 +1,362 @@ +/* See LICENSE file for copyright and license details. */ + +/* + * appearance + * + * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html + */ +static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; + +/* borderperc: percentage of cell width to use as a border + * 0 = no border, 100 = border width is same as cell width */ +int borderperc = 20; + +static char *url_opener = "xdg-open"; + +/* + * What program is execed by st depends of these precedence rules: + * 1: program passed with -e + * 2: scroll and/or utmp + * 3: SHELL environment variable + * 4: value of shell in /etc/passwd + * 5: value of shell in config.h + */ +static char *shell = "/bin/sh"; +char *utmp = NULL; +/* scroll program: to enable use a string like "scroll" */ +char *scroll = NULL; +char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; + +/* identification sequence returned in DA and DECID */ +char *vtiden = "\033[?12;4c"; + +/* Kerning / character bounding-box multipliers */ +static float cwscale = 1.0; +static float chscale = 1.0; + +/* + * word delimiter string + * + * More advanced example: L" `'\"()[]{}" + */ +wchar_t *worddelimiters = L" "; + +/* selection timeouts (in milliseconds) */ +static unsigned int doubleclicktimeout = 300; +static unsigned int tripleclicktimeout = 600; + +/* alt screens */ +int allowaltscreen = 1; + +/* allow certain non-interactive (insecure) window operations such as: + setting the clipboard text */ +int allowwindowops = 0; + +/* + * draw latency range in ms - from new content/keypress/etc until drawing. + * within this range, st draws when content stops arriving (idle). mostly it's + * near minlatency, but it waits longer for slow updates to avoid partial draw. + * low minlatency will tear/flicker more, as it can "detect" idle too early. + */ +static double minlatency = 8; +static double maxlatency = 33; + +/* + * Synchronized-Update timeout in ms + * https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec + */ +static uint su_timeout = 200; + +/* + * blinking timeout (set to 0 to disable blinking) for the terminal blinking + * attribute. + */ +static unsigned int blinktimeout = 800; + +/* + * thickness of underline and bar cursors + */ +static unsigned int cursorthickness = 2; + +/* + * 1: render most of the lines/blocks characters without using the font for + * perfect alignment between cells (U2500 - U259F except dashes/diagonals). + * Bold affects lines thickness if boxdraw_bold is not 0. Italic is ignored. + * 0: disable (render all U25XX glyphs normally from the font). + */ +const int boxdraw = 0; +const int boxdraw_bold = 0; + +/* braille (U28XX): 1: render as adjacent "pixels", 0: use font */ +const int boxdraw_braille = 0; + +/* + * bell volume. It must be a value between -100 and 100. Use 0 for disabling + * it + */ +static int bellvolume = 0; + +/* default TERM value */ +char *termname = "st-256color"; + +/* + * spaces per tab + * + * When you are changing this value, don't forget to adapt the »it« value in + * the st.info and appropriately install the st.info in the environment where + * you use this st version. + * + * it#$tabspaces, + * + * Secondly make sure your kernel is not expanding tabs. When running `stty + * -a` »tab0« should appear. You can tell the terminal to not expand tabs by + * running following command: + * + * stty tabs + */ +unsigned int tabspaces = 8; + +/* bg opacity */ +float alpha = 0.8; + +/* Terminal colors (16 first used in escape sequence) */ +static const char *colorname[] = { + /* 8 normal colors */ + "black", + "red3", + "green3", + "yellow3", + "blue2", + "magenta3", + "cyan3", + "gray90", + + /* 8 bright colors */ + "gray50", + "red", + "green", + "yellow", + "#5c5cff", + "magenta", + "cyan", + "white", + + [255] = 0, + + /* more colors can be added after 255 to use with DefaultXX */ + "#add8e6", /* 256 -> cursor */ + "#555555", /* 257 -> rev cursor*/ + "#000000", /* 258 -> bg */ + "#e5e5e5", /* 259 -> fg */ +}; + + +/* + * Default colors (colorname index) + * foreground, background, cursor, reverse cursor + */ +unsigned int defaultbg = 258; +unsigned int defaultfg = 259; +unsigned int defaultcs = 256; +unsigned int defaultrcs = 257; + + +/* + * https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h4-Functions-using-CSI-_-ordered-by-the-final-character-lparen-s-rparen:CSI-Ps-SP-q.1D81 + * Default style of cursor + * 0: Blinking block + * 1: Blinking block (default) + * 2: Steady block ("â–ˆ") + * 3: Blinking underline + * 4: Steady underline ("_") + * 5: Blinking bar + * 6: Steady bar ("|") + * 7: Blinking st cursor + * 8: Steady st cursor + */ +static unsigned int cursorstyle = 1; +static Rune stcursor = 0x2603; /* snowman (U+2603) */ + +/* + * Default columns and rows numbers + */ + +static unsigned int cols = 80; +static unsigned int rows = 24; + +/* + * Default shape of the mouse cursor + */ +static char* mouseshape = "xterm"; + +/* + * Color used to display font attributes when fontconfig selected a font which + * doesn't match the ones requested. + */ +static unsigned int defaultattr = 11; + +/* + * Xresources preferences to load at startup + */ +ResourcePref resources[] = { + { "font", STRING, &font }, + { "color0", STRING, &colorname[0] }, + { "color1", STRING, &colorname[1] }, + { "color2", STRING, &colorname[2] }, + { "color3", STRING, &colorname[3] }, + { "color4", STRING, &colorname[4] }, + { "color5", STRING, &colorname[5] }, + { "color6", STRING, &colorname[6] }, + { "color7", STRING, &colorname[7] }, + { "color8", STRING, &colorname[8] }, + { "color9", STRING, &colorname[9] }, + { "color10", STRING, &colorname[10] }, + { "color11", STRING, &colorname[11] }, + { "color12", STRING, &colorname[12] }, + { "color13", STRING, &colorname[13] }, + { "color14", STRING, &colorname[14] }, + { "color15", STRING, &colorname[15] }, + { "background", STRING, &colorname[258] }, + { "foreground", STRING, &colorname[259] }, + { "cursorColor", STRING, &colorname[256] }, + { "termname", STRING, &termname }, + { "shell", STRING, &shell }, + { "minlatency", INTEGER, &minlatency }, + { "maxlatency", INTEGER, &maxlatency }, + { "blinktimeout", INTEGER, &blinktimeout }, + { "bellvolume", INTEGER, &bellvolume }, + { "tabspaces", INTEGER, &tabspaces }, + { "borderperc", INTEGER, &borderperc }, + { "cwscale", FLOAT, &cwscale }, + { "chscale", FLOAT, &chscale }, + { "alpha", FLOAT, &alpha }, +}; + +/* + * Force mouse select/shortcuts while mask is active (when MODE_MOUSE is set). + * Note that if you want to use ShiftMask with selmasks, set this to an other + * modifier, set to 0 to not use it. + */ +static uint forcemousemod = ShiftMask; + +/* + * Internal mouse shortcuts. + * Beware that overloading Button1 will disable the selection. + */ +static MouseShortcut mshortcuts[] = { + /* mask button function argument release alt */ + { XK_ANY_MOD, Button2, clippaste, {.i = 0}, 1 }, + { ShiftMask, Button4, kscrollup, {.i = 1} }, + { ShiftMask, Button5, kscrolldown, {.i = 1} }, + { XK_NO_MOD, Button4, kscrollup, {.i = 1} }, + { XK_NO_MOD, Button5, kscrolldown, {.i = 1} }, +}; + +static MouseShortcut maltshortcuts[] = { + /* mask button function argument release */ + { XK_ANY_MOD, Button2, clippaste, {.i = 0}, 1 }, + { XK_ANY_MOD, Button4, ttysend, {.s = "\031"} }, + { XK_ANY_MOD, Button5, ttysend, {.s = "\005"} }, +}; + +/* Internal keyboard shortcuts. */ +#define MODKEY Mod1Mask +#define TERMMOD (ControlMask|ShiftMask) + +static char *openurlcmd[] = { "/bin/sh", "-c", + "xurls | dmenu -l 10 -w $WINDOWID | xargs -r open", + "externalpipe", NULL }; + +static Shortcut shortcuts[] = { + /* mask keysym function argument */ + { XK_ANY_MOD, XK_Break, sendbreak, {.i = 0} }, + { ControlMask, XK_Print, toggleprinter, {.i = 0} }, + { ShiftMask, XK_Print, printscreen, {.i = 0} }, + { XK_ANY_MOD, XK_Print, printsel, {.i = 0} }, + { TERMMOD, XK_Prior, zoom, {.f = +1} }, + { TERMMOD, XK_Next, zoom, {.f = -1} }, + { TERMMOD, XK_Home, zoomreset, {.f = 0} }, + { TERMMOD, XK_C, clipcopy, {.i = 0} }, + { TERMMOD, XK_V, clippaste, {.i = 0} }, + { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} }, + { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} }, + { TERMMOD, XK_Y, clippaste, {.i = 0} }, + { ShiftMask, XK_Insert, clippaste, {.i = 0} }, + { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, + { TERMMOD, XK_U, externalpipe, { .v = openurlcmd } }, + { TERMMOD, XK_X, invert, { 0 } }, +}; + +/* + * Special keys (change & recompile st.info accordingly) + * + * Mask value: + * * Use XK_ANY_MOD to match the key no matter modifiers state + * * Use XK_NO_MOD to match the key alone (no modifiers) + * appkey value: + * * 0: no value + * * > 0: keypad application mode enabled + * * = 2: term.numlock = 1 + * * < 0: keypad application mode disabled + * appcursor value: + * * 0: no value + * * > 0: cursor application mode enabled + * * < 0: cursor application mode disabled + * + * Be careful with the order of the definitions because st searches in + * this table sequentially, so any XK_ANY_MOD must be in the last + * position for a key. + */ + + +/* + * State bits to ignore when matching key or button events. By default, + * numlock (Mod2Mask) and keyboard layout (XK_SWITCH_MOD) are ignored. + */ +static uint ignoremod = Mod2Mask|XK_SWITCH_MOD; + + +/* + * Selection types' masks. + * Use the same masks as usual. + * Button1Mask is always unset, to make masks match between ButtonPress. + * ButtonRelease and MotionNotify. + * If no match is found, regular selection is used. + */ +static uint selmasks[] = { + [SEL_RECTANGULAR] = Mod1Mask, +}; + +/* + * Printable characters in ASCII, used to estimate the advance width + * of single wide characters. + */ +static char ascii_printable[] = + " !\"#$%&'()*+,-./0123456789:;<=>?" + "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" + "`abcdefghijklmnopqrstuvwxyz{|}~"; + + +/** + * Undercurl style. Set UNDERCURL_STYLE to one of the available styles. + * + * Curly: Dunno how to draw it *shrug* + * _ _ _ _ + * ( ) ( ) ( ) ( ) + * (_) (_) (_) (_) + * + * Spiky: + * /\ /\ /\ /\ + * \/ \/ \/ + * + * Capped: + * _ _ _ + * / \ / \ / \ + * \_/ \_/ + */ +// Available styles +#define UNDERCURL_CURLY 0 +#define UNDERCURL_SPIKY 1 +#define UNDERCURL_CAPPED 2 +// Active style +#define UNDERCURL_STYLE UNDERCURL_SPIKY diff --git a/suckless/st/config.h b/suckless/st/config.h new file mode 100644 index 0000000..d31e8ef --- /dev/null +++ b/suckless/st/config.h @@ -0,0 +1,362 @@ +/* See LICENSE file for copyright and license details. */ + +/* + * appearance + * + * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html + */ +static char *font = "FiraCode Nerd Font Mono:pixelsize=12:antialias=true:autohint=true"; + +/* borderperc: percentage of cell width to use as a border + * 0 = no border, 100 = border width is same as cell width */ +int borderperc = 20; + +static char *url_opener = "xdg-open"; + +/* + * What program is execed by st depends of these precedence rules: + * 1: program passed with -e + * 2: scroll and/or utmp + * 3: SHELL environment variable + * 4: value of shell in /etc/passwd + * 5: value of shell in config.h + */ +static char *shell = "/bin/sh"; +char *utmp = NULL; +/* scroll program: to enable use a string like "scroll" */ +char *scroll = NULL; +char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; + +/* identification sequence returned in DA and DECID */ +char *vtiden = "\033[?12;4c"; + +/* Kerning / character bounding-box multipliers */ +static float cwscale = 1.0; +static float chscale = 1.0; + +/* + * word delimiter string + * + * More advanced example: L" `'\"()[]{}" + */ +wchar_t *worddelimiters = L" "; + +/* selection timeouts (in milliseconds) */ +static unsigned int doubleclicktimeout = 300; +static unsigned int tripleclicktimeout = 600; + +/* alt screens */ +int allowaltscreen = 1; + +/* allow certain non-interactive (insecure) window operations such as: + setting the clipboard text */ +int allowwindowops = 0; + +/* + * draw latency range in ms - from new content/keypress/etc until drawing. + * within this range, st draws when content stops arriving (idle). mostly it's + * near minlatency, but it waits longer for slow updates to avoid partial draw. + * low minlatency will tear/flicker more, as it can "detect" idle too early. + */ +static double minlatency = 8; +static double maxlatency = 33; + +/* + * Synchronized-Update timeout in ms + * https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec + */ +static uint su_timeout = 200; + +/* + * blinking timeout (set to 0 to disable blinking) for the terminal blinking + * attribute. + */ +static unsigned int blinktimeout = 800; + +/* + * thickness of underline and bar cursors + */ +static unsigned int cursorthickness = 2; + +/* + * 1: render most of the lines/blocks characters without using the font for + * perfect alignment between cells (U2500 - U259F except dashes/diagonals). + * Bold affects lines thickness if boxdraw_bold is not 0. Italic is ignored. + * 0: disable (render all U25XX glyphs normally from the font). + */ +const int boxdraw = 0; +const int boxdraw_bold = 0; + +/* braille (U28XX): 1: render as adjacent "pixels", 0: use font */ +const int boxdraw_braille = 0; + +/* + * bell volume. It must be a value between -100 and 100. Use 0 for disabling + * it + */ +static int bellvolume = 0; + +/* default TERM value */ +char *termname = "st-256color"; + +/* + * spaces per tab + * + * When you are changing this value, don't forget to adapt the »it« value in + * the st.info and appropriately install the st.info in the environment where + * you use this st version. + * + * it#$tabspaces, + * + * Secondly make sure your kernel is not expanding tabs. When running `stty + * -a` »tab0« should appear. You can tell the terminal to not expand tabs by + * running following command: + * + * stty tabs + */ +unsigned int tabspaces = 2; + +/* bg opacity */ +float alpha = 0.7; + +/* Terminal colors (16 first used in escape sequence) */ +static const char *colorname[] = { + /* 8 normal colors */ + "black", + "red3", + "green3", + "yellow3", + "blue2", + "magenta3", + "cyan3", + "gray90", + + /* 8 bright colors */ + "gray50", + "red", + "green", + "yellow", + "#5c5cff", + "magenta", + "cyan", + "white", + + [255] = 0, + + /* more colors can be added after 255 to use with DefaultXX */ + "#add8e6", /* 256 -> cursor */ + "#555555", /* 257 -> rev cursor*/ + "#000000", /* 258 -> bg */ + "#e5e5e5", /* 259 -> fg */ +}; + + +/* + * Default colors (colorname index) + * foreground, background, cursor, reverse cursor + */ +unsigned int defaultbg = 258; +unsigned int defaultfg = 259; +unsigned int defaultcs = 256; +unsigned int defaultrcs = 257; + + +/* + * https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h4-Functions-using-CSI-_-ordered-by-the-final-character-lparen-s-rparen:CSI-Ps-SP-q.1D81 + * Default style of cursor + * 0: Blinking block + * 1: Blinking block (default) + * 2: Steady block ("â–ˆ") + * 3: Blinking underline + * 4: Steady underline ("_") + * 5: Blinking bar + * 6: Steady bar ("|") + * 7: Blinking st cursor + * 8: Steady st cursor + */ +static unsigned int cursorstyle = 3; +static Rune stcursor = 0x2603; /* snowman (U+2603) */ + +/* + * Default columns and rows numbers + */ + +static unsigned int cols = 90; +static unsigned int rows = 30; + +/* + * Default shape of the mouse cursor + */ +static char* mouseshape = "xterm"; + +/* + * Color used to display font attributes when fontconfig selected a font which + * doesn't match the ones requested. + */ +static unsigned int defaultattr = 11; + +/* + * Xresources preferences to load at startup + */ +ResourcePref resources[] = { + { "font", STRING, &font }, + { "color0", STRING, &colorname[0] }, + { "color1", STRING, &colorname[1] }, + { "color2", STRING, &colorname[2] }, + { "color3", STRING, &colorname[3] }, + { "color4", STRING, &colorname[4] }, + { "color5", STRING, &colorname[5] }, + { "color6", STRING, &colorname[6] }, + { "color7", STRING, &colorname[7] }, + { "color8", STRING, &colorname[8] }, + { "color9", STRING, &colorname[9] }, + { "color10", STRING, &colorname[10] }, + { "color11", STRING, &colorname[11] }, + { "color12", STRING, &colorname[12] }, + { "color13", STRING, &colorname[13] }, + { "color14", STRING, &colorname[14] }, + { "color15", STRING, &colorname[15] }, + { "background", STRING, &colorname[258] }, + { "foreground", STRING, &colorname[259] }, + { "cursorColor", STRING, &colorname[256] }, + { "termname", STRING, &termname }, + { "shell", STRING, &shell }, + { "minlatency", INTEGER, &minlatency }, + { "maxlatency", INTEGER, &maxlatency }, + { "blinktimeout", INTEGER, &blinktimeout }, + { "bellvolume", INTEGER, &bellvolume }, + { "tabspaces", INTEGER, &tabspaces }, + { "borderperc", INTEGER, &borderperc }, + { "cwscale", FLOAT, &cwscale }, + { "chscale", FLOAT, &chscale }, + { "alpha", FLOAT, &alpha }, +}; + +/* + * Force mouse select/shortcuts while mask is active (when MODE_MOUSE is set). + * Note that if you want to use ShiftMask with selmasks, set this to an other + * modifier, set to 0 to not use it. + */ +static uint forcemousemod = ShiftMask; + +/* + * Internal mouse shortcuts. + * Beware that overloading Button1 will disable the selection. + */ +static MouseShortcut mshortcuts[] = { + /* mask button function argument release alt */ + { XK_ANY_MOD, Button2, clippaste, {.i = 0}, 1 }, + { ShiftMask, Button4, kscrollup, {.i = 1} }, + { ShiftMask, Button5, kscrolldown, {.i = 1} }, + { XK_NO_MOD, Button4, kscrollup, {.i = 1} }, + { XK_NO_MOD, Button5, kscrolldown, {.i = 1} }, +}; + +static MouseShortcut maltshortcuts[] = { + /* mask button function argument release */ + { XK_ANY_MOD, Button2, clippaste, {.i = 0}, 1 }, + { XK_ANY_MOD, Button4, ttysend, {.s = "\031"} }, + { XK_ANY_MOD, Button5, ttysend, {.s = "\005"} }, +}; + +/* Internal keyboard shortcuts. */ +#define MODKEY Mod1Mask +#define TERMMOD (ControlMask|ShiftMask) + +static char *openurlcmd[] = { "/bin/sh", "-c", + "xurls | dmenu -l 10 -w $WINDOWID | xargs -r open", + "externalpipe", NULL }; + +static Shortcut shortcuts[] = { + /* mask keysym function argument */ + { XK_ANY_MOD, XK_Break, sendbreak, {.i = 0} }, + { ControlMask, XK_Print, toggleprinter, {.i = 0} }, + { ShiftMask, XK_Print, printscreen, {.i = 0} }, + { XK_ANY_MOD, XK_Print, printsel, {.i = 0} }, + { TERMMOD, XK_Prior, zoom, {.f = +1} }, + { TERMMOD, XK_Next, zoom, {.f = -1} }, + { TERMMOD, XK_Home, zoomreset, {.f = 0} }, + { TERMMOD, XK_C, clipcopy, {.i = 0} }, + { TERMMOD, XK_V, clippaste, {.i = 0} }, + { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} }, + { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} }, + { TERMMOD, XK_Y, clippaste, {.i = 0} }, + { ShiftMask, XK_Insert, clippaste, {.i = 0} }, + { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, + { TERMMOD, XK_U, externalpipe, { .v = openurlcmd } }, + { TERMMOD, XK_X, invert, { 0 } }, +}; + +/* + * Special keys (change & recompile st.info accordingly) + * + * Mask value: + * * Use XK_ANY_MOD to match the key no matter modifiers state + * * Use XK_NO_MOD to match the key alone (no modifiers) + * appkey value: + * * 0: no value + * * > 0: keypad application mode enabled + * * = 2: term.numlock = 1 + * * < 0: keypad application mode disabled + * appcursor value: + * * 0: no value + * * > 0: cursor application mode enabled + * * < 0: cursor application mode disabled + * + * Be careful with the order of the definitions because st searches in + * this table sequentially, so any XK_ANY_MOD must be in the last + * position for a key. + */ + + +/* + * State bits to ignore when matching key or button events. By default, + * numlock (Mod2Mask) and keyboard layout (XK_SWITCH_MOD) are ignored. + */ +static uint ignoremod = Mod2Mask|XK_SWITCH_MOD; + + +/* + * Selection types' masks. + * Use the same masks as usual. + * Button1Mask is always unset, to make masks match between ButtonPress. + * ButtonRelease and MotionNotify. + * If no match is found, regular selection is used. + */ +static uint selmasks[] = { + [SEL_RECTANGULAR] = Mod1Mask, +}; + +/* + * Printable characters in ASCII, used to estimate the advance width + * of single wide characters. + */ +static char ascii_printable[] = + " !\"#$%&'()*+,-./0123456789:;<=>?" + "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" + "`abcdefghijklmnopqrstuvwxyz{|}~"; + + +/** + * Undercurl style. Set UNDERCURL_STYLE to one of the available styles. + * + * Curly: Dunno how to draw it *shrug* + * _ _ _ _ + * ( ) ( ) ( ) ( ) + * (_) (_) (_) (_) + * + * Spiky: + * /\ /\ /\ /\ + * \/ \/ \/ + * + * Capped: + * _ _ _ + * / \ / \ / \ + * \_/ \_/ + */ +// Available styles +#define UNDERCURL_CURLY 0 +#define UNDERCURL_SPIKY 1 +#define UNDERCURL_CAPPED 2 +// Active style +#define UNDERCURL_STYLE UNDERCURL_SPIKY diff --git a/suckless/st/config.mk b/suckless/st/config.mk new file mode 100644 index 0000000..6da5383 --- /dev/null +++ b/suckless/st/config.mk @@ -0,0 +1,52 @@ +# st version +VERSION = 0.8.4 + +# Customize below to fit your system + +# paths +PREFIX = /usr/local +MANPREFIX = $(PREFIX)/share/man + +X11INC = /usr/X11R6/include +X11LIB = /usr/X11R6/lib + +PKG_CONFIG = pkg-config + +# Uncomment this for the alpha patch / ALPHA_PATCH +XRENDER = -lXrender + +# Uncomment this for the themed cursor patch / THEMED_CURSOR_PATCH +XCURSOR = -lXcursor + +# Uncomment the lines below for the ligatures patch / LIGATURES_PATCH +LIGATURES_C = hb.c +LIGATURES_H = hb.h +LIGATURES_INC = `$(PKG_CONFIG) --cflags harfbuzz` +LIGATURES_LIBS = `$(PKG_CONFIG) --libs harfbuzz` + +# Uncomment this for the SIXEL patch / SIXEL_PATCH +SIXEL_C = sixel.c sixel_hls.c + +# includes and libs, uncomment harfbuzz for the ligatures patch +INCS = -I$(X11INC) \ + `$(PKG_CONFIG) --cflags fontconfig` \ + `$(PKG_CONFIG) --cflags freetype2` \ + $(LIGATURES_INC) +LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft ${XRENDER} ${XCURSOR}\ + `$(PKG_CONFIG) --libs fontconfig` \ + `$(PKG_CONFIG) --libs freetype2` \ + $(LIGATURES_LIBS) + +# flags +STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 +STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) +STLDFLAGS = $(LIBS) $(LDFLAGS) + +# OpenBSD: +#CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE +#LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \ +# `pkg-config --libs fontconfig` \ +# `pkg-config --libs freetype2` + +# compiler and linker +# CC = c99 diff --git a/suckless/st/hb.c b/suckless/st/hb.c new file mode 100644 index 0000000..5af5940 --- /dev/null +++ b/suckless/st/hb.c @@ -0,0 +1,141 @@ +#include <stdlib.h> +#include <stdio.h> +#include <math.h> +#include <X11/Xft/Xft.h> +#include <time.h> +#include <hb.h> +#include <hb-ft.h> +#include "st.h" + +void hbtransformsegment(XftFont *xfont, const Glyph *string, hb_codepoint_t *codepoints, int start, int length); +hb_font_t *hbfindfont(XftFont *match); + +typedef struct { + XftFont *match; + hb_font_t *font; +} HbFontMatch; + +static int hbfontslen = 0; +static HbFontMatch *hbfontcache = NULL; + +void +hbunloadfonts() +{ + for (int i = 0; i < hbfontslen; i++) { + hb_font_destroy(hbfontcache[i].font); + XftUnlockFace(hbfontcache[i].match); + } + + if (hbfontcache != NULL) { + free(hbfontcache); + hbfontcache = NULL; + } + hbfontslen = 0; +} + +hb_font_t * +hbfindfont(XftFont *match) +{ + for (int i = 0; i < hbfontslen; i++) { + if (hbfontcache[i].match == match) + return hbfontcache[i].font; + } + + /* Font not found in cache, caching it now. */ + hbfontcache = realloc(hbfontcache, sizeof(HbFontMatch) * (hbfontslen + 1)); + FT_Face face = XftLockFace(match); + hb_font_t *font = hb_ft_font_create(face, NULL); + if (font == NULL) + die("Failed to load Harfbuzz font."); + + hbfontcache[hbfontslen].match = match; + hbfontcache[hbfontslen].font = font; + hbfontslen += 1; + + return font; +} + +void +hbtransform(XftGlyphFontSpec *specs, const Glyph *glyphs, size_t len, int x, int y) +{ + int start = 0, length = 1, gstart = 0; + hb_codepoint_t *codepoints = calloc(len, sizeof(hb_codepoint_t)); + + for (int idx = 1, specidx = 1; idx < len; idx++) { + if (glyphs[idx].mode & ATTR_WDUMMY) { + length += 1; + continue; + } + + if (specs[specidx].font != specs[start].font || ATTRCMP(glyphs[gstart], glyphs[idx]) || selected(x + idx, y) != selected(x + gstart, y)) { + hbtransformsegment(specs[start].font, glyphs, codepoints, gstart, length); + + /* Reset the sequence. */ + length = 1; + start = specidx; + gstart = idx; + } else { + length += 1; + } + + specidx++; + } + + /* EOL. */ + hbtransformsegment(specs[start].font, glyphs, codepoints, gstart, length); + + /* Apply the transformation to glyph specs. */ + for (int i = 0, specidx = 0; i < len; i++) { + if (glyphs[i].mode & ATTR_WDUMMY) + continue; + + if (glyphs[i].mode & ATTR_BOXDRAW) { + specidx++; + continue; + } + + if (codepoints[i] != specs[specidx].glyph) + ((Glyph *)glyphs)[i].mode |= ATTR_LIGA; + + specs[specidx++].glyph = codepoints[i]; + } + + free(codepoints); +} + +void +hbtransformsegment(XftFont *xfont, const Glyph *string, hb_codepoint_t *codepoints, int start, int length) +{ + hb_font_t *font = hbfindfont(xfont); + if (font == NULL) + return; + + Rune rune; + ushort mode = USHRT_MAX; + hb_buffer_t *buffer = hb_buffer_create(); + hb_buffer_set_direction(buffer, HB_DIRECTION_LTR); + + /* Fill buffer with codepoints. */ + for (int i = start; i < (start+length); i++) { + rune = string[i].u; + mode = string[i].mode; + if (mode & ATTR_WDUMMY) + rune = 0x0020; + hb_buffer_add_codepoints(buffer, &rune, 1, 0, 1); + } + + /* Shape the segment. */ + hb_shape(font, buffer, NULL, 0); + + /* Get new glyph info. */ + hb_glyph_info_t *info = hb_buffer_get_glyph_infos(buffer, NULL); + + /* Write new codepoints. */ + for (int i = 0; i < length; i++) { + hb_codepoint_t gid = info[i].codepoint; + codepoints[start+i] = gid; + } + + /* Cleanup. */ + hb_buffer_destroy(buffer); +} diff --git a/suckless/st/hb.h b/suckless/st/hb.h new file mode 100644 index 0000000..07888df --- /dev/null +++ b/suckless/st/hb.h @@ -0,0 +1,6 @@ +#include <X11/Xft/Xft.h> +#include <hb.h> +#include <hb-ft.h> + +void hbunloadfonts(); +void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int); diff --git a/suckless/st/patch/boxdraw.c b/suckless/st/patch/boxdraw.c new file mode 100644 index 0000000..ef1e110 --- /dev/null +++ b/suckless/st/patch/boxdraw.c @@ -0,0 +1,192 @@ +/* + * Copyright 2018 Avi Halachmi (:avih) avihpit@yahoo.com https://github.com/avih + * MIT/X Consortium License + */ + +#include <X11/Xft/Xft.h> + +/* Rounded non-negative integers division of n / d */ +#define DIV(n, d) (((n) + (d) / 2) / (d)) + +static Display *xdpy; +static Colormap xcmap; +static XftDraw *xd; +static Visual *xvis; + +static void drawbox(int, int, int, int, XftColor *, XftColor *, ushort); +static void drawboxlines(int, int, int, int, XftColor *, ushort); + +/* public API */ + +void +boxdraw_xinit(Display *dpy, Colormap cmap, XftDraw *draw, Visual *vis) +{ + xdpy = dpy; xcmap = cmap; xd = draw, xvis = vis; +} + +int +isboxdraw(Rune u) +{ + Rune block = u & ~0xff; + return (boxdraw && block == 0x2500 && boxdata[(uint8_t)u]) || + (boxdraw_braille && block == 0x2800); +} + +/* the "index" is actually the entire shape data encoded as ushort */ +ushort +boxdrawindex(const Glyph *g) +{ + if (boxdraw_braille && (g->u & ~0xff) == 0x2800) + return BRL | (uint8_t)g->u; + if (boxdraw_bold && (g->mode & ATTR_BOLD)) + return BDB | boxdata[(uint8_t)g->u]; + return boxdata[(uint8_t)g->u]; +} + +void +drawboxes(int x, int y, int cw, int ch, XftColor *fg, XftColor *bg, + const XftGlyphFontSpec *specs, int len) +{ + for ( ; len-- > 0; x += cw, specs++) + drawbox(x, y, cw, ch, fg, bg, (ushort)specs->glyph); +} + +/* implementation */ + +void +drawbox(int x, int y, int w, int h, XftColor *fg, XftColor *bg, ushort bd) +{ + ushort cat = bd & ~(BDB | 0xff); /* mask out bold and data */ + if (bd & (BDL | BDA)) { + /* lines (light/double/heavy/arcs) */ + drawboxlines(x, y, w, h, fg, bd); + + } else if (cat == BBD) { + /* lower (8-X)/8 block */ + int d = DIV((uint8_t)bd * h, 8); + XftDrawRect(xd, fg, x, y + d, w, h - d); + + } else if (cat == BBU) { + /* upper X/8 block */ + XftDrawRect(xd, fg, x, y, w, DIV((uint8_t)bd * h, 8)); + + } else if (cat == BBL) { + /* left X/8 block */ + XftDrawRect(xd, fg, x, y, DIV((uint8_t)bd * w, 8), h); + + } else if (cat == BBR) { + /* right (8-X)/8 block */ + int d = DIV((uint8_t)bd * w, 8); + XftDrawRect(xd, fg, x + d, y, w - d, h); + + } else if (cat == BBQ) { + /* Quadrants */ + int w2 = DIV(w, 2), h2 = DIV(h, 2); + if (bd & TL) + XftDrawRect(xd, fg, x, y, w2, h2); + if (bd & TR) + XftDrawRect(xd, fg, x + w2, y, w - w2, h2); + if (bd & BL) + XftDrawRect(xd, fg, x, y + h2, w2, h - h2); + if (bd & BR) + XftDrawRect(xd, fg, x + w2, y + h2, w - w2, h - h2); + + } else if (bd & BBS) { + /* Shades - data is 1/2/3 for 25%/50%/75% alpha, respectively */ + int d = (uint8_t)bd; + XftColor xfc; + XRenderColor xrc = { .alpha = 0xffff }; + + xrc.red = DIV(fg->color.red * d + bg->color.red * (4 - d), 4); + xrc.green = DIV(fg->color.green * d + bg->color.green * (4 - d), 4); + xrc.blue = DIV(fg->color.blue * d + bg->color.blue * (4 - d), 4); + + XftColorAllocValue(xdpy, xvis, xcmap, &xrc, &xfc); + XftDrawRect(xd, &xfc, x, y, w, h); + XftColorFree(xdpy, xvis, xcmap, &xfc); + + } else if (cat == BRL) { + /* braille, each data bit corresponds to one dot at 2x4 grid */ + int w1 = DIV(w, 2); + int h1 = DIV(h, 4), h2 = DIV(h, 2), h3 = DIV(3 * h, 4); + + if (bd & 1) XftDrawRect(xd, fg, x, y, w1, h1); + if (bd & 2) XftDrawRect(xd, fg, x, y + h1, w1, h2 - h1); + if (bd & 4) XftDrawRect(xd, fg, x, y + h2, w1, h3 - h2); + if (bd & 8) XftDrawRect(xd, fg, x + w1, y, w - w1, h1); + if (bd & 16) XftDrawRect(xd, fg, x + w1, y + h1, w - w1, h2 - h1); + if (bd & 32) XftDrawRect(xd, fg, x + w1, y + h2, w - w1, h3 - h2); + if (bd & 64) XftDrawRect(xd, fg, x, y + h3, w1, h - h3); + if (bd & 128) XftDrawRect(xd, fg, x + w1, y + h3, w - w1, h - h3); + + } +} + +void +drawboxlines(int x, int y, int w, int h, XftColor *fg, ushort bd) +{ + /* s: stem thickness. width/8 roughly matches underscore thickness. */ + /* We draw bold as 1.5 * normal-stem and at least 1px thicker. */ + /* doubles draw at least 3px, even when w or h < 3. bold needs 6px. */ + int mwh = MIN(w, h); + int base_s = MAX(1, DIV(mwh, 8)); + int bold = (bd & BDB) && mwh >= 6; /* possibly ignore boldness */ + int s = bold ? MAX(base_s + 1, DIV(3 * base_s, 2)) : base_s; + int w2 = DIV(w - s, 2), h2 = DIV(h - s, 2); + /* the s-by-s square (x + w2, y + h2, s, s) is the center texel. */ + /* The base length (per direction till edge) includes this square. */ + + int light = bd & (LL | LU | LR | LD); + int double_ = bd & (DL | DU | DR | DD); + + if (light) { + /* d: additional (negative) length to not-draw the center */ + /* texel - at arcs and avoid drawing inside (some) doubles */ + int arc = bd & BDA; + int multi_light = light & (light - 1); + int multi_double = double_ & (double_ - 1); + /* light crosses double only at DH+LV, DV+LH (ref. shapes) */ + int d = arc || (multi_double && !multi_light) ? -s : 0; + + if (bd & LL) + XftDrawRect(xd, fg, x, y + h2, w2 + s + d, s); + if (bd & LU) + XftDrawRect(xd, fg, x + w2, y, s, h2 + s + d); + if (bd & LR) + XftDrawRect(xd, fg, x + w2 - d, y + h2, w - w2 + d, s); + if (bd & LD) + XftDrawRect(xd, fg, x + w2, y + h2 - d, s, h - h2 + d); + } + + /* double lines - also align with light to form heavy when combined */ + if (double_) { + /* + * going clockwise, for each double-ray: p is additional length + * to the single-ray nearer to the previous direction, and n to + * the next. p and n adjust from the base length to lengths + * which consider other doubles - shorter to avoid intersections + * (p, n), or longer to draw the far-corner texel (n). + */ + int dl = bd & DL, du = bd & DU, dr = bd & DR, dd = bd & DD; + if (dl) { + int p = dd ? -s : 0, n = du ? -s : dd ? s : 0; + XftDrawRect(xd, fg, x, y + h2 + s, w2 + s + p, s); + XftDrawRect(xd, fg, x, y + h2 - s, w2 + s + n, s); + } + if (du) { + int p = dl ? -s : 0, n = dr ? -s : dl ? s : 0; + XftDrawRect(xd, fg, x + w2 - s, y, s, h2 + s + p); + XftDrawRect(xd, fg, x + w2 + s, y, s, h2 + s + n); + } + if (dr) { + int p = du ? -s : 0, n = dd ? -s : du ? s : 0; + XftDrawRect(xd, fg, x + w2 - p, y + h2 - s, w - w2 + p, s); + XftDrawRect(xd, fg, x + w2 - n, y + h2 + s, w - w2 + n, s); + } + if (dd) { + int p = dr ? -s : 0, n = dl ? -s : dr ? s : 0; + XftDrawRect(xd, fg, x + w2 + s, y + h2 - p, s, h - h2 + p); + XftDrawRect(xd, fg, x + w2 - s, y + h2 - n, s, h - h2 + n); + } + } +} diff --git a/suckless/st/patch/boxdraw.h b/suckless/st/patch/boxdraw.h new file mode 100644 index 0000000..7890500 --- /dev/null +++ b/suckless/st/patch/boxdraw.h @@ -0,0 +1,214 @@ +/* + * Copyright 2018 Avi Halachmi (:avih) avihpit@yahoo.com https://github.com/avih + * MIT/X Consortium License + */ + +/* + * U+25XX codepoints data + * + * References: + * http://www.unicode.org/charts/PDF/U2500.pdf + * http://www.unicode.org/charts/PDF/U2580.pdf + * + * Test page: + * https://github.com/GNOME/vte/blob/master/doc/boxes.txt + */ + +/* Each shape is encoded as 16-bits. Higher bits are category, lower are data */ +/* Categories (mutually exclusive except BDB): */ +/* For convenience, BDL/BDA/BBS/BDB are 1 bit each, the rest are enums */ +#define BDL (1<<8) /* Box Draw Lines (light/double/heavy) */ +#define BDA (1<<9) /* Box Draw Arc (light) */ + +#define BBD (1<<10) /* Box Block Down (lower) X/8 */ +#define BBL (2<<10) /* Box Block Left X/8 */ +#define BBU (3<<10) /* Box Block Upper X/8 */ +#define BBR (4<<10) /* Box Block Right X/8 */ +#define BBQ (5<<10) /* Box Block Quadrants */ +#define BRL (6<<10) /* Box Braille (data is lower byte of U28XX) */ + +#define BBS (1<<14) /* Box Block Shades */ +#define BDB (1<<15) /* Box Draw is Bold */ + +/* (BDL/BDA) Light/Double/Heavy x Left/Up/Right/Down/Horizontal/Vertical */ +/* Heavy is light+double (literally drawing light+double align to form heavy) */ +#define LL (1<<0) +#define LU (1<<1) +#define LR (1<<2) +#define LD (1<<3) +#define LH (LL+LR) +#define LV (LU+LD) + +#define DL (1<<4) +#define DU (1<<5) +#define DR (1<<6) +#define DD (1<<7) +#define DH (DL+DR) +#define DV (DU+DD) + +#define HL (LL+DL) +#define HU (LU+DU) +#define HR (LR+DR) +#define HD (LD+DD) +#define HH (HL+HR) +#define HV (HU+HD) + +/* (BBQ) Quadrants Top/Bottom x Left/Right */ +#define TL (1<<0) +#define TR (1<<1) +#define BL (1<<2) +#define BR (1<<3) + +/* Data for U+2500 - U+259F except dashes/diagonals */ +static const unsigned short boxdata[256] = { + /* light lines */ + [0x00] = BDL + LH, /* light horizontal */ + [0x02] = BDL + LV, /* light vertical */ + [0x0c] = BDL + LD + LR, /* light down and right */ + [0x10] = BDL + LD + LL, /* light down and left */ + [0x14] = BDL + LU + LR, /* light up and right */ + [0x18] = BDL + LU + LL, /* light up and left */ + [0x1c] = BDL + LV + LR, /* light vertical and right */ + [0x24] = BDL + LV + LL, /* light vertical and left */ + [0x2c] = BDL + LH + LD, /* light horizontal and down */ + [0x34] = BDL + LH + LU, /* light horizontal and up */ + [0x3c] = BDL + LV + LH, /* light vertical and horizontal */ + [0x74] = BDL + LL, /* light left */ + [0x75] = BDL + LU, /* light up */ + [0x76] = BDL + LR, /* light right */ + [0x77] = BDL + LD, /* light down */ + + /* heavy [+light] lines */ + [0x01] = BDL + HH, + [0x03] = BDL + HV, + [0x0d] = BDL + HR + LD, + [0x0e] = BDL + HD + LR, + [0x0f] = BDL + HD + HR, + [0x11] = BDL + HL + LD, + [0x12] = BDL + HD + LL, + [0x13] = BDL + HD + HL, + [0x15] = BDL + HR + LU, + [0x16] = BDL + HU + LR, + [0x17] = BDL + HU + HR, + [0x19] = BDL + HL + LU, + [0x1a] = BDL + HU + LL, + [0x1b] = BDL + HU + HL, + [0x1d] = BDL + HR + LV, + [0x1e] = BDL + HU + LD + LR, + [0x1f] = BDL + HD + LR + LU, + [0x20] = BDL + HV + LR, + [0x21] = BDL + HU + HR + LD, + [0x22] = BDL + HD + HR + LU, + [0x23] = BDL + HV + HR, + [0x25] = BDL + HL + LV, + [0x26] = BDL + HU + LD + LL, + [0x27] = BDL + HD + LU + LL, + [0x28] = BDL + HV + LL, + [0x29] = BDL + HU + HL + LD, + [0x2a] = BDL + HD + HL + LU, + [0x2b] = BDL + HV + HL, + [0x2d] = BDL + HL + LD + LR, + [0x2e] = BDL + HR + LL + LD, + [0x2f] = BDL + HH + LD, + [0x30] = BDL + HD + LH, + [0x31] = BDL + HD + HL + LR, + [0x32] = BDL + HR + HD + LL, + [0x33] = BDL + HH + HD, + [0x35] = BDL + HL + LU + LR, + [0x36] = BDL + HR + LU + LL, + [0x37] = BDL + HH + LU, + [0x38] = BDL + HU + LH, + [0x39] = BDL + HU + HL + LR, + [0x3a] = BDL + HU + HR + LL, + [0x3b] = BDL + HH + HU, + [0x3d] = BDL + HL + LV + LR, + [0x3e] = BDL + HR + LV + LL, + [0x3f] = BDL + HH + LV, + [0x40] = BDL + HU + LH + LD, + [0x41] = BDL + HD + LH + LU, + [0x42] = BDL + HV + LH, + [0x43] = BDL + HU + HL + LD + LR, + [0x44] = BDL + HU + HR + LD + LL, + [0x45] = BDL + HD + HL + LU + LR, + [0x46] = BDL + HD + HR + LU + LL, + [0x47] = BDL + HH + HU + LD, + [0x48] = BDL + HH + HD + LU, + [0x49] = BDL + HV + HL + LR, + [0x4a] = BDL + HV + HR + LL, + [0x4b] = BDL + HV + HH, + [0x78] = BDL + HL, + [0x79] = BDL + HU, + [0x7a] = BDL + HR, + [0x7b] = BDL + HD, + [0x7c] = BDL + HR + LL, + [0x7d] = BDL + HD + LU, + [0x7e] = BDL + HL + LR, + [0x7f] = BDL + HU + LD, + + /* double [+light] lines */ + [0x50] = BDL + DH, + [0x51] = BDL + DV, + [0x52] = BDL + DR + LD, + [0x53] = BDL + DD + LR, + [0x54] = BDL + DR + DD, + [0x55] = BDL + DL + LD, + [0x56] = BDL + DD + LL, + [0x57] = BDL + DL + DD, + [0x58] = BDL + DR + LU, + [0x59] = BDL + DU + LR, + [0x5a] = BDL + DU + DR, + [0x5b] = BDL + DL + LU, + [0x5c] = BDL + DU + LL, + [0x5d] = BDL + DL + DU, + [0x5e] = BDL + DR + LV, + [0x5f] = BDL + DV + LR, + [0x60] = BDL + DV + DR, + [0x61] = BDL + DL + LV, + [0x62] = BDL + DV + LL, + [0x63] = BDL + DV + DL, + [0x64] = BDL + DH + LD, + [0x65] = BDL + DD + LH, + [0x66] = BDL + DD + DH, + [0x67] = BDL + DH + LU, + [0x68] = BDL + DU + LH, + [0x69] = BDL + DH + DU, + [0x6a] = BDL + DH + LV, + [0x6b] = BDL + DV + LH, + [0x6c] = BDL + DH + DV, + + /* (light) arcs */ + [0x6d] = BDA + LD + LR, + [0x6e] = BDA + LD + LL, + [0x6f] = BDA + LU + LL, + [0x70] = BDA + LU + LR, + + /* Lower (Down) X/8 block (data is 8 - X) */ + [0x81] = BBD + 7, [0x82] = BBD + 6, [0x83] = BBD + 5, [0x84] = BBD + 4, + [0x85] = BBD + 3, [0x86] = BBD + 2, [0x87] = BBD + 1, [0x88] = BBD + 0, + + /* Left X/8 block (data is X) */ + [0x89] = BBL + 7, [0x8a] = BBL + 6, [0x8b] = BBL + 5, [0x8c] = BBL + 4, + [0x8d] = BBL + 3, [0x8e] = BBL + 2, [0x8f] = BBL + 1, + + /* upper 1/2 (4/8), 1/8 block (X), right 1/2, 1/8 block (8-X) */ + [0x80] = BBU + 4, [0x94] = BBU + 1, + [0x90] = BBR + 4, [0x95] = BBR + 7, + + /* Quadrants */ + [0x96] = BBQ + BL, + [0x97] = BBQ + BR, + [0x98] = BBQ + TL, + [0x99] = BBQ + TL + BL + BR, + [0x9a] = BBQ + TL + BR, + [0x9b] = BBQ + TL + TR + BL, + [0x9c] = BBQ + TL + TR + BR, + [0x9d] = BBQ + TR, + [0x9e] = BBQ + BL + TR, + [0x9f] = BBQ + BL + TR + BR, + + /* Shades, data is an alpha value in 25% units (1/4, 1/2, 3/4) */ + [0x91] = BBS + 1, [0x92] = BBS + 2, [0x93] = BBS + 3, + + /* U+2504 - U+250B, U+254C - U+254F: unsupported (dashes) */ + /* U+2571 - U+2573: unsupported (diagonals) */ +}; diff --git a/suckless/st/patch/copyurl.c b/suckless/st/patch/copyurl.c new file mode 100644 index 0000000..a9b29e0 --- /dev/null +++ b/suckless/st/patch/copyurl.c @@ -0,0 +1,118 @@ +void +tsetcolor( int row, int start, int end, uint32_t fg, uint32_t bg ) +{ + int i = start; + for( ; i < end; ++i ) + { + term.line[row][i].fg = fg; + term.line[row][i].bg = bg; + } +} + +char * +findlastany(char *str, const char** find, size_t len) +{ + char* found = NULL; + int i = 0; + for(found = str + strlen(str) - 1; found >= str; --found) { + for(i = 0; i < len; i++) { + if(strncmp(found, find[i], strlen(find[i])) == 0) { + return found; + } + } + } + + return NULL; +} + +/* +** Select and copy the previous url on screen (do nothing if there's no url). +** +** FIXME: doesn't handle urls that span multiple lines; will need to add support +** for multiline "getsel()" first +*/ +void +copyurl(const Arg *arg) { + /* () and [] can appear in urls, but excluding them here will reduce false + * positives when figuring out where a given url ends. + */ + static char URLCHARS[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + "abcdefghijklmnopqrstuvwxyz" + "0123456789-._~:/?#@!$&'*+,;=%"; + + static const char* URLSTRINGS[] = {"http://", "https://"}; + + /* remove highlighting from previous selection if any */ + if(sel.ob.x >= 0 && sel.oe.x >= 0) + tsetcolor(sel.nb.y, sel.ob.x, sel.oe.x + 1, defaultfg, defaultbg); + + int i = 0, + row = 0, /* row of current URL */ + col = 0, /* column of current URL start */ + startrow = 0, /* row of last occurrence */ + colend = 0, /* column of last occurrence */ + passes = 0; /* how many rows have been scanned */ + + char *linestr = calloc(term.col+1, sizeof(Rune)); + char *c = NULL, + *match = NULL; + + row = (sel.ob.x >= 0 && sel.nb.y > 0) ? sel.nb.y : term.bot; + LIMIT(row, term.top, term.bot); + startrow = row; + + colend = (sel.ob.x >= 0 && sel.nb.y > 0) ? sel.nb.x : term.col; + LIMIT(colend, 0, term.col); + + /* + ** Scan from (term.bot,term.col) to (0,0) and find + ** next occurrance of a URL + */ + while (passes !=term.bot + 2) { + /* Read in each column of every row until + ** we hit previous occurrence of URL + */ + for (col = 0, i = 0; col < colend; ++col,++i) { + linestr[i] = term.line[row][col].u; + } + linestr[term.col] = '\0'; + + if ((match = findlastany(linestr, URLSTRINGS, + sizeof(URLSTRINGS)/sizeof(URLSTRINGS[0])))) + break; + + if (--row < term.top) + row = term.bot; + + colend = term.col; + passes++; + }; + + if (match) { + /* must happen before trim */ + selclear(); + sel.ob.x = strlen(linestr) - strlen(match); + + /* trim the rest of the line from the url match */ + for (c = match; *c != '\0'; ++c) + if (!strchr(URLCHARS, *c)) { + *c = '\0'; + break; + } + + /* highlight selection by inverting terminal colors */ + tsetcolor(row, sel.ob.x, sel.ob.x + strlen( match ), defaultbg, defaultfg); + + /* select and copy */ + sel.mode = 1; + sel.type = SEL_REGULAR; + sel.oe.x = sel.ob.x + strlen(match)-1; + sel.ob.y = sel.oe.y = row; + selnormalize(); + tsetdirt(sel.nb.y, sel.ne.y); + xsetsel(getsel()); + xclipcopy(); + } + + free(linestr); +} diff --git a/suckless/st/patch/copyurl.h b/suckless/st/patch/copyurl.h new file mode 100644 index 0000000..b87f823 --- /dev/null +++ b/suckless/st/patch/copyurl.h @@ -0,0 +1,3 @@ +void copyurl(const Arg *); +static void tsetcolor(int, int, int, uint32_t, uint32_t); +static char * findlastany(char *, const char**, size_t); diff --git a/suckless/st/patch/externalpipe.c b/suckless/st/patch/externalpipe.c new file mode 100644 index 0000000..1ae7c85 --- /dev/null +++ b/suckless/st/patch/externalpipe.c @@ -0,0 +1,68 @@ +int extpipeactive = 0; + +void +extpipe(const Arg *arg, int in) +{ + int to[2]; + char buf[UTF_SIZ]; + void (*oldsigpipe)(int); + Glyph *bp, *end; + int lastpos, n, newline; + + if (pipe(to) == -1) + return; + + switch (fork()) { + case -1: + close(to[0]); + close(to[1]); + return; + case 0: + dup2(to[0], STDIN_FILENO); + close(to[0]); + close(to[1]); + if (in) + dup2(csdfd, STDOUT_FILENO); + close(csdfd); + execvp(((char **)arg->v)[0], (char **)arg->v); + fprintf(stderr, "st: execvp %s\n", ((char **)arg->v)[0]); + perror("failed"); + exit(0); + } + + close(to[0]); + /* ignore sigpipe for now, in case child exists early */ + oldsigpipe = signal(SIGPIPE, SIG_IGN); + newline = 0; + for (n = 0; n < term.row; n++) { + bp = term.line[n]; + lastpos = MIN(tlinelen(n) + 1, term.col) - 1; + if (lastpos < 0) + break; + end = &bp[lastpos + 1]; + for (; bp < end; ++bp) + if (xwrite(to[1], buf, utf8encode(bp->u, buf)) < 0) + break; + if ((newline = term.line[n][lastpos].mode & ATTR_WRAP)) + continue; + if (xwrite(to[1], "\n", 1) < 0) + break; + newline = 0; + } + if (newline) + (void)xwrite(to[1], "\n", 1); + close(to[1]); + /* restore */ + signal(SIGPIPE, oldsigpipe); + extpipeactive = 1; +} + +void +externalpipe(const Arg *arg) { + extpipe(arg, 0); +} + +void +externalpipein(const Arg *arg) { + extpipe(arg, 1); +} diff --git a/suckless/st/patch/externalpipe.h b/suckless/st/patch/externalpipe.h new file mode 100644 index 0000000..432e86f --- /dev/null +++ b/suckless/st/patch/externalpipe.h @@ -0,0 +1,2 @@ +void externalpipe(const Arg *); +void externalpipein(const Arg *); diff --git a/suckless/st/patch/fixkeyboardinput.c b/suckless/st/patch/fixkeyboardinput.c new file mode 100644 index 0000000..1814c18 --- /dev/null +++ b/suckless/st/patch/fixkeyboardinput.c @@ -0,0 +1,813 @@ +/* + * If you want keys other than the X11 function keys (0xFD00 - 0xFFFF) + * to be mapped below, add them to this array. + */ +static KeySym mappedkeys[] = { + XK_space, + XK_m, + XK_i, + XK_A, + XK_B, + XK_C, + XK_D, + XK_E, + XK_F, + XK_G, + XK_H, + XK_I, + XK_K, + XK_J, + XK_L, + XK_M, + XK_N, + XK_O, + XK_P, + XK_Q, + XK_R, + XK_S, + XK_T, + XK_U, + XK_V, + XK_W, + XK_X, + XK_Y, + XK_Z, + XK_Z, + XK_0, + XK_1, + XK_2, + XK_3, + XK_4, + XK_5, + XK_6, + XK_7, + XK_8, + XK_9, + XK_exclam, + XK_quotedbl, + XK_numbersign, + XK_dollar, + XK_percent, + XK_ampersand, + XK_apostrophe, + XK_parenleft, + XK_parenright, + XK_asterisk, + XK_plus, + XK_comma, + XK_minus, + XK_period, + XK_slash, + XK_colon, + XK_semicolon, + XK_less, + XK_equal, + XK_greater, + XK_question, + XK_at, + XK_bracketleft, + XK_backslash, + XK_bracketright, + XK_asciicircum, + XK_underscore, + XK_grave, + XK_braceleft, + XK_bar, + XK_braceright, + XK_asciitilde, +}; + +/* + * This is the huge key array which defines all compatibility to the Linux + * world. Please decide about changes wisely. + */ +static Key key[] = { + /* keysym mask string appkey appcursor */ + { XK_KP_Home, ShiftMask, "\033[2J", 0, -1}, + { XK_KP_Home, ShiftMask, "\033[1;2H", 0, +1}, + { XK_KP_Prior, ShiftMask, "\033[5;2~", 0, 0}, + { XK_KP_End, ControlMask, "\033[J", -1, 0}, + { XK_KP_End, ControlMask, "\033[1;5F", +1, 0}, + { XK_KP_End, ShiftMask, "\033[K", -1, 0}, + { XK_KP_End, ShiftMask, "\033[1;2F", +1, 0}, + { XK_KP_Next, ShiftMask, "\033[6;2~", 0, 0}, + { XK_KP_Insert, ShiftMask, "\033[2;2~", +1, 0}, + { XK_KP_Insert, ShiftMask, "\033[4l", -1, 0}, + { XK_KP_Insert, ControlMask, "\033[L", -1, 0}, + { XK_KP_Insert, ControlMask, "\033[2;5~", +1, 0}, + { XK_KP_Delete, ControlMask, "\033[M", -1, 0}, + { XK_KP_Delete, ControlMask, "\033[3;5~", +1, 0}, + { XK_KP_Delete, ShiftMask, "\033[2K", -1, 0}, + { XK_KP_Delete, ShiftMask, "\033[3;2~", +1, 0}, + { XK_Up, ShiftMask, "\033[1;2A", 0, 0}, + { XK_Up, Mod1Mask, "\033[1;3A", 0, 0}, + { XK_Up, ShiftMask|Mod1Mask,"\033[1;4A", 0, 0}, + { XK_Up, ControlMask, "\033[1;5A", 0, 0}, + { XK_Up, ShiftMask|ControlMask,"\033[1;6A", 0, 0}, + { XK_Up, ControlMask|Mod1Mask,"\033[1;7A", 0, 0}, + { XK_Up,ShiftMask|ControlMask|Mod1Mask,"\033[1;8A", 0, 0}, + { XK_Up, XK_ANY_MOD, "\033[A", 0, -1}, + { XK_Up, XK_ANY_MOD, "\033OA", 0, +1}, + { XK_Down, ShiftMask, "\033[1;2B", 0, 0}, + { XK_Down, Mod1Mask, "\033[1;3B", 0, 0}, + { XK_Down, ShiftMask|Mod1Mask,"\033[1;4B", 0, 0}, + { XK_Down, ControlMask, "\033[1;5B", 0, 0}, + { XK_Down, ShiftMask|ControlMask,"\033[1;6B", 0, 0}, + { XK_Down, ControlMask|Mod1Mask,"\033[1;7B", 0, 0}, + { XK_Down,ShiftMask|ControlMask|Mod1Mask,"\033[1;8B",0, 0}, + { XK_Down, XK_ANY_MOD, "\033[B", 0, -1}, + { XK_Down, XK_ANY_MOD, "\033OB", 0, +1}, + { XK_Left, ShiftMask, "\033[1;2D", 0, 0}, + { XK_Left, Mod1Mask, "\033[1;3D", 0, 0}, + { XK_Left, ShiftMask|Mod1Mask,"\033[1;4D", 0, 0}, + { XK_Left, ControlMask, "\033[1;5D", 0, 0}, + { XK_Left, ShiftMask|ControlMask,"\033[1;6D", 0, 0}, + { XK_Left, ControlMask|Mod1Mask,"\033[1;7D", 0, 0}, + { XK_Left,ShiftMask|ControlMask|Mod1Mask,"\033[1;8D",0, 0}, + { XK_Left, XK_ANY_MOD, "\033[D", 0, -1}, + { XK_Left, XK_ANY_MOD, "\033OD", 0, +1}, + { XK_Right, ShiftMask, "\033[1;2C", 0, 0}, + { XK_Right, Mod1Mask, "\033[1;3C", 0, 0}, + { XK_Right, ShiftMask|Mod1Mask,"\033[1;4C", 0, 0}, + { XK_Right, ControlMask, "\033[1;5C", 0, 0}, + { XK_Right, ShiftMask|ControlMask,"\033[1;6C", 0, 0}, + { XK_Right, ControlMask|Mod1Mask,"\033[1;7C", 0, 0}, + { XK_Right,ShiftMask|ControlMask|Mod1Mask,"\033[1;8C",0, 0}, + { XK_Right, XK_ANY_MOD, "\033[C", 0, -1}, + { XK_Right, XK_ANY_MOD, "\033OC", 0, +1}, + { XK_ISO_Left_Tab, ShiftMask, "\033[Z", 0, 0}, + { XK_Return, Mod1Mask, "\033\r", 0, 0}, + { XK_Return, XK_NO_MOD, "\r", 0, 0}, + { XK_Insert, ShiftMask, "\033[4l", -1, 0}, + { XK_Insert, ShiftMask, "\033[2;2~", +1, 0}, + { XK_Insert, ControlMask, "\033[L", -1, 0}, + { XK_Insert, ControlMask, "\033[2;5~", +1, 0}, + { XK_Delete, ControlMask, "\033[M", -1, 0}, + { XK_Delete, ControlMask, "\033[3;5~", +1, 0}, + { XK_Delete, ShiftMask, "\033[2K", -1, 0}, + { XK_Delete, ShiftMask, "\033[3;2~", +1, 0}, + { XK_BackSpace, XK_NO_MOD, "\177", 0, 0}, + { XK_BackSpace, Mod1Mask, "\033\177", 0, 0}, + { XK_Home, ShiftMask, "\033[2J", 0, -1}, + { XK_Home, ShiftMask, "\033[1;2H", 0, +1}, + { XK_End, ControlMask, "\033[J", -1, 0}, + { XK_End, ControlMask, "\033[1;5F", +1, 0}, + { XK_End, ShiftMask, "\033[K", -1, 0}, + { XK_End, ShiftMask, "\033[1;2F", +1, 0}, + { XK_Prior, ControlMask, "\033[5;5~", 0, 0}, + { XK_Prior, ShiftMask, "\033[5;2~", 0, 0}, + { XK_Next, ControlMask, "\033[6;5~", 0, 0}, + { XK_Next, ShiftMask, "\033[6;2~", 0, 0}, + { XK_F1, XK_NO_MOD, "\033OP" , 0, 0}, + { XK_F1, /* F13 */ ShiftMask, "\033[1;2P", 0, 0}, + { XK_F1, /* F25 */ ControlMask, "\033[1;5P", 0, 0}, + { XK_F1, /* F37 */ Mod4Mask, "\033[1;6P", 0, 0}, + { XK_F1, /* F49 */ Mod1Mask, "\033[1;3P", 0, 0}, + { XK_F1, /* F61 */ Mod3Mask, "\033[1;4P", 0, 0}, + { XK_F2, XK_NO_MOD, "\033OQ" , 0, 0}, + { XK_F2, /* F14 */ ShiftMask, "\033[1;2Q", 0, 0}, + { XK_F2, /* F26 */ ControlMask, "\033[1;5Q", 0, 0}, + { XK_F2, /* F38 */ Mod4Mask, "\033[1;6Q", 0, 0}, + { XK_F2, /* F50 */ Mod1Mask, "\033[1;3Q", 0, 0}, + { XK_F2, /* F62 */ Mod3Mask, "\033[1;4Q", 0, 0}, + { XK_F3, XK_NO_MOD, "\033OR" , 0, 0}, + { XK_F3, /* F15 */ ShiftMask, "\033[1;2R", 0, 0}, + { XK_F3, /* F27 */ ControlMask, "\033[1;5R", 0, 0}, + { XK_F3, /* F39 */ Mod4Mask, "\033[1;6R", 0, 0}, + { XK_F3, /* F51 */ Mod1Mask, "\033[1;3R", 0, 0}, + { XK_F3, /* F63 */ Mod3Mask, "\033[1;4R", 0, 0}, + { XK_F4, XK_NO_MOD, "\033OS" , 0, 0}, + { XK_F4, /* F16 */ ShiftMask, "\033[1;2S", 0, 0}, + { XK_F4, /* F28 */ ControlMask, "\033[1;5S", 0, 0}, + { XK_F4, /* F40 */ Mod4Mask, "\033[1;6S", 0, 0}, + { XK_F4, /* F52 */ Mod1Mask, "\033[1;3S", 0, 0}, + { XK_F5, XK_NO_MOD, "\033[15~", 0, 0}, + { XK_F5, /* F17 */ ShiftMask, "\033[15;2~", 0, 0}, + { XK_F5, /* F29 */ ControlMask, "\033[15;5~", 0, 0}, + { XK_F5, /* F41 */ Mod4Mask, "\033[15;6~", 0, 0}, + { XK_F5, /* F53 */ Mod1Mask, "\033[15;3~", 0, 0}, + { XK_F6, XK_NO_MOD, "\033[17~", 0, 0}, + { XK_F6, /* F18 */ ShiftMask, "\033[17;2~", 0, 0}, + { XK_F6, /* F30 */ ControlMask, "\033[17;5~", 0, 0}, + { XK_F6, /* F42 */ Mod4Mask, "\033[17;6~", 0, 0}, + { XK_F6, /* F54 */ Mod1Mask, "\033[17;3~", 0, 0}, + { XK_F7, XK_NO_MOD, "\033[18~", 0, 0}, + { XK_F7, /* F19 */ ShiftMask, "\033[18;2~", 0, 0}, + { XK_F7, /* F31 */ ControlMask, "\033[18;5~", 0, 0}, + { XK_F7, /* F43 */ Mod4Mask, "\033[18;6~", 0, 0}, + { XK_F7, /* F55 */ Mod1Mask, "\033[18;3~", 0, 0}, + { XK_F8, XK_NO_MOD, "\033[19~", 0, 0}, + { XK_F8, /* F20 */ ShiftMask, "\033[19;2~", 0, 0}, + { XK_F8, /* F32 */ ControlMask, "\033[19;5~", 0, 0}, + { XK_F8, /* F44 */ Mod4Mask, "\033[19;6~", 0, 0}, + { XK_F8, /* F56 */ Mod1Mask, "\033[19;3~", 0, 0}, + { XK_F9, XK_NO_MOD, "\033[20~", 0, 0}, + { XK_F9, /* F21 */ ShiftMask, "\033[20;2~", 0, 0}, + { XK_F9, /* F33 */ ControlMask, "\033[20;5~", 0, 0}, + { XK_F9, /* F45 */ Mod4Mask, "\033[20;6~", 0, 0}, + { XK_F9, /* F57 */ Mod1Mask, "\033[20;3~", 0, 0}, + { XK_F10, XK_NO_MOD, "\033[21~", 0, 0}, + { XK_F10, /* F22 */ ShiftMask, "\033[21;2~", 0, 0}, + { XK_F10, /* F34 */ ControlMask, "\033[21;5~", 0, 0}, + { XK_F10, /* F46 */ Mod4Mask, "\033[21;6~", 0, 0}, + { XK_F10, /* F58 */ Mod1Mask, "\033[21;3~", 0, 0}, + { XK_F11, XK_NO_MOD, "\033[23~", 0, 0}, + { XK_F11, /* F23 */ ShiftMask, "\033[23;2~", 0, 0}, + { XK_F11, /* F35 */ ControlMask, "\033[23;5~", 0, 0}, + { XK_F11, /* F47 */ Mod4Mask, "\033[23;6~", 0, 0}, + { XK_F11, /* F59 */ Mod1Mask, "\033[23;3~", 0, 0}, + { XK_F12, XK_NO_MOD, "\033[24~", 0, 0}, + { XK_F12, /* F24 */ ShiftMask, "\033[24;2~", 0, 0}, + { XK_F12, /* F36 */ ControlMask, "\033[24;5~", 0, 0}, + { XK_F12, /* F48 */ Mod4Mask, "\033[24;6~", 0, 0}, + { XK_F12, /* F60 */ Mod1Mask, "\033[24;3~", 0, 0}, + { XK_F13, XK_NO_MOD, "\033[1;2P", 0, 0}, + { XK_F14, XK_NO_MOD, "\033[1;2Q", 0, 0}, + { XK_F15, XK_NO_MOD, "\033[1;2R", 0, 0}, + { XK_F16, XK_NO_MOD, "\033[1;2S", 0, 0}, + { XK_F17, XK_NO_MOD, "\033[15;2~", 0, 0}, + { XK_F18, XK_NO_MOD, "\033[17;2~", 0, 0}, + { XK_F19, XK_NO_MOD, "\033[18;2~", 0, 0}, + { XK_F20, XK_NO_MOD, "\033[19;2~", 0, 0}, + { XK_F21, XK_NO_MOD, "\033[20;2~", 0, 0}, + { XK_F22, XK_NO_MOD, "\033[21;2~", 0, 0}, + { XK_F23, XK_NO_MOD, "\033[23;2~", 0, 0}, + { XK_F24, XK_NO_MOD, "\033[24;2~", 0, 0}, + { XK_F25, XK_NO_MOD, "\033[1;5P", 0, 0}, + { XK_F26, XK_NO_MOD, "\033[1;5Q", 0, 0}, + { XK_F27, XK_NO_MOD, "\033[1;5R", 0, 0}, + { XK_F28, XK_NO_MOD, "\033[1;5S", 0, 0}, + { XK_F29, XK_NO_MOD, "\033[15;5~", 0, 0}, + { XK_F30, XK_NO_MOD, "\033[17;5~", 0, 0}, + { XK_F31, XK_NO_MOD, "\033[18;5~", 0, 0}, + { XK_F32, XK_NO_MOD, "\033[19;5~", 0, 0}, + { XK_F33, XK_NO_MOD, "\033[20;5~", 0, 0}, + { XK_F34, XK_NO_MOD, "\033[21;5~", 0, 0}, + { XK_F35, XK_NO_MOD, "\033[23;5~", 0, 0}, + + // libtermkey compatible keyboard input + { XK_KP_Home, XK_NO_MOD, "\033[H", 0, -1}, + { XK_KP_Home, XK_NO_MOD, "\033[1~", 0, +1}, + { XK_KP_Home, ControlMask, "\033[149;5u", 0, 0}, + { XK_KP_Home, ControlMask|ShiftMask, "\033[149;6u", 0, 0}, + { XK_KP_Home, Mod1Mask, "\033[149;3u", 0, 0}, + { XK_KP_Home, Mod1Mask|ControlMask, "\033[149;7u", 0, 0}, + { XK_KP_Home, Mod1Mask|ControlMask|ShiftMask, "\033[149;8u", 0, 0}, + { XK_KP_Home, Mod1Mask|ShiftMask, "\033[149;4u", 0, 0}, + { XK_KP_Home, ShiftMask, "\033[149;2u", 0, 0}, + { XK_KP_Up, XK_NO_MOD, "\033Ox", +1, 0}, + { XK_KP_Up, XK_NO_MOD, "\033[A", 0, -1}, + { XK_KP_Up, XK_NO_MOD, "\033OA", 0, +1}, + { XK_KP_Up, ControlMask, "\033[151;5u", 0, 0}, + { XK_KP_Up, ControlMask|ShiftMask, "\033[151;6u", 0, 0}, + { XK_KP_Up, Mod1Mask, "\033[151;3u", 0, 0}, + { XK_KP_Up, Mod1Mask|ControlMask, "\033[151;7u", 0, 0}, + { XK_KP_Up, Mod1Mask|ControlMask|ShiftMask, "\033[151;8u", 0, 0}, + { XK_KP_Up, Mod1Mask|ShiftMask, "\033[151;4u", 0, 0}, + { XK_KP_Up, ShiftMask, "\033[151;2u", 0, 0}, + { XK_KP_Down, XK_NO_MOD, "\033Or", +1, 0}, + { XK_KP_Down, XK_NO_MOD, "\033[B", 0, -1}, + { XK_KP_Down, XK_NO_MOD, "\033OB", 0, +1}, + { XK_KP_Down, ControlMask, "\033[153;5u", 0, 0}, + { XK_KP_Down, ControlMask|ShiftMask, "\033[153;6u", 0, 0}, + { XK_KP_Down, Mod1Mask, "\033[153;3u", 0, 0}, + { XK_KP_Down, Mod1Mask|ControlMask, "\033[153;7u", 0, 0}, + { XK_KP_Down, Mod1Mask|ControlMask|ShiftMask, "\033[153;8u", 0, 0}, + { XK_KP_Down, Mod1Mask|ShiftMask, "\033[153;4u", 0, 0}, + { XK_KP_Down, ShiftMask, "\033[153;2u", 0, 0}, + { XK_KP_Left, XK_NO_MOD, "\033Ot", +1, 0}, + { XK_KP_Left, XK_NO_MOD, "\033[D", 0, -1}, + { XK_KP_Left, XK_NO_MOD, "\033OD", 0, +1}, + { XK_KP_Left, ControlMask, "\033[150;5u", 0, 0}, + { XK_KP_Left, ControlMask|ShiftMask, "\033[150;6u", 0, 0}, + { XK_KP_Left, Mod1Mask, "\033[150;3u", 0, 0}, + { XK_KP_Left, Mod1Mask|ControlMask, "\033[150;7u", 0, 0}, + { XK_KP_Left, Mod1Mask|ControlMask|ShiftMask, "\033[150;8u", 0, 0}, + { XK_KP_Left, Mod1Mask|ShiftMask, "\033[150;4u", 0, 0}, + { XK_KP_Left, ShiftMask, "\033[150;2u", 0, 0}, + { XK_KP_Right, XK_NO_MOD, "\033Ov", +1, 0}, + { XK_KP_Right, XK_NO_MOD, "\033[C", 0, -1}, + { XK_KP_Right, XK_NO_MOD, "\033OC", 0, +1}, + { XK_KP_Right, ControlMask, "\033[152;5u", 0, 0}, + { XK_KP_Right, ControlMask|ShiftMask, "\033[152;6u", 0, 0}, + { XK_KP_Right, Mod1Mask, "\033[152;3u", 0, 0}, + { XK_KP_Right, Mod1Mask|ControlMask, "\033[152;7u", 0, 0}, + { XK_KP_Right, Mod1Mask|ControlMask|ShiftMask, "\033[152;8u", 0, 0}, + { XK_KP_Right, Mod1Mask|ShiftMask, "\033[152;4u", 0, 0}, + { XK_KP_Right, ShiftMask, "\033[152;2u", 0, 0}, + { XK_KP_Prior, XK_NO_MOD, "\033[5~", 0, 0}, + { XK_KP_Prior, ControlMask, "\033[154;5u", 0, 0}, + { XK_KP_Prior, ControlMask|ShiftMask, "\033[154;6u", 0, 0}, + { XK_KP_Prior, Mod1Mask, "\033[154;3u", 0, 0}, + { XK_KP_Prior, Mod1Mask|ControlMask, "\033[154;7u", 0, 0}, + { XK_KP_Prior, Mod1Mask|ControlMask|ShiftMask, "\033[154;8u", 0, 0}, + { XK_KP_Prior, Mod1Mask|ShiftMask, "\033[154;4u", 0, 0}, + { XK_KP_Begin, XK_NO_MOD, "\033[E", 0, 0}, + { XK_KP_Begin, ControlMask, "\033[157;5u", 0, 0}, + { XK_KP_Begin, ControlMask|ShiftMask, "\033[157;6u", 0, 0}, + { XK_KP_Begin, Mod1Mask, "\033[157;3u", 0, 0}, + { XK_KP_Begin, Mod1Mask|ControlMask, "\033[157;7u", 0, 0}, + { XK_KP_Begin, Mod1Mask|ControlMask|ShiftMask, "\033[157;8u", 0, 0}, + { XK_KP_Begin, Mod1Mask|ShiftMask, "\033[157;4u", 0, 0}, + { XK_KP_Begin, ShiftMask, "\033[157;2u", 0, 0}, + { XK_KP_End, XK_NO_MOD, "\033[4~", 0, 0}, + { XK_KP_End, ControlMask|ShiftMask, "\033[156;6u", 0, 0}, + { XK_KP_End, Mod1Mask, "\033[156;3u", 0, 0}, + { XK_KP_End, Mod1Mask|ControlMask, "\033[156;7u", 0, 0}, + { XK_KP_End, Mod1Mask|ControlMask|ShiftMask, "\033[156;8u", 0, 0}, + { XK_KP_End, Mod1Mask|ShiftMask, "\033[156;4u", 0, 0}, + { XK_KP_Next, XK_NO_MOD, "\033[6~", 0, 0}, + { XK_KP_Next, ControlMask, "\033[155;5u", 0, 0}, + { XK_KP_Next, ControlMask|ShiftMask, "\033[155;6u", 0, 0}, + { XK_KP_Next, Mod1Mask, "\033[155;3u", 0, 0}, + { XK_KP_Next, Mod1Mask|ControlMask, "\033[155;7u", 0, 0}, + { XK_KP_Next, Mod1Mask|ControlMask|ShiftMask, "\033[155;8u", 0, 0}, + { XK_KP_Next, Mod1Mask|ShiftMask, "\033[155;4u", 0, 0}, + { XK_KP_Insert, XK_NO_MOD, "\033[4h", -1, 0}, + { XK_KP_Insert, XK_NO_MOD, "\033[2~", +1, 0}, + { XK_KP_Insert, ControlMask|ShiftMask, "\033[158;6u", 0, 0}, + { XK_KP_Insert, Mod1Mask, "\033[158;3u", 0, 0}, + { XK_KP_Insert, Mod1Mask|ControlMask, "\033[158;7u", 0, 0}, + { XK_KP_Insert, Mod1Mask|ControlMask|ShiftMask, "\033[158;8u", 0, 0}, + { XK_KP_Insert, Mod1Mask|ShiftMask, "\033[158;4u", 0, 0}, + { XK_KP_Delete, XK_NO_MOD, "\033[P", -1, 0}, + { XK_KP_Delete, XK_NO_MOD, "\033[3~", +1, 0}, + { XK_KP_Delete, ControlMask|ShiftMask, "\033[159;6u", 0, 0}, + { XK_KP_Delete, Mod1Mask, "\033[159;3u", 0, 0}, + { XK_KP_Delete, Mod1Mask|ControlMask, "\033[159;7u", 0, 0}, + { XK_KP_Delete, Mod1Mask|ControlMask|ShiftMask, "\033[159;8u", 0, 0}, + { XK_KP_Delete, Mod1Mask|ShiftMask, "\033[159;4u", 0, 0}, + { XK_KP_Multiply, XK_NO_MOD, "\033Oj", +2, 0}, + { XK_KP_Multiply, ControlMask, "\033[170;5u", 0, 0}, + { XK_KP_Multiply, ControlMask|ShiftMask, "\033[170;6u", 0, 0}, + { XK_KP_Multiply, Mod1Mask, "\033[170;3u", 0, 0}, + { XK_KP_Multiply, Mod1Mask|ControlMask, "\033[170;7u", 0, 0}, + { XK_KP_Multiply, Mod1Mask|ControlMask|ShiftMask, "\033[170;8u", 0, 0}, + { XK_KP_Multiply, Mod1Mask|ShiftMask, "\033[170;4u", 0, 0}, + { XK_KP_Multiply, ShiftMask, "\033[170;2u", 0, 0}, + { XK_KP_Add, XK_NO_MOD, "\033Ok", +2, 0}, + { XK_KP_Add, ControlMask, "\033[171;5u", 0, 0}, + { XK_KP_Add, ControlMask|ShiftMask, "\033[171;6u", 0, 0}, + { XK_KP_Add, Mod1Mask, "\033[171;3u", 0, 0}, + { XK_KP_Add, Mod1Mask|ControlMask, "\033[171;7u", 0, 0}, + { XK_KP_Add, Mod1Mask|ControlMask|ShiftMask, "\033[171;8u", 0, 0}, + { XK_KP_Add, Mod1Mask|ShiftMask, "\033[171;4u", 0, 0}, + { XK_KP_Add, ShiftMask, "\033[171;2u", 0, 0}, + { XK_KP_Enter, XK_NO_MOD, "\033OM", +2, 0}, + { XK_KP_Enter, XK_NO_MOD, "\r", -1, 0}, + { XK_KP_Enter, XK_NO_MOD, "\r\n", -1, 0}, + { XK_KP_Enter, ControlMask, "\033[141;5u", 0, 0}, + { XK_KP_Enter, ControlMask|ShiftMask, "\033[141;6u", 0, 0}, + { XK_KP_Enter, Mod1Mask, "\033[141;3u", 0, 0}, + { XK_KP_Enter, Mod1Mask|ControlMask, "\033[141;7u", 0, 0}, + { XK_KP_Enter, Mod1Mask|ControlMask|ShiftMask, "\033[141;8u", 0, 0}, + { XK_KP_Enter, Mod1Mask|ShiftMask, "\033[141;4u", 0, 0}, + { XK_KP_Enter, ShiftMask, "\033[141;2u", 0, 0}, + { XK_KP_Subtract, XK_NO_MOD, "\033Om", +2, 0}, + { XK_KP_Subtract, ControlMask, "\033[173;5u", 0, 0}, + { XK_KP_Subtract, ControlMask|ShiftMask, "\033[173;6u", 0, 0}, + { XK_KP_Subtract, Mod1Mask, "\033[173;3u", 0, 0}, + { XK_KP_Subtract, Mod1Mask|ControlMask, "\033[173;7u", 0, 0}, + { XK_KP_Subtract, Mod1Mask|ControlMask|ShiftMask, "\033[173;8u", 0, 0}, + { XK_KP_Subtract, Mod1Mask|ShiftMask, "\033[173;4u", 0, 0}, + { XK_KP_Subtract, ShiftMask, "\033[173;2u", 0, 0}, + { XK_KP_Decimal, XK_NO_MOD, "\033On", +2, 0}, + { XK_KP_Decimal, ControlMask, "\033[174;5u", 0, 0}, + { XK_KP_Decimal, ControlMask|ShiftMask, "\033[174;6u", 0, 0}, + { XK_KP_Decimal, Mod1Mask, "\033[174;3u", 0, 0}, + { XK_KP_Decimal, Mod1Mask|ControlMask, "\033[174;7u", 0, 0}, + { XK_KP_Decimal, Mod1Mask|ControlMask|ShiftMask, "\033[174;8u", 0, 0}, + { XK_KP_Decimal, Mod1Mask|ShiftMask, "\033[174;4u", 0, 0}, + { XK_KP_Decimal, ShiftMask, "\033[174;2u", 0, 0}, + { XK_KP_Divide, XK_NO_MOD, "\033Oo", +2, 0}, + { XK_KP_Divide, ControlMask, "\033[175;5u", 0, 0}, + { XK_KP_Divide, ControlMask|ShiftMask, "\033[175;6u", 0, 0}, + { XK_KP_Divide, Mod1Mask, "\033[175;3u", 0, 0}, + { XK_KP_Divide, Mod1Mask|ControlMask, "\033[175;7u", 0, 0}, + { XK_KP_Divide, Mod1Mask|ControlMask|ShiftMask, "\033[175;8u", 0, 0}, + { XK_KP_Divide, Mod1Mask|ShiftMask, "\033[175;4u", 0, 0}, + { XK_KP_Divide, ShiftMask, "\033[175;2u", 0, 0}, + { XK_KP_0, XK_NO_MOD, "\033Op", +2, 0}, + { XK_KP_0, ControlMask, "\033[176;5u", 0, 0}, + { XK_KP_0, ControlMask|ShiftMask, "\033[176;6u", 0, 0}, + { XK_KP_0, Mod1Mask, "\033[176;3u", 0, 0}, + { XK_KP_0, Mod1Mask|ControlMask, "\033[176;7u", 0, 0}, + { XK_KP_0, Mod1Mask|ControlMask|ShiftMask, "\033[176;8u", 0, 0}, + { XK_KP_0, Mod1Mask|ShiftMask, "\033[176;4u", 0, 0}, + { XK_KP_0, ShiftMask, "\033[176;2u", 0, 0}, + { XK_KP_1, XK_NO_MOD, "\033Oq", +2, 0}, + { XK_KP_0, ControlMask, "\033[177;5u", 0, 0}, + { XK_KP_0, ControlMask|ShiftMask, "\033[177;6u", 0, 0}, + { XK_KP_0, Mod1Mask, "\033[177;3u", 0, 0}, + { XK_KP_0, Mod1Mask|ControlMask, "\033[177;7u", 0, 0}, + { XK_KP_0, Mod1Mask|ControlMask|ShiftMask, "\033[177;8u", 0, 0}, + { XK_KP_0, Mod1Mask|ShiftMask, "\033[177;4u", 0, 0}, + { XK_KP_0, ShiftMask, "\033[177;2u", 0, 0}, + { XK_KP_2, XK_NO_MOD, "\033Or", +2, 0}, + { XK_KP_2, ControlMask, "\033[178;5u", 0, 0}, + { XK_KP_2, ControlMask|ShiftMask, "\033[178;6u", 0, 0}, + { XK_KP_2, Mod1Mask, "\033[178;3u", 0, 0}, + { XK_KP_2, Mod1Mask|ControlMask, "\033[178;7u", 0, 0}, + { XK_KP_2, Mod1Mask|ControlMask|ShiftMask, "\033[178;8u", 0, 0}, + { XK_KP_2, Mod1Mask|ShiftMask, "\033[178;4u", 0, 0}, + { XK_KP_2, ShiftMask, "\033[178;2u", 0, 0}, + { XK_KP_3, XK_NO_MOD, "\033Os", +2, 0}, + { XK_KP_3, ControlMask, "\033[179;5u", 0, 0}, + { XK_KP_3, ControlMask|ShiftMask, "\033[179;6u", 0, 0}, + { XK_KP_3, Mod1Mask, "\033[179;3u", 0, 0}, + { XK_KP_3, Mod1Mask|ControlMask, "\033[179;7u", 0, 0}, + { XK_KP_3, Mod1Mask|ControlMask|ShiftMask, "\033[179;8u", 0, 0}, + { XK_KP_3, Mod1Mask|ShiftMask, "\033[179;4u", 0, 0}, + { XK_KP_3, ShiftMask, "\033[179;2u", 0, 0}, + { XK_KP_4, XK_NO_MOD, "\033Ot", +2, 0}, + { XK_KP_4, ControlMask, "\033[180;5u", 0, 0}, + { XK_KP_4, ControlMask|ShiftMask, "\033[180;6u", 0, 0}, + { XK_KP_4, Mod1Mask, "\033[180;3u", 0, 0}, + { XK_KP_4, Mod1Mask|ControlMask, "\033[180;7u", 0, 0}, + { XK_KP_4, Mod1Mask|ControlMask|ShiftMask, "\033[180;8u", 0, 0}, + { XK_KP_4, Mod1Mask|ShiftMask, "\033[180;4u", 0, 0}, + { XK_KP_4, ShiftMask, "\033[180;2u", 0, 0}, + { XK_KP_5, XK_NO_MOD, "\033Ou", +2, 0}, + { XK_KP_5, ControlMask, "\033[181;5u", 0, 0}, + { XK_KP_5, ControlMask|ShiftMask, "\033[181;6u", 0, 0}, + { XK_KP_5, Mod1Mask, "\033[181;3u", 0, 0}, + { XK_KP_5, Mod1Mask|ControlMask, "\033[181;7u", 0, 0}, + { XK_KP_5, Mod1Mask|ControlMask|ShiftMask, "\033[181;8u", 0, 0}, + { XK_KP_5, Mod1Mask|ShiftMask, "\033[181;4u", 0, 0}, + { XK_KP_5, ShiftMask, "\033[181;2u", 0, 0}, + { XK_KP_6, XK_NO_MOD, "\033Ov", +2, 0}, + { XK_KP_6, ControlMask, "\033[182;5u", 0, 0}, + { XK_KP_6, ControlMask|ShiftMask, "\033[182;6u", 0, 0}, + { XK_KP_6, Mod1Mask, "\033[182;3u", 0, 0}, + { XK_KP_6, Mod1Mask|ControlMask, "\033[182;7u", 0, 0}, + { XK_KP_6, Mod1Mask|ControlMask|ShiftMask, "\033[182;8u", 0, 0}, + { XK_KP_6, Mod1Mask|ShiftMask, "\033[182;4u", 0, 0}, + { XK_KP_6, ShiftMask, "\033[182;2u", 0, 0}, + { XK_KP_7, XK_NO_MOD, "\033Ow", +2, 0}, + { XK_KP_7, ControlMask, "\033[183;5u", 0, 0}, + { XK_KP_7, ControlMask|ShiftMask, "\033[183;6u", 0, 0}, + { XK_KP_7, Mod1Mask, "\033[183;3u", 0, 0}, + { XK_KP_7, Mod1Mask|ControlMask, "\033[183;7u", 0, 0}, + { XK_KP_7, Mod1Mask|ControlMask|ShiftMask, "\033[183;8u", 0, 0}, + { XK_KP_7, Mod1Mask|ShiftMask, "\033[183;4u", 0, 0}, + { XK_KP_7, ShiftMask, "\033[183;2u", 0, 0}, + { XK_KP_8, XK_NO_MOD, "\033Ox", +2, 0}, + { XK_KP_8, ControlMask, "\033[184;5u", 0, 0}, + { XK_KP_8, ControlMask|ShiftMask, "\033[184;6u", 0, 0}, + { XK_KP_8, Mod1Mask, "\033[184;3u", 0, 0}, + { XK_KP_8, Mod1Mask|ControlMask, "\033[184;7u", 0, 0}, + { XK_KP_8, Mod1Mask|ControlMask|ShiftMask, "\033[184;8u", 0, 0}, + { XK_KP_8, Mod1Mask|ShiftMask, "\033[184;4u", 0, 0}, + { XK_KP_8, ShiftMask, "\033[184;2u", 0, 0}, + { XK_KP_9, XK_NO_MOD, "\033Oy", +2, 0}, + { XK_KP_9, ControlMask, "\033[185;5u", 0, 0}, + { XK_KP_9, ControlMask|ShiftMask, "\033[185;6u", 0, 0}, + { XK_KP_9, Mod1Mask, "\033[185;3u", 0, 0}, + { XK_KP_9, Mod1Mask|ControlMask, "\033[185;7u", 0, 0}, + { XK_KP_9, Mod1Mask|ControlMask|ShiftMask, "\033[185;8u", 0, 0}, + { XK_KP_9, Mod1Mask|ShiftMask, "\033[185;4u", 0, 0}, + { XK_KP_9, ShiftMask, "\033[185;2u", 0, 0}, + { XK_BackSpace, ControlMask, "\033[127;5u", 0, 0}, + { XK_BackSpace, ControlMask|ShiftMask, "\033[127;6u", 0, 0}, + { XK_BackSpace, Mod1Mask, "\033[127;3u", 0, 0}, + { XK_BackSpace, Mod1Mask|ControlMask, "\033[127;7u", 0, 0}, + { XK_BackSpace, Mod1Mask|ControlMask|ShiftMask, "\033[127;8u", 0, 0}, + { XK_BackSpace, Mod1Mask|ShiftMask, "\033[127;4u", 0, 0}, + { XK_BackSpace, ShiftMask, "\033[127;2u", 0, 0}, + { XK_Tab, ControlMask, "\033[9;5u", 0, 0}, + { XK_Tab, ControlMask|ShiftMask, "\033[1;5Z", 0, 0}, + { XK_Tab, Mod1Mask, "\033[1;3Z", 0, 0}, + { XK_Tab, Mod1Mask|ControlMask, "\033[1;7Z", 0, 0}, + { XK_Tab, Mod1Mask|ControlMask|ShiftMask, "\033[1;8Z", 0, 0}, + { XK_Tab, Mod1Mask|ShiftMask, "\033[1;4Z", 0, 0}, + { XK_Return, ControlMask, "\033[13;5u", 0, 0}, + { XK_Return, ControlMask|ShiftMask, "\033[13;6u", 0, 0}, + { XK_Return, Mod1Mask, "\033[13;3u", 0, 0}, + { XK_Return, Mod1Mask|ControlMask, "\033[13;7u", 0, 0}, + { XK_Return, Mod1Mask|ControlMask|ShiftMask, "\033[13;8u", 0, 0}, + { XK_Return, Mod1Mask|ShiftMask, "\033[13;4u", 0, 0}, + { XK_Return, ShiftMask, "\033[13;2u", 0, 0}, + { XK_Pause, ControlMask, "\033[18;5u", 0, 0}, + { XK_Pause, ControlMask|ShiftMask, "\033[18;6u", 0, 0}, + { XK_Pause, Mod1Mask, "\033[18;3u", 0, 0}, + { XK_Pause, Mod1Mask|ControlMask, "\033[18;7u", 0, 0}, + { XK_Pause, Mod1Mask|ControlMask|ShiftMask, "\033[18;8u", 0, 0}, + { XK_Pause, Mod1Mask|ShiftMask, "\033[18;4u", 0, 0}, + { XK_Pause, ShiftMask, "\033[18;2u", 0, 0}, + { XK_Scroll_Lock, ControlMask, "\033[20;5u", 0, 0}, + { XK_Scroll_Lock, ControlMask|ShiftMask, "\033[20;6u", 0, 0}, + { XK_Scroll_Lock, Mod1Mask, "\033[20;3u", 0, 0}, + { XK_Scroll_Lock, Mod1Mask|ControlMask, "\033[20;7u", 0, 0}, + { XK_Scroll_Lock, Mod1Mask|ControlMask|ShiftMask, "\033[20;8u", 0, 0}, + { XK_Scroll_Lock, Mod1Mask|ShiftMask, "\033[20;4u", 0, 0}, + { XK_Scroll_Lock, ShiftMask, "\033[20;2u", 0, 0}, + { XK_Escape, ControlMask, "\033[27;5u", 0, 0}, + { XK_Escape, ControlMask|ShiftMask, "\033[27;6u", 0, 0}, + { XK_Escape, Mod1Mask, "\033[27;3u", 0, 0}, + { XK_Escape, Mod1Mask|ControlMask, "\033[27;7u", 0, 0}, + { XK_Escape, Mod1Mask|ControlMask|ShiftMask, "\033[27;8u", 0, 0}, + { XK_Escape, Mod1Mask|ShiftMask, "\033[27;4u", 0, 0}, + { XK_Escape, ShiftMask, "\033[27;2u", 0, 0}, + { XK_Home, XK_NO_MOD, "\033[H", 0, -1}, + { XK_Home, XK_NO_MOD, "\033[1~", 0, +1}, + { XK_Home, ControlMask|ShiftMask, "\033[80;6u", 0, 0}, + { XK_Home, Mod1Mask, "\033[80;3u", 0, 0}, + { XK_Home, Mod1Mask|ControlMask, "\033[80;7u", 0, 0}, + { XK_Home, Mod1Mask|ControlMask|ShiftMask, "\033[80;8u", 0, 0}, + { XK_Home, Mod1Mask|ShiftMask, "\033[80;4u", 0, 0}, + { XK_End, XK_NO_MOD, "\033[4~", 0, 0}, + { XK_End, ControlMask|ShiftMask, "\033[87;6u", 0, 0}, + { XK_End, Mod1Mask, "\033[87;3u", 0, 0}, + { XK_End, Mod1Mask|ControlMask, "\033[87;7u", 0, 0}, + { XK_End, Mod1Mask|ControlMask|ShiftMask, "\033[87;8u", 0, 0}, + { XK_End, Mod1Mask|ShiftMask, "\033[87;4u", 0, 0}, + { XK_Prior, XK_NO_MOD, "\033[5~", 0, 0}, + { XK_Prior, ControlMask|ShiftMask, "\033[85;6u", 0, 0}, + { XK_Prior, Mod1Mask, "\033[85;3u", 0, 0}, + { XK_Prior, Mod1Mask|ControlMask, "\033[85;7u", 0, 0}, + { XK_Prior, Mod1Mask|ControlMask|ShiftMask, "\033[85;8u", 0, 0}, + { XK_Prior, Mod1Mask|ShiftMask, "\033[85;4u", 0, 0}, + { XK_Next, XK_NO_MOD, "\033[6~", 0, 0}, + { XK_Next, ControlMask|ShiftMask, "\033[86;6u", 0, 0}, + { XK_Next, Mod1Mask, "\033[86;3u", 0, 0}, + { XK_Next, Mod1Mask|ControlMask, "\033[86;7u", 0, 0}, + { XK_Next, Mod1Mask|ControlMask|ShiftMask, "\033[86;8u", 0, 0}, + { XK_Next, Mod1Mask|ShiftMask, "\033[86;4u", 0, 0}, + { XK_Print, ControlMask, "\033[97;5u", 0, 0}, + { XK_Print, ControlMask|ShiftMask, "\033[97;6u", 0, 0}, + { XK_Print, Mod1Mask, "\033[97;3u", 0, 0}, + { XK_Print, Mod1Mask|ControlMask, "\033[97;7u", 0, 0}, + { XK_Print, Mod1Mask|ControlMask|ShiftMask, "\033[97;8u", 0, 0}, + { XK_Print, Mod1Mask|ShiftMask, "\033[97;4u", 0, 0}, + { XK_Print, ShiftMask, "\033[97;2u", 0, 0}, + { XK_Insert, XK_NO_MOD, "\033[4h", -1, 0}, + { XK_Insert, XK_NO_MOD, "\033[2~", +1, 0}, + { XK_Insert, ControlMask|ShiftMask, "\033[99;6u", 0, 0}, + { XK_Insert, Mod1Mask, "\033[99;3u", 0, 0}, + { XK_Insert, Mod1Mask|ControlMask, "\033[99;7u", 0, 0}, + { XK_Insert, Mod1Mask|ControlMask|ShiftMask, "\033[99;8u", 0, 0}, + { XK_Insert, Mod1Mask|ShiftMask, "\033[99;4u", 0, 0}, + { XK_Menu, ControlMask, "\033[103;5u", 0, 0}, + { XK_Menu, ControlMask|ShiftMask, "\033[103;6u", 0, 0}, + { XK_Menu, Mod1Mask, "\033[103;3u", 0, 0}, + { XK_Menu, Mod1Mask|ControlMask, "\033[103;7u", 0, 0}, + { XK_Menu, Mod1Mask|ControlMask|ShiftMask, "\033[103;8u", 0, 0}, + { XK_Menu, Mod1Mask|ShiftMask, "\033[103;4u", 0, 0}, + { XK_Menu, ShiftMask, "\033[103;2u", 0, 0}, + { XK_Delete, XK_NO_MOD, "\033[P", -1, 0}, + { XK_Delete, XK_NO_MOD, "\033[3~", +1, 0}, + { XK_Delete, ControlMask|ShiftMask, "\033[255;6u", 0, 0}, + { XK_Delete, Mod1Mask, "\033[255;3u", 0, 0}, + { XK_Delete, Mod1Mask|ControlMask, "\033[255;7u", 0, 0}, + { XK_Delete, Mod1Mask|ControlMask|ShiftMask, "\033[255;8u", 0, 0}, + { XK_Delete, Mod1Mask|ShiftMask, "\033[255;4u", 0, 0}, + { XK_i, ControlMask, "\033[105;5u", 0, 0}, + { XK_i, Mod1Mask|ControlMask, "\033[105;7u", 0, 0}, + { XK_m, ControlMask, "\033[109;5u", 0, 0}, + { XK_m, Mod1Mask|ControlMask, "\033[109;7u", 0, 0}, + { XK_space, ControlMask|ShiftMask, "\033[32;6u", 0, 0}, + { XK_space, Mod1Mask, "\033[32;3u", 0, 0}, + { XK_space, Mod1Mask|ControlMask, "\033[32;7u", 0, 0}, + { XK_space, Mod1Mask|ControlMask|ShiftMask, "\033[32;8u", 0, 0}, + { XK_space, Mod1Mask|ShiftMask, "\033[32;4u", 0, 0}, + { XK_space, ShiftMask, "\033[32;2u", 0, 0}, + { XK_0, ControlMask, "\033[48;5u", 0, 0}, + { XK_A, ControlMask|ShiftMask, "\033[65;6u", 0, 0}, + { XK_B, ControlMask|ShiftMask, "\033[66;6u", 0, 0}, + { XK_C, ControlMask|ShiftMask, "\033[67;6u", 0, 0}, + { XK_D, ControlMask|ShiftMask, "\033[68;6u", 0, 0}, + { XK_E, ControlMask|ShiftMask, "\033[69;6u", 0, 0}, + { XK_F, ControlMask|ShiftMask, "\033[70;6u", 0, 0}, + { XK_G, ControlMask|ShiftMask, "\033[71;6u", 0, 0}, + { XK_H, ControlMask|ShiftMask, "\033[72;6u", 0, 0}, + { XK_I, ControlMask|ShiftMask, "\033[73;6u", 0, 0}, + { XK_I, Mod1Mask|ControlMask|ShiftMask, "\033[73;8u", 0, 0}, + { XK_J, ControlMask|ShiftMask, "\033[75;6u", 0, 0}, + { XK_K, ControlMask|ShiftMask, "\033[74;6u", 0, 0}, + { XK_L, ControlMask|ShiftMask, "\033[76;6u", 0, 0}, + { XK_M, ControlMask|ShiftMask, "\033[77;6u", 0, 0}, + { XK_M, Mod1Mask|ControlMask|ShiftMask, "\033[77;8u", 0, 0}, + { XK_N, ControlMask|ShiftMask, "\033[78;6u", 0, 0}, + { XK_O, ControlMask|ShiftMask, "\033[79;6u", 0, 0}, + { XK_P, ControlMask|ShiftMask, "\033[80;6u", 0, 0}, + { XK_Q, ControlMask|ShiftMask, "\033[81;6u", 0, 0}, + { XK_R, ControlMask|ShiftMask, "\033[82;6u", 0, 0}, + { XK_S, ControlMask|ShiftMask, "\033[83;6u", 0, 0}, + { XK_T, ControlMask|ShiftMask, "\033[84;6u", 0, 0}, + { XK_U, ControlMask|ShiftMask, "\033[85;6u", 0, 0}, + { XK_V, ControlMask|ShiftMask, "\033[86;6u", 0, 0}, + { XK_W, ControlMask|ShiftMask, "\033[87;6u", 0, 0}, + { XK_X, ControlMask|ShiftMask, "\033[88;6u", 0, 0}, + { XK_Y, ControlMask|ShiftMask, "\033[89;6u", 0, 0}, + { XK_Z, ControlMask|ShiftMask, "\033[90;6u", 0, 0}, + { XK_Z, ControlMask|ShiftMask, "\033[90;6u", 0, 0}, + { XK_0, Mod1Mask|ControlMask, "\033[48;7u", 0, 0}, + { XK_1, ControlMask, "\033[49;5u", 0, 0}, + { XK_1, Mod1Mask|ControlMask, "\033[49;7u", 0, 0}, + { XK_2, ControlMask, "\033[50;5u", 0, 0}, + { XK_2, Mod1Mask|ControlMask, "\033[50;7u", 0, 0}, + { XK_3, ControlMask, "\033[51;5u", 0, 0}, + { XK_3, Mod1Mask|ControlMask, "\033[51;7u", 0, 0}, + { XK_4, ControlMask, "\033[52;5u", 0, 0}, + { XK_4, Mod1Mask|ControlMask, "\033[52;7u", 0, 0}, + { XK_5, ControlMask, "\033[53;5u", 0, 0}, + { XK_5, Mod1Mask|ControlMask, "\033[53;7u", 0, 0}, + { XK_6, ControlMask, "\033[54;5u", 0, 0}, + { XK_6, Mod1Mask|ControlMask, "\033[54;7u", 0, 0}, + { XK_7, ControlMask, "\033[55;5u", 0, 0}, + { XK_7, Mod1Mask|ControlMask, "\033[55;7u", 0, 0}, + { XK_8, ControlMask, "\033[56;5u", 0, 0}, + { XK_8, Mod1Mask|ControlMask, "\033[56;7u", 0, 0}, + { XK_9, ControlMask, "\033[57;5u", 0, 0}, + { XK_9, Mod1Mask|ControlMask, "\033[57;7u", 0, 0}, + { XK_ampersand, ControlMask, "\033[38;5u", 0, 0}, + { XK_ampersand, ControlMask|ShiftMask, "\033[38;6u", 0, 0}, + { XK_ampersand, Mod1Mask, "\033[38;3u", 0, 0}, + { XK_ampersand, Mod1Mask|ControlMask, "\033[38;7u", 0, 0}, + { XK_ampersand, Mod1Mask|ControlMask|ShiftMask, "\033[38;8u", 0, 0}, + { XK_ampersand, Mod1Mask|ShiftMask, "\033[38;4u", 0, 0}, + { XK_apostrophe, ControlMask, "\033[39;5u", 0, 0}, + { XK_apostrophe, ControlMask|ShiftMask, "\033[39;6u", 0, 0}, + { XK_apostrophe, Mod1Mask, "\033[39;3u", 0, 0}, + { XK_apostrophe, Mod1Mask|ControlMask, "\033[39;7u", 0, 0}, + { XK_apostrophe, Mod1Mask|ControlMask|ShiftMask, "\033[39;8u", 0, 0}, + { XK_apostrophe, Mod1Mask|ShiftMask, "\033[39;4u", 0, 0}, + { XK_asciicircum, ControlMask, "\033[94;5u", 0, 0}, + { XK_asciicircum, ControlMask|ShiftMask, "\033[94;6u", 0, 0}, + { XK_asciicircum, Mod1Mask, "\033[94;3u", 0, 0}, + { XK_asciicircum, Mod1Mask|ControlMask, "\033[94;7u", 0, 0}, + { XK_asciicircum, Mod1Mask|ControlMask|ShiftMask, "\033[94;8u", 0, 0}, + { XK_asciicircum, Mod1Mask|ShiftMask, "\033[94;4u", 0, 0}, + { XK_asciitilde, ControlMask, "\033[126;5u", 0, 0}, + { XK_asciitilde, ControlMask|ShiftMask, "\033[126;6u", 0, 0}, + { XK_asciitilde, Mod1Mask, "\033[126;3u", 0, 0}, + { XK_asciitilde, Mod1Mask|ControlMask, "\033[126;7u", 0, 0}, + { XK_asciitilde, Mod1Mask|ControlMask|ShiftMask, "\033[126;8u", 0, 0}, + { XK_asciitilde, Mod1Mask|ShiftMask, "\033[126;4u", 0, 0}, + { XK_asterisk, ControlMask, "\033[42;5u", 0, 0}, + { XK_asterisk, ControlMask|ShiftMask, "\033[42;6u", 0, 0}, + { XK_asterisk, Mod1Mask, "\033[42;3u", 0, 0}, + { XK_asterisk, Mod1Mask|ControlMask, "\033[42;7u", 0, 0}, + { XK_asterisk, Mod1Mask|ControlMask|ShiftMask, "\033[42;8u", 0, 0}, + { XK_asterisk, Mod1Mask|ShiftMask, "\033[42;4u", 0, 0}, + { XK_at, ControlMask, "\033[64;5u", 0, 0}, + { XK_at, ControlMask|ShiftMask, "\033[64;6u", 0, 0}, + { XK_at, Mod1Mask, "\033[64;3u", 0, 0}, + { XK_at, Mod1Mask|ControlMask, "\033[64;7u", 0, 0}, + { XK_at, Mod1Mask|ControlMask|ShiftMask, "\033[64;8u", 0, 0}, + { XK_at, Mod1Mask|ShiftMask, "\033[64;4u", 0, 0}, + { XK_backslash, ControlMask, "\033[92;5u", 0, 0}, + { XK_backslash, ControlMask|ShiftMask, "\033[92;6u", 0, 0}, + { XK_backslash, Mod1Mask, "\033[92;3u", 0, 0}, + { XK_backslash, Mod1Mask|ControlMask, "\033[92;7u", 0, 0}, + { XK_backslash, Mod1Mask|ControlMask|ShiftMask, "\033[92;8u", 0, 0}, + { XK_backslash, Mod1Mask|ShiftMask, "\033[92;4u", 0, 0}, + { XK_bar, ControlMask, "\033[124;5u", 0, 0}, + { XK_bar, ControlMask|ShiftMask, "\033[124;6u", 0, 0}, + { XK_bar, Mod1Mask, "\033[124;3u", 0, 0}, + { XK_bar, Mod1Mask|ControlMask, "\033[124;7u", 0, 0}, + { XK_bar, Mod1Mask|ControlMask|ShiftMask, "\033[124;8u", 0, 0}, + { XK_bar, Mod1Mask|ShiftMask, "\033[124;4u", 0, 0}, + { XK_braceleft, ControlMask, "\033[123;5u", 0, 0}, + { XK_braceleft, ControlMask|ShiftMask, "\033[123;6u", 0, 0}, + { XK_braceleft, Mod1Mask, "\033[123;3u", 0, 0}, + { XK_braceleft, Mod1Mask|ControlMask, "\033[123;7u", 0, 0}, + { XK_braceleft, Mod1Mask|ControlMask|ShiftMask, "\033[123;8u", 0, 0}, + { XK_braceleft, Mod1Mask|ShiftMask, "\033[123;4u", 0, 0}, + { XK_braceright, ControlMask, "\033[125;5u", 0, 0}, + { XK_braceright, ControlMask|ShiftMask, "\033[125;6u", 0, 0}, + { XK_braceright, Mod1Mask, "\033[125;3u", 0, 0}, + { XK_braceright, Mod1Mask|ControlMask, "\033[125;7u", 0, 0}, + { XK_braceright, Mod1Mask|ControlMask|ShiftMask, "\033[125;8u", 0, 0}, + { XK_braceright, Mod1Mask|ShiftMask, "\033[125;4u", 0, 0}, + { XK_bracketleft, ControlMask, "\033[91;5u", 0, 0}, + { XK_bracketleft, ControlMask|ShiftMask, "\033[91;6u", 0, 0}, + { XK_bracketleft, Mod1Mask, "\033[91;3u", 0, 0}, + { XK_bracketleft, Mod1Mask|ControlMask, "\033[91;7u", 0, 0}, + { XK_bracketleft, Mod1Mask|ControlMask|ShiftMask, "\033[91;8u", 0, 0}, + { XK_bracketleft, Mod1Mask|ShiftMask, "\033[91;4u", 0, 0}, + { XK_bracketright, ControlMask, "\033[93;5u", 0, 0}, + { XK_bracketright, ControlMask|ShiftMask, "\033[93;6u", 0, 0}, + { XK_bracketright, Mod1Mask, "\033[93;3u", 0, 0}, + { XK_bracketright, Mod1Mask|ControlMask, "\033[93;7u", 0, 0}, + { XK_bracketright, Mod1Mask|ControlMask|ShiftMask, "\033[93;8u", 0, 0}, + { XK_bracketright, Mod1Mask|ShiftMask, "\033[93;4u", 0, 0}, + { XK_colon, ControlMask, "\033[58;5u", 0, 0}, + { XK_colon, ControlMask|ShiftMask, "\033[58;6u", 0, 0}, + { XK_colon, Mod1Mask, "\033[58;3u", 0, 0}, + { XK_colon, Mod1Mask|ControlMask, "\033[58;7u", 0, 0}, + { XK_colon, Mod1Mask|ControlMask|ShiftMask, "\033[58;8u", 0, 0}, + { XK_colon, Mod1Mask|ShiftMask, "\033[58;4u", 0, 0}, + { XK_comma, ControlMask, "\033[44;5u", 0, 0}, + { XK_comma, ControlMask|ShiftMask, "\033[44;6u", 0, 0}, + { XK_comma, Mod1Mask, "\033[44;3u", 0, 0}, + { XK_comma, Mod1Mask|ControlMask, "\033[44;7u", 0, 0}, + { XK_comma, Mod1Mask|ControlMask|ShiftMask, "\033[44;8u", 0, 0}, + { XK_comma, Mod1Mask|ShiftMask, "\033[44;4u", 0, 0}, + { XK_dollar, ControlMask, "\033[36;5u", 0, 0}, + { XK_dollar, ControlMask|ShiftMask, "\033[36;6u", 0, 0}, + { XK_dollar, Mod1Mask, "\033[36;3u", 0, 0}, + { XK_dollar, Mod1Mask|ControlMask, "\033[36;7u", 0, 0}, + { XK_dollar, Mod1Mask|ControlMask|ShiftMask, "\033[36;8u", 0, 0}, + { XK_dollar, Mod1Mask|ShiftMask, "\033[36;4u", 0, 0}, + { XK_equal, ControlMask, "\033[61;5u", 0, 0}, + { XK_equal, ControlMask|ShiftMask, "\033[61;6u", 0, 0}, + { XK_equal, Mod1Mask, "\033[61;3u", 0, 0}, + { XK_equal, Mod1Mask|ControlMask, "\033[61;7u", 0, 0}, + { XK_equal, Mod1Mask|ControlMask|ShiftMask, "\033[61;8u", 0, 0}, + { XK_equal, Mod1Mask|ShiftMask, "\033[61;4u", 0, 0}, + { XK_exclam, ControlMask, "\033[33;5u", 0, 0}, + { XK_exclam, ControlMask|ShiftMask, "\033[33;6u", 0, 0}, + { XK_exclam, Mod1Mask, "\033[33;3u", 0, 0}, + { XK_exclam, Mod1Mask|ControlMask, "\033[33;7u", 0, 0}, + { XK_exclam, Mod1Mask|ControlMask|ShiftMask, "\033[33;8u", 0, 0}, + { XK_exclam, Mod1Mask|ShiftMask, "\033[33;4u", 0, 0}, + { XK_grave, ControlMask, "\033[96;5u", 0, 0}, + { XK_grave, ControlMask|ShiftMask, "\033[96;6u", 0, 0}, + { XK_grave, Mod1Mask, "\033[96;3u", 0, 0}, + { XK_grave, Mod1Mask|ControlMask, "\033[96;7u", 0, 0}, + { XK_grave, Mod1Mask|ControlMask|ShiftMask, "\033[96;8u", 0, 0}, + { XK_grave, Mod1Mask|ShiftMask, "\033[96;4u", 0, 0}, + { XK_greater, ControlMask, "\033[62;5u", 0, 0}, + { XK_greater, ControlMask|ShiftMask, "\033[62;6u", 0, 0}, + { XK_greater, Mod1Mask, "\033[62;3u", 0, 0}, + { XK_greater, Mod1Mask|ControlMask, "\033[62;7u", 0, 0}, + { XK_greater, Mod1Mask|ControlMask|ShiftMask, "\033[62;8u", 0, 0}, + { XK_greater, Mod1Mask|ShiftMask, "\033[62;4u", 0, 0}, + { XK_less, ControlMask, "\033[60;5u", 0, 0}, + { XK_less, ControlMask|ShiftMask, "\033[60;6u", 0, 0}, + { XK_less, Mod1Mask, "\033[60;3u", 0, 0}, + { XK_less, Mod1Mask|ControlMask, "\033[60;7u", 0, 0}, + { XK_less, Mod1Mask|ControlMask|ShiftMask, "\033[60;8u", 0, 0}, + { XK_less, Mod1Mask|ShiftMask, "\033[60;4u", 0, 0}, + { XK_minus, ControlMask, "\033[45;5u", 0, 0}, + { XK_minus, ControlMask|ShiftMask, "\033[45;6u", 0, 0}, + { XK_minus, Mod1Mask, "\033[45;3u", 0, 0}, + { XK_minus, Mod1Mask|ControlMask, "\033[45;7u", 0, 0}, + { XK_minus, Mod1Mask|ControlMask|ShiftMask, "\033[45;8u", 0, 0}, + { XK_minus, Mod1Mask|ShiftMask, "\033[45;4u", 0, 0}, + { XK_numbersign, ControlMask, "\033[35;5u", 0, 0}, + { XK_numbersign, ControlMask|ShiftMask, "\033[35;6u", 0, 0}, + { XK_numbersign, Mod1Mask, "\033[35;3u", 0, 0}, + { XK_numbersign, Mod1Mask|ControlMask, "\033[35;7u", 0, 0}, + { XK_numbersign, Mod1Mask|ControlMask|ShiftMask, "\033[35;8u", 0, 0}, + { XK_numbersign, Mod1Mask|ShiftMask, "\033[35;4u", 0, 0}, + { XK_parenleft, ControlMask, "\033[40;5u", 0, 0}, + { XK_parenleft, ControlMask|ShiftMask, "\033[40;6u", 0, 0}, + { XK_parenleft, Mod1Mask, "\033[40;3u", 0, 0}, + { XK_parenleft, Mod1Mask|ControlMask, "\033[40;7u", 0, 0}, + { XK_parenleft, Mod1Mask|ControlMask|ShiftMask, "\033[40;8u", 0, 0}, + { XK_parenleft, Mod1Mask|ShiftMask, "\033[40;4u", 0, 0}, + { XK_parenright, ControlMask, "\033[41;5u", 0, 0}, + { XK_parenright, ControlMask|ShiftMask, "\033[41;6u", 0, 0}, + { XK_parenright, Mod1Mask, "\033[41;3u", 0, 0}, + { XK_parenright, Mod1Mask|ControlMask, "\033[41;7u", 0, 0}, + { XK_parenright, Mod1Mask|ControlMask|ShiftMask, "\033[41;8u", 0, 0}, + { XK_parenright, Mod1Mask|ShiftMask, "\033[41;4u", 0, 0}, + { XK_percent, ControlMask, "\033[37;5u", 0, 0}, + { XK_percent, ControlMask|ShiftMask, "\033[37;6u", 0, 0}, + { XK_percent, Mod1Mask, "\033[37;3u", 0, 0}, + { XK_percent, Mod1Mask|ControlMask, "\033[37;7u", 0, 0}, + { XK_percent, Mod1Mask|ControlMask|ShiftMask, "\033[37;8u", 0, 0}, + { XK_percent, Mod1Mask|ShiftMask, "\033[37;4u", 0, 0}, + { XK_period, ControlMask, "\033[46;5u", 0, 0}, + { XK_period, ControlMask|ShiftMask, "\033[46;6u", 0, 0}, + { XK_period, Mod1Mask|ControlMask, "\033[46;7u", 0, 0}, + { XK_period, Mod1Mask|ControlMask|ShiftMask, "\033[46;8u", 0, 0}, + { XK_period, Mod1Mask|ShiftMask, "\033[46;4u", 0, 0}, + { XK_plus, ControlMask, "\033[43;5u", 0, 0}, + { XK_plus, ControlMask|ShiftMask, "\033[43;6u", 0, 0}, + { XK_plus, Mod1Mask, "\033[43;3u", 0, 0}, + { XK_plus, Mod1Mask|ControlMask, "\033[43;7u", 0, 0}, + { XK_plus, Mod1Mask|ControlMask|ShiftMask, "\033[43;8u", 0, 0}, + { XK_plus, Mod1Mask|ShiftMask, "\033[43;4u", 0, 0}, + { XK_question, ControlMask, "\033[63;5u", 0, 0}, + { XK_question, ControlMask|ShiftMask, "\033[63;6u", 0, 0}, + { XK_question, Mod1Mask, "\033[63;3u", 0, 0}, + { XK_question, Mod1Mask|ControlMask, "\033[63;7u", 0, 0}, + { XK_question, Mod1Mask|ControlMask|ShiftMask, "\033[63;8u", 0, 0}, + { XK_question, Mod1Mask|ShiftMask, "\033[63;4u", 0, 0}, + { XK_quotedbl, ControlMask, "\033[34;5u", 0, 0}, + { XK_quotedbl, ControlMask|ShiftMask, "\033[34;6u", 0, 0}, + { XK_quotedbl, Mod1Mask, "\033[34;3u", 0, 0}, + { XK_quotedbl, Mod1Mask|ControlMask, "\033[34;7u", 0, 0}, + { XK_quotedbl, Mod1Mask|ControlMask|ShiftMask, "\033[34;8u", 0, 0}, + { XK_quotedbl, Mod1Mask|ShiftMask, "\033[34;4u", 0, 0}, + { XK_semicolon, ControlMask, "\033[59;5u", 0, 0}, + { XK_semicolon, ControlMask|ShiftMask, "\033[59;6u", 0, 0}, + { XK_semicolon, Mod1Mask, "\033[59;3u", 0, 0}, + { XK_semicolon, Mod1Mask|ControlMask, "\033[59;7u", 0, 0}, + { XK_semicolon, Mod1Mask|ControlMask|ShiftMask, "\033[59;8u", 0, 0}, + { XK_semicolon, Mod1Mask|ShiftMask, "\033[59;4u", 0, 0}, + { XK_slash, ControlMask|ShiftMask, "\033[47;6u", 0, 0}, + { XK_slash, Mod1Mask, "\033[47;3u", 0, 0}, + { XK_slash, Mod1Mask|ControlMask, "\033[47;7u", 0, 0}, + { XK_slash, Mod1Mask|ControlMask|ShiftMask, "\033[47;8u", 0, 0}, + { XK_slash, Mod1Mask|ShiftMask, "\033[47;4u", 0, 0}, + { XK_underscore, ControlMask, "\033[95;5u", 0, 0}, + { XK_underscore, ControlMask|ShiftMask, "\033[95;6u", 0, 0}, + { XK_underscore, Mod1Mask, "\033[95;3u", 0, 0}, + { XK_underscore, Mod1Mask|ControlMask, "\033[95;7u", 0, 0}, + { XK_underscore, Mod1Mask|ControlMask|ShiftMask, "\033[95;8u", 0, 0}, + { XK_underscore, Mod1Mask|ShiftMask, "\033[95;4u", 0, 0}, +}; diff --git a/suckless/st/patch/font2.c b/suckless/st/patch/font2.c new file mode 100644 index 0000000..5c579c8 --- /dev/null +++ b/suckless/st/patch/font2.c @@ -0,0 +1,94 @@ +int +xloadsparefont(FcPattern *pattern, int flags) +{ + FcPattern *match; + FcResult result; + + match = FcFontMatch(NULL, pattern, &result); + if (!match) { + return 1; + } + + if (!(frc[frclen].font = XftFontOpenPattern(xw.dpy, match))) { + FcPatternDestroy(match); + return 1; + } + + frc[frclen].flags = flags; + /* Believe U+0000 glyph will present in each default font */ + frc[frclen].unicodep = 0; + frclen++; + + return 0; +} + +void +xloadsparefonts(void) +{ + FcPattern *pattern; + double sizeshift, fontval; + int fc; + char **fp; + + if (frclen != 0) + die("can't embed spare fonts. cache isn't empty"); + + /* Calculate count of spare fonts */ + fc = sizeof(font2) / sizeof(*font2); + if (fc == 0) + return; + + /* Allocate memory for cache entries. */ + if (frccap < 4 * fc) { + frccap += 4 * fc - frccap; + frc = xrealloc(frc, frccap * sizeof(Fontcache)); + } + + for (fp = font2; fp - font2 < fc; ++fp) { + + if (**fp == '-') + pattern = XftXlfdParse(*fp, False, False); + else + pattern = FcNameParse((FcChar8 *)*fp); + + if (!pattern) + die("can't open spare font %s\n", *fp); + + if (defaultfontsize > 0) { + sizeshift = usedfontsize - defaultfontsize; + if (sizeshift != 0 && + FcPatternGetDouble(pattern, FC_PIXEL_SIZE, 0, &fontval) == + FcResultMatch) { + fontval += sizeshift; + FcPatternDel(pattern, FC_PIXEL_SIZE); + FcPatternDel(pattern, FC_SIZE); + FcPatternAddDouble(pattern, FC_PIXEL_SIZE, fontval); + } + } + + FcPatternAddBool(pattern, FC_SCALABLE, 1); + + FcConfigSubstitute(NULL, pattern, FcMatchPattern); + XftDefaultSubstitute(xw.dpy, xw.scr, pattern); + + if (xloadsparefont(pattern, FRC_NORMAL)) + die("can't open spare font %s\n", *fp); + + FcPatternDel(pattern, FC_SLANT); + FcPatternAddInteger(pattern, FC_SLANT, FC_SLANT_ITALIC); + if (xloadsparefont(pattern, FRC_ITALIC)) + die("can't open spare font %s\n", *fp); + + FcPatternDel(pattern, FC_WEIGHT); + FcPatternAddInteger(pattern, FC_WEIGHT, FC_WEIGHT_BOLD); + if (xloadsparefont(pattern, FRC_ITALICBOLD)) + die("can't open spare font %s\n", *fp); + + FcPatternDel(pattern, FC_SLANT); + FcPatternAddInteger(pattern, FC_SLANT, FC_SLANT_ROMAN); + if (xloadsparefont(pattern, FRC_BOLD)) + die("can't open spare font %s\n", *fp); + + FcPatternDestroy(pattern); + } +} diff --git a/suckless/st/patch/font2.h b/suckless/st/patch/font2.h new file mode 100644 index 0000000..69df588 --- /dev/null +++ b/suckless/st/patch/font2.h @@ -0,0 +1,2 @@ +static int xloadsparefont(FcPattern *, int); +static void xloadsparefonts(void); diff --git a/suckless/st/patch/invert.c b/suckless/st/patch/invert.c new file mode 100644 index 0000000..688b45c --- /dev/null +++ b/suckless/st/patch/invert.c @@ -0,0 +1,21 @@ +static int invertcolors = 0; + +void +invert(const Arg *dummy) +{ + invertcolors = !invertcolors; + redraw(); +} + +Color +invertedcolor(Color *clr) +{ + XRenderColor rc; + Color inverted; + rc.red = ~clr->color.red; + rc.green = ~clr->color.green; + rc.blue = ~clr->color.blue; + rc.alpha = clr->color.alpha; + XftColorAllocValue(xw.dpy, xw.vis, xw.cmap, &rc, &inverted); + return inverted; +} diff --git a/suckless/st/patch/invert.h b/suckless/st/patch/invert.h new file mode 100644 index 0000000..60e311d --- /dev/null +++ b/suckless/st/patch/invert.h @@ -0,0 +1 @@ +static void invert(const Arg *); diff --git a/suckless/st/patch/keyboardselect_st.c b/suckless/st/patch/keyboardselect_st.c new file mode 100644 index 0000000..98b64fe --- /dev/null +++ b/suckless/st/patch/keyboardselect_st.c @@ -0,0 +1,217 @@ +void set_notifmode(int type, KeySym ksym) +{ + static char *lib[] = { " MOVE ", " SEL "}; + static Glyph *g, *deb, *fin; + static int col, bot; + + if (ksym == -1) { + free(g); + col = term.col, bot = term.bot; + g = xmalloc(col * sizeof(Glyph)); + memcpy(g, term.line[bot], col * sizeof(Glyph)); + + } else if (ksym == -2) + memcpy(term.line[bot], g, col * sizeof(Glyph)); + + if ( type < 2 ) { + char *z = lib[type]; + for (deb = &term.line[bot][col - 6], fin = &term.line[bot][col]; deb < fin; z++, deb++) + deb->mode = ATTR_REVERSE, + deb->u = *z, + deb->fg = defaultfg, deb->bg = defaultbg; + } else if (type < 5) + memcpy(term.line[bot], g, col * sizeof(Glyph)); + else { + for (deb = &term.line[bot][0], fin = &term.line[bot][col]; deb < fin; deb++) + deb->mode = ATTR_REVERSE, + deb->u = ' ', + deb->fg = defaultfg, deb->bg = defaultbg; + term.line[bot][0].u = ksym; + } + + term.dirty[bot] = 1; + drawregion(0, bot, col, bot + 1); +} + +void select_or_drawcursor(int selectsearch_mode, int type) +{ + int done = 0; + + if (selectsearch_mode & 1) { + selextend(term.c.x, term.c.y, type, done); + xsetsel(getsel()); + } else { + xdrawcursor(term.c.x, term.c.y, term.line[term.c.y][term.c.x], + term.ocx, term.ocy, term.line[term.ocy][term.ocx], + term.line[term.ocy], term.col); + } +} + +void search(int selectsearch_mode, Rune *target, int ptarget, int incr, int type, TCursor *cu) +{ + Rune *r; + int i, bound = (term.col * cu->y + cu->x) * (incr > 0) + incr; + + for (i = term.col * term.c.y + term.c.x + incr; i != bound; i += incr) { + for (r = target; r - target < ptarget; r++) { + if (*r == term.line[(i + r - target) / term.col][(i + r - target) % term.col].u) { + if (r - target == ptarget - 1) + break; + } else { + r = NULL; + break; + } + } + if (r != NULL) + break; + } + + if (i != bound) { + term.c.y = i / term.col, term.c.x = i % term.col; + select_or_drawcursor(selectsearch_mode, type); + } +} + +int trt_kbdselect(KeySym ksym, char *buf, int len) +{ + static TCursor cu; + static Rune target[64]; + static int type = 1, ptarget, in_use; + static int sens, quant; + static char selectsearch_mode; + int i, bound, *xy; + + if (selectsearch_mode & 2) { + if (ksym == XK_Return) { + selectsearch_mode ^= 2; + set_notifmode(selectsearch_mode, -2); + if (ksym == XK_Escape) + ptarget = 0; + return 0; + } else if (ksym == XK_BackSpace) { + if (!ptarget) + return 0; + term.line[term.bot][ptarget--].u = ' '; + } else if (len < 1) { + return 0; + } else if (ptarget == term.col || ksym == XK_Escape) { + return 0; + } else { + utf8decode(buf, &target[ptarget++], len); + term.line[term.bot][ptarget].u = target[ptarget - 1]; + } + + if (ksym != XK_BackSpace) + search(selectsearch_mode, &target[0], ptarget, sens, type, &cu); + + term.dirty[term.bot] = 1; + drawregion(0, term.bot, term.col, term.bot + 1); + return 0; + } + + switch (ksym) { + case -1: + in_use = 1; + cu.x = term.c.x, cu.y = term.c.y; + set_notifmode(0, ksym); + return MODE_KBDSELECT; + case XK_s: + if (selectsearch_mode & 1) + selclear(); + else + selstart(term.c.x, term.c.y, 0); + set_notifmode(selectsearch_mode ^= 1, ksym); + break; + case XK_t: + selextend(term.c.x, term.c.y, type ^= 3, i = 0); /* 2 fois */ + selextend(term.c.x, term.c.y, type, i = 0); + break; + case XK_slash: + case XK_KP_Divide: + case XK_question: + ksym &= XK_question; /* Divide to slash */ + sens = (ksym == XK_slash) ? -1 : 1; + ptarget = 0; + set_notifmode(15, ksym); + selectsearch_mode ^= 2; + break; + case XK_Escape: + if (!in_use) + break; + selclear(); + case XK_Return: + set_notifmode(4, ksym); + term.c.x = cu.x, term.c.y = cu.y; + select_or_drawcursor(selectsearch_mode = 0, type); + in_use = quant = 0; + return MODE_KBDSELECT; + case XK_n: + case XK_N: + if (ptarget) + search(selectsearch_mode, &target[0], ptarget, (ksym == XK_n) ? -1 : 1, type, &cu); + break; + case XK_BackSpace: + term.c.x = 0; + select_or_drawcursor(selectsearch_mode, type); + break; + case XK_dollar: + term.c.x = term.col - 1; + select_or_drawcursor(selectsearch_mode, type); + break; + case XK_Home: + term.c.x = 0, term.c.y = 0; + select_or_drawcursor(selectsearch_mode, type); + break; + case XK_End: + term.c.x = cu.x, term.c.y = cu.y; + select_or_drawcursor(selectsearch_mode, type); + break; + case XK_Page_Up: + case XK_Page_Down: + term.c.y = (ksym == XK_Prior ) ? 0 : cu.y; + select_or_drawcursor(selectsearch_mode, type); + break; + case XK_exclam: + term.c.x = term.col >> 1; + select_or_drawcursor(selectsearch_mode, type); + break; + case XK_asterisk: + case XK_KP_Multiply: + term.c.x = term.col >> 1; + case XK_underscore: + term.c.y = cu.y >> 1; + select_or_drawcursor(selectsearch_mode, type); + break; + default: + if (ksym >= XK_0 && ksym <= XK_9) { /* 0-9 keyboard */ + quant = (quant * 10) + (ksym ^ XK_0); + return 0; + } else if (ksym >= XK_KP_0 && ksym <= XK_KP_9) { /* 0-9 numpad */ + quant = (quant * 10) + (ksym ^ XK_KP_0); + return 0; + } else if (ksym == XK_k || ksym == XK_h) + i = ksym & 1; + else if (ksym == XK_l || ksym == XK_j) + i = ((ksym & 6) | 4) >> 1; + else if ((XK_Home & ksym) != XK_Home || (i = (ksym ^ XK_Home) - 1) > 3) + break; + + xy = (i & 1) ? &term.c.y : &term.c.x; + sens = (i & 2) ? 1 : -1; + bound = (i >> 1 ^ 1) ? 0 : (i ^ 3) ? term.col - 1 : term.bot; + + if (quant == 0) + quant++; + + if (*xy == bound && ((sens < 0 && bound == 0) || (sens > 0 && bound > 0))) + break; + + *xy += quant * sens; + if (*xy < 0 || ( bound > 0 && *xy > bound)) + *xy = bound; + + select_or_drawcursor(selectsearch_mode, type); + } + quant = 0; + return 0; +} diff --git a/suckless/st/patch/keyboardselect_st.h b/suckless/st/patch/keyboardselect_st.h new file mode 100644 index 0000000..6f8fa76 --- /dev/null +++ b/suckless/st/patch/keyboardselect_st.h @@ -0,0 +1,2 @@ +void toggle_winmode(int); +int trt_kbdselect(KeySym, char *, int); diff --git a/suckless/st/patch/keyboardselect_x.c b/suckless/st/patch/keyboardselect_x.c new file mode 100644 index 0000000..cc8ae59 --- /dev/null +++ b/suckless/st/patch/keyboardselect_x.c @@ -0,0 +1,7 @@ +void toggle_winmode(int flag) { + win.mode ^= flag; +} + +void keyboard_select(const Arg *dummy) { + win.mode ^= trt_kbdselect(-1, NULL, 0); +} diff --git a/suckless/st/patch/keyboardselect_x.h b/suckless/st/patch/keyboardselect_x.h new file mode 100644 index 0000000..afc5990 --- /dev/null +++ b/suckless/st/patch/keyboardselect_x.h @@ -0,0 +1,2 @@ +void toggle_winmode(int); +void keyboard_select(const Arg *); diff --git a/suckless/st/patch/netwmicon.h b/suckless/st/patch/netwmicon.h new file mode 100644 index 0000000..7ab09d0 --- /dev/null +++ b/suckless/st/patch/netwmicon.h @@ -0,0 +1,686 @@ +unsigned long icon[] = { + 64, 64, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x02000000, 0x03000000, + 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, + 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, + 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, + 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, + 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, + 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, + 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, + 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000, + 0x03000000, 0x02000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x03000000, + 0x20181818, 0x4e868686, 0x74b2b2b2, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, + 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, + 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, + 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, + 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, + 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, + 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, + 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, + 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x77b6b6b6, 0x74b2b2b2, + 0x4e868686, 0x20181818, 0x03000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x03000000, 0x46717171, 0xcef3f3f3, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xcdf3f3f3, + 0x456f6f6f, 0x03000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x211f1f1f, 0xd1f4f4f4, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xd0f3f3f3, 0x20181818, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x59959595, 0xffffffff, + 0xffffffff, 0xff8b8b8b, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff8c8c8c, 0xffffffff, 0xffffffff, 0x58919191, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x83b3b3b3, 0xffffffff, 0xffffffff, 0xff262626, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff262626, 0xffffffff, + 0xffffffff, 0x83b3b3b3, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, + 0xffffffff, 0xff222222, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff222222, 0xffffffff, + 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, + 0xffffffff, 0xff222222, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff2c2c2c, 0xffe0e0e0, 0xff1c1c1c, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff202020, + 0xff6c6c6c, 0xffffffff, 0xff6d6d6d, 0xff3c3c3c, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff222222, 0xffffffff, + 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff2d2d2d, 0xffe1e1e1, 0xffc3c3c3, 0xffffffff, + 0xffa1a1a1, 0xffdddddd, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, + 0xffffffff, 0xff222222, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff7f7f7f, 0xffbfbfbf, 0xff303030, 0xffffffff, 0xff1c1c1c, 0xff181818, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff717171, 0xffe1e1e1, + 0xff545454, 0xffffffff, 0xff1c1c1c, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff222222, 0xffffffff, + 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff1c1c1c, 0xffa1a1a1, 0xfff6f6f6, 0xffffffff, + 0xffaeaeae, 0xff515151, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, + 0xffffffff, 0xff222222, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff343434, 0xffffffff, 0xff979797, 0xfff9f9f9, + 0xff515151, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff303030, 0xffffffff, 0xff1c1c1c, 0xffb3b3b3, 0xff8d8d8d, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff222222, 0xffffffff, + 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff686868, 0xff616161, 0xff3c3c3c, 0xffffffff, + 0xff545454, 0xffe8e8e8, 0xff5b5b5b, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, + 0xffffffff, 0xff222222, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff4b4b4b, 0xffb3b3b3, 0xffe1e1e1, 0xffffffff, 0xffcccccc, 0xff717171, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff303030, 0xffffffff, 0xff1c1c1c, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff222222, 0xffffffff, + 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff2b2b2b, 0xffd1d1d1, + 0xff1c1c1c, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, + 0xffffffff, 0xff222222, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff7f7f7f, 0xffe9e9e9, 0xffe9e9e9, 0xffe9e9e9, 0xffe9e9e9, + 0xffe9e9e9, 0xffe9e9e9, 0xff444444, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff222222, 0xffffffff, + 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, + 0xffffffff, 0xff222222, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff222222, 0xffffffff, + 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, + 0xffffffff, 0xff222222, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff222222, 0xffffffff, + 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, + 0xffffffff, 0xff222222, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff222222, 0xffffffff, + 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, + 0xffffffff, 0xff222222, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff222222, 0xffffffff, + 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, + 0xffffffff, 0xff222222, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff222222, 0xffffffff, + 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, + 0xffffffff, 0xff222222, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff222222, 0xffffffff, + 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x8eacacac, 0xffffffff, 0xffffffff, 0xff222222, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x8eacacac, 0xffffffff, + 0xffffffff, 0xff222222, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff222222, 0xffffffff, 0xffffffff, 0x8eacacac, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x8aacacac, 0xffffffff, 0xffffffff, 0xff262626, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff171717, + 0xff171717, 0xff171717, 0xff171717, 0xff171717, 0xff262626, 0xffffffff, + 0xffffffff, 0x8aacacac, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x62858585, 0xffffffff, 0xffffffff, 0xff8c8c8c, 0xff373737, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, 0xff363636, + 0xff363636, 0xff373737, 0xff8d8d8d, 0xffffffff, 0xffffffff, 0x62828282, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x21171717, 0xdee2e2e2, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xdee1e1e1, 0x1f101010, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x03000000, 0x5f4e4e4e, 0xdbe1e1e1, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xdae1e1e1, + 0x5f4b4b4b, 0x03000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x12000000, 0x48040404, 0x6d595959, 0x8d929292, 0x90979797, + 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, + 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, + 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, + 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, + 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, + 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, + 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, + 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, 0x90979797, + 0x90979797, 0x8d929292, 0x6d595959, 0x48040404, 0x12000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x06000000, 0x22000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, + 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, + 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, + 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, + 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, + 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, + 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, + 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, + 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, 0x29000000, + 0x22000000, 0x06000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, +}; diff --git a/suckless/st/patch/newterm.c b/suckless/st/patch/newterm.c new file mode 100644 index 0000000..0697b91 --- /dev/null +++ b/suckless/st/patch/newterm.c @@ -0,0 +1,30 @@ +void +newterm(const Arg* a) +{ + int res; + switch (fork()) { + case -1: + die("fork failed: %s\n", strerror(errno)); + break; + case 0: + switch (fork()) { + case -1: + die("fork failed: %s\n", strerror(errno)); + break; + case 0: + res = chdir(getcwd_by_pid(pid)); + execlp("st", "./st", NULL); + break; + default: + exit(0); + } + default: + wait(NULL); + } +} + +static char *getcwd_by_pid(pid_t pid) { + char buf[32]; + snprintf(buf, sizeof buf, "/proc/%d/cwd", pid); + return realpath(buf, NULL); +} diff --git a/suckless/st/patch/newterm.h b/suckless/st/patch/newterm.h new file mode 100644 index 0000000..bbda153 --- /dev/null +++ b/suckless/st/patch/newterm.h @@ -0,0 +1,2 @@ +void newterm(const Arg *); +static char *getcwd_by_pid(pid_t pid); diff --git a/suckless/st/patch/opencopied.c b/suckless/st/patch/opencopied.c new file mode 100644 index 0000000..23d047d --- /dev/null +++ b/suckless/st/patch/opencopied.c @@ -0,0 +1,19 @@ +void +opencopied(const Arg *arg) +{ + int res; + size_t const max_cmd = 2048; + char * const clip = xsel.clipboard; + if (!clip) { + fprintf(stderr, "Warning: nothing copied to clipboard\n"); + return; + } + + /* account for space/quote (3) and \0 (1) and & (1) */ + /* e.g.: xdg-open "https://st.suckless.org"& */ + size_t const cmd_size = max_cmd + strlen(clip) + 5; + char cmd[cmd_size]; + + snprintf(cmd, cmd_size, "%s \"%s\"&", (char *)arg->v, clip); + res = system(cmd); +} diff --git a/suckless/st/patch/opencopied.h b/suckless/st/patch/opencopied.h new file mode 100644 index 0000000..df646e1 --- /dev/null +++ b/suckless/st/patch/opencopied.h @@ -0,0 +1 @@ +void opencopied(const Arg *); diff --git a/suckless/st/patch/openurlonclick.c b/suckless/st/patch/openurlonclick.c new file mode 100644 index 0000000..7b4b82f --- /dev/null +++ b/suckless/st/patch/openurlonclick.c @@ -0,0 +1,59 @@ +void +openUrlOnClick(int col, int row, char* url_opener) +{ + int row_start = row; + int col_start = col; + int row_end = row; + int col_end = col; + + if (term.line[row][col].u == ' ') + return; + + /* while previous character is not space */ + while (term.line[row_start][col_start-1].u != ' ') { + if (col_start == 0) + { + // Before moving start pointer to the previous line we check if it ends with space + if (term.line[row_start - 1][term.col - 1].u == ' ') + break; + col_start=term.col - 1; + row_start--; + } else { + col_start--; + } + } + + /* while next character is not space nor end of line */ + while (term.line[row_end][col_end].u != ' ') { + col_end++; + if (col_end == term.col - 1) + { + if (term.line[row_end + 1][0].u == ' ') + break; + col_end=0; + row_end++; + } + } + + char url[200] = ""; + int url_index=0; + do { + url[url_index] = term.line[row_start][col_start].u; + url_index++; + col_start++; + if (col_start == term.col) + { + col_start = 0; + row_start++; + } + } while (url_index < (sizeof(url)-1) && + (row_start != row_end || col_start != col_end)); + + if (strncmp("http", url, 4) != 0) { + return; + } + + char command[strlen(url_opener)+strlen(url)+2]; + sprintf(command, "%s %s", url_opener, url); + system(command); +} diff --git a/suckless/st/patch/openurlonclick.h b/suckless/st/patch/openurlonclick.h new file mode 100644 index 0000000..0e57d84 --- /dev/null +++ b/suckless/st/patch/openurlonclick.h @@ -0,0 +1 @@ +static void openUrlOnClick(int col, int row, char* url_opener); diff --git a/suckless/st/patch/scrollback.c b/suckless/st/patch/scrollback.c new file mode 100644 index 0000000..2c08fec --- /dev/null +++ b/suckless/st/patch/scrollback.c @@ -0,0 +1,35 @@ +void +kscrolldown(const Arg* a) +{ + int n = a->i; + + if (n < 0) + n = term.row + n; + + if (n > term.scr) + n = term.scr; + + if (term.scr > 0) { + term.scr -= n; + selscroll(0, -n); + tfulldirt(); + } + + scroll_images(-1*n); +} + +void +kscrollup(const Arg* a) +{ + int n = a->i; + if (n < 0) + n = term.row + n; + + if (term.scr <= HISTSIZE-n) { + term.scr += n; + selscroll(0, n); + tfulldirt(); + } + + scroll_images(n); +} diff --git a/suckless/st/patch/scrollback.h b/suckless/st/patch/scrollback.h new file mode 100644 index 0000000..a602db2 --- /dev/null +++ b/suckless/st/patch/scrollback.h @@ -0,0 +1,15 @@ +#define TLINE(y) ((y) < term.scr ? term.hist[((y) + term.histi - \ + term.scr + HISTSIZE + 1) % HISTSIZE] : \ + term.line[(y) - term.scr]) + +void kscrolldown(const Arg *); +void kscrollup(const Arg *); + +typedef struct { + uint b; + uint mask; + void (*func)(const Arg *); + const Arg arg; +} MouseKey; + +extern MouseKey mkeys[]; diff --git a/suckless/st/patch/sixel_st.c b/suckless/st/patch/sixel_st.c new file mode 100644 index 0000000..070c344 --- /dev/null +++ b/suckless/st/patch/sixel_st.c @@ -0,0 +1,42 @@ +sixel_state_t sixel_st; + +void +dcshandle(void) +{ + switch (csiescseq.mode[0]) { + default: + fprintf(stderr, "erresc: unknown csi "); + csidump(); + /* die(""); */ + break; + case 'q': /* DECSIXEL */ + if (sixel_parser_init(&sixel_st, 0, 0 << 16 | 0 << 8 | 0, 1, win.cw, win.ch) != 0) + perror("sixel_parser_init() failed"); + term.mode |= MODE_SIXEL; + break; + } +} + +void +scroll_images(int n) { + ImageList *im; + int tmp; + + /* maximum sixel distance in lines from current view before + * deallocation + * TODO: should be in config.h */ + int max_sixel_distance = 10000; + + for (im = term.images; im; im = im->next) { + im->y += n; + + /* check if the current sixel has exceeded the maximum + * draw distance, and should therefore be deleted */ + tmp = im->y; + if (tmp < 0) { tmp = tmp * -1; } + if (tmp > max_sixel_distance) { + fprintf(stderr, "im@0x%08x exceeded maximum distance\n"); + im->should_delete = 1; + } + } +} diff --git a/suckless/st/patch/sixel_st.h b/suckless/st/patch/sixel_st.h new file mode 100644 index 0000000..b1642d4 --- /dev/null +++ b/suckless/st/patch/sixel_st.h @@ -0,0 +1,2 @@ +static void dcshandle(void); +static void scroll_images(int n); diff --git a/suckless/st/patch/sixel_x.c b/suckless/st/patch/sixel_x.c new file mode 100644 index 0000000..0cc7312 --- /dev/null +++ b/suckless/st/patch/sixel_x.c @@ -0,0 +1,14 @@ +void +delete_image(ImageList *im) +{ + if (im->prev) + im->prev->next = im->next; + else + term.images = im->next; + if (im->next) + im->next->prev = im->prev; + if (im->pixmap) + XFreePixmap(xw.dpy, (Drawable)im->pixmap); + free(im->pixels); + free(im); +} diff --git a/suckless/st/patch/st_include.c b/suckless/st/patch/st_include.c new file mode 100644 index 0000000..fa1f4de --- /dev/null +++ b/suckless/st/patch/st_include.c @@ -0,0 +1,6 @@ +/* Patches */ +#include "externalpipe.c" +#include "scrollback.c" +#include "universcroll.c" +#include "sixel_st.c" +#include "sync.c" diff --git a/suckless/st/patch/st_include.h b/suckless/st/patch/st_include.h new file mode 100644 index 0000000..d98dfed --- /dev/null +++ b/suckless/st/patch/st_include.h @@ -0,0 +1,9 @@ +/* Patches */ +#include "externalpipe.h" +#include "scrollback.h" +#include "universcroll.h" +#include "sixel_st.h" +#include "sync.h" +// #if VIM_BROWSE_PATCH +// #include "normalMode.h" +// #endif diff --git a/suckless/st/patch/sync.c b/suckless/st/patch/sync.c new file mode 100644 index 0000000..9c75c7d --- /dev/null +++ b/suckless/st/patch/sync.c @@ -0,0 +1,31 @@ +#include <time.h> +struct timespec sutv; + +static void +tsync_begin() +{ + clock_gettime(CLOCK_MONOTONIC, &sutv); + su = 1; +} + +static void +tsync_end() +{ + su = 0; +} + +int +tinsync(uint timeout) +{ + struct timespec now; + if (su && !clock_gettime(CLOCK_MONOTONIC, &now) + && TIMEDIFF(now, sutv) >= timeout) + su = 0; + return su; +} + +int +ttyread_pending() +{ + return twrite_aborted; +} diff --git a/suckless/st/patch/sync.h b/suckless/st/patch/sync.h new file mode 100644 index 0000000..1a84934 --- /dev/null +++ b/suckless/st/patch/sync.h @@ -0,0 +1,7 @@ +static int su = 0; +static int twrite_aborted = 0; + +static void tsync_begin(); +static void tsync_end(); +int tinsync(uint timeout); +int ttyread_pending(); diff --git a/suckless/st/patch/universcroll.c b/suckless/st/patch/universcroll.c new file mode 100644 index 0000000..b0dd756 --- /dev/null +++ b/suckless/st/patch/universcroll.c @@ -0,0 +1,5 @@ +int +tisaltscr(void) +{ + return IS_SET(MODE_ALTSCREEN); +} diff --git a/suckless/st/patch/universcroll.h b/suckless/st/patch/universcroll.h new file mode 100644 index 0000000..b0e5e16 --- /dev/null +++ b/suckless/st/patch/universcroll.h @@ -0,0 +1 @@ +int tisaltscr(void); diff --git a/suckless/st/patch/utils.h b/suckless/st/patch/utils.h new file mode 100644 index 0000000..6cfca3e --- /dev/null +++ b/suckless/st/patch/utils.h @@ -0,0 +1,23 @@ +/// Dynamic memory-chunk, with (1) datatype size, (2/3) initialized / allocated chunk, (4) content +typedef struct { uint8_t const elSize; uint32_t init, alloc; char* content; } DynamicArray; +#define UTF8_ARRAY {4, 0, 0, NULL} + +static inline int p_alloc(DynamicArray *s, uint32_t amount) { + uint32_t const diff=s->init+s->elSize*amount-s->alloc, nas=s->alloc+max(diff,15)*s->elSize; + if (s->alloc < s->init + s->elSize * amount) { + char* tmp = realloc(s->content, nas); + if (!tmp) return 0; + s->alloc = nas, s->content = tmp; + } + return 1; +} +static inline char *view(DynamicArray * s, uint32_t i) { return s->content + i*s->elSize; } +static inline char *end(DynamicArray *s, uint32_t i) { return s->content +s->init-(i+1)*s->elSize; } +static inline uint32_t getU32(DynamicArray* s, uint32_t i, int b) { return *((uint32_t*) (b ?view(s,i) :end(s,i))); } +static char *expand(DynamicArray *s) { if (!p_alloc(s, 1)) return NULL; s->init += s->elSize; return end(s, 0); } +static inline void pop(DynamicArray* s) { s->init -= s->elSize; } +static inline void empty(DynamicArray* s) { s->init = 0; } +static inline int size(DynamicArray const * s) { return s->init / s->elSize; } +static inline void assign(DynamicArray* s, DynamicArray const *o) { + if (p_alloc(s, size(o))) memcpy(s->content, o->content, (s->init=o->init)); +} diff --git a/suckless/st/patch/x_include.c b/suckless/st/patch/x_include.c new file mode 100644 index 0000000..ade97c6 --- /dev/null +++ b/suckless/st/patch/x_include.c @@ -0,0 +1,7 @@ +/* Patches */ +#include "boxdraw.c" +#include "fixkeyboardinput.c" +#include "invert.c" +#include "openurlonclick.c" +#include "sixel_x.c" +#include "xresources.c" diff --git a/suckless/st/patch/x_include.h b/suckless/st/patch/x_include.h new file mode 100644 index 0000000..bd87a5a --- /dev/null +++ b/suckless/st/patch/x_include.h @@ -0,0 +1,6 @@ +/* Patches */ +#include "boxdraw.h" +#include "invert.h" +#include "netwmicon.h" +#include "openurlonclick.h" +#include "xresources.h" diff --git a/suckless/st/patch/xresources.c b/suckless/st/patch/xresources.c new file mode 100644 index 0000000..b078fe3 --- /dev/null +++ b/suckless/st/patch/xresources.c @@ -0,0 +1,69 @@ +int +resource_load(XrmDatabase db, char *name, enum resource_type rtype, void *dst) +{ + char **sdst = dst; + int *idst = dst; + float *fdst = dst; + + char fullname[256]; + char fullclass[256]; + char *type; + XrmValue ret; + + snprintf(fullname, sizeof(fullname), "%s.%s", + opt_name ? opt_name : "st", name); + snprintf(fullclass, sizeof(fullclass), "%s.%s", + opt_class ? opt_class : "St", name); + fullname[sizeof(fullname) - 1] = fullclass[sizeof(fullclass) - 1] = '\0'; + + XrmGetResource(db, fullname, fullclass, &type, &ret); + if (ret.addr == NULL || strncmp("String", type, 64)) + return 1; + + switch (rtype) { + case STRING: + *sdst = ret.addr; + break; + case INTEGER: + *idst = strtoul(ret.addr, NULL, 10); + break; + case FLOAT: + *fdst = strtof(ret.addr, NULL); + break; + } + return 0; +} + +void +config_init(Display *dpy) +{ + char *resm; + XrmDatabase db; + ResourcePref *p; + + XrmInitialize(); + resm = XResourceManagerString(dpy); + if (!resm) + return; + + db = XrmGetStringDatabase(resm); + for (p = resources; p < resources + LEN(resources); p++) + resource_load(db, p->name, p->type, p->dst); +} + +void +reload_config(int sig) +{ + /* Recreate a Display object to have up to date Xresources entries */ + Display *dpy; + if (!(dpy = XOpenDisplay(NULL))) + die("Can't open display\n"); + + config_init(dpy); + if (sig != -1) { + /* Called due to a SIGUSR1 */ + xloadcols(); + redraw(); + } + signal(SIGUSR1, reload_config); +} diff --git a/suckless/st/patch/xresources.h b/suckless/st/patch/xresources.h new file mode 100644 index 0000000..c184852 --- /dev/null +++ b/suckless/st/patch/xresources.h @@ -0,0 +1,17 @@ +#include <X11/Xresource.h> + +/* Xresources preferences */ +enum resource_type { + STRING = 0, + INTEGER = 1, + FLOAT = 2 +}; + +typedef struct { + char *name; + enum resource_type type; + void *dst; +} ResourcePref; + +int resource_load(XrmDatabase, char *, enum resource_type, void *); +void config_init(Display *dpy); diff --git a/suckless/st/sixel.c b/suckless/st/sixel.c new file mode 100644 index 0000000..2c382f4 --- /dev/null +++ b/suckless/st/sixel.c @@ -0,0 +1,616 @@ +// sixel.c (part of mintty) +// originally written by kmiya@cluti (https://github.com/saitoha/sixel/blob/master/fromsixel.c) +// Licensed under the terms of the GNU General Public License v3 or later. + +#include <stdlib.h> +#include <string.h> /* memcpy */ + +#include "sixel.h" +#include "sixel_hls.h" + +#define SIXEL_RGB(r, g, b) ((r) + ((g) << 8) + ((b) << 16)) +#define SIXEL_PALVAL(n,a,m) (((n) * (a) + ((m) / 2)) / (m)) +#define SIXEL_XRGB(r,g,b) SIXEL_RGB(SIXEL_PALVAL(r, 255, 100), SIXEL_PALVAL(g, 255, 100), SIXEL_PALVAL(b, 255, 100)) + +static sixel_color_t const sixel_default_color_table[] = { + SIXEL_XRGB( 0, 0, 0), /* 0 Black */ + SIXEL_XRGB(20, 20, 80), /* 1 Blue */ + SIXEL_XRGB(80, 13, 13), /* 2 Red */ + SIXEL_XRGB(20, 80, 20), /* 3 Green */ + SIXEL_XRGB(80, 20, 80), /* 4 Magenta */ + SIXEL_XRGB(20, 80, 80), /* 5 Cyan */ + SIXEL_XRGB(80, 80, 20), /* 6 Yellow */ + SIXEL_XRGB(53, 53, 53), /* 7 Gray 50% */ + SIXEL_XRGB(26, 26, 26), /* 8 Gray 25% */ + SIXEL_XRGB(33, 33, 60), /* 9 Blue* */ + SIXEL_XRGB(60, 26, 26), /* 10 Red* */ + SIXEL_XRGB(33, 60, 33), /* 11 Green* */ + SIXEL_XRGB(60, 33, 60), /* 12 Magenta* */ + SIXEL_XRGB(33, 60, 60), /* 13 Cyan* */ + SIXEL_XRGB(60, 60, 33), /* 14 Yellow* */ + SIXEL_XRGB(80, 80, 80), /* 15 Gray 75% */ +}; + +static int +set_default_color(sixel_image_t *image) +{ + int i; + int n; + int r; + int g; + int b; + + /* palette initialization */ + for (n = 1; n < 17; n++) { + image->palette[n] = sixel_default_color_table[n - 1]; + } + + /* colors 17-232 are a 6x6x6 color cube */ + for (r = 0; r < 6; r++) { + for (g = 0; g < 6; g++) { + for (b = 0; b < 6; b++) { + image->palette[n++] = SIXEL_RGB(r * 51, g * 51, b * 51); + } + } + } + + /* colors 233-256 are a grayscale ramp, intentionally leaving out */ + for (i = 0; i < 24; i++) { + image->palette[n++] = SIXEL_RGB(i * 11, i * 11, i * 11); + } + + for (; n < DECSIXEL_PALETTE_MAX; n++) { + image->palette[n] = SIXEL_RGB(255, 255, 255); + } + + return (0); +} + +static int +sixel_image_init( + sixel_image_t *image, + int width, + int height, + int fgcolor, + int bgcolor, + int use_private_register) +{ + int status = (-1); + size_t size; + + size = (size_t)(width * height) * sizeof(sixel_color_no_t); + image->width = width; + image->height = height; + image->data = (sixel_color_no_t *)malloc(size); + image->ncolors = 2; + image->use_private_register = use_private_register; + + if (image->data == NULL) { + status = (-1); + goto end; + } + memset(image->data, 0, size); + + image->palette[0] = bgcolor; + + if (image->use_private_register) + image->palette[1] = fgcolor; + + image->palette_modified = 0; + + status = (0); + +end: + return status; +} + + +static int +image_buffer_resize( + sixel_image_t *image, + int width, + int height) +{ + int status = (-1); + size_t size; + sixel_color_no_t *alt_buffer; + int n; + int min_height; + + size = (size_t)(width * height) * sizeof(sixel_color_no_t); + alt_buffer = (sixel_color_no_t *)malloc(size); + if (alt_buffer == NULL) { + /* free source image */ + free(image->data); + image->data = NULL; + status = (-1); + goto end; + } + + min_height = height > image->height ? image->height: height; + if (width > image->width) { /* if width is extended */ + for (n = 0; n < min_height; ++n) { + /* copy from source image */ + memcpy(alt_buffer + width * n, + image->data + image->width * n, + (size_t)image->width * sizeof(sixel_color_no_t)); + /* fill extended area with background color */ + memset(alt_buffer + width * n + image->width, + 0, + (size_t)(width - image->width) * sizeof(sixel_color_no_t)); + } + } else { + for (n = 0; n < min_height; ++n) { + /* copy from source image */ + memcpy(alt_buffer + width * n, + image->data + image->width * n, + (size_t)width * sizeof(sixel_color_no_t)); + } + } + + if (height > image->height) { /* if height is extended */ + /* fill extended area with background color */ + memset(alt_buffer + width * image->height, + 0, + (size_t)(width * (height - image->height)) * sizeof(sixel_color_no_t)); + } + + /* free source image */ + free(image->data); + + image->data = alt_buffer; + image->width = width; + image->height = height; + + status = (0); + +end: + return status; +} + +static void +sixel_image_deinit(sixel_image_t *image) +{ + free(image->data); + image->data = NULL; +} + +int +sixel_parser_init(sixel_state_t *st, + sixel_color_t fgcolor, sixel_color_t bgcolor, + unsigned char use_private_register, + int cell_width, int cell_height) +{ + int status = (-1); + + st->state = PS_DECSIXEL; + st->pos_x = 0; + st->pos_y = 0; + st->max_x = 0; + st->max_y = 0; + st->attributed_pan = 2; + st->attributed_pad = 1; + st->attributed_ph = 0; + st->attributed_pv = 0; + st->repeat_count = 1; + st->color_index = 16; + st->grid_width = cell_width; + st->grid_height = cell_height; + st->nparams = 0; + st->param = 0; + + /* buffer initialization */ + status = sixel_image_init(&st->image, 1, 1, fgcolor, bgcolor, use_private_register); + + return status; +} + +int +sixel_parser_set_default_color(sixel_state_t *st) +{ + return set_default_color(&st->image); +} + +int +sixel_parser_finalize(sixel_state_t *st, unsigned char *pixels) +{ + int status = (-1); + int sx; + int sy; + sixel_image_t *image = &st->image; + int x, y; + sixel_color_no_t *src; + unsigned char *dst; + int color; + + if (++st->max_x < st->attributed_ph) + st->max_x = st->attributed_ph; + + if (++st->max_y < st->attributed_pv) + st->max_y = st->attributed_pv; + + sx = (st->max_x + st->grid_width - 1) / st->grid_width * st->grid_width; + sy = (st->max_y + st->grid_height - 1) / st->grid_height * st->grid_height; + + if (image->width > sx || image->height > sy) { + status = image_buffer_resize(image, sx, sy); + if (status < 0) + goto end; + } + + if (image->use_private_register && image->ncolors > 2 && !image->palette_modified) { + status = set_default_color(image); + if (status < 0) + goto end; + } + + src = st->image.data; + dst = pixels; + for (y = 0; y < st->image.height; ++y) { + for (x = 0; x < st->image.width; ++x) { + color = st->image.palette[*src++]; + *dst++ = color >> 16 & 0xff; /* b */ + *dst++ = color >> 8 & 0xff; /* g */ + *dst++ = color >> 0 & 0xff; /* r */ + *dst++ = 255; /* a */ + } + /* fill right padding with bgcolor */ + for (; x < st->image.width; ++x) { + color = st->image.palette[0]; /* bgcolor */ + *dst++ = color >> 16 & 0xff; /* b */ + *dst++ = color >> 8 & 0xff; /* g */ + *dst++ = color >> 0 & 0xff; /* r */ + dst++; /* a */ + } + } + /* fill bottom padding with bgcolor */ + for (; y < st->image.height; ++y) { + for (x = 0; x < st->image.width; ++x) { + color = st->image.palette[0]; /* bgcolor */ + *dst++ = color >> 16 & 0xff; /* b */ + *dst++ = color >> 8 & 0xff; /* g */ + *dst++ = color >> 0 & 0xff; /* r */ + dst++; /* a */ + } + } + + status = (0); + +end: + return status; +} + +/* convert sixel data into indexed pixel bytes and palette data */ +int +sixel_parser_parse(sixel_state_t *st, unsigned char *p, size_t len) +{ + int status = (-1); + int n; + int i; + int x; + int y; + int bits; + int sixel_vertical_mask; + int sx; + int sy; + int c; + int pos; + unsigned char *p0 = p; + sixel_image_t *image = &st->image; + + if (! image->data) + goto end; + + while (p < p0 + len) { + switch (st->state) { + case PS_ESC: + goto end; + + case PS_DECSIXEL: + switch (*p) { + case '\x1b': + st->state = PS_ESC; + p++; + break; + case '"': + st->param = 0; + st->nparams = 0; + st->state = PS_DECGRA; + p++; + break; + case '!': + st->param = 0; + st->nparams = 0; + st->state = PS_DECGRI; + p++; + break; + case '#': + st->param = 0; + st->nparams = 0; + st->state = PS_DECGCI; + p++; + break; + case '$': + /* DECGCR Graphics Carriage Return */ + st->pos_x = 0; + p++; + break; + case '-': + /* DECGNL Graphics Next Line */ + st->pos_x = 0; + if (st->pos_y < DECSIXEL_HEIGHT_MAX - 5 - 6) + st->pos_y += 6; + else + st->pos_y = DECSIXEL_HEIGHT_MAX + 1; + p++; + break; + default: + if (*p >= '?' && *p <= '~') { /* sixel characters */ + if ((image->width < (st->pos_x + st->repeat_count) || image->height < (st->pos_y + 6)) + && image->width < DECSIXEL_WIDTH_MAX && image->height < DECSIXEL_HEIGHT_MAX) { + sx = image->width * 2; + sy = image->height * 2; + while (sx < (st->pos_x + st->repeat_count) || sy < (st->pos_y + 6)) { + sx *= 2; + sy *= 2; + } + + if (sx > DECSIXEL_WIDTH_MAX) + sx = DECSIXEL_WIDTH_MAX; + if (sy > DECSIXEL_HEIGHT_MAX) + sy = DECSIXEL_HEIGHT_MAX; + + status = image_buffer_resize(image, sx, sy); + if (status < 0) + goto end; + } + + if (st->color_index > image->ncolors) + image->ncolors = st->color_index; + + if (st->pos_x + st->repeat_count > image->width) + st->repeat_count = image->width - st->pos_x; + + if (st->repeat_count > 0 && st->pos_y - 5 < image->height) { + bits = *p - '?'; + if (bits != 0) { + sixel_vertical_mask = 0x01; + if (st->repeat_count <= 1) { + for (i = 0; i < 6; i++) { + if ((bits & sixel_vertical_mask) != 0) { + pos = image->width * (st->pos_y + i) + st->pos_x; + image->data[pos] = st->color_index; + if (st->max_x < st->pos_x) + st->max_x = st->pos_x; + if (st->max_y < (st->pos_y + i)) + st->max_y = st->pos_y + i; + } + sixel_vertical_mask <<= 1; + } + } else { + /* st->repeat_count > 1 */ + for (i = 0; i < 6; i++) { + if ((bits & sixel_vertical_mask) != 0) { + c = sixel_vertical_mask << 1; + for (n = 1; (i + n) < 6; n++) { + if ((bits & c) == 0) + break; + c <<= 1; + } + for (y = st->pos_y + i; y < st->pos_y + i + n; ++y) { + for (x = st->pos_x; x < st->pos_x + st->repeat_count; ++x) + image->data[image->width * y + x] = st->color_index; + } + if (st->max_x < (st->pos_x + st->repeat_count - 1)) + st->max_x = st->pos_x + st->repeat_count - 1; + if (st->max_y < (st->pos_y + i + n - 1)) + st->max_y = st->pos_y + i + n - 1; + i += (n - 1); + sixel_vertical_mask <<= (n - 1); + } + sixel_vertical_mask <<= 1; + } + } + } + } + if (st->repeat_count > 0) + st->pos_x += st->repeat_count; + st->repeat_count = 1; + } + p++; + break; + } + break; + + case PS_DECGRA: + /* DECGRA Set Raster Attributes " Pan; Pad; Ph; Pv */ + switch (*p) { + case '\x1b': + st->state = PS_ESC; + p++; + break; + case '0': + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': + st->param = st->param * 10 + *p - '0'; + if (st->param > DECSIXEL_PARAMVALUE_MAX) + st->param = DECSIXEL_PARAMVALUE_MAX; + p++; + break; + case ';': + if (st->nparams < DECSIXEL_PARAMS_MAX) + st->params[st->nparams++] = st->param; + st->param = 0; + p++; + break; + default: + if (st->nparams < DECSIXEL_PARAMS_MAX) + st->params[st->nparams++] = st->param; + if (st->nparams > 0) + st->attributed_pad = st->params[0]; + if (st->nparams > 1) + st->attributed_pan = st->params[1]; + if (st->nparams > 2 && st->params[2] > 0) + st->attributed_ph = st->params[2]; + if (st->nparams > 3 && st->params[3] > 0) + st->attributed_pv = st->params[3]; + + if (st->attributed_pan <= 0) + st->attributed_pan = 1; + if (st->attributed_pad <= 0) + st->attributed_pad = 1; + + if (image->width < st->attributed_ph || + image->height < st->attributed_pv) { + sx = st->attributed_ph; + if (image->width > st->attributed_ph) + sx = image->width; + + sy = st->attributed_pv; + if (image->height > st->attributed_pv) + sy = image->height; + + sx = (sx + st->grid_width - 1) / st->grid_width * st->grid_width; + sy = (sy + st->grid_height - 1) / st->grid_height * st->grid_height; + + if (sx > DECSIXEL_WIDTH_MAX) + sx = DECSIXEL_WIDTH_MAX; + if (sy > DECSIXEL_HEIGHT_MAX) + sy = DECSIXEL_HEIGHT_MAX; + + status = image_buffer_resize(image, sx, sy); + if (status < 0) + goto end; + } + st->state = PS_DECSIXEL; + st->param = 0; + st->nparams = 0; + } + break; + + case PS_DECGRI: + /* DECGRI Graphics Repeat Introducer ! Pn Ch */ + switch (*p) { + case '\x1b': + st->state = PS_ESC; + p++; + break; + case '0': + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': + st->param = st->param * 10 + *p - '0'; + if (st->param > DECSIXEL_PARAMVALUE_MAX) + st->param = DECSIXEL_PARAMVALUE_MAX; + p++; + break; + default: + st->repeat_count = st->param; + if (st->repeat_count == 0) + st->repeat_count = 1; + st->state = PS_DECSIXEL; + st->param = 0; + st->nparams = 0; + break; + } + break; + + case PS_DECGCI: + /* DECGCI Graphics Color Introducer # Pc; Pu; Px; Py; Pz */ + switch (*p) { + case '\x1b': + st->state = PS_ESC; + p++; + break; + case '0': + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': + st->param = st->param * 10 + *p - '0'; + if (st->param > DECSIXEL_PARAMVALUE_MAX) + st->param = DECSIXEL_PARAMVALUE_MAX; + p++; + break; + case ';': + if (st->nparams < DECSIXEL_PARAMS_MAX) + st->params[st->nparams++] = st->param; + st->param = 0; + p++; + break; + default: + st->state = PS_DECSIXEL; + if (st->nparams < DECSIXEL_PARAMS_MAX) + st->params[st->nparams++] = st->param; + st->param = 0; + + if (st->nparams > 0) { + st->color_index = 1 + st->params[0]; /* offset 1(background color) added */ + if (st->color_index < 0) + st->color_index = 0; + else if (st->color_index >= DECSIXEL_PALETTE_MAX) + st->color_index = DECSIXEL_PALETTE_MAX - 1; + } + + if (st->nparams > 4) { + st->image.palette_modified = 1; + if (st->params[1] == 1) { + /* HLS */ + if (st->params[2] > 360) + st->params[2] = 360; + if (st->params[3] > 100) + st->params[3] = 100; + if (st->params[4] > 100) + st->params[4] = 100; + image->palette[st->color_index] + = hls_to_rgb(st->params[2], st->params[3], st->params[4]); + } else if (st->params[1] == 2) { + /* RGB */ + if (st->params[2] > 100) + st->params[2] = 100; + if (st->params[3] > 100) + st->params[3] = 100; + if (st->params[4] > 100) + st->params[4] = 100; + image->palette[st->color_index] + = SIXEL_XRGB(st->params[2], st->params[3], st->params[4]); + } + } + break; + } + break; + default: + break; + } + } + + status = (0); + +end: + return status; +} + +void +sixel_parser_deinit(sixel_state_t *st) +{ + if (st) + sixel_image_deinit(&st->image); +} diff --git a/suckless/st/sixel.h b/suckless/st/sixel.h new file mode 100644 index 0000000..8a05c44 --- /dev/null +++ b/suckless/st/sixel.h @@ -0,0 +1,58 @@ +#ifndef SIXEL_H +#define SIXEL_H + +#define DECSIXEL_PARAMS_MAX 16 +#define DECSIXEL_PALETTE_MAX 1024 +#define DECSIXEL_PARAMVALUE_MAX 65535 +#define DECSIXEL_WIDTH_MAX 4096 +#define DECSIXEL_HEIGHT_MAX 4096 + +typedef unsigned short sixel_color_no_t; +typedef unsigned int sixel_color_t; + +typedef struct sixel_image_buffer { + sixel_color_no_t *data; + int width; + int height; + sixel_color_t palette[DECSIXEL_PALETTE_MAX]; + sixel_color_no_t ncolors; + int palette_modified; + int use_private_register; +} sixel_image_t; + +typedef enum parse_state { + PS_ESC = 1, /* ESC */ + PS_DECSIXEL = 2, /* DECSIXEL body part ", $, -, ? ... ~ */ + PS_DECGRA = 3, /* DECGRA Set Raster Attributes " Pan; Pad; Ph; Pv */ + PS_DECGRI = 4, /* DECGRI Graphics Repeat Introducer ! Pn Ch */ + PS_DECGCI = 5, /* DECGCI Graphics Color Introducer # Pc; Pu; Px; Py; Pz */ +} parse_state_t; + +typedef struct parser_context { + parse_state_t state; + int pos_x; + int pos_y; + int max_x; + int max_y; + int attributed_pan; + int attributed_pad; + int attributed_ph; + int attributed_pv; + int repeat_count; + int color_index; + int bgindex; + int grid_width; + int grid_height; + int param; + int nparams; + int params[DECSIXEL_PARAMS_MAX]; + sixel_image_t image; +} sixel_state_t; + +int sixel_parser_init(sixel_state_t *st, sixel_color_t fgcolor, sixel_color_t bgcolor, unsigned char use_private_register, int cell_width, int cell_height); +int sixel_parser_parse(sixel_state_t *st, unsigned char *p, size_t len); +int sixel_parser_set_default_color(sixel_state_t *st); +int sixel_parser_finalize(sixel_state_t *st, unsigned char *pixels); +void sixel_parser_deinit(sixel_state_t *st); + +#endif diff --git a/suckless/st/sixel_hls.c b/suckless/st/sixel_hls.c new file mode 100644 index 0000000..4f157b2 --- /dev/null +++ b/suckless/st/sixel_hls.c @@ -0,0 +1,115 @@ +// sixel.c (part of mintty) +// this function is derived from a part of graphics.c +// in Xterm pl#310 originally written by Ross Combs. +// +// Copyright 2013,2014 by Ross Combs +// +// All Rights Reserved +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +// IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY +// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// +// Except as contained in this notice, the name(s) of the above copyright +// holders shall not be used in advertising or otherwise to promote the +// sale, use or other dealings in this Software without prior written +// authorization. + +#define SIXEL_RGB(r, g, b) (((r) << 16) + ((g) << 8) + (b)) + +int +hls_to_rgb(int hue, int lum, int sat) +{ + double hs = (hue + 240) % 360; + double hv = hs / 360.0; + double lv = lum / 100.0; + double sv = sat / 100.0; + double c, x, m, c2; + double r1, g1, b1; + int r, g, b; + int hpi; + + if (sat == 0) { + r = g = b = lum * 255 / 100; + return SIXEL_RGB(r, g, b); + } + + if ((c2 = ((2.0 * lv) - 1.0)) < 0.0) { + c2 = -c2; + } + c = (1.0 - c2) * sv; + hpi = (int) (hv * 6.0); + x = (hpi & 1) ? c : 0.0; + m = lv - 0.5 * c; + + switch (hpi) { + case 0: + r1 = c; + g1 = x; + b1 = 0.0; + break; + case 1: + r1 = x; + g1 = c; + b1 = 0.0; + break; + case 2: + r1 = 0.0; + g1 = c; + b1 = x; + break; + case 3: + r1 = 0.0; + g1 = x; + b1 = c; + break; + case 4: + r1 = x; + g1 = 0.0; + b1 = c; + break; + case 5: + r1 = c; + g1 = 0.0; + b1 = x; + break; + default: + return SIXEL_RGB(255, 255, 255); + } + + r = (int) ((r1 + m) * 100.0 + 0.5); + g = (int) ((g1 + m) * 100.0 + 0.5); + b = (int) ((b1 + m) * 100.0 + 0.5); + + if (r < 0) { + r = 0; + } else if (r > 100) { + r = 100; + } + if (g < 0) { + g = 0; + } else if (g > 100) { + g = 100; + } + if (b < 0) { + b = 0; + } else if (b > 100) { + b = 100; + } + return SIXEL_RGB(r * 255 / 100, g * 255 / 100, b * 255 / 100); +} diff --git a/suckless/st/sixel_hls.h b/suckless/st/sixel_hls.h new file mode 100644 index 0000000..6176589 --- /dev/null +++ b/suckless/st/sixel_hls.h @@ -0,0 +1,7 @@ +/* + * Primary color hues: + * blue: 0 degrees + * red: 120 degrees + * green: 240 degrees + */ +int hls_to_rgb(int hue, int lum, int sat); diff --git a/suckless/st/st.1 b/suckless/st/st.1 new file mode 100644 index 0000000..39120b4 --- /dev/null +++ b/suckless/st/st.1 @@ -0,0 +1,177 @@ +.TH ST 1 st\-VERSION +.SH NAME +st \- simple terminal +.SH SYNOPSIS +.B st +.RB [ \-aiv ] +.RB [ \-c +.IR class ] +.RB [ \-f +.IR font ] +.RB [ \-g +.IR geometry ] +.RB [ \-n +.IR name ] +.RB [ \-o +.IR iofile ] +.RB [ \-T +.IR title ] +.RB [ \-t +.IR title ] +.RB [ \-l +.IR line ] +.RB [ \-w +.IR windowid ] +.RB [[ \-e ] +.IR command +.RI [ arguments ...]] +.PP +.B st +.RB [ \-aiv ] +.RB [ \-c +.IR class ] +.RB [ \-f +.IR font ] +.RB [ \-g +.IR geometry ] +.RB [ \-n +.IR name ] +.RB [ \-o +.IR iofile ] +.RB [ \-T +.IR title ] +.RB [ \-t +.IR title ] +.RB [ \-w +.IR windowid ] +.RB \-l +.IR line +.RI [ stty_args ...] +.SH DESCRIPTION +.B st +is a simple terminal emulator. +.SH OPTIONS +.TP +.B \-a +disable alternate screens in terminal +.TP +.BI \-c " class" +defines the window class (default $TERM). +.TP +.BI \-f " font" +defines the +.I font +to use when st is run. +.TP +.BI \-g " geometry" +defines the X11 geometry string. +The form is [=][<cols>{xX}<rows>][{+-}<xoffset>{+-}<yoffset>]. See +.BR XParseGeometry (3) +for further details. +.TP +.B \-i +will fixate the position given with the -g option. +.TP +.BI \-n " name" +defines the window instance name (default $TERM). +.TP +.BI \-o " iofile" +writes all the I/O to +.I iofile. +This feature is useful when recording st sessions. A value of "-" means +standard output. +.TP +.BI \-T " title" +defines the window title (default 'st'). +.TP +.BI \-t " title" +defines the window title (default 'st'). +.TP +.BI \-w " windowid" +embeds st within the window identified by +.I windowid +.TP +.BI \-l " line" +use a tty +.I line +instead of a pseudo terminal. +.I line +should be a (pseudo-)serial device (e.g. /dev/ttyS0 on Linux for serial port +0). +When this flag is given +remaining arguments are used as flags for +.BR stty(1). +By default st initializes the serial line to 8 bits, no parity, 1 stop bit +and a 38400 baud rate. The speed is set by appending it as last argument +(e.g. 'st -l /dev/ttyS0 115200'). Arguments before the last one are +.BR stty(1) +flags. If you want to set odd parity on 115200 baud use for example 'st -l +/dev/ttyS0 parenb parodd 115200'. Set the number of bits by using for +example 'st -l /dev/ttyS0 cs7 115200'. See +.BR stty(1) +for more arguments and cases. +.TP +.B \-v +prints version information to stderr, then exits. +.TP +.BI \-e " command " [ " arguments " "... ]" +st executes +.I command +instead of the shell. If this is used it +.B must be the last option +on the command line, as in xterm / rxvt. +This option is only intended for compatibility, +and all the remaining arguments are used as a command +even without it. +.SH SHORTCUTS +.TP +.B Break +Send a break in the serial line. +Break key is obtained in PC keyboards +pressing at the same time control and pause. +.TP +.B Ctrl-Print Screen +Toggle if st should print to the +.I iofile. +.TP +.B Shift-Print Screen +Print the full screen to the +.I iofile. +.TP +.B Print Screen +Print the selection to the +.I iofile. +.TP +.B Ctrl-Shift-Page Up +Increase font size. +.TP +.B Ctrl-Shift-Page Down +Decrease font size. +.TP +.B Ctrl-Shift-Home +Reset to default font size. +.TP +.B Ctrl-Shift-y +Paste from primary selection (middle mouse button). +.TP +.B Ctrl-Shift-c +Copy the selected text to the clipboard selection. +.TP +.B Ctrl-Shift-v +Paste from the clipboard selection. +.SH CUSTOMIZATION +.B st +can be customized by creating a custom config.h and (re)compiling the source +code. This keeps it fast, secure and simple. +.SH AUTHORS +See the LICENSE file for the authors. +.SH LICENSE +See the LICENSE file for the terms of redistribution. +.SH SEE ALSO +.BR tabbed (1), +.BR utmp (1), +.BR stty (1), +.BR scroll (1) +.SH BUGS +See the TODO file in the distribution. + diff --git a/suckless/st/st.c b/suckless/st/st.c new file mode 100644 index 0000000..1219977 --- /dev/null +++ b/suckless/st/st.c @@ -0,0 +1,2866 @@ +/* See LICENSE for license details. */ +#include <ctype.h> +#include <errno.h> +#include <fcntl.h> +#include <limits.h> +#include <pwd.h> +#include <stdarg.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <signal.h> +#include <sys/ioctl.h> +#include <sys/select.h> +#include <sys/types.h> +#include <sys/wait.h> +#include <termios.h> +#include <unistd.h> +#include <wchar.h> + +#include "st.h" +#include "win.h" + + + +#include "sixel.h" + +#if defined(__linux) + #include <pty.h> +#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) + #include <util.h> +#elif defined(__FreeBSD__) || defined(__DragonFly__) + #include <libutil.h> +#endif + +/* Arbitrary sizes */ +#define UTF_INVALID 0xFFFD +#define UTF_SIZ 4 +#define ESC_BUF_SIZ (128*UTF_SIZ) +#define ESC_ARG_SIZ 16 +#define CAR_PER_ARG 4 +#define STR_BUF_SIZ ESC_BUF_SIZ +#define STR_ARG_SIZ ESC_ARG_SIZ + +/* macros */ +#define IS_SET(flag) ((term.mode & (flag)) != 0) +#define ISCONTROLC0(c) (BETWEEN(c, 0, 0x1f) || (c) == 0x7f) +#define ISCONTROLC1(c) (BETWEEN(c, 0x80, 0x9f)) +#define ISCONTROL(c) (ISCONTROLC0(c) || ISCONTROLC1(c)) +#define ISDELIM(u) (u && wcschr(worddelimiters, u)) + +enum term_mode { + MODE_WRAP = 1 << 0, + MODE_INSERT = 1 << 1, + MODE_ALTSCREEN = 1 << 2, + MODE_CRLF = 1 << 3, + MODE_ECHO = 1 << 4, + MODE_PRINT = 1 << 5, + MODE_UTF8 = 1 << 6, + MODE_SIXEL = 1 << 7, +}; + +enum cursor_movement { + CURSOR_SAVE, + CURSOR_LOAD +}; + +enum cursor_state { + CURSOR_DEFAULT = 0, + CURSOR_WRAPNEXT = 1, + CURSOR_ORIGIN = 2 +}; + +enum charset { + CS_GRAPHIC0, + CS_GRAPHIC1, + CS_UK, + CS_USA, + CS_MULTI, + CS_GER, + CS_FIN +}; + +enum escape_state { + ESC_START = 1, + ESC_CSI = 2, + ESC_STR = 4, /* DCS, OSC, PM, APC */ + ESC_ALTCHARSET = 8, + ESC_STR_END = 16, /* a final string was encountered */ + ESC_TEST = 32, /* Enter in test mode */ + ESC_UTF8 = 64, + ESC_DCS =128, +}; + +typedef struct { + int mode; + int type; + int snap; + /* + * Selection variables: + * nb – normalized coordinates of the beginning of the selection + * ne – normalized coordinates of the end of the selection + * ob – original coordinates of the beginning of the selection + * oe – original coordinates of the end of the selection + */ + struct { + int x, y; + } nb, ne, ob, oe; + + int alt; +} Selection; + +/* CSI Escape sequence structs */ +/* ESC '[' [[ [<priv>] <arg> [;]] <mode> [<mode>]] */ +typedef struct { + char buf[ESC_BUF_SIZ]; /* raw string */ + size_t len; /* raw string length */ + char priv; + int arg[ESC_ARG_SIZ]; + int narg; /* nb of args */ + char mode[2]; + int carg[ESC_ARG_SIZ][CAR_PER_ARG]; /* colon args */ +} CSIEscape; + +/* STR Escape sequence structs */ +/* ESC type [[ [<priv>] <arg> [;]] <mode>] ESC '\' */ +typedef struct { + char type; /* ESC type ... */ + char *buf; /* allocated raw string */ + size_t siz; /* allocation size */ + size_t len; /* raw string length */ + char *args[STR_ARG_SIZ]; + int narg; /* nb of args */ +} STREscape; + +static void execsh(char *, char **); +static void stty(char **); +static void sigchld(int); +static void ttywriteraw(const char *, size_t); + +static void csidump(void); +static void csihandle(void); +static void readcolonargs(char **, int, int[][CAR_PER_ARG]); +static void csiparse(void); +static void csireset(void); +static int eschandle(uchar); +static void strdump(void); +static void strhandle(void); +static void strparse(void); +static void strreset(void); + +static void tprinter(char *, size_t); +static void tdumpsel(void); +static void tdumpline(int); +static void tdump(void); +static void tclearregion(int, int, int, int); +static void tcursor(int); +static void tdeletechar(int); +static void tdeleteline(int); +static void tinsertblank(int); +static void tinsertblankline(int); +static int tlinelen(int); +static void tmoveto(int, int); +static void tmoveato(int, int); +static void tnewline(int); +static void tputtab(int); +static void tputc(Rune); +static void treset(void); +static void tscrollup(int, int, int); +static void tscrolldown(int, int, int); +static void tsetattr(const int *, int); +static void tsetchar(Rune, const Glyph *, int, int); +static void tsetdirt(int, int); +static void tsetscroll(int, int); +static void tswapscreen(void); +static void tsetmode(int, int, const int *, int); +static int twrite(const char *, int, int); +static void tcontrolcode(uchar ); +static void tdectest(char ); +static void tdefutf8(char); +static int32_t tdefcolor(const int *, int *, int); +static void tdeftran(char); +static void tstrsequence(uchar); +static void selnormalize(void); +static void selscroll(int, int); +static void selsnap(int *, int *, int); + +static size_t utf8decode(const char *, Rune *, size_t); +static Rune utf8decodebyte(char, size_t *); +static char utf8encodebyte(Rune, size_t); +static size_t utf8validate(Rune *, size_t); + +static char *base64dec(const char *); +static char base64dec_getc(const char **); + +static ssize_t xwrite(int, const char *, size_t); + +/* Globals */ +static Selection sel; +static CSIEscape csiescseq; +static STREscape strescseq; +static int iofd = 1; +static int cmdfd; +static int csdfd; +static pid_t pid; +sixel_state_t sixel_st; + +static const uchar utfbyte[UTF_SIZ + 1] = {0x80, 0, 0xC0, 0xE0, 0xF0}; +static const uchar utfmask[UTF_SIZ + 1] = {0xC0, 0x80, 0xE0, 0xF0, 0xF8}; +static const Rune utfmin[UTF_SIZ + 1] = { 0, 0, 0x80, 0x800, 0x10000}; +static const Rune utfmax[UTF_SIZ + 1] = {0x10FFFF, 0x7F, 0x7FF, 0xFFFF, 0x10FFFF}; + + +#include "patch/st_include.h" + +ssize_t +xwrite(int fd, const char *s, size_t len) +{ + size_t aux = len; + ssize_t r; + + while (len > 0) { + r = write(fd, s, len); + if (r < 0) + return r; + len -= r; + s += r; + } + + return aux; +} + +void * +xmalloc(size_t len) +{ + void *p; + + if (!(p = malloc(len))) + die("malloc: %s\n", strerror(errno)); + + return p; +} + +void * +xrealloc(void *p, size_t len) +{ + if ((p = realloc(p, len)) == NULL) + die("realloc: %s\n", strerror(errno)); + + return p; +} + +char * +xstrdup(const char *s) +{ + char *p; + if ((p = strdup(s)) == NULL) + die("strdup: %s\n", strerror(errno)); + + return p; +} + +size_t +utf8decode(const char *c, Rune *u, size_t clen) +{ + size_t i, j, len, type; + Rune udecoded; + + *u = UTF_INVALID; + if (!clen) + return 0; + udecoded = utf8decodebyte(c[0], &len); + if (!BETWEEN(len, 1, UTF_SIZ)) + return 1; + for (i = 1, j = 1; i < clen && j < len; ++i, ++j) { + udecoded = (udecoded << 6) | utf8decodebyte(c[i], &type); + if (type != 0) + return j; + } + if (j < len) + return 0; + *u = udecoded; + utf8validate(u, len); + + return len; +} + +Rune +utf8decodebyte(char c, size_t *i) +{ + for (*i = 0; *i < LEN(utfmask); ++(*i)) + if (((uchar)c & utfmask[*i]) == utfbyte[*i]) + return (uchar)c & ~utfmask[*i]; + + return 0; +} + +size_t +utf8encode(Rune u, char *c) +{ + size_t len, i; + + len = utf8validate(&u, 0); + if (len > UTF_SIZ) + return 0; + + for (i = len - 1; i != 0; --i) { + c[i] = utf8encodebyte(u, 0); + u >>= 6; + } + c[0] = utf8encodebyte(u, len); + + return len; +} + +char +utf8encodebyte(Rune u, size_t i) +{ + return utfbyte[i] | (u & ~utfmask[i]); +} + +size_t +utf8validate(Rune *u, size_t i) +{ + if (!BETWEEN(*u, utfmin[i], utfmax[i]) || BETWEEN(*u, 0xD800, 0xDFFF)) + *u = UTF_INVALID; + for (i = 1; *u > utfmax[i]; ++i) + ; + + return i; +} + +static const char base64_digits[] = { + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 62, 0, 0, 0, + 63, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 0, 0, 0, -1, 0, 0, 0, 0, 1, + 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, + 22, 23, 24, 25, 0, 0, 0, 0, 0, 0, 26, 27, 28, 29, 30, 31, 32, 33, 34, + 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +}; + +char +base64dec_getc(const char **src) +{ + while (**src && !isprint(**src)) + (*src)++; + return **src ? *((*src)++) : '='; /* emulate padding if string ends */ +} + +char * +base64dec(const char *src) +{ + size_t in_len = strlen(src); + char *result, *dst; + + if (in_len % 4) + in_len += 4 - (in_len % 4); + result = dst = xmalloc(in_len / 4 * 3 + 1); + while (*src) { + int a = base64_digits[(unsigned char) base64dec_getc(&src)]; + int b = base64_digits[(unsigned char) base64dec_getc(&src)]; + int c = base64_digits[(unsigned char) base64dec_getc(&src)]; + int d = base64_digits[(unsigned char) base64dec_getc(&src)]; + + /* invalid input. 'a' can be -1, e.g. if src is "\n" (c-str) */ + if (a == -1 || b == -1) + break; + + *dst++ = (a << 2) | ((b & 0x30) >> 4); + if (c == -1) + break; + *dst++ = ((b & 0x0f) << 4) | ((c & 0x3c) >> 2); + if (d == -1) + break; + *dst++ = ((c & 0x03) << 6) | d; + } + *dst = '\0'; + return result; +} + +void +selinit(void) +{ + sel.mode = SEL_IDLE; + sel.snap = 0; + sel.ob.x = -1; +} + +int +tlinelen(int y) +{ + int i = term.col; + + if (TLINE(y)[i - 1].mode & ATTR_WRAP) + return i; + + while (i > 0 && TLINE(y)[i - 1].u == ' ') + --i; + + return i; +} + + +void +selstart(int col, int row, int snap) +{ + selclear(); + sel.mode = SEL_EMPTY; + sel.type = SEL_REGULAR; + sel.alt = IS_SET(MODE_ALTSCREEN); + sel.snap = snap; + sel.oe.x = sel.ob.x = col; + sel.oe.y = sel.ob.y = row; + selnormalize(); + + if (sel.snap != 0) + sel.mode = SEL_READY; + tsetdirt(sel.nb.y, sel.ne.y); +} + +void +selextend(int col, int row, int type, int done) +{ + int oldey, oldex, oldsby, oldsey, oldtype; + + if (sel.mode == SEL_IDLE) + return; + if (done && sel.mode == SEL_EMPTY) { + selclear(); + return; + } + + oldey = sel.oe.y; + oldex = sel.oe.x; + oldsby = sel.nb.y; + oldsey = sel.ne.y; + oldtype = sel.type; + + sel.oe.x = col; + sel.oe.y = row; + selnormalize(); + sel.type = type; + + if (oldey != sel.oe.y || oldex != sel.oe.x || oldtype != sel.type || sel.mode == SEL_EMPTY) + tsetdirt(MIN(sel.nb.y, oldsby), MAX(sel.ne.y, oldsey)); + + sel.mode = done ? SEL_IDLE : SEL_READY; +} + +void +selnormalize(void) +{ + int i; + + if (sel.type == SEL_REGULAR && sel.ob.y != sel.oe.y) { + sel.nb.x = sel.ob.y < sel.oe.y ? sel.ob.x : sel.oe.x; + sel.ne.x = sel.ob.y < sel.oe.y ? sel.oe.x : sel.ob.x; + } else { + sel.nb.x = MIN(sel.ob.x, sel.oe.x); + sel.ne.x = MAX(sel.ob.x, sel.oe.x); + } + sel.nb.y = MIN(sel.ob.y, sel.oe.y); + sel.ne.y = MAX(sel.ob.y, sel.oe.y); + + selsnap(&sel.nb.x, &sel.nb.y, -1); + selsnap(&sel.ne.x, &sel.ne.y, +1); + + /* expand selection over line breaks */ + if (sel.type == SEL_RECTANGULAR) + return; + i = tlinelen(sel.nb.y); + if (i < sel.nb.x) + sel.nb.x = i; + if (tlinelen(sel.ne.y) <= sel.ne.x) + sel.ne.x = term.col - 1; +} + +int +selected(int x, int y) +{ + if (sel.mode == SEL_EMPTY || sel.ob.x == -1 || + sel.alt != IS_SET(MODE_ALTSCREEN)) + return 0; + + if (sel.type == SEL_RECTANGULAR) + return BETWEEN(y, sel.nb.y, sel.ne.y) + && BETWEEN(x, sel.nb.x, sel.ne.x); + + return BETWEEN(y, sel.nb.y, sel.ne.y) + && (y != sel.nb.y || x >= sel.nb.x) + && (y != sel.ne.y || x <= sel.ne.x); +} + +void +selsnap(int *x, int *y, int direction) +{ + int newx, newy, xt, yt; + int delim, prevdelim; + const Glyph *gp, *prevgp; + + switch (sel.snap) { + case SNAP_WORD: + /* + * Snap around if the word wraps around at the end or + * beginning of a line. + */ + prevgp = &TLINE(*y)[*x]; + prevdelim = ISDELIM(prevgp->u); + for (;;) { + newx = *x + direction; + newy = *y; + if (!BETWEEN(newx, 0, term.col - 1)) { + newy += direction; + newx = (newx + term.col) % term.col; + if (!BETWEEN(newy, 0, term.row - 1)) + break; + + if (direction > 0) + yt = *y, xt = *x; + else + yt = newy, xt = newx; + if (!(TLINE(yt)[xt].mode & ATTR_WRAP)) + break; + } + + if (newx >= tlinelen(newy)) + break; + + gp = &TLINE(newy)[newx]; + delim = ISDELIM(gp->u); + if (!(gp->mode & ATTR_WDUMMY) && (delim != prevdelim + || (delim && gp->u != prevgp->u))) + break; + + *x = newx; + *y = newy; + prevgp = gp; + prevdelim = delim; + } + break; + case SNAP_LINE: + /* + * Snap around if the the previous line or the current one + * has set ATTR_WRAP at its end. Then the whole next or + * previous line will be selected. + */ + *x = (direction < 0) ? 0 : term.col - 1; + if (direction < 0) { + for (; *y > 0; *y += direction) { + if (!(TLINE(*y-1)[term.col-1].mode & ATTR_WRAP)) + { + break; + } + } + } else if (direction > 0) { + for (; *y < term.row-1; *y += direction) { + if (!(TLINE(*y)[term.col-1].mode & ATTR_WRAP)) + { + break; + } + } + } + break; + } +} + +char * +getsel(void) +{ + char *str, *ptr; + int y, bufsize, lastx, linelen; + const Glyph *gp, *last; + + if (sel.ob.x == -1) + return NULL; + + bufsize = (term.col+1) * (sel.ne.y-sel.nb.y+1) * UTF_SIZ; + ptr = str = xmalloc(bufsize); + + /* append every set & selected glyph to the selection */ + for (y = sel.nb.y; y <= sel.ne.y; y++) + { + if ((linelen = tlinelen(y)) == 0) { + *ptr++ = '\n'; + continue; + } + + if (sel.type == SEL_RECTANGULAR) { + gp = &TLINE(y)[sel.nb.x]; + lastx = sel.ne.x; + } else { + gp = &TLINE(y)[sel.nb.y == y ? sel.nb.x : 0]; + lastx = (sel.ne.y == y) ? sel.ne.x : term.col-1; + } + last = &TLINE(y)[MIN(lastx, linelen-1)]; + while (last >= gp && last->u == ' ') + --last; + + for ( ; gp <= last; ++gp) { + if (gp->mode & ATTR_WDUMMY) + continue; + + ptr += utf8encode(gp->u, ptr); + } + + /* + * Copy and pasting of line endings is inconsistent + * in the inconsistent terminal and GUI world. + * The best solution seems like to produce '\n' when + * something is copied from st and convert '\n' to + * '\r', when something to be pasted is received by + * st. + * FIXME: Fix the computer world. + */ + if ( + (y < sel.ne.y || lastx >= linelen) + && (!(last->mode & ATTR_WRAP) || sel.type == SEL_RECTANGULAR)) + *ptr++ = '\n'; + } + *ptr = 0; + return str; +} + +void +selclear(void) +{ + if (sel.ob.x == -1) + return; + sel.mode = SEL_IDLE; + sel.ob.x = -1; + tsetdirt(sel.nb.y, sel.ne.y); +} + +void +die(const char *errstr, ...) +{ + va_list ap; + + va_start(ap, errstr); + vfprintf(stderr, errstr, ap); + va_end(ap); + exit(1); +} + +void +execsh(char *cmd, char **args) +{ + char *sh, *prog, *arg; + const struct passwd *pw; + + errno = 0; + if ((pw = getpwuid(getuid())) == NULL) { + if (errno) + die("getpwuid: %s\n", strerror(errno)); + else + die("who are you?\n"); + } + + if ((sh = getenv("SHELL")) == NULL) + sh = (pw->pw_shell[0]) ? pw->pw_shell : cmd; + + if (args) { + prog = args[0]; + arg = NULL; + } else if (scroll) { + prog = scroll; + arg = utmp ? utmp : sh; + } else if (utmp) { + prog = utmp; + arg = NULL; + } else { + prog = sh; + arg = NULL; + } + DEFAULT(args, ((char *[]) {prog, arg, NULL})); + + unsetenv("COLUMNS"); + unsetenv("LINES"); + unsetenv("TERMCAP"); + setenv("LOGNAME", pw->pw_name, 1); + setenv("USER", pw->pw_name, 1); + setenv("SHELL", sh, 1); + setenv("HOME", pw->pw_dir, 1); + setenv("TERM", termname, 1); + + signal(SIGCHLD, SIG_DFL); + signal(SIGHUP, SIG_DFL); + signal(SIGINT, SIG_DFL); + signal(SIGQUIT, SIG_DFL); + signal(SIGTERM, SIG_DFL); + signal(SIGALRM, SIG_DFL); + + execvp(prog, args); + _exit(1); +} + +void +sigchld(int a) +{ + int stat; + pid_t p; + + if ((p = waitpid((extpipeactive ? -1 : pid), &stat, WNOHANG)) < 0) + die("waiting for pid %hd failed: %s\n", pid, strerror(errno)); + + if (pid != p) { + if (!extpipeactive) + return; + + if (p == 0 && wait(&stat) < 0) + die("wait: %s\n", strerror(errno)); + + /* reinstall sigchld handler */ + signal(SIGCHLD, sigchld); + extpipeactive = 0; + return; + } + + close(csdfd); + + if (WIFEXITED(stat) && WEXITSTATUS(stat)) + die("child exited with status %d\n", WEXITSTATUS(stat)); + else if (WIFSIGNALED(stat)) + die("child terminated due to signal %d\n", WTERMSIG(stat)); + _exit(0); +} + +void +stty(char **args) +{ + char cmd[_POSIX_ARG_MAX], **p, *q, *s; + size_t n, siz; + + if ((n = strlen(stty_args)) > sizeof(cmd)-1) + die("incorrect stty parameters\n"); + memcpy(cmd, stty_args, n); + q = cmd + n; + siz = sizeof(cmd) - n; + for (p = args; p && (s = *p); ++p) { + if ((n = strlen(s)) > siz-1) + die("stty parameter length too long\n"); + *q++ = ' '; + memcpy(q, s, n); + q += n; + siz -= n + 1; + } + *q = '\0'; + if (system(cmd) != 0) + perror("Couldn't call stty"); +} + +int +ttynew(const char *line, char *cmd, const char *out, char **args) +{ + int m, s; + struct sigaction sa; + + if (out) { + term.mode |= MODE_PRINT; + iofd = (!strcmp(out, "-")) ? + 1 : open(out, O_WRONLY | O_CREAT, 0666); + if (iofd < 0) { + fprintf(stderr, "Error opening %s:%s\n", + out, strerror(errno)); + } + } + + if (line) { + if ((cmdfd = open(line, O_RDWR)) < 0) + die("open line '%s' failed: %s\n", + line, strerror(errno)); + dup2(cmdfd, 0); + stty(args); + return cmdfd; + } + + /* seems to work fine on linux, openbsd and freebsd */ + if (openpty(&m, &s, NULL, NULL, NULL) < 0) + die("openpty failed: %s\n", strerror(errno)); + + switch (pid = fork()) { + case -1: + die("fork failed: %s\n", strerror(errno)); + break; + case 0: + close(iofd); + close(m); + setsid(); /* create a new process group */ + dup2(s, 0); + dup2(s, 1); + dup2(s, 2); + if (ioctl(s, TIOCSCTTY, NULL) < 0) + die("ioctl TIOCSCTTY failed: %s\n", strerror(errno)); + close(s); + close(m); + if (s > 2) + close(s); +#ifdef __OpenBSD__ + if (pledge("stdio getpw proc exec", NULL) == -1) + die("pledge\n"); +#endif + execsh(cmd, args); + break; + default: +#ifdef __OpenBSD__ + if (pledge("stdio rpath tty proc", NULL) == -1) + die("pledge\n"); +#endif + close(s); + cmdfd = m; + csdfd = s; + memset(&sa, 0, sizeof(sa)); + sigemptyset(&sa.sa_mask); + sa.sa_handler = sigchld; + sigaction(SIGCHLD, &sa, NULL); + break; + } + return cmdfd; +} + +size_t +ttyread(void) +{ + static char buf[BUFSIZ]; + static int buflen = 0; + int ret, written; + + /* append read bytes to unprocessed bytes */ + ret = twrite_aborted ? 1 : read(cmdfd, buf+buflen, LEN(buf)-buflen); + + switch (ret) { + case 0: + exit(0); + case -1: + die("couldn't read from shell: %s\n", strerror(errno)); + default: + buflen += twrite_aborted ? 0 : ret; + written = twrite(buf, buflen, 0); + buflen -= written; + /* keep any incomplete UTF-8 byte sequence for the next call */ + if (buflen > 0) + memmove(buf, buf + written, buflen); + return ret; + } +} + +void +ttywrite(const char *s, size_t n, int may_echo) +{ + const char *next; + Arg arg = (Arg) { .i = term.scr }; + + kscrolldown(&arg); + + if (may_echo && IS_SET(MODE_ECHO)) + twrite(s, n, 1); + + if (!IS_SET(MODE_CRLF)) { + ttywriteraw(s, n); + return; + } + + /* This is similar to how the kernel handles ONLCR for ttys */ + while (n > 0) { + if (*s == '\r') { + next = s + 1; + ttywriteraw("\r\n", 2); + } else { + next = memchr(s, '\r', n); + DEFAULT(next, s + n); + ttywriteraw(s, next - s); + } + n -= next - s; + s = next; + } +} + +void +ttywriteraw(const char *s, size_t n) +{ + fd_set wfd, rfd; + ssize_t r; + size_t lim = 256; + + /* + * Remember that we are using a pty, which might be a modem line. + * Writing too much will clog the line. That's why we are doing this + * dance. + * FIXME: Migrate the world to Plan 9. + */ + while (n > 0) { + FD_ZERO(&wfd); + FD_ZERO(&rfd); + FD_SET(cmdfd, &wfd); + FD_SET(cmdfd, &rfd); + + /* Check if we can write. */ + if (pselect(cmdfd+1, &rfd, &wfd, NULL, NULL, NULL) < 0) { + if (errno == EINTR) + continue; + die("select failed: %s\n", strerror(errno)); + } + if (FD_ISSET(cmdfd, &wfd)) { + /* + * Only write the bytes written by ttywrite() or the + * default of 256. This seems to be a reasonable value + * for a serial line. Bigger values might clog the I/O. + */ + if ((r = write(cmdfd, s, (n < lim)? n : lim)) < 0) + goto write_error; + if (r < n) { + /* + * We weren't able to write out everything. + * This means the buffer is getting full + * again. Empty it. + */ + if (n < lim) + lim = ttyread(); + n -= r; + s += r; + } else { + /* All bytes have been written. */ + break; + } + } + if (FD_ISSET(cmdfd, &rfd)) + lim = ttyread(); + } + return; + +write_error: + die("write error on tty: %s\n", strerror(errno)); +} + +void +ttyresize(int tw, int th) +{ + struct winsize w; + + w.ws_row = term.row; + w.ws_col = term.col; + w.ws_xpixel = tw; + w.ws_ypixel = th; + if (ioctl(cmdfd, TIOCSWINSZ, &w) < 0) + fprintf(stderr, "Couldn't set window size: %s\n", strerror(errno)); +} + +void +ttyhangup() +{ + /* Send SIGHUP to shell */ + kill(pid, SIGHUP); +} + +int +tattrset(int attr) +{ + int i, j; + + for (i = 0; i < term.row-1; i++) { + for (j = 0; j < term.col-1; j++) { + if (term.line[i][j].mode & attr) + return 1; + } + } + + return 0; +} + +void +tsetdirt(int top, int bot) +{ + int i; + + LIMIT(top, 0, term.row-1); + LIMIT(bot, 0, term.row-1); + + for (i = top; i <= bot; i++) + term.dirty[i] = 1; +} + +void +tsetdirtattr(int attr) +{ + int i, j; + + for (i = 0; i < term.row-1; i++) { + for (j = 0; j < term.col-1; j++) { + if (term.line[i][j].mode & attr) { + tsetdirt(i, i); + break; + } + } + } +} + +void +tfulldirt(void) +{ + tsync_end(); + tsetdirt(0, term.row-1); +} + +void +tcursor(int mode) +{ + static TCursor c[2]; + int alt = IS_SET(MODE_ALTSCREEN); + + if (mode == CURSOR_SAVE) { + c[alt] = term.c; + } else if (mode == CURSOR_LOAD) { + term.c = c[alt]; + tmoveto(c[alt].x, c[alt].y); + } +} + +void +treset(void) +{ + uint i; + ImageList *im; + + term.c = (TCursor){{ + .mode = ATTR_NULL, + .fg = defaultfg, + .bg = defaultbg + }, .x = 0, .y = 0, .state = CURSOR_DEFAULT}; + + memset(term.tabs, 0, term.col * sizeof(*term.tabs)); + for (i = tabspaces; i < term.col; i += tabspaces) + term.tabs[i] = 1; + term.top = 0; + term.bot = term.row - 1; + term.mode = MODE_WRAP|MODE_UTF8; + memset(term.trantbl, CS_USA, sizeof(term.trantbl)); + term.charset = 0; + + for (i = 0; i < 2; i++) { + tmoveto(0, 0); + tcursor(CURSOR_SAVE); + tclearregion(0, 0, term.col-1, term.row-1); + tswapscreen(); + } + for (im = term.images; im; im = im->next) + im->should_delete = 1; +} + +void +tnew(int col, int row) +{ + term = (Term){ .c = { .attr = { .fg = defaultfg, .bg = defaultbg } } }; + tresize(col, row); + treset(); +} + +void +tswapscreen(void) +{ + Line *tmp = term.line; + ImageList *im = term.images; + + term.line = term.alt; + term.alt = tmp; + term.images = term.images_alt; + term.images_alt = im; + term.mode ^= MODE_ALTSCREEN; + tfulldirt(); +} + +void +tscrolldown(int orig, int n, int copyhist) +{ + int i; + Line temp; + + LIMIT(n, 0, term.bot-orig+1); + + if (copyhist) { + term.histi = (term.histi - 1 + HISTSIZE) % HISTSIZE; + temp = term.hist[term.histi]; + term.hist[term.histi] = term.line[term.bot]; + term.line[term.bot] = temp; + } + + tsetdirt(orig, term.bot-n); + tclearregion(0, term.bot-n+1, term.col-1, term.bot); + + for (i = term.bot; i >= orig+n; i--) { + temp = term.line[i]; + term.line[i] = term.line[i-n]; + term.line[i-n] = temp; + } + + scroll_images(n); + + if (term.scr == 0) + selscroll(orig, n); +} + +void +tscrollup(int orig, int n, int copyhist) +{ + int i; + Line temp; + + LIMIT(n, 0, term.bot-orig+1); + + if (copyhist) { + term.histi = (term.histi + 1) % HISTSIZE; + temp = term.hist[term.histi]; + term.hist[term.histi] = term.line[orig]; + term.line[orig] = temp; + } + + if (term.scr > 0 && term.scr < HISTSIZE) + term.scr = MIN(term.scr + n, HISTSIZE-1); + + tclearregion(0, orig, term.col-1, orig+n-1); + tsetdirt(orig+n, term.bot); + + for (i = orig; i <= term.bot-n; i++) { + temp = term.line[i]; + term.line[i] = term.line[i+n]; + term.line[i+n] = temp; + } + + scroll_images(-1 * n); + + if (term.scr == 0) + selscroll(orig, -n); +} + +void +selscroll(int orig, int n) +{ + if (sel.ob.x == -1) + return; + + if (BETWEEN(sel.nb.y, orig, term.bot) != BETWEEN(sel.ne.y, orig, term.bot)) { + selclear(); + } else if (BETWEEN(sel.nb.y, orig, term.bot)) { + sel.ob.y += n; + sel.oe.y += n; + if (sel.ob.y < term.top || sel.ob.y > term.bot || + sel.oe.y < term.top || sel.oe.y > term.bot) { + selclear(); + } else { + selnormalize(); + } + } +} + +void +tnewline(int first_col) +{ + int y = term.c.y; + + if (y == term.bot) { + tscrollup(term.top, 1, 1); + } else { + y++; + } + tmoveto(first_col ? 0 : term.c.x, y); +} + +void +readcolonargs(char **p, int cursor, int params[][CAR_PER_ARG]) +{ + int i = 0; + for (; i < CAR_PER_ARG; i++) + params[cursor][i] = -1; + + if (**p != ':') + return; + + char *np = NULL; + i = 0; + + while (**p == ':' && i < CAR_PER_ARG) { + while (**p == ':') + (*p)++; + params[cursor][i] = strtol(*p, &np, 10); + *p = np; + i++; + } +} + +void +csiparse(void) +{ + char *p = csiescseq.buf, *np; + long int v; + + csiescseq.narg = 0; + if (*p == '?') { + csiescseq.priv = 1; + p++; + } + + csiescseq.buf[csiescseq.len] = '\0'; + while (p < csiescseq.buf+csiescseq.len) { + np = NULL; + v = strtol(p, &np, 10); + if (np == p) + v = 0; + if (v == LONG_MAX || v == LONG_MIN) + v = -1; + csiescseq.arg[csiescseq.narg++] = v; + p = np; + readcolonargs(&p, csiescseq.narg-1, csiescseq.carg); + if (*p != ';' || csiescseq.narg == ESC_ARG_SIZ) + break; + p++; + } + csiescseq.mode[0] = *p++; + csiescseq.mode[1] = (p < csiescseq.buf+csiescseq.len) ? *p : '\0'; +} + +/* for absolute user moves, when decom is set */ +void +tmoveato(int x, int y) +{ + tmoveto(x, y + ((term.c.state & CURSOR_ORIGIN) ? term.top: 0)); +} + +void +tmoveto(int x, int y) +{ + int miny, maxy; + + if (term.c.state & CURSOR_ORIGIN) { + miny = term.top; + maxy = term.bot; + } else { + miny = 0; + maxy = term.row - 1; + } + term.c.state &= ~CURSOR_WRAPNEXT; + term.c.x = LIMIT(x, 0, term.col-1); + term.c.y = LIMIT(y, miny, maxy); +} + +void +tsetchar(Rune u, const Glyph *attr, int x, int y) +{ + static const char *vt100_0[62] = { /* 0x41 - 0x7e */ + "↑", "↓", "→", "←", "█", "▚", "☃", /* A - G */ + 0, 0, 0, 0, 0, 0, 0, 0, /* H - O */ + 0, 0, 0, 0, 0, 0, 0, 0, /* P - W */ + 0, 0, 0, 0, 0, 0, 0, " ", /* X - _ */ + "◆", "▒", "␉", "␌", "␍", "␊", "°", "±", /* ` - g */ + "␤", "␋", "┘", "┐", "┌", "└", "┼", "⎺", /* h - o */ + "⎻", "─", "⎼", "⎽", "├", "┤", "┴", "┬", /* p - w */ + "│", "≤", "≥", "π", "≠", "£", "·", /* x - ~ */ + }; + + /* + * The table is proudly stolen from rxvt. + */ + if (term.trantbl[term.charset] == CS_GRAPHIC0 && + BETWEEN(u, 0x41, 0x7e) && vt100_0[u - 0x41]) + utf8decode(vt100_0[u - 0x41], &u, UTF_SIZ); + + if (term.line[y][x].mode & ATTR_WIDE) { + if (x+1 < term.col) { + term.line[y][x+1].u = ' '; + term.line[y][x+1].mode &= ~ATTR_WDUMMY; + } + } else if (term.line[y][x].mode & ATTR_WDUMMY) { + term.line[y][x-1].u = ' '; + term.line[y][x-1].mode &= ~ATTR_WIDE; + } + + term.dirty[y] = 1; + term.line[y][x] = *attr; + term.line[y][x].u = u; + + if (isboxdraw(u)) + term.line[y][x].mode |= ATTR_BOXDRAW; +} + +void +tclearregion(int x1, int y1, int x2, int y2) +{ + int x, y, temp; + Glyph *gp; + + if (x1 > x2) + temp = x1, x1 = x2, x2 = temp; + if (y1 > y2) + temp = y1, y1 = y2, y2 = temp; + + LIMIT(x1, 0, term.maxcol-1); + LIMIT(x2, 0, term.maxcol-1); + LIMIT(y1, 0, term.row-1); + LIMIT(y2, 0, term.row-1); + + for (y = y1; y <= y2; y++) { + term.dirty[y] = 1; + for (x = x1; x <= x2; x++) { + gp = &term.line[y][x]; + if (selected(x, y)) + selclear(); + gp->fg = term.c.attr.fg; + gp->bg = term.c.attr.bg; + gp->mode = 0; + gp->u = ' '; + } + } +} + +void +tdeletechar(int n) +{ + int dst, src, size; + Glyph *line; + + LIMIT(n, 0, term.col - term.c.x); + + dst = term.c.x; + src = term.c.x + n; + size = term.col - src; + line = term.line[term.c.y]; + + memmove(&line[dst], &line[src], size * sizeof(Glyph)); + tclearregion(term.col-n, term.c.y, term.col-1, term.c.y); +} + +void +tinsertblank(int n) +{ + int dst, src, size; + Glyph *line; + + LIMIT(n, 0, term.col - term.c.x); + + dst = term.c.x + n; + src = term.c.x; + size = term.col - dst; + line = term.line[term.c.y]; + + memmove(&line[dst], &line[src], size * sizeof(Glyph)); + tclearregion(src, term.c.y, dst - 1, term.c.y); +} + +void +tinsertblankline(int n) +{ + if (BETWEEN(term.c.y, term.top, term.bot)) + tscrolldown(term.c.y, n, 0); +} + +void +tdeleteline(int n) +{ + if (BETWEEN(term.c.y, term.top, term.bot)) + tscrollup(term.c.y, n, 0); +} + +int32_t +tdefcolor(const int *attr, int *npar, int l) +{ + int32_t idx = -1; + uint r, g, b; + + switch (attr[*npar + 1]) { + case 2: /* direct color in RGB space */ + if (*npar + 4 >= l) { + fprintf(stderr, + "erresc(38): Incorrect number of parameters (%d)\n", + *npar); + break; + } + r = attr[*npar + 2]; + g = attr[*npar + 3]; + b = attr[*npar + 4]; + *npar += 4; + if (!BETWEEN(r, 0, 255) || !BETWEEN(g, 0, 255) || !BETWEEN(b, 0, 255)) + fprintf(stderr, "erresc: bad rgb color (%u,%u,%u)\n", + r, g, b); + else + idx = TRUECOLOR(r, g, b); + break; + case 5: /* indexed color */ + if (*npar + 2 >= l) { + fprintf(stderr, + "erresc(38): Incorrect number of parameters (%d)\n", + *npar); + break; + } + *npar += 2; + if (!BETWEEN(attr[*npar], 0, 255)) + fprintf(stderr, "erresc: bad fgcolor %d\n", attr[*npar]); + else + idx = attr[*npar]; + break; + case 0: /* implemented defined (only foreground) */ + case 1: /* transparent */ + case 3: /* direct color in CMY space */ + case 4: /* direct color in CMYK space */ + default: + fprintf(stderr, + "erresc(38): gfx attr %d unknown\n", attr[*npar]); + break; + } + + return idx; +} + +void +tsetattr(const int *attr, int l) +{ + int i; + int32_t idx; + + for (i = 0; i < l; i++) { + switch (attr[i]) { + case 0: + term.c.attr.mode &= ~( + ATTR_BOLD | + ATTR_FAINT | + ATTR_ITALIC | + ATTR_UNDERLINE | + ATTR_BLINK | + ATTR_REVERSE | + ATTR_INVISIBLE | + ATTR_STRUCK ); + term.c.attr.fg = defaultfg; + term.c.attr.bg = defaultbg; + term.c.attr.ustyle = -1; + term.c.attr.ucolor[0] = -1; + term.c.attr.ucolor[1] = -1; + term.c.attr.ucolor[2] = -1; + break; + case 1: + term.c.attr.mode |= ATTR_BOLD; + break; + case 2: + term.c.attr.mode |= ATTR_FAINT; + break; + case 3: + term.c.attr.mode |= ATTR_ITALIC; + break; + case 4: + term.c.attr.ustyle = csiescseq.carg[i][0]; + + if (term.c.attr.ustyle != 0) + term.c.attr.mode |= ATTR_UNDERLINE; + else + term.c.attr.mode &= ~ATTR_UNDERLINE; + + term.c.attr.mode ^= ATTR_DIRTYUNDERLINE; + break; + case 5: /* slow blink */ + /* FALLTHROUGH */ + case 6: /* rapid blink */ + term.c.attr.mode |= ATTR_BLINK; + break; + case 7: + term.c.attr.mode |= ATTR_REVERSE; + break; + case 8: + term.c.attr.mode |= ATTR_INVISIBLE; + break; + case 9: + term.c.attr.mode |= ATTR_STRUCK; + break; + case 22: + term.c.attr.mode &= ~(ATTR_BOLD | ATTR_FAINT); + break; + case 23: + term.c.attr.mode &= ~ATTR_ITALIC; + break; + case 24: + term.c.attr.mode &= ~ATTR_UNDERLINE; + break; + case 25: + term.c.attr.mode &= ~ATTR_BLINK; + break; + case 27: + term.c.attr.mode &= ~ATTR_REVERSE; + break; + case 28: + term.c.attr.mode &= ~ATTR_INVISIBLE; + break; + case 29: + term.c.attr.mode &= ~ATTR_STRUCK; + break; + case 38: + if ((idx = tdefcolor(attr, &i, l)) >= 0) + term.c.attr.fg = idx; + break; + case 39: + term.c.attr.fg = defaultfg; + break; + case 48: + if ((idx = tdefcolor(attr, &i, l)) >= 0) + term.c.attr.bg = idx; + break; + case 49: + term.c.attr.bg = defaultbg; + break; + case 58: + term.c.attr.ucolor[0] = csiescseq.carg[i][1]; + term.c.attr.ucolor[1] = csiescseq.carg[i][2]; + term.c.attr.ucolor[2] = csiescseq.carg[i][3]; + term.c.attr.mode ^= ATTR_DIRTYUNDERLINE; + break; + case 59: + term.c.attr.ucolor[0] = -1; + term.c.attr.ucolor[1] = -1; + term.c.attr.ucolor[2] = -1; + term.c.attr.mode ^= ATTR_DIRTYUNDERLINE; + break; + default: + if (BETWEEN(attr[i], 30, 37)) { + term.c.attr.fg = attr[i] - 30; + } else if (BETWEEN(attr[i], 40, 47)) { + term.c.attr.bg = attr[i] - 40; + } else if (BETWEEN(attr[i], 90, 97)) { + term.c.attr.fg = attr[i] - 90 + 8; + } else if (BETWEEN(attr[i], 100, 107)) { + term.c.attr.bg = attr[i] - 100 + 8; + } else { + fprintf(stderr, + "erresc(default): gfx attr %d unknown\n", + attr[i]); + csidump(); + } + break; + } + } +} + +void +tsetscroll(int t, int b) +{ + int temp; + + LIMIT(t, 0, term.row-1); + LIMIT(b, 0, term.row-1); + if (t > b) { + temp = t; + t = b; + b = temp; + } + term.top = t; + term.bot = b; +} + +void +tsetmode(int priv, int set, const int *args, int narg) +{ + int alt; + const int *lim; + + for (lim = args + narg; args < lim; ++args) { + if (priv) { + switch (*args) { + case 1: /* DECCKM -- Cursor key */ + xsetmode(set, MODE_APPCURSOR); + break; + case 5: /* DECSCNM -- Reverse video */ + xsetmode(set, MODE_REVERSE); + break; + case 6: /* DECOM -- Origin */ + MODBIT(term.c.state, set, CURSOR_ORIGIN); + tmoveato(0, 0); + break; + case 7: /* DECAWM -- Auto wrap */ + MODBIT(term.mode, set, MODE_WRAP); + break; + case 0: /* Error (IGNORED) */ + case 2: /* DECANM -- ANSI/VT52 (IGNORED) */ + case 3: /* DECCOLM -- Column (IGNORED) */ + case 4: /* DECSCLM -- Scroll (IGNORED) */ + case 8: /* DECARM -- Auto repeat (IGNORED) */ + case 18: /* DECPFF -- Printer feed (IGNORED) */ + case 19: /* DECPEX -- Printer extent (IGNORED) */ + case 42: /* DECNRCM -- National characters (IGNORED) */ + case 12: /* att610 -- Start blinking cursor (IGNORED) */ + break; + case 25: /* DECTCEM -- Text Cursor Enable Mode */ + xsetmode(!set, MODE_HIDE); + break; + case 9: /* X10 mouse compatibility mode */ + xsetpointermotion(0); + xsetmode(0, MODE_MOUSE); + xsetmode(set, MODE_MOUSEX10); + break; + case 1000: /* 1000: report button press */ + xsetpointermotion(0); + xsetmode(0, MODE_MOUSE); + xsetmode(set, MODE_MOUSEBTN); + break; + case 1002: /* 1002: report motion on button press */ + xsetpointermotion(0); + xsetmode(0, MODE_MOUSE); + xsetmode(set, MODE_MOUSEMOTION); + break; + case 1003: /* 1003: enable all mouse motions */ + xsetpointermotion(set); + xsetmode(0, MODE_MOUSE); + xsetmode(set, MODE_MOUSEMANY); + break; + case 1004: /* 1004: send focus events to tty */ + xsetmode(set, MODE_FOCUS); + break; + case 1006: /* 1006: extended reporting mode */ + xsetmode(set, MODE_MOUSESGR); + break; + case 1034: + xsetmode(set, MODE_8BIT); + break; + case 1049: /* swap screen & set/restore cursor as xterm */ + if (!allowaltscreen) + break; + tcursor((set) ? CURSOR_SAVE : CURSOR_LOAD); + /* FALLTHROUGH */ + case 47: /* swap screen */ + case 1047: + if (!allowaltscreen) + break; + alt = IS_SET(MODE_ALTSCREEN); + if (alt) { + tclearregion(0, 0, term.col-1, + term.row-1); + } + if (set ^ alt) /* set is always 1 or 0 */ + tswapscreen(); + if (*args != 1049) + break; + /* FALLTHROUGH */ + case 1048: + tcursor((set) ? CURSOR_SAVE : CURSOR_LOAD); + break; + case 2004: /* 2004: bracketed paste mode */ + xsetmode(set, MODE_BRCKTPASTE); + break; + /* Not implemented mouse modes. See comments there. */ + case 1001: /* mouse highlight mode; can hang the + terminal by design when implemented. */ + case 1005: /* UTF-8 mouse mode; will confuse + applications not supporting UTF-8 + and luit. */ + case 1015: /* urxvt mangled mouse mode; incompatible + and can be mistaken for other control + codes. */ + break; + default: + fprintf(stderr, + "erresc: unknown private set/reset mode %d\n", + *args); + break; + } + } else { + switch (*args) { + case 0: /* Error (IGNORED) */ + break; + case 2: + xsetmode(set, MODE_KBDLOCK); + break; + case 4: /* IRM -- Insertion-replacement */ + MODBIT(term.mode, set, MODE_INSERT); + break; + case 12: /* SRM -- Send/Receive */ + MODBIT(term.mode, !set, MODE_ECHO); + break; + case 20: /* LNM -- Linefeed/new line */ + MODBIT(term.mode, set, MODE_CRLF); + break; + default: + fprintf(stderr, + "erresc: unknown set/reset mode %d\n", + *args); + break; + } + } + } +} + +void +csihandle(void) +{ + char buf[40]; + int len; + ImageList *im; + + switch (csiescseq.mode[0]) { + default: + unknown: + fprintf(stderr, "erresc: unknown csi "); + csidump(); + /* die(""); */ + break; + case '@': /* ICH -- Insert <n> blank char */ + DEFAULT(csiescseq.arg[0], 1); + tinsertblank(csiescseq.arg[0]); + break; + case 'A': /* CUU -- Cursor <n> Up */ + DEFAULT(csiescseq.arg[0], 1); + tmoveto(term.c.x, term.c.y-csiescseq.arg[0]); + break; + case 'B': /* CUD -- Cursor <n> Down */ + case 'e': /* VPR --Cursor <n> Down */ + DEFAULT(csiescseq.arg[0], 1); + tmoveto(term.c.x, term.c.y+csiescseq.arg[0]); + break; + case 'i': /* MC -- Media Copy */ + switch (csiescseq.arg[0]) { + case 0: + tdump(); + break; + case 1: + tdumpline(term.c.y); + break; + case 2: + tdumpsel(); + break; + case 4: + term.mode &= ~MODE_PRINT; + break; + case 5: + term.mode |= MODE_PRINT; + break; + } + break; + case 'c': /* DA -- Device Attributes */ + if (csiescseq.arg[0] == 0) + ttywrite(vtiden, strlen(vtiden), 0); + break; + case 'b': /* REP -- if last char is printable print it <n> more times */ + DEFAULT(csiescseq.arg[0], 1); + if (term.lastc) + while (csiescseq.arg[0]-- > 0) + tputc(term.lastc); + break; + case 'C': /* CUF -- Cursor <n> Forward */ + case 'a': /* HPR -- Cursor <n> Forward */ + DEFAULT(csiescseq.arg[0], 1); + tmoveto(term.c.x+csiescseq.arg[0], term.c.y); + break; + case 'D': /* CUB -- Cursor <n> Backward */ + DEFAULT(csiescseq.arg[0], 1); + tmoveto(term.c.x-csiescseq.arg[0], term.c.y); + break; + case 'E': /* CNL -- Cursor <n> Down and first col */ + DEFAULT(csiescseq.arg[0], 1); + tmoveto(0, term.c.y+csiescseq.arg[0]); + break; + case 'F': /* CPL -- Cursor <n> Up and first col */ + DEFAULT(csiescseq.arg[0], 1); + tmoveto(0, term.c.y-csiescseq.arg[0]); + break; + case 'g': /* TBC -- Tabulation clear */ + switch (csiescseq.arg[0]) { + case 0: /* clear current tab stop */ + term.tabs[term.c.x] = 0; + break; + case 3: /* clear all the tabs */ + memset(term.tabs, 0, term.col * sizeof(*term.tabs)); + break; + default: + goto unknown; + } + break; + case 'G': /* CHA -- Move to <col> */ + case '`': /* HPA */ + DEFAULT(csiescseq.arg[0], 1); + tmoveto(csiescseq.arg[0]-1, term.c.y); + break; + case 'H': /* CUP -- Move to <row> <col> */ + case 'f': /* HVP */ + DEFAULT(csiescseq.arg[0], 1); + DEFAULT(csiescseq.arg[1], 1); + tmoveato(csiescseq.arg[1]-1, csiescseq.arg[0]-1); + break; + case 'I': /* CHT -- Cursor Forward Tabulation <n> tab stops */ + DEFAULT(csiescseq.arg[0], 1); + tputtab(csiescseq.arg[0]); + break; + case 'J': /* ED -- Clear screen */ + switch (csiescseq.arg[0]) { + case 0: /* below */ + tclearregion(term.c.x, term.c.y, term.col-1, term.c.y); + if (term.c.y < term.row-1) { + tclearregion(0, term.c.y+1, term.col-1, + term.row-1); + } + break; + case 1: /* above */ + if (term.c.y > 1) + tclearregion(0, 0, term.col-1, term.c.y-1); + tclearregion(0, term.c.y, term.c.x, term.c.y); + break; + case 2: /* screen */ + tclearregion(0, 0, term.col-1, term.row-1); + break; + case 3: /* all including scrollback */ + tclearregion(0, 0, term.col-1, term.row-1); + + term.scr = 0; + term.histi = 0; + for (int i = 0; i < HISTSIZE; i++) + term.hist[i][0].u = '\0'; + + for (im = term.images; im; im = im->next) + im->should_delete = 1; + break; + default: + goto unknown; + } + break; + case 'K': /* EL -- Clear line */ + switch (csiescseq.arg[0]) { + case 0: /* right */ + tclearregion(term.c.x, term.c.y, term.col-1, + term.c.y); + break; + case 1: /* left */ + tclearregion(0, term.c.y, term.c.x, term.c.y); + break; + case 2: /* all */ + tclearregion(0, term.c.y, term.col-1, term.c.y); + break; + } + break; + case 'S': /* SU -- Scroll <n> line up */ + DEFAULT(csiescseq.arg[0], 1); + tscrollup(term.top, csiescseq.arg[0], 1); + break; + case 'T': /* SD -- Scroll <n> line down */ + DEFAULT(csiescseq.arg[0], 1); + tscrolldown(term.top, csiescseq.arg[0], 1); + break; + case 'L': /* IL -- Insert <n> blank lines */ + DEFAULT(csiescseq.arg[0], 1); + tinsertblankline(csiescseq.arg[0]); + break; + case 'l': /* RM -- Reset Mode */ + tsetmode(csiescseq.priv, 0, csiescseq.arg, csiescseq.narg); + break; + case 'M': /* DL -- Delete <n> lines */ + DEFAULT(csiescseq.arg[0], 1); + tdeleteline(csiescseq.arg[0]); + break; + case 'X': /* ECH -- Erase <n> char */ + DEFAULT(csiescseq.arg[0], 1); + tclearregion(term.c.x, term.c.y, + term.c.x + csiescseq.arg[0] - 1, term.c.y); + break; + case 'P': /* DCH -- Delete <n> char */ + DEFAULT(csiescseq.arg[0], 1); + tdeletechar(csiescseq.arg[0]); + break; + case 'Z': /* CBT -- Cursor Backward Tabulation <n> tab stops */ + DEFAULT(csiescseq.arg[0], 1); + tputtab(-csiescseq.arg[0]); + break; + case 'd': /* VPA -- Move to <row> */ + DEFAULT(csiescseq.arg[0], 1); + tmoveato(term.c.x, csiescseq.arg[0]-1); + break; + case 'h': /* SM -- Set terminal mode */ + tsetmode(csiescseq.priv, 1, csiescseq.arg, csiescseq.narg); + break; + case 'm': /* SGR -- Terminal attribute (color) */ + tsetattr(csiescseq.arg, csiescseq.narg); + break; + case 'n': /* DSR – Device Status Report (cursor position) */ + if (csiescseq.arg[0] == 6) { + len = snprintf(buf, sizeof(buf), "\033[%i;%iR", + term.c.y+1, term.c.x+1); + ttywrite(buf, len, 0); + } + break; + case 'r': /* DECSTBM -- Set Scrolling Region */ + if (csiescseq.priv) { + goto unknown; + } else { + DEFAULT(csiescseq.arg[0], 1); + DEFAULT(csiescseq.arg[1], term.row); + tsetscroll(csiescseq.arg[0]-1, csiescseq.arg[1]-1); + tmoveato(0, 0); + } + break; + case 's': /* DECSC -- Save cursor position (ANSI.SYS) */ + tcursor(CURSOR_SAVE); + break; + case 't': /* title stack operations */ + switch (csiescseq.arg[0]) { + case 22: /* pust current title on stack */ + switch (csiescseq.arg[1]) { + case 0: + case 1: + case 2: + xpushtitle(); + break; + default: + goto unknown; + } + break; + case 23: /* pop last title from stack */ + switch (csiescseq.arg[1]) { + case 0: + case 1: + case 2: + xsettitle(NULL, 1); + break; + default: + goto unknown; + } + break; + default: + goto unknown; + } + break; + case 'u': /* DECRC -- Restore cursor position (ANSI.SYS) */ + tcursor(CURSOR_LOAD); + break; + case ' ': + switch (csiescseq.mode[1]) { + case 'q': /* DECSCUSR -- Set Cursor Style */ + if (xsetcursor(csiescseq.arg[0])) + goto unknown; + break; + default: + goto unknown; + } + break; + } +} + +void +csidump(void) +{ + size_t i; + uint c; + + fprintf(stderr, "ESC["); + for (i = 0; i < csiescseq.len; i++) { + c = csiescseq.buf[i] & 0xff; + if (isprint(c)) { + putc(c, stderr); + } else if (c == '\n') { + fprintf(stderr, "(\\n)"); + } else if (c == '\r') { + fprintf(stderr, "(\\r)"); + } else if (c == 0x1b) { + fprintf(stderr, "(\\e)"); + } else { + fprintf(stderr, "(%02x)", c); + } + } + putc('\n', stderr); +} + +void +csireset(void) +{ + memset(&csiescseq, 0, sizeof(csiescseq)); +} + +void +strhandle(void) +{ + char *p = NULL, *dec; + int j, narg, par; + ImageList *new_image; + int i; + + term.esc &= ~(ESC_STR_END|ESC_STR); + strparse(); + par = (narg = strescseq.narg) ? atoi(strescseq.args[0]) : 0; + + switch (strescseq.type) { + case ']': /* OSC -- Operating System Command */ + switch (par) { + case 0: + if (narg > 1) { + xsettitle(strescseq.args[1], 0); + xseticontitle(strescseq.args[1]); + } + return; + case 1: + if (narg > 1) + xseticontitle(strescseq.args[1]); + return; + case 2: + if (narg > 1) + xsettitle(strescseq.args[1], 0); + return; + case 52: + if (narg > 2 && allowwindowops) { + dec = base64dec(strescseq.args[2]); + if (dec) { + xsetsel(dec); + xclipcopy(); + } else { + fprintf(stderr, "erresc: invalid base64\n"); + } + } + return; + case 10: /* foreground set */ + if (narg < 2) + break; + + p = strescseq.args[1]; + if (xsetcolorname(defaultfg, p)) + fprintf(stderr, "erresc: invalid foreground color %d\n", p); + else + redraw(); + break; + return; + case 11: /* background set */ + if (narg < 2) + break; + + p = strescseq.args[1]; + if (xsetcolorname(defaultbg, p)) + fprintf(stderr, "erresc: invalid background color %d\n", p); + else + redraw(); + break; + return; + case 12: /* cursor color */ + if (narg < 2) + break; + + p = strescseq.args[1]; + if (xsetcolorname(defaultcs, p)) + fprintf(stderr, "erresc: invalid cursor color %d\n", p); + else + redraw(); + break; + case 4: /* color set */ + if ((par == 4 && narg < 3) || narg < 2) + break; + p = strescseq.args[((par == 4) ? 2 : 1)]; + /* FALLTHROUGH */ + case 104: /* color reset, here p = NULL */ + if (par == 10) + j = defaultfg; + else if (par == 11) + j = defaultbg; + else if (par == 12) + j = defaultcs; + else + j = (narg > 1) ? atoi(strescseq.args[1]) : -1; + + if (xsetcolorname(j, p)) { + if (par == 104 && narg <= 1) + return; /* color reset without parameter */ + fprintf(stderr, "erresc: invalid color j=%d, p=%s\n", + j, p ? p : "(null)"); + } else { + if (j == defaultbg) + xclearwin(); + redraw(); + } + return; + } + break; + case 'k': /* old title set compatibility */ + xsettitle(strescseq.args[0], 0); + return; + case 'P': /* DCS -- Device Control String */ + if (IS_SET(MODE_SIXEL)) { + term.mode &= ~MODE_SIXEL; + new_image = malloc(sizeof(ImageList)); + memset(new_image, 0, sizeof(ImageList)); + new_image->x = term.c.x; + new_image->y = term.c.y; + new_image->width = sixel_st.image.width; + new_image->height = sixel_st.image.height; + new_image->pixels = malloc(new_image->width * new_image->height * 4); + if (sixel_parser_finalize(&sixel_st, new_image->pixels) != 0) { + perror("sixel_parser_finalize() failed"); + sixel_parser_deinit(&sixel_st); + return; + } + sixel_parser_deinit(&sixel_st); + if (term.images) { + ImageList *im; + for (im = term.images; im->next;) + im = im->next; + im->next = new_image; + new_image->prev = im; + } else { + term.images = new_image; + } + for (i = 0; i < (sixel_st.image.height + win.ch-1)/win.ch; ++i) { + int x; + tclearregion(term.c.x, term.c.y, term.c.x+(sixel_st.image.width+win.cw-1)/win.cw, term.c.y); + for (x = term.c.x; x < MIN(term.col, term.c.x+(sixel_st.image.width+win.cw-1)/win.cw); x++) + term.line[term.c.y][x].mode |= ATTR_SIXEL; + tnewline(1); + } + } + /* https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec */ + if (strstr(strescseq.buf, "=1s") == strescseq.buf) + tsync_begin(); /* BSU */ + else if (strstr(strescseq.buf, "=2s") == strescseq.buf) + tsync_end(); /* ESU */ + return; + case '_': /* APC -- Application Program Command */ + case '^': /* PM -- Privacy Message */ + return; + } + + fprintf(stderr, "erresc: unknown str "); + strdump(); +} + +void +strparse(void) +{ + int c; + char *p = strescseq.buf; + + strescseq.narg = 0; + strescseq.buf[strescseq.len] = '\0'; + + if (*p == '\0') + return; + + while (strescseq.narg < STR_ARG_SIZ) { + strescseq.args[strescseq.narg++] = p; + while ((c = *p) != ';' && c != '\0') + ++p; + if (c == '\0') + return; + *p++ = '\0'; + } +} + +void +strdump(void) +{ + size_t i; + uint c; + + fprintf(stderr, "ESC%c", strescseq.type); + for (i = 0; i < strescseq.len; i++) { + c = strescseq.buf[i] & 0xff; + if (c == '\0') { + putc('\n', stderr); + return; + } else if (isprint(c)) { + putc(c, stderr); + } else if (c == '\n') { + fprintf(stderr, "(\\n)"); + } else if (c == '\r') { + fprintf(stderr, "(\\r)"); + } else if (c == 0x1b) { + fprintf(stderr, "(\\e)"); + } else { + fprintf(stderr, "(%02x)", c); + } + } + fprintf(stderr, "ESC\\\n"); +} + +void +strreset(void) +{ + strescseq = (STREscape){ + .buf = xrealloc(strescseq.buf, STR_BUF_SIZ), + .siz = STR_BUF_SIZ, + }; +} + +void +sendbreak(const Arg *arg) +{ + if (tcsendbreak(cmdfd, 0)) + perror("Error sending break"); +} + +void +tprinter(char *s, size_t len) +{ + if (iofd != -1 && xwrite(iofd, s, len) < 0) { + perror("Error writing to output file"); + close(iofd); + iofd = -1; + } +} + +void +toggleprinter(const Arg *arg) +{ + term.mode ^= MODE_PRINT; +} + +void +printscreen(const Arg *arg) +{ + tdump(); +} + +void +printsel(const Arg *arg) +{ + tdumpsel(); +} + +void +tdumpsel(void) +{ + char *ptr; + + if ((ptr = getsel())) { + tprinter(ptr, strlen(ptr)); + free(ptr); + } +} + +void +tdumpline(int n) +{ + char buf[UTF_SIZ]; + const Glyph *bp, *end; + + bp = &term.line[n][0]; + end = &bp[MIN(tlinelen(n), term.col) - 1]; + if (bp != end || bp->u != ' ') { + for ( ; bp <= end; ++bp) + tprinter(buf, utf8encode(bp->u, buf)); + } + tprinter("\n", 1); +} + +void +tdump(void) +{ + int i; + + for (i = 0; i < term.row; ++i) + tdumpline(i); +} + +void +tputtab(int n) +{ + uint x = term.c.x; + + if (n > 0) { + while (x < term.col && n--) + for (++x; x < term.col && !term.tabs[x]; ++x) + /* nothing */ ; + } else if (n < 0) { + while (x > 0 && n++) + for (--x; x > 0 && !term.tabs[x]; --x) + /* nothing */ ; + } + term.c.x = LIMIT(x, 0, term.col-1); +} + +void +tdefutf8(char ascii) +{ + if (ascii == 'G') + term.mode |= MODE_UTF8; + else if (ascii == '@') + term.mode &= ~MODE_UTF8; +} + +void +tdeftran(char ascii) +{ + static char cs[] = "0B"; + static int vcs[] = {CS_GRAPHIC0, CS_USA}; + char *p; + + if ((p = strchr(cs, ascii)) == NULL) { + fprintf(stderr, "esc unhandled charset: ESC ( %c\n", ascii); + } else { + term.trantbl[term.icharset] = vcs[p - cs]; + } +} + +void +tdectest(char c) +{ + int x, y; + + if (c == '8') { /* DEC screen alignment test. */ + for (x = 0; x < term.col; ++x) { + for (y = 0; y < term.row; ++y) + tsetchar('E', &term.c.attr, x, y); + } + } +} + +void +tstrsequence(uchar c) +{ + strreset(); + + switch (c) { + case 0x90: /* DCS -- Device Control String */ + c = 'P'; + term.esc |= ESC_DCS; + break; + case 0x9f: /* APC -- Application Program Command */ + c = '_'; + break; + case 0x9e: /* PM -- Privacy Message */ + c = '^'; + break; + case 0x9d: /* OSC -- Operating System Command */ + c = ']'; + break; + } + strescseq.type = c; + term.esc |= ESC_STR; +} + +void +tcontrolcode(uchar ascii) +{ + switch (ascii) { + case '\t': /* HT */ + tputtab(1); + return; + case '\b': /* BS */ + tmoveto(term.c.x-1, term.c.y); + return; + case '\r': /* CR */ + tmoveto(0, term.c.y); + return; + case '\f': /* LF */ + case '\v': /* VT */ + case '\n': /* LF */ + /* go to first col if the mode is set */ + tnewline(IS_SET(MODE_CRLF)); + return; + case '\a': /* BEL */ + if (term.esc & ESC_STR_END) { + /* backwards compatibility to xterm */ + strhandle(); + } else { + xbell(); + } + break; + case '\033': /* ESC */ + csireset(); + term.esc &= ~(ESC_CSI|ESC_ALTCHARSET|ESC_TEST); + term.esc |= ESC_START; + return; + case '\016': /* SO (LS1 -- Locking shift 1) */ + case '\017': /* SI (LS0 -- Locking shift 0) */ + term.charset = 1 - (ascii - '\016'); + return; + case '\032': /* SUB */ + tsetchar('?', &term.c.attr, term.c.x, term.c.y); + /* FALLTHROUGH */ + case '\030': /* CAN */ + csireset(); + break; + case '\005': /* ENQ (IGNORED) */ + case '\000': /* NUL (IGNORED) */ + case '\021': /* XON (IGNORED) */ + case '\023': /* XOFF (IGNORED) */ + case 0177: /* DEL (IGNORED) */ + return; + case 0x80: /* TODO: PAD */ + case 0x81: /* TODO: HOP */ + case 0x82: /* TODO: BPH */ + case 0x83: /* TODO: NBH */ + case 0x84: /* TODO: IND */ + break; + case 0x85: /* NEL -- Next line */ + tnewline(1); /* always go to first col */ + break; + case 0x86: /* TODO: SSA */ + case 0x87: /* TODO: ESA */ + break; + case 0x88: /* HTS -- Horizontal tab stop */ + term.tabs[term.c.x] = 1; + break; + case 0x89: /* TODO: HTJ */ + case 0x8a: /* TODO: VTS */ + case 0x8b: /* TODO: PLD */ + case 0x8c: /* TODO: PLU */ + case 0x8d: /* TODO: RI */ + case 0x8e: /* TODO: SS2 */ + case 0x8f: /* TODO: SS3 */ + case 0x91: /* TODO: PU1 */ + case 0x92: /* TODO: PU2 */ + case 0x93: /* TODO: STS */ + case 0x94: /* TODO: CCH */ + case 0x95: /* TODO: MW */ + case 0x96: /* TODO: SPA */ + case 0x97: /* TODO: EPA */ + case 0x98: /* TODO: SOS */ + case 0x99: /* TODO: SGCI */ + break; + case 0x9a: /* DECID -- Identify Terminal */ + ttywrite(vtiden, strlen(vtiden), 0); + break; + case 0x9b: /* TODO: CSI */ + case 0x9c: /* TODO: ST */ + break; + case 0x90: /* DCS -- Device Control String */ + case 0x9d: /* OSC -- Operating System Command */ + case 0x9e: /* PM -- Privacy Message */ + case 0x9f: /* APC -- Application Program Command */ + tstrsequence(ascii); + return; + } + /* only CAN, SUB, \a and C1 chars interrupt a sequence */ + term.esc &= ~(ESC_STR_END|ESC_STR); +} + +/* + * returns 1 when the sequence is finished and it hasn't to read + * more characters for this sequence, otherwise 0 + */ +int +eschandle(uchar ascii) +{ + switch (ascii) { + case '[': + term.esc |= ESC_CSI; + return 0; + case '#': + term.esc |= ESC_TEST; + return 0; + case '%': + term.esc |= ESC_UTF8; + return 0; + case 'P': /* DCS -- Device Control String */ + term.esc |= ESC_DCS; + case '_': /* APC -- Application Program Command */ + case '^': /* PM -- Privacy Message */ + case ']': /* OSC -- Operating System Command */ + case 'k': /* old title set compatibility */ + tstrsequence(ascii); + return 0; + case 'n': /* LS2 -- Locking shift 2 */ + case 'o': /* LS3 -- Locking shift 3 */ + term.charset = 2 + (ascii - 'n'); + break; + case '(': /* GZD4 -- set primary charset G0 */ + case ')': /* G1D4 -- set secondary charset G1 */ + case '*': /* G2D4 -- set tertiary charset G2 */ + case '+': /* G3D4 -- set quaternary charset G3 */ + term.icharset = ascii - '('; + term.esc |= ESC_ALTCHARSET; + return 0; + case 'D': /* IND -- Linefeed */ + if (term.c.y == term.bot) { + tscrollup(term.top, 1, 1); + } else { + tmoveto(term.c.x, term.c.y+1); + } + break; + case 'E': /* NEL -- Next line */ + tnewline(1); /* always go to first col */ + break; + case 'H': /* HTS -- Horizontal tab stop */ + term.tabs[term.c.x] = 1; + break; + case 'M': /* RI -- Reverse index */ + if (term.c.y == term.top) { + tscrolldown(term.top, 1, 1); + } else { + tmoveto(term.c.x, term.c.y-1); + } + break; + case 'Z': /* DECID -- Identify Terminal */ + ttywrite(vtiden, strlen(vtiden), 0); + break; + case 'c': /* RIS -- Reset to initial state */ + treset(); + xfreetitlestack(); + resettitle(); + xloadcols(); + break; + case '=': /* DECPAM -- Application keypad */ + xsetmode(1, MODE_APPKEYPAD); + break; + case '>': /* DECPNM -- Normal keypad */ + xsetmode(0, MODE_APPKEYPAD); + break; + case '7': /* DECSC -- Save Cursor */ + tcursor(CURSOR_SAVE); + break; + case '8': /* DECRC -- Restore Cursor */ + tcursor(CURSOR_LOAD); + break; + case '\\': /* ST -- String Terminator */ + if (term.esc & ESC_STR_END) + strhandle(); + break; + default: + fprintf(stderr, "erresc: unknown sequence ESC 0x%02X '%c'\n", + (uchar) ascii, isprint(ascii)? ascii:'.'); + break; + } + return 1; +} + +void +tputc(Rune u) +{ + char c[UTF_SIZ]; + int control; + int width, len; + Glyph *gp; + + control = ISCONTROL(u); + if (u < 127 || !IS_SET(MODE_UTF8 | MODE_SIXEL)) + { + c[0] = u; + width = len = 1; + } else { + len = utf8encode(u, c); + if (!control && (width = wcwidth(u)) == -1) + width = 1; + } + + if (IS_SET(MODE_PRINT)) + tprinter(c, len); + + /* + * STR sequence must be checked before anything else + * because it uses all following characters until it + * receives a ESC, a SUB, a ST or any other C1 control + * character. + */ + if (term.esc & ESC_STR) { + if (u == '\a' || u == 030 || u == 032 || u == 033 || + ISCONTROLC1(u)) { + term.esc &= ~(ESC_START|ESC_STR|ESC_DCS); + term.esc |= ESC_STR_END; + goto check_control_code; + } + + if (IS_SET(MODE_SIXEL)) { + if (sixel_parser_parse(&sixel_st, (unsigned char *)&u, 1) != 0) + perror("sixel_parser_parse() failed"); + return; + } + if (term.esc & ESC_DCS) + goto check_control_code; + + if (strescseq.len+len >= strescseq.siz) { + /* + * Here is a bug in terminals. If the user never sends + * some code to stop the str or esc command, then st + * will stop responding. But this is better than + * silently failing with unknown characters. At least + * then users will report back. + * + * In the case users ever get fixed, here is the code: + */ + /* + * term.esc = 0; + * strhandle(); + */ + if (strescseq.siz > (SIZE_MAX - UTF_SIZ) / 2) + return; + strescseq.siz *= 2; + strescseq.buf = xrealloc(strescseq.buf, strescseq.siz); + } + + memmove(&strescseq.buf[strescseq.len], c, len); + strescseq.len += len; + return; + } + +check_control_code: + /* + * Actions of control codes must be performed as soon they arrive + * because they can be embedded inside a control sequence, and + * they must not cause conflicts with sequences. + */ + if (control) { + tcontrolcode(u); + /* + * control codes are not shown ever + */ + if (!term.esc) + term.lastc = 0; + return; + } else if (term.esc & ESC_START) { + if (term.esc & ESC_CSI) { + csiescseq.buf[csiescseq.len++] = u; + if (BETWEEN(u, 0x40, 0x7E) + || csiescseq.len >= \ + sizeof(csiescseq.buf)-1) { + term.esc = 0; + csiparse(); + csihandle(); + } + return; + } else if (term.esc & ESC_DCS) { + csiescseq.buf[csiescseq.len++] = u; + if (BETWEEN(u, 0x40, 0x7E) + || csiescseq.len >= \ + sizeof(csiescseq.buf)-1) { + csiparse(); + dcshandle(); + } + return; + } else if (term.esc & ESC_UTF8) { + tdefutf8(u); + } else if (term.esc & ESC_ALTCHARSET) { + tdeftran(u); + } else if (term.esc & ESC_TEST) { + tdectest(u); + } else { + if (!eschandle(u)) + return; + /* sequence already finished */ + } + term.esc = 0; + /* + * All characters which form part of a sequence are not + * printed + */ + return; + } + if (selected(term.c.x, term.c.y)) + selclear(); + + gp = &term.line[term.c.y][term.c.x]; + if (IS_SET(MODE_WRAP) && (term.c.state & CURSOR_WRAPNEXT)) { + gp->mode |= ATTR_WRAP; + tnewline(1); + gp = &term.line[term.c.y][term.c.x]; + } + + if (IS_SET(MODE_INSERT) && term.c.x+width < term.col) + memmove(gp+width, gp, (term.col - term.c.x - width) * sizeof(Glyph)); + + if (term.c.x+width > term.col) { + tnewline(1); + gp = &term.line[term.c.y][term.c.x]; + } + + tsetchar(u, &term.c.attr, term.c.x, term.c.y); + term.lastc = u; + + if (width == 2) { + gp->mode |= ATTR_WIDE; + if (term.c.x+1 < term.col) { + gp[1].u = '\0'; + gp[1].mode = ATTR_WDUMMY; + } + } + if (term.c.x+width < term.col) { + tmoveto(term.c.x+width, term.c.y); + } else { + term.c.state |= CURSOR_WRAPNEXT; + } +} + +int +twrite(const char *buf, int buflen, int show_ctrl) +{ + int charsize; + Rune u; + int n; + + int su0 = su; + twrite_aborted = 0; + + for (n = 0; n < buflen; n += charsize) { + if (IS_SET(MODE_UTF8) && !IS_SET(MODE_SIXEL)) + { + /* process a complete utf8 char */ + charsize = utf8decode(buf + n, &u, buflen - n); + if (charsize == 0) + break; + } else { + u = buf[n] & 0xFF; + charsize = 1; + } + if (su0 && !su) { + twrite_aborted = 1; + break; // ESU - allow rendering before a new BSU + } + if (show_ctrl && ISCONTROL(u)) { + if (u & 0x80) { + u &= 0x7f; + tputc('^'); + tputc('['); + } else if (u != '\n' && u != '\r' && u != '\t') { + u ^= 0x40; + tputc('^'); + } + } + tputc(u); + } + return n; +} + +void +tresize(int col, int row) +{ + int i; + int j; + int tmp = col; + int minrow, mincol; + + if (!term.maxcol) + term.maxcol = term.col; + col = MAX(col, term.maxcol); + minrow = MIN(row, term.row); + mincol = MIN(col, term.maxcol); + int *bp; + TCursor c; + + + if (col < 1 || row < 1) { + fprintf(stderr, + "tresize: error resizing to %dx%d\n", col, row); + return; + } + + + /* + * slide screen to keep cursor where we expect it - + * tscrollup would work here, but we can optimize to + * memmove because we're freeing the earlier lines + */ + for (i = 0; i <= term.c.y - row; i++) { + free(term.line[i]); + free(term.alt[i]); + } + /* ensure that both src and dst are not NULL */ + if (i > 0) { + memmove(term.line, term.line + i, row * sizeof(Line)); + memmove(term.alt, term.alt + i, row * sizeof(Line)); + } + for (i += row; i < term.row; i++) { + free(term.line[i]); + free(term.alt[i]); + } + + /* resize to new height */ + term.line = xrealloc(term.line, row * sizeof(Line)); + term.alt = xrealloc(term.alt, row * sizeof(Line)); + term.dirty = xrealloc(term.dirty, row * sizeof(*term.dirty)); + term.tabs = xrealloc(term.tabs, col * sizeof(*term.tabs)); + + for (i = 0; i < HISTSIZE; i++) { + term.hist[i] = xrealloc(term.hist[i], col * sizeof(Glyph)); + for (j = mincol; j < col; j++) { + term.hist[i][j] = term.c.attr; + term.hist[i][j].u = ' '; + } + } + + /* resize each row to new width, zero-pad if needed */ + for (i = 0; i < minrow; i++) { + term.line[i] = xrealloc(term.line[i], col * sizeof(Glyph)); + term.alt[i] = xrealloc(term.alt[i], col * sizeof(Glyph)); + } + + /* allocate any new rows */ + for (/* i = minrow */; i < row; i++) { + term.line[i] = xmalloc(col * sizeof(Glyph)); + term.alt[i] = xmalloc(col * sizeof(Glyph)); + } + if (col > term.maxcol) + { + bp = term.tabs + term.maxcol; + memset(bp, 0, sizeof(*term.tabs) * (col - term.maxcol)); + + while (--bp > term.tabs && !*bp) + /* nothing */ ; + for (bp += tabspaces; bp < term.tabs + col; bp += tabspaces) + *bp = 1; + } + /* update terminal size */ + term.col = tmp; + term.maxcol = col; + term.row = row; + /* reset scrolling region */ + tsetscroll(0, row-1); + /* make use of the LIMIT in tmoveto */ + tmoveto(term.c.x, term.c.y); + /* Clearing both screens (it makes dirty all lines) */ + c = term.c; + for (i = 0; i < 2; i++) { + if (mincol < col && 0 < minrow) { + tclearregion(mincol, 0, col - 1, minrow - 1); + } + if (0 < col && minrow < row) { + tclearregion(0, minrow, col - 1, row - 1); + } + tswapscreen(); + tcursor(CURSOR_LOAD); + } + term.c = c; +} + +void +resettitle(void) +{ + xsettitle(NULL, 0); +} + +void +drawregion(int x1, int y1, int x2, int y2) +{ + int y; + + for (y = y1; y < y2; y++) { + if (!term.dirty[y]) + continue; + + term.dirty[y] = 0; + xdrawline(TLINE(y), x1, y, x2); + } +} + +#include "patch/st_include.c" + +void +draw(void) +{ + int cx = term.c.x, ocx = term.ocx, ocy = term.ocy; + + if (!xstartdraw()) + return; + + /* adjust cursor position */ + LIMIT(term.ocx, 0, term.col-1); + LIMIT(term.ocy, 0, term.row-1); + if (term.line[term.ocy][term.ocx].mode & ATTR_WDUMMY) + term.ocx--; + if (term.line[term.c.y][cx].mode & ATTR_WDUMMY) + cx--; + + + drawregion(0, 0, term.col, term.row); + + if (term.scr == 0) + xdrawcursor(cx, term.c.y, term.line[term.c.y][cx], + term.ocx, term.ocy, term.line[term.ocy][term.ocx], + term.line[term.ocy], term.col); + term.ocx = cx; + term.ocy = term.c.y; + xfinishdraw(); + if (ocx != term.ocx || ocy != term.ocy) + xximspot(term.ocx, term.ocy); +} + +void +redraw(void) +{ + tfulldirt(); + draw(); +} diff --git a/suckless/st/st.desktop b/suckless/st/st.desktop new file mode 100644 index 0000000..14a389a --- /dev/null +++ b/suckless/st/st.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=st +Comment=st is a simple terminal implementation for X +Exec=st +Icon=utilities-terminal +Terminal=false +Type=Application +Categories=System;TerminalEmulator; \ No newline at end of file diff --git a/suckless/st/st.h b/suckless/st/st.h new file mode 100644 index 0000000..cc3f12d --- /dev/null +++ b/suckless/st/st.h @@ -0,0 +1,312 @@ +/* See LICENSE for license details. */ + +#include <stdint.h> +#include <sys/types.h> +#include <X11/Xatom.h> +#include <X11/Xlib.h> +#include <X11/cursorfont.h> +#include <X11/keysym.h> +#include <X11/Xft/Xft.h> +#include <X11/XKBlib.h> + +/* macros */ +#define MIN(a, b) ((a) < (b) ? (a) : (b)) +#define MAX(a, b) ((a) < (b) ? (b) : (a)) +#define LEN(a) (sizeof(a) / sizeof(a)[0]) +#define BETWEEN(x, a, b) ((a) <= (x) && (x) <= (b)) +#define DIVCEIL(n, d) (((n) + ((d) - 1)) / (d)) +#define DEFAULT(a, b) (a) = (a) ? (a) : (b) +#define LIMIT(x, a, b) (x) = (x) < (a) ? (a) : (x) > (b) ? (b) : (x) +#define ATTRCMP(a, b) (((a).mode & (~ATTR_WRAP) & (~ATTR_LIGA)) != ((b).mode & (~ATTR_WRAP) & (~ATTR_LIGA)) || \ + (a).fg != (b).fg || \ + (a).bg != (b).bg) +#define TIMEDIFF(t1, t2) ((t1.tv_sec-t2.tv_sec)*1000 + \ + (t1.tv_nsec-t2.tv_nsec)/1E6) +#define MODBIT(x, set, bit) ((set) ? ((x) |= (bit)) : ((x) &= ~(bit))) + +#define TRUECOLOR(r,g,b) (1 << 24 | (r) << 16 | (g) << 8 | (b)) +#define IS_TRUECOL(x) (1 << 24 & (x)) +#define HISTSIZE 2000 + +enum glyph_attribute { + ATTR_NULL = 0, + ATTR_BOLD = 1 << 0, + ATTR_FAINT = 1 << 1, + ATTR_ITALIC = 1 << 2, + ATTR_UNDERLINE = 1 << 3, + ATTR_BLINK = 1 << 4, + ATTR_REVERSE = 1 << 5, + ATTR_INVISIBLE = 1 << 6, + ATTR_STRUCK = 1 << 7, + ATTR_WRAP = 1 << 8, + ATTR_WIDE = 1 << 9, + ATTR_WDUMMY = 1 << 10, + ATTR_BOXDRAW = 1 << 11, + ATTR_LIGA = 1 << 12, + ATTR_SIXEL = 1 << 13, + ATTR_BOLD_FAINT = ATTR_BOLD | ATTR_FAINT, + ATTR_DIRTYUNDERLINE = 1 << 15, +}; + +typedef struct _ImageList { + struct _ImageList *next, *prev; + unsigned char *pixels; + void *pixmap; + int width; + int height; + int x; + int y; + int should_delete; +} ImageList; + +enum drawing_mode { + DRAW_NONE = 0, + DRAW_BG = 1 << 0, + DRAW_FG = 1 << 1, +}; + +enum selection_mode { + SEL_IDLE = 0, + SEL_EMPTY = 1, + SEL_READY = 2 +}; + +enum selection_type { + SEL_REGULAR = 1, + SEL_RECTANGULAR = 2 +}; + +enum selection_snap { + SNAP_WORD = 1, + SNAP_LINE = 2 +}; + +typedef unsigned char uchar; +typedef unsigned int uint; +typedef unsigned long ulong; +typedef unsigned short ushort; + +typedef uint_least32_t Rune; + +typedef XftDraw *Draw; +typedef XftColor Color; +typedef XftGlyphFontSpec GlyphFontSpec; + +#define Glyph Glyph_ +typedef struct { + Rune u; /* character code */ + ushort mode; /* attribute flags */ + uint32_t fg; /* foreground */ + uint32_t bg; /* background */ + int ustyle; /* underline style */ + int ucolor[3]; /* underline color */ +} Glyph; + +typedef Glyph *Line; + +typedef struct { + Glyph attr; /* current char attributes */ + int x; + int y; + char state; +} TCursor; + +/* Internal representation of the screen */ +typedef struct { + int row; /* nb row */ + int col; /* nb col */ + int maxcol; + Line *line; /* screen */ + Line *alt; /* alternate screen */ + Line hist[HISTSIZE]; /* history buffer */ + int histi; /* history index */ + int scr; /* scroll back */ + int *dirty; /* dirtyness of lines */ + TCursor c; /* cursor */ + int ocx; /* old cursor col */ + int ocy; /* old cursor row */ + int top; /* top scroll limit */ + int bot; /* bottom scroll limit */ + int mode; /* terminal mode flags */ + int esc; /* escape state flags */ + char trantbl[4]; /* charset table translation */ + int charset; /* current charset */ + int icharset; /* selected charset for sequence */ + int *tabs; + ImageList *images; /* sixel images */ + ImageList *images_alt; /* sixel images for alternate screen */ + Rune lastc; /* last printed char outside of sequence, 0 if control */ +} Term; + +typedef union { + int i; + uint ui; + float f; + const void *v; + const char *s; +} Arg; + +/* Purely graphic info */ +typedef struct { + int tw, th; /* tty width and height */ + int w, h; /* window width and height */ + int hborderpx, vborderpx; + int ch; /* char height */ + int cw; /* char width */ + int cyo; /* char y offset */ + int mode; /* window state/mode flags */ + int cursor; /* cursor style */ +} TermWindow; + +typedef struct { + Display *dpy; + Colormap cmap; + Window win; + Drawable buf; + GlyphFontSpec *specbuf; /* font spec buffer used for rendering */ + Atom xembed, wmdeletewin, netwmname, netwmiconname, netwmpid; + Atom netwmicon; + struct { + XIM xim; + XIC xic; + XPoint spot; + XVaNestedList spotlist; + } ime; + Draw draw; + Visual *vis; + XSetWindowAttributes attrs; + /* Here, we use the term *pointer* to differentiate the cursor + * one sees when hovering the mouse over the terminal from, e.g., + * a green rectangle where text would be entered. */ + Cursor vpointer, bpointer; /* visible and hidden pointers */ + int pointerisvisible; + int scr; + int isfixed; /* is fixed geometry? */ + int depth; /* bit depth */ + int l, t; /* left and top offset */ + int gm; /* geometry mask */ +} XWindow; + +typedef struct { + Atom xtarget; + char *primary, *clipboard; + struct timespec tclick1; + struct timespec tclick2; +} XSelection; + +/* types used in config.h */ +typedef struct { + uint mod; + KeySym keysym; + void (*func)(const Arg *); + const Arg arg; +} Shortcut; + +typedef struct { + uint mod; + uint button; + void (*func)(const Arg *); + const Arg arg; + uint release; + int altscrn; /* 0: don't care, -1: not alt screen, 1: alt screen */ +} MouseShortcut; + +typedef struct { + KeySym k; + uint mask; + char *s; + /* three-valued logic variables: 0 indifferent, 1 on, -1 off */ + signed char appkey; /* application keypad */ + signed char appcursor; /* application cursor */ +} Key; + +/* Font structure */ +#define Font Font_ +typedef struct { + int height; + int width; + int ascent; + int descent; + int badslant; + int badweight; + short lbearing; + short rbearing; + XftFont *match; + FcFontSet *set; + FcPattern *pattern; +} Font; + +/* Drawing Context */ +typedef struct { + Color *col; + size_t collen; + Font font, bfont, ifont, ibfont; + GC gc; +} DC; + +void die(const char *, ...); +void redraw(void); +void draw(void); +void drawregion(int, int, int, int); +void tfulldirt(void); + +void printscreen(const Arg *); +void printsel(const Arg *); +void sendbreak(const Arg *); +void toggleprinter(const Arg *); + +int tattrset(int); +void tnew(int, int); +void tresize(int, int); +void tsetdirtattr(int); +void ttyhangup(void); +int ttynew(const char *, char *, const char *, char **); +size_t ttyread(void); +void ttyresize(int, int); +void ttywrite(const char *, size_t, int); + +void resettitle(void); + +void selclear(void); +void selinit(void); +void selstart(int, int, int); +void selextend(int, int, int, int); +int selected(int, int); +char *getsel(void); + +size_t utf8encode(Rune, char *); + +void *xmalloc(size_t); +void *xrealloc(void *, size_t); +char *xstrdup(const char *); +int isboxdraw(Rune); +ushort boxdrawindex(const Glyph *); +#ifdef XFT_VERSION +/* only exposed to x.c, otherwise we'll need Xft.h for the types */ +void boxdraw_xinit(Display *, Colormap, XftDraw *, Visual *); +void drawboxes(int, int, int, int, XftColor *, XftColor *, const XftGlyphFontSpec *, int); +#endif // XFT_VERSION + +/* config.h globals */ +extern char *utmp; +extern char *scroll; +extern char *stty_args; +extern char *vtiden; +extern wchar_t *worddelimiters; +extern int allowaltscreen; +extern int allowwindowops; +extern char *termname; +extern unsigned int tabspaces; +extern unsigned int defaultfg; +extern unsigned int defaultbg; +extern unsigned int defaultcs; +extern int extpipeactive; + +extern const int boxdraw, boxdraw_bold, boxdraw_braille; +extern float alpha; + +extern DC dc; +extern XWindow xw; +extern XSelection xsel; +extern TermWindow win; +extern Term term; diff --git a/suckless/st/st.info b/suckless/st/st.info new file mode 100644 index 0000000..592af9e --- /dev/null +++ b/suckless/st/st.info @@ -0,0 +1,247 @@ +st-mono| simpleterm monocolor, +# undercurl patch / UNDERCURL_PATCH + Su, + acsc=+C\,D-A.B0E``aaffgghFiGjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, + am, + bce, + bel=^G, + blink=\E[5m, + bold=\E[1m, + cbt=\E[Z, + cvvis=\E[?25h, + civis=\E[?25l, + clear=\E[H\E[3J, + cnorm=\E[?12l\E[?25h, + colors#2, + cols#80, + cr=^M, + csr=\E[%i%p1%d;%p2%dr, + cub=\E[%p1%dD, + cub1=^H, + cud1=^J, + cud=\E[%p1%dB, + cuf1=\E[C, + cuf=\E[%p1%dC, + cup=\E[%i%p1%d;%p2%dH, + cuu1=\E[A, + cuu=\E[%p1%dA, + dch=\E[%p1%dP, + dch1=\E[P, + dim=\E[2m, + dl=\E[%p1%dM, + dl1=\E[M, + ech=\E[%p1%dX, + ed=\E[J, + el=\E[K, + el1=\E[1K, + enacs=\E)0, + flash=\E[?5h$<80/>\E[?5l, + fsl=^G, + home=\E[H, + hpa=\E[%i%p1%dG, + hs, + ht=^I, + hts=\EH, + ich=\E[%p1%d@, + il1=\E[L, + il=\E[%p1%dL, + ind=^J, + indn=\E[%p1%dS, + invis=\E[8m, + is2=\E[4l\E>\E[?1034l, + it#8, + kel=\E[1;2F, + ked=\E[1;5F, + ka1=\E[1~, + ka3=\E[5~, + kc1=\E[4~, + kc3=\E[6~, + kbs=\177, + kcbt=\E[Z, + kb2=\EOu, + kcub1=\EOD, + kcud1=\EOB, + kcuf1=\EOC, + kcuu1=\EOA, + kDC=\E[3;2~, + kent=\EOM, + kEND=\E[1;2F, + kIC=\E[2;2~, + kNXT=\E[6;2~, + kPRV=\E[5;2~, + kHOM=\E[1;2H, + kLFT=\E[1;2D, + kRIT=\E[1;2C, + kind=\E[1;2B, + kri=\E[1;2A, + kclr=\E[3;5~, + kdl1=\E[3;2~, + kdch1=\E[3~, + kich1=\E[2~, + kend=\E[4~, + kf1=\EOP, + kf2=\EOQ, + kf3=\EOR, + kf4=\EOS, + kf5=\E[15~, + kf6=\E[17~, + kf7=\E[18~, + kf8=\E[19~, + kf9=\E[20~, + kf10=\E[21~, + kf11=\E[23~, + kf12=\E[24~, + kf13=\E[1;2P, + kf14=\E[1;2Q, + kf15=\E[1;2R, + kf16=\E[1;2S, + kf17=\E[15;2~, + kf18=\E[17;2~, + kf19=\E[18;2~, + kf20=\E[19;2~, + kf21=\E[20;2~, + kf22=\E[21;2~, + kf23=\E[23;2~, + kf24=\E[24;2~, + kf25=\E[1;5P, + kf26=\E[1;5Q, + kf27=\E[1;5R, + kf28=\E[1;5S, + kf29=\E[15;5~, + kf30=\E[17;5~, + kf31=\E[18;5~, + kf32=\E[19;5~, + kf33=\E[20;5~, + kf34=\E[21;5~, + kf35=\E[23;5~, + kf36=\E[24;5~, + kf37=\E[1;6P, + kf38=\E[1;6Q, + kf39=\E[1;6R, + kf40=\E[1;6S, + kf41=\E[15;6~, + kf42=\E[17;6~, + kf43=\E[18;6~, + kf44=\E[19;6~, + kf45=\E[20;6~, + kf46=\E[21;6~, + kf47=\E[23;6~, + kf48=\E[24;6~, + kf49=\E[1;3P, + kf50=\E[1;3Q, + kf51=\E[1;3R, + kf52=\E[1;3S, + kf53=\E[15;3~, + kf54=\E[17;3~, + kf55=\E[18;3~, + kf56=\E[19;3~, + kf57=\E[20;3~, + kf58=\E[21;3~, + kf59=\E[23;3~, + kf60=\E[24;3~, + kf61=\E[1;4P, + kf62=\E[1;4Q, + kf63=\E[1;4R, + khome=\E[1~, + kil1=\E[2;5~, + krmir=\E[2;2~, + knp=\E[6~, + kmous=\E[M, + kpp=\E[5~, + lines#24, + mir, + msgr, + npc, + op=\E[39;49m, + pairs#64, + mc0=\E[i, + mc4=\E[4i, + mc5=\E[5i, + rc=\E8, + rev=\E[7m, + ri=\EM, + rin=\E[%p1%dT, + ritm=\E[23m, + rmacs=\E(B, +# CSI 22, 23 patch / CSI_22_23_PATCH +# rmcup=\E[?1049l, + rmcup=\E[?1049l\E[23;0;0t, + rmir=\E[4l, + rmkx=\E[?1l\E>, + rmso=\E[27m, + rmul=\E[24m, + rs1=\Ec, + rs2=\E[4l\E>\E[?1034l, + sc=\E7, + sitm=\E[3m, + sgr0=\E[0m, + smacs=\E(0, +# CSI 22, 23 patch / CSI_22_23_PATCH +# smcup=\E[?1049h, + smcup=\E[?1049h\E[22;0;0t, + smir=\E[4h, + smkx=\E[?1h\E=, + smso=\E[7m, + smul=\E[4m, + tbc=\E[3g, + tsl=\E]0;, + xenl, + vpa=\E[%i%p1%dd, +# XTerm extensions + rmxx=\E[29m, + smxx=\E[9m, +# disabled rep for now: causes some issues with older ncurses versions. +# rep=%p1%c\E[%p2%{1}%-%db, +# tmux extensions, see TERMINFO EXTENSIONS in tmux(1) + Tc, + Ms=\E]52;%p1%s;%p2%s\007, + Se=\E[2 q, + Ss=\E[%p1%d q, +# sync patch / SYNC_PATCH + Sync=\EP=%p1%ds\E\\, + +st| simpleterm, + use=st-mono, + colors#8, + setab=\E[4%p1%dm, + setaf=\E[3%p1%dm, + setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, + setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m, + sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m, + +st-256color| simpleterm with 256 colors, + use=st, + ccc, + colors#256, + oc=\E]104\007, + pairs#32767, +# Nicked from xterm-256color + initc=\E]4;%p1%d;rgb\:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\, + setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m, + setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m, + +st-meta| simpleterm with meta key, + use=st, + km, + rmm=\E[?1034l, + smm=\E[?1034h, + rs2=\E[4l\E>\E[?1034h, + is2=\E[4l\E>\E[?1034h, + +st-meta-256color| simpleterm with meta key and 256 colors, + use=st-256color, + km, + rmm=\E[?1034l, + smm=\E[?1034h, + rs2=\E[4l\E>\E[?1034h, + is2=\E[4l\E>\E[?1034h, + +st-bs| simpleterm with backspace as backspace, + use=st, + kbs=\010, + kdch1=\177, + +st-bs-256color| simpleterm with backspace as backspace and 256colors, + use=st-256color, + kbs=\010, + kdch1=\177, diff --git a/suckless/st/win.h b/suckless/st/win.h new file mode 100644 index 0000000..1eff487 --- /dev/null +++ b/suckless/st/win.h @@ -0,0 +1,43 @@ +/* See LICENSE for license details. */ + +enum win_mode { + MODE_VISIBLE = 1 << 0, + MODE_FOCUSED = 1 << 1, + MODE_APPKEYPAD = 1 << 2, + MODE_MOUSEBTN = 1 << 3, + MODE_MOUSEMOTION = 1 << 4, + MODE_REVERSE = 1 << 5, + MODE_KBDLOCK = 1 << 6, + MODE_HIDE = 1 << 7, + MODE_APPCURSOR = 1 << 8, + MODE_MOUSESGR = 1 << 9, + MODE_8BIT = 1 << 10, + MODE_BLINK = 1 << 11, + MODE_FBLINK = 1 << 12, + MODE_FOCUS = 1 << 13, + MODE_MOUSEX10 = 1 << 14, + MODE_MOUSEMANY = 1 << 15, + MODE_BRCKTPASTE = 1 << 16, + MODE_NUMLOCK = 1 << 17, + MODE_MOUSE = MODE_MOUSEBTN|MODE_MOUSEMOTION|MODE_MOUSEX10\ + |MODE_MOUSEMANY, +}; + +void xbell(void); +void xclipcopy(void); +void xdrawcursor(int, int, Glyph, int, int, Glyph, Line, int); +void xdrawline(Line, int, int, int); +void xfinishdraw(void); +void xloadcols(void); +int xsetcolorname(int, const char *); +void xseticontitle(char *); +void xfreetitlestack(void); +void xsettitle(char *, int); +void xpushtitle(void); +int xsetcursor(int); +void xsetmode(int, unsigned int); +void xsetpointermotion(int); +void xsetsel(char *); +int xstartdraw(void); +void xximspot(int, int); +void xclearwin(void); diff --git a/suckless/st/x.c b/suckless/st/x.c new file mode 100644 index 0000000..97138f1 --- /dev/null +++ b/suckless/st/x.c @@ -0,0 +1,2667 @@ +/* See LICENSE for license details. */ +#include <errno.h> +#include <math.h> +#include <limits.h> +#include <locale.h> +#include <signal.h> +#include <sys/select.h> +#include <time.h> +#include <unistd.h> +#include <libgen.h> +#include <X11/Xatom.h> +#include <X11/Xlib.h> +#include <X11/cursorfont.h> +#include <X11/keysym.h> +#include <X11/Xft/Xft.h> +#include <X11/XKBlib.h> + +char *argv0; +#include "arg.h" +#include "st.h" +#include "win.h" +#include "hb.h" + +#include <X11/Xcursor/Xcursor.h> + +/* Undercurl slope types */ +enum undercurl_slope_type { + UNDERCURL_SLOPE_ASCENDING = 0, + UNDERCURL_SLOPE_TOP_CAP = 1, + UNDERCURL_SLOPE_DESCENDING = 2, + UNDERCURL_SLOPE_BOTTOM_CAP = 3 +}; + +/* X modifiers */ +#define XK_ANY_MOD UINT_MAX +#define XK_NO_MOD 0 +#define XK_SWITCH_MOD (1<<13|1<<14) + +/* function definitions used in config.h */ +static void clipcopy(const Arg *); +static void clippaste(const Arg *); +static void numlock(const Arg *); +static void selpaste(const Arg *); +static void ttysend(const Arg *); +static void zoom(const Arg *); +static void zoomabs(const Arg *); +static void zoomreset(const Arg *); + +#include "patch/st_include.h" +#include "patch/x_include.h" + +/* config.h for applying patches and the configuration. */ +#include "config.h" + +/* size of title stack */ +#define TITLESTACKSIZE 8 + +/* XEMBED messages */ +#define XEMBED_FOCUS_IN 4 +#define XEMBED_FOCUS_OUT 5 + +/* macros */ +#define IS_SET(flag) ((win.mode & (flag)) != 0) +#define TRUERED(x) (((x) & 0xff0000) >> 8) +#define TRUEGREEN(x) (((x) & 0xff00)) +#define TRUEBLUE(x) (((x) & 0xff) << 8) + +static inline ushort sixd_to_16bit(int); +static int xmakeglyphfontspecs(XftGlyphFontSpec *, const Glyph *, int, int, int); +static void xdrawglyphfontspecs(const XftGlyphFontSpec *, Glyph, int, int, int, int); +static void xdrawglyph(Glyph, int, int); +static void xclear(int, int, int, int); +static int xgeommasktogravity(int); +static int ximopen(Display *); +static void ximinstantiate(Display *, XPointer, XPointer); +static void ximdestroy(XIM, XPointer, XPointer); +static int xicdestroy(XIC, XPointer, XPointer); +static void xinit(int, int); +static void cresize(int, int); +static void xresize(int, int); +static void xhints(void); +static int xloadcolor(int, const char *, Color *); +static int xloadfont(Font *, FcPattern *); +static void xloadfonts(const char *, double); +static void xunloadfont(Font *); +static void xunloadfonts(void); +static void xsetenv(void); +static void xseturgency(int); +static int evcol(XEvent *); +static int evrow(XEvent *); + +static void expose(XEvent *); +static void visibility(XEvent *); +static void unmap(XEvent *); +static void kpress(XEvent *); +static void cmessage(XEvent *); +static void resize(XEvent *); +static void focus(XEvent *); +static uint buttonmask(uint); +static void brelease(XEvent *); +static void bpress(XEvent *); +static void bmotion(XEvent *); +static void propnotify(XEvent *); +static void selnotify(XEvent *); +static void selclear_(XEvent *); +static void selrequest(XEvent *); +static void setsel(char *, Time); +static int mouseaction(XEvent *, uint); +static void mousesel(XEvent *, int); +static void mousereport(XEvent *); +static char *kmap(KeySym, uint); +static int match(uint, uint); + +static void run(void); +static void usage(void); + +static void (*handler[LASTEvent])(XEvent *) = { + [KeyPress] = kpress, + [ClientMessage] = cmessage, + [ConfigureNotify] = resize, + [VisibilityNotify] = visibility, + [UnmapNotify] = unmap, + [Expose] = expose, + [FocusIn] = focus, + [FocusOut] = focus, + [MotionNotify] = bmotion, + [ButtonPress] = bpress, + [ButtonRelease] = brelease, +/* + * Uncomment if you want the selection to disappear when you select something + * different in another window. + */ +/* [SelectionClear] = selclear_, */ + [SelectionNotify] = selnotify, +/* + * PropertyNotify is only turned on when there is some INCR transfer happening + * for the selection retrieval. + */ + [PropertyNotify] = propnotify, + [SelectionRequest] = selrequest, +}; + +/* Globals */ +Term term; +DC dc; +XWindow xw; +XSelection xsel; +TermWindow win; + +static int tstki; /* title stack index */ +static char *titlestack[TITLESTACKSIZE]; /* title stack */ + +/* Font Ring Cache */ +enum { + FRC_NORMAL, + FRC_ITALIC, + FRC_BOLD, + FRC_ITALICBOLD +}; + +typedef struct { + XftFont *font; + int flags; + Rune unicodep; +} Fontcache; + +/* Fontcache is an array now. A new font will be appended to the array. */ +static Fontcache *frc = NULL; +static int frclen = 0; +static int frccap = 0; +static char *usedfont = NULL; +static double usedfontsize = 0; +static double defaultfontsize = 0; + +static char *opt_alpha = NULL; +static char *opt_class = NULL; +static char **opt_cmd = NULL; +static char *opt_embed = NULL; +static char *opt_font = NULL; +static char *opt_io = NULL; +static char *opt_line = NULL; +static char *opt_name = NULL; +static char *opt_title = NULL; + + +static int oldbutton = 3; /* button event on startup: 3 = release */ +static int cursorblinks = 0; +int borderpx; +static Cursor cursor; +static XColor xmousefg, xmousebg; + +#include "patch/x_include.c" + +void +clipcopy(const Arg *dummy) +{ + Atom clipboard; + + free(xsel.clipboard); + xsel.clipboard = NULL; + + if (xsel.primary != NULL) { + xsel.clipboard = xstrdup(xsel.primary); + clipboard = XInternAtom(xw.dpy, "CLIPBOARD", 0); + XSetSelectionOwner(xw.dpy, clipboard, xw.win, CurrentTime); + } +} + +void +clippaste(const Arg *dummy) +{ + Atom clipboard; + + clipboard = XInternAtom(xw.dpy, "CLIPBOARD", 0); + XConvertSelection(xw.dpy, clipboard, xsel.xtarget, clipboard, + xw.win, CurrentTime); +} + +void +numlock(const Arg *dummy) +{ + win.mode ^= MODE_NUMLOCK; +} + +void +selpaste(const Arg *dummy) +{ + XConvertSelection(xw.dpy, XA_PRIMARY, xsel.xtarget, XA_PRIMARY, + xw.win, CurrentTime); +} + +void +ttysend(const Arg *arg) +{ + ttywrite(arg->s, strlen(arg->s), 1); +} + +void +zoom(const Arg *arg) +{ + Arg larg; + + larg.f = usedfontsize + arg->f; + zoomabs(&larg); +} + +void +zoomabs(const Arg *arg) +{ + xunloadfonts(); + xloadfonts(usedfont, arg->f); + cresize(0, 0); + redraw(); + xhints(); +} + +void +zoomreset(const Arg *arg) +{ + Arg larg; + + if (defaultfontsize > 0) { + larg.f = defaultfontsize; + zoomabs(&larg); + } +} + +int +evcol(XEvent *e) +{ + int x = e->xbutton.x - win.hborderpx; + LIMIT(x, 0, win.tw - 1); + return x / win.cw; +} + +int +evrow(XEvent *e) +{ + int y = e->xbutton.y - win.vborderpx; + LIMIT(y, 0, win.th - 1); + return y / win.ch; +} + +uint +buttonmask(uint button) +{ + return button == Button1 ? Button1Mask + : button == Button2 ? Button2Mask + : button == Button3 ? Button3Mask + : button == Button4 ? Button4Mask + : button == Button5 ? Button5Mask + : 0; +} + +int +mouseaction(XEvent *e, uint release) +{ + MouseShortcut *ms; + + /* ignore Button<N>mask for Button<N> - it's set on release */ + uint state = e->xbutton.state & ~buttonmask(e->xbutton.button); + + if (tisaltscr()) + for (ms = maltshortcuts; ms < maltshortcuts + LEN(maltshortcuts); ms++) { + if (ms->release == release && + ms->button == e->xbutton.button && + (match(ms->mod, state) || /* exact or forced */ + match(ms->mod, state & ~forcemousemod))) { + ms->func(&(ms->arg)); + return 1; + } + } + else + for (ms = mshortcuts; ms < mshortcuts + LEN(mshortcuts); ms++) { + if (ms->release == release && + ms->button == e->xbutton.button && + (!ms->altscrn || (ms->altscrn == (tisaltscr() ? 1 : -1))) && + (match(ms->mod, state) || /* exact or forced */ + match(ms->mod, state & ~forcemousemod))) { + ms->func(&(ms->arg)); + return 1; + } + } + + return 0; +} + +void +mousesel(XEvent *e, int done) +{ + int type, seltype = SEL_REGULAR; + uint state = e->xbutton.state & ~(Button1Mask | forcemousemod); + + for (type = 1; type < LEN(selmasks); ++type) { + if (match(selmasks[type], state)) { + seltype = type; + break; + } + } + selextend(evcol(e), evrow(e), seltype, done); + if (done) + setsel(getsel(), e->xbutton.time); +} + +void +mousereport(XEvent *e) +{ + int len, x = evcol(e), y = evrow(e), + button = e->xbutton.button, state = e->xbutton.state; + char buf[40]; + static int ox, oy; + + /* from urxvt */ + if (e->xbutton.type == MotionNotify) { + if (x == ox && y == oy) + return; + if (!IS_SET(MODE_MOUSEMOTION) && !IS_SET(MODE_MOUSEMANY)) + return; + /* MOUSE_MOTION: no reporting if no button is pressed */ + if (IS_SET(MODE_MOUSEMOTION) && oldbutton == 3) + return; + + button = oldbutton + 32; + ox = x; + oy = y; + } else { + if (!IS_SET(MODE_MOUSESGR) && e->xbutton.type == ButtonRelease) { + button = 3; + } else { + button -= Button1; + if (button >= 7) + button += 128 - 7; + else if (button >= 3) + button += 64 - 3; + } + if (e->xbutton.type == ButtonPress) { + oldbutton = button; + ox = x; + oy = y; + } else if (e->xbutton.type == ButtonRelease) { + oldbutton = 3; + /* MODE_MOUSEX10: no button release reporting */ + if (IS_SET(MODE_MOUSEX10)) + return; + if (button == 64 || button == 65) + return; + } + } + + if (!IS_SET(MODE_MOUSEX10)) { + button += ((state & ShiftMask ) ? 4 : 0) + + ((state & Mod4Mask ) ? 8 : 0) + + ((state & ControlMask) ? 16 : 0); + } + + if (IS_SET(MODE_MOUSESGR)) { + len = snprintf(buf, sizeof(buf), "\033[<%d;%d;%d%c", + button, x+1, y+1, + e->xbutton.type == ButtonRelease ? 'm' : 'M'); + } else if (x < 223 && y < 223) { + len = snprintf(buf, sizeof(buf), "\033[M%c%c%c", + 32+button, 32+x+1, 32+y+1); + } else { + return; + } + + ttywrite(buf, len, 0); +} + +void +bpress(XEvent *e) +{ + struct timespec now; + int snap; + + if (IS_SET(MODE_MOUSE) && !(e->xbutton.state & forcemousemod)) { + mousereport(e); + return; + } + + if (mouseaction(e, 0)) + return; + + if (e->xbutton.button == Button1) { + /* + * If the user clicks below predefined timeouts specific + * snapping behaviour is exposed. + */ + clock_gettime(CLOCK_MONOTONIC, &now); + if (TIMEDIFF(now, xsel.tclick2) <= tripleclicktimeout) { + snap = SNAP_LINE; + } else if (TIMEDIFF(now, xsel.tclick1) <= doubleclicktimeout) { + snap = SNAP_WORD; + } else { + snap = 0; + } + xsel.tclick2 = xsel.tclick1; + xsel.tclick1 = now; + + selstart(evcol(e), evrow(e), snap); + } +} + +void +propnotify(XEvent *e) +{ + XPropertyEvent *xpev; + Atom clipboard = XInternAtom(xw.dpy, "CLIPBOARD", 0); + + xpev = &e->xproperty; + if (xpev->state == PropertyNewValue && + (xpev->atom == XA_PRIMARY || + xpev->atom == clipboard)) { + selnotify(e); + } +} + +void +selnotify(XEvent *e) +{ + ulong nitems, ofs, rem; + int format; + uchar *data, *last, *repl; + Atom type, incratom, property = None; + + incratom = XInternAtom(xw.dpy, "INCR", 0); + + ofs = 0; + if (e->type == SelectionNotify) + property = e->xselection.property; + else if (e->type == PropertyNotify) + property = e->xproperty.atom; + + if (property == None) + return; + + do { + if (XGetWindowProperty(xw.dpy, xw.win, property, ofs, + BUFSIZ/4, False, AnyPropertyType, + &type, &format, &nitems, &rem, + &data)) { + fprintf(stderr, "Clipboard allocation failed\n"); + return; + } + + if (e->type == PropertyNotify && nitems == 0 && rem == 0) { + /* + * If there is some PropertyNotify with no data, then + * this is the signal of the selection owner that all + * data has been transferred. We won't need to receive + * PropertyNotify events anymore. + */ + MODBIT(xw.attrs.event_mask, 0, PropertyChangeMask); + XChangeWindowAttributes(xw.dpy, xw.win, CWEventMask, + &xw.attrs); + } + + if (type == incratom) { + /* + * Activate the PropertyNotify events so we receive + * when the selection owner does send us the next + * chunk of data. + */ + MODBIT(xw.attrs.event_mask, 1, PropertyChangeMask); + XChangeWindowAttributes(xw.dpy, xw.win, CWEventMask, + &xw.attrs); + + /* + * Deleting the property is the transfer start signal. + */ + XDeleteProperty(xw.dpy, xw.win, (int)property); + continue; + } + + /* + * As seen in getsel: + * Line endings are inconsistent in the terminal and GUI world + * copy and pasting. When receiving some selection data, + * replace all '\n' with '\r'. + * FIXME: Fix the computer world. + */ + repl = data; + last = data + nitems * format / 8; + while ((repl = memchr(repl, '\n', last - repl))) { + *repl++ = '\r'; + } + + if (IS_SET(MODE_BRCKTPASTE) && ofs == 0) + ttywrite("\033[200~", 6, 0); + ttywrite((char *)data, nitems * format / 8, 1); + if (IS_SET(MODE_BRCKTPASTE) && rem == 0) + ttywrite("\033[201~", 6, 0); + XFree(data); + /* number of 32-bit chunks returned */ + ofs += nitems * format / 32; + } while (rem > 0); + + /* + * Deleting the property again tells the selection owner to send the + * next data chunk in the property. + */ + XDeleteProperty(xw.dpy, xw.win, (int)property); +} + +void +xclipcopy(void) +{ + clipcopy(NULL); +} + +void +selclear_(XEvent *e) +{ + selclear(); +} + +void +selrequest(XEvent *e) +{ + XSelectionRequestEvent *xsre; + XSelectionEvent xev; + Atom xa_targets, string, clipboard; + char *seltext; + + xsre = (XSelectionRequestEvent *) e; + xev.type = SelectionNotify; + xev.requestor = xsre->requestor; + xev.selection = xsre->selection; + xev.target = xsre->target; + xev.time = xsre->time; + if (xsre->property == None) + xsre->property = xsre->target; + + /* reject */ + xev.property = None; + + xa_targets = XInternAtom(xw.dpy, "TARGETS", 0); + if (xsre->target == xa_targets) { + /* respond with the supported type */ + string = xsel.xtarget; + XChangeProperty(xsre->display, xsre->requestor, xsre->property, + XA_ATOM, 32, PropModeReplace, + (uchar *) &string, 1); + xev.property = xsre->property; + } else if (xsre->target == xsel.xtarget || xsre->target == XA_STRING) { + /* + * xith XA_STRING non ascii characters may be incorrect in the + * requestor. It is not our problem, use utf8. + */ + clipboard = XInternAtom(xw.dpy, "CLIPBOARD", 0); + if (xsre->selection == XA_PRIMARY) { + seltext = xsel.primary; + } else if (xsre->selection == clipboard) { + seltext = xsel.clipboard; + } else { + fprintf(stderr, + "Unhandled clipboard selection 0x%lx\n", + xsre->selection); + return; + } + if (seltext != NULL) { + XChangeProperty(xsre->display, xsre->requestor, + xsre->property, xsre->target, + 8, PropModeReplace, + (uchar *)seltext, strlen(seltext)); + xev.property = xsre->property; + } + } + + /* all done, send a notification to the listener */ + if (!XSendEvent(xsre->display, xsre->requestor, 1, 0, (XEvent *) &xev)) + fprintf(stderr, "Error sending SelectionNotify event\n"); +} + +void +setsel(char *str, Time t) +{ + if (!str) + return; + + free(xsel.primary); + xsel.primary = str; + + XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t); + if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win) + selclear(); + + clipcopy(NULL); +} + +void +xsetsel(char *str) +{ + setsel(str, CurrentTime); +} + +void +brelease(XEvent *e) +{ + if (IS_SET(MODE_MOUSE) && !(e->xbutton.state & forcemousemod)) { + mousereport(e); + return; + } + + if (mouseaction(e, 1)) + return; + if (e->xbutton.button == Button1) { + mousesel(e, 1); + openUrlOnClick(evcol(e), evrow(e), url_opener); + } +} + +void +bmotion(XEvent *e) +{ + if (!xw.pointerisvisible) { + if (win.mode & MODE_MOUSE) + XUndefineCursor(xw.dpy, xw.win); + else + XDefineCursor(xw.dpy, xw.win, xw.vpointer); + xw.pointerisvisible = 1; + if (!IS_SET(MODE_MOUSEMANY)) + xsetpointermotion(0); + } + + if (IS_SET(MODE_MOUSE) && !(e->xbutton.state & forcemousemod)) { + mousereport(e); + return; + } + + mousesel(e, 0); +} + +void +cresize(int width, int height) +{ + int col, row; + + if (width != 0) + win.w = width; + if (height != 0) + win.h = height; + + col = (win.w - 2 * borderpx) / win.cw; + row = (win.h - 2 * borderpx) / win.ch; + col = MAX(1, col); + row = MAX(1, row); + + win.hborderpx = (win.w - col * win.cw) / 2; + win.vborderpx = (win.h - row * win.ch) / 2; + + tresize(col, row); + xresize(col, row); + ttyresize(win.tw, win.th); +} + +void +xresize(int col, int row) +{ + win.tw = col * win.cw; + win.th = row * win.ch; + + XFreePixmap(xw.dpy, xw.buf); + xw.buf = XCreatePixmap(xw.dpy, xw.win, win.w, win.h, + xw.depth + ); + XftDrawChange(xw.draw, xw.buf); + xclear(0, 0, win.w, win.h); + + /* resize to new width */ + xw.specbuf = xrealloc(xw.specbuf, col * sizeof(GlyphFontSpec)); +} + +ushort +sixd_to_16bit(int x) +{ + return x == 0 ? 0 : 0x3737 + 0x2828 * x; +} + +int +xloadcolor(int i, const char *name, Color *ncolor) +{ + XRenderColor color = { .alpha = 0xffff }; + + if (!name) { + if (BETWEEN(i, 16, 255)) { /* 256 color */ + if (i < 6*6*6+16) { /* same colors as xterm */ + color.red = sixd_to_16bit( ((i-16)/36)%6 ); + color.green = sixd_to_16bit( ((i-16)/6) %6 ); + color.blue = sixd_to_16bit( ((i-16)/1) %6 ); + } else { /* greyscale */ + color.red = 0x0808 + 0x0a0a * (i - (6*6*6+16)); + color.green = color.blue = color.red; + } + return XftColorAllocValue(xw.dpy, xw.vis, + xw.cmap, &color, ncolor); + } else + name = colorname[i]; + } + + return XftColorAllocName(xw.dpy, xw.vis, xw.cmap, name, ncolor); +} + + + +void +xloadcols(void) +{ + int i; + static int loaded; + Color *cp; + + if (loaded) { + for (cp = dc.col; cp < &dc.col[dc.collen]; ++cp) + XftColorFree(xw.dpy, xw.vis, xw.cmap, cp); + } else { + dc.collen = MAX(LEN(colorname), 256); + dc.col = xmalloc(dc.collen * sizeof(Color)); + } + + for (i = 0; i < dc.collen; i++) + if (!xloadcolor(i, NULL, &dc.col[i])) { + if (colorname[i]) + die("could not allocate color '%s'\n", colorname[i]); + else + die("could not allocate color %d\n", i); + } + /* set alpha value of bg color */ + if (opt_alpha) + alpha = strtof(opt_alpha, NULL); + dc.col[defaultbg].color.alpha = (unsigned short)(0xffff * alpha); + dc.col[defaultbg].pixel &= 0x00FFFFFF; + dc.col[defaultbg].pixel |= (unsigned char)(0xff * alpha) << 24; + loaded = 1; +} + +int +xsetcolorname(int x, const char *name) +{ + Color ncolor; + + if (!BETWEEN(x, 0, dc.collen)) + return 1; + + if (!xloadcolor(x, name, &ncolor)) + return 1; + + XftColorFree(xw.dpy, xw.vis, xw.cmap, &dc.col[x]); + dc.col[x] = ncolor; + + /* set alpha value of bg color */ + if (x == defaultbg) { + if (opt_alpha) + alpha = strtof(opt_alpha, NULL); + dc.col[defaultbg].color.alpha = (unsigned short)(0xffff * alpha); + dc.col[defaultbg].pixel &= 0x00FFFFFF; + dc.col[defaultbg].pixel |= (unsigned char)(0xff * alpha) << 24; + } + return 0; +} + +/* + * Absolute coordinates. + */ +void +xclear(int x1, int y1, int x2, int y2) +{ + Color c; + c = dc.col[IS_SET(MODE_REVERSE)? defaultfg : defaultbg]; + if (invertcolors) { + c = invertedcolor(&c); + } + XftDrawRect(xw.draw, &c, x1, y1, x2-x1, y2-y1); +} + +void +xclearwin(void) +{ + xclear(0, 0, win.w, win.h); +} + +void +xhints(void) +{ + XClassHint class = {opt_name ? opt_name : "st", + opt_class ? opt_class : "St"}; + XWMHints wm = {.flags = InputHint, .input = 1}; + XSizeHints *sizeh; + + sizeh = XAllocSizeHints(); + + sizeh->flags = PSize | PResizeInc | PBaseSize | PMinSize; + sizeh->height = win.h; + sizeh->width = win.w; + sizeh->height_inc = 1; + sizeh->width_inc = 1; + sizeh->base_height = 2 * borderpx; + sizeh->base_width = 2 * borderpx; + sizeh->min_height = win.ch + 2 * borderpx; + sizeh->min_width = win.cw + 2 * borderpx; + if (xw.isfixed) { + sizeh->flags |= PMaxSize; + sizeh->min_width = sizeh->max_width = win.w; + sizeh->min_height = sizeh->max_height = win.h; + } + if (xw.gm & (XValue|YValue)) { + sizeh->flags |= USPosition | PWinGravity; + sizeh->x = xw.l; + sizeh->y = xw.t; + sizeh->win_gravity = xgeommasktogravity(xw.gm); + } + + XSetWMProperties(xw.dpy, xw.win, NULL, NULL, NULL, 0, sizeh, &wm, + &class); + XFree(sizeh); +} + +int +xgeommasktogravity(int mask) +{ + switch (mask & (XNegative|YNegative)) { + case 0: + return NorthWestGravity; + case XNegative: + return NorthEastGravity; + case YNegative: + return SouthWestGravity; + } + + return SouthEastGravity; +} + +int +ximopen(Display *dpy) +{ + XIMCallback imdestroy = { .client_data = NULL, .callback = ximdestroy }; + XICCallback icdestroy = { .client_data = NULL, .callback = xicdestroy }; + + xw.ime.xim = XOpenIM(xw.dpy, NULL, NULL, NULL); + if (xw.ime.xim == NULL) + return 0; + + if (XSetIMValues(xw.ime.xim, XNDestroyCallback, &imdestroy, NULL)) + fprintf(stderr, "XSetIMValues: " + "Could not set XNDestroyCallback.\n"); + + xw.ime.spotlist = XVaCreateNestedList(0, XNSpotLocation, &xw.ime.spot, + NULL); + + if (xw.ime.xic == NULL) { + xw.ime.xic = XCreateIC(xw.ime.xim, XNInputStyle, + XIMPreeditNothing | XIMStatusNothing, + XNClientWindow, xw.win, + XNDestroyCallback, &icdestroy, + NULL); + } + if (xw.ime.xic == NULL) + fprintf(stderr, "XCreateIC: Could not create input context.\n"); + + return 1; +} + +void +ximinstantiate(Display *dpy, XPointer client, XPointer call) +{ + if (ximopen(dpy)) + XUnregisterIMInstantiateCallback(xw.dpy, NULL, NULL, NULL, + ximinstantiate, NULL); +} + +void +ximdestroy(XIM xim, XPointer client, XPointer call) +{ + xw.ime.xim = NULL; + XRegisterIMInstantiateCallback(xw.dpy, NULL, NULL, NULL, + ximinstantiate, NULL); + XFree(xw.ime.spotlist); +} + +int +xicdestroy(XIC xim, XPointer client, XPointer call) +{ + xw.ime.xic = NULL; + return 1; +} + +int +xloadfont(Font *f, FcPattern *pattern) +{ + FcPattern *configured; + FcPattern *match; + FcResult result; + XGlyphInfo extents; + int wantattr, haveattr; + + /* + * Manually configure instead of calling XftMatchFont + * so that we can use the configured pattern for + * "missing glyph" lookups. + */ + configured = FcPatternDuplicate(pattern); + if (!configured) + return 1; + + FcConfigSubstitute(NULL, configured, FcMatchPattern); + XftDefaultSubstitute(xw.dpy, xw.scr, configured); + + match = FcFontMatch(NULL, configured, &result); + if (!match) { + FcPatternDestroy(configured); + return 1; + } + + if (!(f->match = XftFontOpenPattern(xw.dpy, match))) { + FcPatternDestroy(configured); + FcPatternDestroy(match); + return 1; + } + + if ((XftPatternGetInteger(pattern, "slant", 0, &wantattr) == + XftResultMatch)) { + /* + * Check if xft was unable to find a font with the appropriate + * slant but gave us one anyway. Try to mitigate. + */ + if ((XftPatternGetInteger(f->match->pattern, "slant", 0, + &haveattr) != XftResultMatch) || haveattr < wantattr) { + f->badslant = 1; + fputs("font slant does not match\n", stderr); + } + } + + if ((XftPatternGetInteger(pattern, "weight", 0, &wantattr) == + XftResultMatch)) { + if ((XftPatternGetInteger(f->match->pattern, "weight", 0, + &haveattr) != XftResultMatch) || haveattr != wantattr) { + f->badweight = 1; + fputs("font weight does not match\n", stderr); + } + } + + XftTextExtentsUtf8(xw.dpy, f->match, + (const FcChar8 *) ascii_printable, + strlen(ascii_printable), &extents); + + f->set = NULL; + f->pattern = configured; + + f->ascent = f->match->ascent; + f->descent = f->match->descent; + f->lbearing = 0; + f->rbearing = f->match->max_advance_width; + + f->height = f->ascent + f->descent; + f->width = DIVCEIL(extents.xOff, strlen(ascii_printable)); + + return 0; +} + +void +xloadfonts(const char *fontstr, double fontsize) +{ + FcPattern *pattern; + double fontval; + + if (fontstr[0] == '-') + pattern = XftXlfdParse(fontstr, False, False); + else + pattern = FcNameParse((const FcChar8 *)fontstr); + + if (!pattern) + die("can't open font %s\n", fontstr); + + if (fontsize > 1) { + FcPatternDel(pattern, FC_PIXEL_SIZE); + FcPatternDel(pattern, FC_SIZE); + FcPatternAddDouble(pattern, FC_PIXEL_SIZE, (double)fontsize); + usedfontsize = fontsize; + } else { + if (FcPatternGetDouble(pattern, FC_PIXEL_SIZE, 0, &fontval) == + FcResultMatch) { + usedfontsize = fontval; + } else if (FcPatternGetDouble(pattern, FC_SIZE, 0, &fontval) == + FcResultMatch) { + usedfontsize = -1; + } else { + /* + * Default font size is 12, if none given. This is to + * have a known usedfontsize value. + */ + FcPatternAddDouble(pattern, FC_PIXEL_SIZE, 12); + usedfontsize = 12; + } + defaultfontsize = usedfontsize; + } + + if (xloadfont(&dc.font, pattern)) + die("can't open font %s\n", fontstr); + + if (usedfontsize < 0) { + FcPatternGetDouble(dc.font.match->pattern, + FC_PIXEL_SIZE, 0, &fontval); + usedfontsize = fontval; + if (fontsize == 0) + defaultfontsize = fontval; + } + + /* Setting character width and height. */ + win.cw = ceilf(dc.font.width * cwscale); + win.ch = ceilf(dc.font.height * chscale); + win.cyo = ceilf(dc.font.height * (chscale - 1) / 2); + + borderpx = (int) ceilf(((float)borderperc / 100) * win.cw); + FcPatternDel(pattern, FC_SLANT); + FcPatternAddInteger(pattern, FC_SLANT, FC_SLANT_ITALIC); + if (xloadfont(&dc.ifont, pattern)) + die("can't open font %s\n", fontstr); + + FcPatternDel(pattern, FC_WEIGHT); + FcPatternAddInteger(pattern, FC_WEIGHT, FC_WEIGHT_BOLD); + if (xloadfont(&dc.ibfont, pattern)) + die("can't open font %s\n", fontstr); + + FcPatternDel(pattern, FC_SLANT); + FcPatternAddInteger(pattern, FC_SLANT, FC_SLANT_ROMAN); + if (xloadfont(&dc.bfont, pattern)) + die("can't open font %s\n", fontstr); + + FcPatternDestroy(pattern); +} + +void +xunloadfont(Font *f) +{ + XftFontClose(xw.dpy, f->match); + FcPatternDestroy(f->pattern); + if (f->set) + FcFontSetDestroy(f->set); +} + +void +xunloadfonts(void) +{ + /* Clear Harfbuzz font cache. */ + hbunloadfonts(); + + /* Free the loaded fonts in the font cache. */ + while (frclen > 0) + XftFontClose(xw.dpy, frc[--frclen].font); + + xunloadfont(&dc.font); + xunloadfont(&dc.bfont); + xunloadfont(&dc.ifont); + xunloadfont(&dc.ibfont); +} + +void +xinit(int cols, int rows) +{ + XGCValues gcvalues; + Pixmap blankpm; + Window parent; + pid_t thispid = getpid(); + XWindowAttributes attr; + XVisualInfo vis; + + if (!(xw.dpy = XOpenDisplay(NULL))) + die("can't open display\n"); + xw.scr = XDefaultScreen(xw.dpy); + + if (!(opt_embed && (parent = strtol(opt_embed, NULL, 0)))) { + parent = XRootWindow(xw.dpy, xw.scr); + xw.depth = 32; + } else { + XGetWindowAttributes(xw.dpy, parent, &attr); + xw.depth = attr.depth; + } + + XMatchVisualInfo(xw.dpy, xw.scr, xw.depth, TrueColor, &vis); + xw.vis = vis.visual; + + /* font */ + if (!FcInit()) + die("could not init fontconfig.\n"); + + usedfont = (opt_font == NULL)? font : opt_font; + xloadfonts(usedfont, 0); + + + /* colors */ + xw.cmap = XCreateColormap(xw.dpy, parent, xw.vis, None); + xloadcols(); + + /* adjust fixed window geometry */ + win.w = 2 * win.hborderpx + cols * win.cw; + win.h = 2 * win.vborderpx + rows * win.ch; + if (xw.gm & XNegative) + xw.l += DisplayWidth(xw.dpy, xw.scr) - win.w - 2; + if (xw.gm & YNegative) + xw.t += DisplayHeight(xw.dpy, xw.scr) - win.h - 2; + + /* Events */ + xw.attrs.background_pixel = dc.col[defaultbg].pixel; + xw.attrs.border_pixel = dc.col[defaultbg].pixel; + xw.attrs.bit_gravity = NorthWestGravity; + xw.attrs.event_mask = FocusChangeMask | KeyPressMask | KeyReleaseMask + | ExposureMask | VisibilityChangeMask | StructureNotifyMask + | ButtonMotionMask | ButtonPressMask | ButtonReleaseMask + ; + xw.attrs.colormap = xw.cmap; + + xw.win = XCreateWindow(xw.dpy, parent, xw.l, xw.t, + win.w, win.h, 0, xw.depth, InputOutput, + xw.vis, CWBackPixel | CWBorderPixel | CWBitGravity + | CWEventMask | CWColormap, &xw.attrs); + + memset(&gcvalues, 0, sizeof(gcvalues)); + gcvalues.graphics_exposures = False; + + xw.buf = XCreatePixmap(xw.dpy, xw.win, win.w, win.h, xw.depth); + dc.gc = XCreateGC(xw.dpy, xw.buf, GCGraphicsExposures, &gcvalues); + XSetForeground(xw.dpy, dc.gc, dc.col[defaultbg].pixel); + XFillRectangle(xw.dpy, xw.buf, dc.gc, 0, 0, win.w, win.h); + + /* font spec buffer */ + xw.specbuf = xmalloc(cols * sizeof(GlyphFontSpec)); + + /* Xft rendering context */ + xw.draw = XftDrawCreate(xw.dpy, xw.buf, xw.vis, xw.cmap); + + /* input methods */ + if (!ximopen(xw.dpy)) { + XRegisterIMInstantiateCallback(xw.dpy, NULL, NULL, NULL, + ximinstantiate, NULL); + } + + /* white cursor, black outline */ + xw.pointerisvisible = 1; + xw.vpointer = XcursorLibraryLoadCursor(xw.dpy, mouseshape); + XDefineCursor(xw.dpy, xw.win, xw.vpointer); + + + blankpm = XCreateBitmapFromData(xw.dpy, xw.win, &(char){0}, 1, 1); + xw.bpointer = XCreatePixmapCursor(xw.dpy, blankpm, blankpm, + &xmousefg, &xmousebg, 0, 0); + + xw.xembed = XInternAtom(xw.dpy, "_XEMBED", False); + xw.wmdeletewin = XInternAtom(xw.dpy, "WM_DELETE_WINDOW", False); + xw.netwmname = XInternAtom(xw.dpy, "_NET_WM_NAME", False); + xw.netwmiconname = XInternAtom(xw.dpy, "_NET_WM_ICON_NAME", False); + XSetWMProtocols(xw.dpy, xw.win, &xw.wmdeletewin, 1); + + xw.netwmicon = XInternAtom(xw.dpy, "_NET_WM_ICON", False); + XChangeProperty(xw.dpy, xw.win, xw.netwmicon, XA_CARDINAL, 32, + PropModeReplace, (uchar *)&icon, LEN(icon)); + + xw.netwmpid = XInternAtom(xw.dpy, "_NET_WM_PID", False); + XChangeProperty(xw.dpy, xw.win, xw.netwmpid, XA_CARDINAL, 32, + PropModeReplace, (uchar *)&thispid, 1); + + win.mode = MODE_NUMLOCK; + resettitle(); + xhints(); + XMapWindow(xw.dpy, xw.win); + XSync(xw.dpy, False); + + clock_gettime(CLOCK_MONOTONIC, &xsel.tclick1); + clock_gettime(CLOCK_MONOTONIC, &xsel.tclick2); + xsel.primary = NULL; + xsel.clipboard = NULL; + xsel.xtarget = XInternAtom(xw.dpy, "UTF8_STRING", 0); + if (xsel.xtarget == None) + xsel.xtarget = XA_STRING; + + boxdraw_xinit(xw.dpy, xw.cmap, xw.draw, xw.vis); +} + +int +xmakeglyphfontspecs(XftGlyphFontSpec *specs, const Glyph *glyphs, int len, int x, int y) +{ + float winx = win.hborderpx + x * win.cw, winy = win.vborderpx + y * win.ch, xp, yp; + ushort mode, prevmode = USHRT_MAX; + Font *font = &dc.font; + int frcflags = FRC_NORMAL; + float runewidth = win.cw; + Rune rune; + FT_UInt glyphidx; + FcResult fcres; + FcPattern *fcpattern, *fontpattern; + FcFontSet *fcsets[] = { NULL }; + FcCharSet *fccharset; + int i, f, numspecs = 0; + + for (i = 0, xp = winx, yp = winy + font->ascent + win.cyo; i < len; ++i) + { + /* Fetch rune and mode for current glyph. */ + rune = glyphs[i].u; + mode = glyphs[i].mode; + + /* Skip dummy wide-character spacing. */ + if (mode & ATTR_WDUMMY) + continue; + + /* Determine font for glyph if different from previous glyph. */ + if (prevmode != mode) { + prevmode = mode; + font = &dc.font; + frcflags = FRC_NORMAL; + runewidth = win.cw * ((mode & ATTR_WIDE) ? 2.0f : 1.0f); + if ((mode & ATTR_ITALIC) && (mode & ATTR_BOLD)) { + font = &dc.ibfont; + frcflags = FRC_ITALICBOLD; + } else if (mode & ATTR_ITALIC) { + font = &dc.ifont; + frcflags = FRC_ITALIC; + } else if (mode & ATTR_BOLD) { + font = &dc.bfont; + frcflags = FRC_BOLD; + } + yp = winy + font->ascent + win.cyo; + } + + if (mode & ATTR_BOXDRAW) { + /* minor shoehorning: boxdraw uses only this ushort */ + glyphidx = boxdrawindex(&glyphs[i]); + } else { + /* Lookup character index with default font. */ + glyphidx = XftCharIndex(xw.dpy, font->match, rune); + } + if (glyphidx) { + specs[numspecs].font = font->match; + specs[numspecs].glyph = glyphidx; + specs[numspecs].x = (short)xp; + specs[numspecs].y = (short)yp; + xp += runewidth; + numspecs++; + continue; + } + + /* Fallback on font cache, search the font cache for match. */ + for (f = 0; f < frclen; f++) { + glyphidx = XftCharIndex(xw.dpy, frc[f].font, rune); + /* Everything correct. */ + if (glyphidx && frc[f].flags == frcflags) + break; + /* We got a default font for a not found glyph. */ + if (!glyphidx && frc[f].flags == frcflags + && frc[f].unicodep == rune) { + break; + } + } + + /* Nothing was found. Use fontconfig to find matching font. */ + if (f >= frclen) { + if (!font->set) + font->set = FcFontSort(0, font->pattern, + 1, 0, &fcres); + fcsets[0] = font->set; + + /* + * Nothing was found in the cache. Now use + * some dozen of Fontconfig calls to get the + * font for one single character. + * + * Xft and fontconfig are design failures. + */ + fcpattern = FcPatternDuplicate(font->pattern); + fccharset = FcCharSetCreate(); + + FcCharSetAddChar(fccharset, rune); + FcPatternAddCharSet(fcpattern, FC_CHARSET, + fccharset); + FcPatternAddBool(fcpattern, FC_SCALABLE, 1); + + FcConfigSubstitute(0, fcpattern, + FcMatchPattern); + FcDefaultSubstitute(fcpattern); + + fontpattern = FcFontSetMatch(0, fcsets, 1, + fcpattern, &fcres); + + /* Allocate memory for the new cache entry. */ + if (frclen >= frccap) { + frccap += 16; + frc = xrealloc(frc, frccap * sizeof(Fontcache)); + } + + frc[frclen].font = XftFontOpenPattern(xw.dpy, + fontpattern); + if (!frc[frclen].font) + die("XftFontOpenPattern failed seeking fallback font: %s\n", + strerror(errno)); + frc[frclen].flags = frcflags; + frc[frclen].unicodep = rune; + + glyphidx = XftCharIndex(xw.dpy, frc[frclen].font, rune); + + f = frclen; + frclen++; + + FcPatternDestroy(fcpattern); + FcCharSetDestroy(fccharset); + } + + specs[numspecs].font = frc[f].font; + specs[numspecs].glyph = glyphidx; + specs[numspecs].x = (short)xp; + specs[numspecs].y = (short)yp; + xp += runewidth; + numspecs++; + } + + /* Harfbuzz transformation for ligatures. */ + hbtransform(specs, glyphs, len, x, y); + + return numspecs; +} + +static int isSlopeRising (int x, int iPoint, int waveWidth) +{ + // . . . . + // / \ / \ / \ / \ + // / \ / \ / \ / \ + // . . . . . + + // Find absolute `x` of point + x += iPoint * (waveWidth/2); + + // Find index of absolute wave + int absSlope = x / ((float)waveWidth/2); + + return (absSlope % 2); +} + +static int getSlope (int x, int iPoint, int waveWidth) +{ + // Sizes: Caps are half width of slopes + // 1_2 1_2 1_2 1_2 + // / \ / \ / \ / \ + // / \ / \ / \ / \ + // 0 3_0 3_0 3_0 3_ + // <2-> <1> <---6----> + + // Find type of first point + int firstType; + x -= (x / waveWidth) * waveWidth; + if (x < (waveWidth * (2.f/6.f))) + firstType = UNDERCURL_SLOPE_ASCENDING; + else if (x < (waveWidth * (3.f/6.f))) + firstType = UNDERCURL_SLOPE_TOP_CAP; + else if (x < (waveWidth * (5.f/6.f))) + firstType = UNDERCURL_SLOPE_DESCENDING; + else + firstType = UNDERCURL_SLOPE_BOTTOM_CAP; + + // Find type of given point + int pointType = (iPoint % 4); + pointType += firstType; + pointType %= 4; + + return pointType; +} + +void +xdrawglyphfontspecs(const XftGlyphFontSpec *specs, Glyph base, int len, int x, int y, int dmode) +{ + int charlen = len * ((base.mode & ATTR_WIDE) ? 2 : 1); + int winx = win.hborderpx + x * win.cw, winy = win.vborderpx + y * win.ch; + int width = charlen * win.cw; + Color *fg, *bg, *temp, revfg, revbg, truefg, truebg; + XRenderColor colfg, colbg; + + /* Fallback on color display for attributes not supported by the font */ + if (base.mode & ATTR_ITALIC && base.mode & ATTR_BOLD) { + if (dc.ibfont.badslant || dc.ibfont.badweight) + base.fg = defaultattr; + } else if ((base.mode & ATTR_ITALIC && dc.ifont.badslant) || + (base.mode & ATTR_BOLD && dc.bfont.badweight)) { + base.fg = defaultattr; + } + + if (IS_TRUECOL(base.fg)) { + colfg.alpha = 0xffff; + colfg.red = TRUERED(base.fg); + colfg.green = TRUEGREEN(base.fg); + colfg.blue = TRUEBLUE(base.fg); + XftColorAllocValue(xw.dpy, xw.vis, xw.cmap, &colfg, &truefg); + fg = &truefg; + } else { + fg = &dc.col[base.fg]; + } + + if (IS_TRUECOL(base.bg)) { + colbg.alpha = 0xffff; + colbg.green = TRUEGREEN(base.bg); + colbg.red = TRUERED(base.bg); + colbg.blue = TRUEBLUE(base.bg); + XftColorAllocValue(xw.dpy, xw.vis, xw.cmap, &colbg, &truebg); + bg = &truebg; + } else { + bg = &dc.col[base.bg]; + } + + + if (IS_SET(MODE_REVERSE)) { + if (fg == &dc.col[defaultfg]) { + fg = &dc.col[defaultbg]; + } else { + colfg.red = ~fg->color.red; + colfg.green = ~fg->color.green; + colfg.blue = ~fg->color.blue; + colfg.alpha = fg->color.alpha; + XftColorAllocValue(xw.dpy, xw.vis, xw.cmap, &colfg, + &revfg); + fg = &revfg; + } + + if (bg == &dc.col[defaultbg]) { + bg = &dc.col[defaultfg]; + } else { + colbg.red = ~bg->color.red; + colbg.green = ~bg->color.green; + colbg.blue = ~bg->color.blue; + colbg.alpha = bg->color.alpha; + XftColorAllocValue(xw.dpy, xw.vis, xw.cmap, &colbg, + &revbg); + bg = &revbg; + } + } + + if ((base.mode & ATTR_BOLD_FAINT) == ATTR_FAINT) { + colfg.red = fg->color.red / 2; + colfg.green = fg->color.green / 2; + colfg.blue = fg->color.blue / 2; + colfg.alpha = fg->color.alpha; + XftColorAllocValue(xw.dpy, xw.vis, xw.cmap, &colfg, &revfg); + fg = &revfg; + } + + if (base.mode & ATTR_REVERSE) { + if (bg == fg) { + bg = &dc.col[defaultfg]; + fg = &dc.col[defaultbg]; + } else { + temp = fg; + fg = bg; + bg = temp; + } + } + + if (base.mode & ATTR_BLINK && win.mode & MODE_BLINK) + fg = bg; + + if (base.mode & ATTR_INVISIBLE) + fg = bg; + + if (invertcolors) { + revfg = invertedcolor(fg); + revbg = invertedcolor(bg); + fg = &revfg; + bg = &revbg; + } + + + if (dmode & DRAW_BG) { + /* Intelligent cleaning up of the borders. */ + if (x == 0) { + xclear(0, (y == 0)? 0 : winy, win.vborderpx, + winy + win.ch + + ((winy + win.ch >= win.vborderpx + win.th)? win.h : 0)); + } + if (winx + width >= win.hborderpx + win.tw) { + xclear(winx + width, (y == 0)? 0 : winy, win.w, + ((winy + win.ch >= win.vborderpx + win.th)? win.h : (winy + win.ch))); + } + if (y == 0) + xclear(winx, 0, winx + width, win.hborderpx); + if (winy + win.ch >= win.vborderpx + win.th) + xclear(winx, winy + win.ch, winx + width, win.h); + + /* Clean up the region we want to draw to. */ + XftDrawRect(xw.draw, bg, winx, winy, width, win.ch); + } + + + if (dmode & DRAW_FG) { + if (base.mode & ATTR_BOXDRAW) { + drawboxes(winx, winy, width / len, win.ch, fg, bg, specs, len); + } else { + /* Render the glyphs. */ + XftDrawGlyphFontSpec(xw.draw, fg, specs, len); + } + + /* Render underline and strikethrough. */ + if (base.mode & ATTR_UNDERLINE) { + // Underline Color + const int widthThreshold = 28; // +1 width every widthThreshold px of font + int wlw = (win.ch / widthThreshold) + 1; // Wave Line Width + int linecolor; + if ((base.ucolor[0] >= 0) && + !(base.mode & ATTR_BLINK && win.mode & MODE_BLINK) && + !(base.mode & ATTR_INVISIBLE) + ) { + // Special color for underline + // Index + if (base.ucolor[1] < 0) { + linecolor = dc.col[base.ucolor[0]].pixel; + } + // RGB + else { + XColor lcolor; + lcolor.red = base.ucolor[0] * 257; + lcolor.green = base.ucolor[1] * 257; + lcolor.blue = base.ucolor[2] * 257; + lcolor.flags = DoRed | DoGreen | DoBlue; + XAllocColor(xw.dpy, xw.cmap, &lcolor); + linecolor = lcolor.pixel; + } + } else { + // Foreground color for underline + linecolor = fg->pixel; + } + + XGCValues ugcv = { + .foreground = linecolor, + .line_width = wlw, + .line_style = LineSolid, + .cap_style = CapNotLast + }; + + GC ugc = XCreateGC(xw.dpy, XftDrawDrawable(xw.draw), + GCForeground | GCLineWidth | GCLineStyle | GCCapStyle, + &ugcv); + + // Underline Style + if (base.ustyle != 3) { + //XftDrawRect(xw.draw, fg, winx, winy + dc.font.ascent + 1, width, 1); + XFillRectangle(xw.dpy, XftDrawDrawable(xw.draw), ugc, winx, + winy + dc.font.ascent + 1, width, wlw); + } else if (base.ustyle == 3) { + int ww = win.cw;//width; + int wh = dc.font.descent - wlw/2 - 1;//r.height/7; + int wx = winx; + int wy = winy + win.ch - dc.font.descent; + wy -= win.cyo; + +#if UNDERCURL_STYLE == UNDERCURL_CURLY + // Draw waves + int narcs = charlen * 2 + 1; + XArc *arcs = xmalloc(sizeof(XArc) * narcs); + + int i = 0; + for (i = 0; i < charlen-1; i++) { + arcs[i*2] = (XArc) { + .x = wx + win.cw * i + ww / 4, + .y = wy, + .width = win.cw / 2, + .height = wh, + .angle1 = 0, + .angle2 = 180 * 64 + }; + arcs[i*2+1] = (XArc) { + .x = wx + win.cw * i + ww * 0.75, + .y = wy, + .width = win.cw/2, + .height = wh, + .angle1 = 180 * 64, + .angle2 = 180 * 64 + }; + } + // Last wave + arcs[i*2] = (XArc) {wx + ww * i + ww / 4, wy, ww / 2, wh, + 0, 180 * 64 }; + // Last wave tail + arcs[i*2+1] = (XArc) {wx + ww * i + ww * 0.75, wy, ceil(ww / 2.), + wh, 180 * 64, 90 * 64}; + // First wave tail + i++; + arcs[i*2] = (XArc) {wx - ww/4 - 1, wy, ceil(ww / 2.), wh, 270 * 64, + 90 * 64 }; + + XDrawArcs(xw.dpy, XftDrawDrawable(xw.draw), ugc, arcs, narcs); + + free(arcs); +#elif UNDERCURL_STYLE == UNDERCURL_SPIKY + // Make the underline corridor larger + /* + wy -= wh; + */ + wh *= 2; + + // Set the angle of the slope to 45° + ww = wh; + + // Position of wave is independent of word, it's absolute + wx = (wx / (ww/2)) * (ww/2); + + int marginStart = winx - wx; + + // Calculate number of points with floating precision + float n = width; // Width of word in pixels + n = (n / ww) * 2; // Number of slopes (/ or \) + n += 2; // Add two last points + int npoints = n; // Convert to int + + // Total length of underline + float waveLength = 0; + + if (npoints >= 3) { + // We add an aditional slot in case we use a bonus point + XPoint *points = xmalloc(sizeof(XPoint) * (npoints + 1)); + + // First point (Starts with the word bounds) + points[0] = (XPoint) { + .x = wx + marginStart, + .y = (isSlopeRising(wx, 0, ww)) + ? (wy - marginStart + ww/2.f) + : (wy + marginStart) + }; + + // Second point (Goes back to the absolute point coordinates) + points[1] = (XPoint) { + .x = (ww/2.f) - marginStart, + .y = (isSlopeRising(wx, 1, ww)) + ? (ww/2.f - marginStart) + : (-ww/2.f + marginStart) + }; + waveLength += (ww/2.f) - marginStart; + + // The rest of the points + for (int i = 2; i < npoints-1; i++) { + points[i] = (XPoint) { + .x = ww/2, + .y = (isSlopeRising(wx, i, ww)) + ? wh/2 + : -wh/2 + }; + waveLength += ww/2; + } + + // Last point + points[npoints-1] = (XPoint) { + .x = ww/2, + .y = (isSlopeRising(wx, npoints-1, ww)) + ? wh/2 + : -wh/2 + }; + waveLength += ww/2; + + // End + if (waveLength < width) { // Add a bonus point? + int marginEnd = width - waveLength; + points[npoints] = (XPoint) { + .x = marginEnd, + .y = (isSlopeRising(wx, npoints, ww)) + ? (marginEnd) + : (-marginEnd) + }; + + npoints++; + } else if (waveLength > width) { // Is last point too far? + int marginEnd = waveLength - width; + points[npoints-1].x -= marginEnd; + if (isSlopeRising(wx, npoints-1, ww)) + points[npoints-1].y -= (marginEnd); + else + points[npoints-1].y += (marginEnd); + } + + // Draw the lines + XDrawLines(xw.dpy, XftDrawDrawable(xw.draw), ugc, points, npoints, + CoordModePrevious); + + // Draw a second underline with an offset of 1 pixel + if ( ((win.ch / (widthThreshold/2)) % 2)) { + points[0].x++; + + XDrawLines(xw.dpy, XftDrawDrawable(xw.draw), ugc, points, + npoints, CoordModePrevious); + } + + // Free resources + free(points); + } +#else // UNDERCURL_CAPPED + // Cap is half of wave width + float capRatio = 0.5f; + + // Make the underline corridor larger + wh *= 2; + + // Set the angle of the slope to 45° + ww = wh; + ww *= 1 + capRatio; // Add a bit of width for the cap + + // Position of wave is independent of word, it's absolute + wx = (wx / ww) * ww; + + float marginStart; + switch(getSlope(winx, 0, ww)) { + case UNDERCURL_SLOPE_ASCENDING: + marginStart = winx - wx; + break; + case UNDERCURL_SLOPE_TOP_CAP: + marginStart = winx - (wx + (ww * (2.f/6.f))); + break; + case UNDERCURL_SLOPE_DESCENDING: + marginStart = winx - (wx + (ww * (3.f/6.f))); + break; + case UNDERCURL_SLOPE_BOTTOM_CAP: + marginStart = winx - (wx + (ww * (5.f/6.f))); + break; + } + + // Calculate number of points with floating precision + float n = width; // Width of word in pixels + // ._. + n = (n / ww) * 4; // Number of points (./ \.) + n += 2; // Add two last points + int npoints = n; // Convert to int + + // Position of the pen to draw the lines + float penX = 0; + float penY = 0; + + if (npoints >= 3) { + XPoint *points = xmalloc(sizeof(XPoint) * (npoints + 1)); + + // First point (Starts with the word bounds) + penX = winx; + switch (getSlope(winx, 0, ww)) { + case UNDERCURL_SLOPE_ASCENDING: + penY = wy + wh/2.f - marginStart; + break; + case UNDERCURL_SLOPE_TOP_CAP: + penY = wy; + break; + case UNDERCURL_SLOPE_DESCENDING: + penY = wy + marginStart; + break; + case UNDERCURL_SLOPE_BOTTOM_CAP: + penY = wy + wh/2.f; + break; + } + points[0].x = penX; + points[0].y = penY; + + // Second point (Goes back to the absolute point coordinates) + switch (getSlope(winx, 1, ww)) { + case UNDERCURL_SLOPE_ASCENDING: + penX += ww * (1.f/6.f) - marginStart; + penY += 0; + break; + case UNDERCURL_SLOPE_TOP_CAP: + penX += ww * (2.f/6.f) - marginStart; + penY += -wh/2.f + marginStart; + break; + case UNDERCURL_SLOPE_DESCENDING: + penX += ww * (1.f/6.f) - marginStart; + penY += 0; + break; + case UNDERCURL_SLOPE_BOTTOM_CAP: + penX += ww * (2.f/6.f) - marginStart; + penY += -marginStart + wh/2.f; + break; + } + points[1].x = penX; + points[1].y = penY; + + // The rest of the points + for (int i = 2; i < npoints; i++) { + switch (getSlope(winx, i, ww)) { + case UNDERCURL_SLOPE_ASCENDING: + case UNDERCURL_SLOPE_DESCENDING: + penX += ww * (1.f/6.f); + penY += 0; + break; + case UNDERCURL_SLOPE_TOP_CAP: + penX += ww * (2.f/6.f); + penY += -wh / 2.f; + break; + case UNDERCURL_SLOPE_BOTTOM_CAP: + penX += ww * (2.f/6.f); + penY += wh / 2.f; + break; + } + points[i].x = penX; + points[i].y = penY; + } + + // End + float waveLength = penX - winx; + if (waveLength < width) { // Add a bonus point? + int marginEnd = width - waveLength; + penX += marginEnd; + switch(getSlope(winx, npoints, ww)) { + case UNDERCURL_SLOPE_ASCENDING: + case UNDERCURL_SLOPE_DESCENDING: + //penY += 0; + break; + case UNDERCURL_SLOPE_TOP_CAP: + penY += -marginEnd; + break; + case UNDERCURL_SLOPE_BOTTOM_CAP: + penY += marginEnd; + break; + } + + points[npoints].x = penX; + points[npoints].y = penY; + + npoints++; + } else if (waveLength > width) { // Is last point too far? + int marginEnd = waveLength - width; + points[npoints-1].x -= marginEnd; + switch(getSlope(winx, npoints-1, ww)) { + case UNDERCURL_SLOPE_TOP_CAP: + points[npoints-1].y += marginEnd; + break; + case UNDERCURL_SLOPE_BOTTOM_CAP: + points[npoints-1].y -= marginEnd; + break; + default: + break; + } + } + + // Draw the lines + XDrawLines(xw.dpy, XftDrawDrawable(xw.draw), ugc, points, npoints, + CoordModeOrigin); + + // Draw a second underline with an offset of 1 pixel + if ( ((win.ch / (widthThreshold/2)) % 2)) { + for (int i = 0; i < npoints; i++) + points[i].x++; + + XDrawLines(xw.dpy, XftDrawDrawable(xw.draw), ugc, points, + npoints, CoordModeOrigin); + } + + // Free resources + free(points); + } +#endif + } + + XFreeGC(xw.dpy, ugc); + } + + if (base.mode & ATTR_STRUCK) { + XftDrawRect(xw.draw, fg, winx, winy + win.cyo + 2 * dc.font.ascent / 3, + width, 1); + } + } + +} + +void +xdrawglyph(Glyph g, int x, int y) +{ + int numspecs; + XftGlyphFontSpec spec; + + numspecs = xmakeglyphfontspecs(&spec, &g, 1, x, y); + xdrawglyphfontspecs(&spec, g, numspecs, x, y, DRAW_BG | DRAW_FG); +} + +void +xdrawcursor(int cx, int cy, Glyph g, int ox, int oy, Glyph og, Line line, int len) +{ + Color drawcol; + XRenderColor colbg; + + /* remove the old cursor */ + if (selected(ox, oy)) + og.mode ^= ATTR_REVERSE; + /* Redraw the line where cursor was previously. + * It will restore the ligatures broken by the cursor. */ + xdrawline(line, 0, oy, len); + + if (IS_SET(MODE_HIDE) || !IS_SET(MODE_FOCUSED)) + return; + + /* + * Select the right color for the right mode. + */ + g.mode &= ATTR_BOLD|ATTR_ITALIC|ATTR_UNDERLINE|ATTR_STRUCK|ATTR_WIDE|ATTR_BOXDRAW; + + if (IS_SET(MODE_REVERSE)) { + g.mode |= ATTR_REVERSE; + g.bg = defaultfg; + if (selected(cx, cy)) { + drawcol = dc.col[defaultcs]; + g.fg = defaultrcs; + } else { + drawcol = dc.col[defaultrcs]; + g.fg = defaultcs; + } + } else { + if (selected(cx, cy)) { + g.fg = defaultfg; + g.bg = defaultrcs; + } + else if (!(og.mode & ATTR_REVERSE)) { + unsigned int tmpcol = g.bg; + g.bg = g.fg; + g.fg = tmpcol; + } + + if (IS_TRUECOL(g.bg)) { + colbg.alpha = 0xffff; + colbg.red = TRUERED(g.bg); + colbg.green = TRUEGREEN(g.bg); + colbg.blue = TRUEBLUE(g.bg); + XftColorAllocValue(xw.dpy, xw.vis, xw.cmap, &colbg, &drawcol); + } else + drawcol = dc.col[g.bg]; + } + + /* draw the new one */ + if (IS_SET(MODE_FOCUSED)) { + switch (win.cursor) { + case 0: /* Blinking block */ + case 1: /* Blinking block (default) */ + if (IS_SET(MODE_BLINK)) + break; + /* FALLTHROUGH */ + case 2: /* Steady block */ + xdrawglyph(g, cx, cy); + break; + case 3: /* Blinking underline */ + if (IS_SET(MODE_BLINK)) + break; + /* FALLTHROUGH */ + case 4: /* Steady underline */ + XftDrawRect(xw.draw, &drawcol, + win.hborderpx + cx * win.cw, + win.vborderpx + (cy + 1) * win.ch - \ + cursorthickness, + win.cw, cursorthickness); + break; + case 5: /* Blinking bar */ + if (IS_SET(MODE_BLINK)) + break; + /* FALLTHROUGH */ + case 6: /* Steady bar */ + XftDrawRect(xw.draw, &drawcol, + win.hborderpx + cx * win.cw, + win.vborderpx + cy * win.ch, + cursorthickness, win.ch); + break; + case 7: /* Blinking st cursor */ + if (IS_SET(MODE_BLINK)) + break; + /* FALLTHROUGH */ + case 8: /* Steady st cursor */ + g.u = stcursor; + xdrawglyph(g, cx, cy); + break; + } + } else { + XftDrawRect(xw.draw, &drawcol, + win.hborderpx + cx * win.cw, + win.vborderpx + cy * win.ch, + win.cw - 1, 1); + XftDrawRect(xw.draw, &drawcol, + win.hborderpx + cx * win.cw, + win.vborderpx + cy * win.ch, + 1, win.ch - 1); + XftDrawRect(xw.draw, &drawcol, + win.hborderpx + (cx + 1) * win.cw - 1, + win.vborderpx + cy * win.ch, + 1, win.ch - 1); + XftDrawRect(xw.draw, &drawcol, + win.hborderpx + cx * win.cw, + win.vborderpx + (cy + 1) * win.ch - 1, + win.cw, 1); + } +} + +void +xsetenv(void) +{ + char buf[sizeof(long) * 8 + 1]; + + snprintf(buf, sizeof(buf), "%lu", xw.win); + setenv("WINDOWID", buf, 1); +} + +void +xseticontitle(char *p) +{ + XTextProperty prop; + DEFAULT(p, opt_title); + + if (Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle, + &prop) != Success) + return; + XSetWMIconName(xw.dpy, xw.win, &prop); + XSetTextProperty(xw.dpy, xw.win, &prop, xw.netwmiconname); + XFree(prop.value); +} + +void +xsettitle(char *p, int pop) +{ + XTextProperty prop; + + free(titlestack[tstki]); + if (pop) { + titlestack[tstki] = NULL; + tstki = (tstki - 1 + TITLESTACKSIZE) % TITLESTACKSIZE; + p = titlestack[tstki] ? titlestack[tstki] : opt_title; + } else if (p) { + titlestack[tstki] = xstrdup(p); + } else { + titlestack[tstki] = NULL; + p = opt_title; + } + + if (Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle, + &prop) != Success) + return; + XSetWMName(xw.dpy, xw.win, &prop); + XSetTextProperty(xw.dpy, xw.win, &prop, xw.netwmname); + XFree(prop.value); +} + +void +xpushtitle(void) +{ + int tstkin = (tstki + 1) % TITLESTACKSIZE; + + free(titlestack[tstkin]); + titlestack[tstkin] = titlestack[tstki] ? xstrdup(titlestack[tstki]) : NULL; + tstki = tstkin; +} + +void +xfreetitlestack(void) +{ + for (int i = 0; i < LEN(titlestack); i++) { + free(titlestack[i]); + titlestack[i] = NULL; + } +} + +int +xstartdraw(void) +{ + if (IS_SET(MODE_VISIBLE)) + XCopyArea(xw.dpy, xw.win, xw.buf, dc.gc, 0, 0, win.w, win.h, 0, 0); + return IS_SET(MODE_VISIBLE); +} + +void +xdrawline(Line line, int x1, int y1, int x2) +{ + int i, x, ox, numspecs; + int numspecs_cached; + Glyph base, new; + XftGlyphFontSpec *specs; + + numspecs_cached = xmakeglyphfontspecs(xw.specbuf, &line[x1], x2 - x1, x1, y1); + + /* Draw line in 2 passes: background and foreground. This way wide glyphs + won't get truncated (#223) */ + for (int dmode = DRAW_BG; dmode <= DRAW_FG; dmode <<= 1) { + specs = xw.specbuf; + numspecs = numspecs_cached; + i = ox = 0; + for (x = x1; x < x2 && i < numspecs; x++) { + new = line[x]; + if (new.mode == ATTR_WDUMMY) + continue; + if (selected(x, y1)) + new.mode ^= ATTR_REVERSE; + if (i > 0 && ATTRCMP(base, new)) { + xdrawglyphfontspecs(specs, base, i, ox, y1, dmode); + specs += i; + numspecs -= i; + i = 0; + } + if (i == 0) { + ox = x; + base = new; + } + i++; + } + if (i > 0) + xdrawglyphfontspecs(specs, base, i, ox, y1, dmode); + } +} + +void +xfinishdraw(void) +{ + ImageList *im; + int x, y; + int n = 0; + int nlimit = 256; + XRectangle *rects = NULL; + XGCValues gcvalues; + GC gc; + + XCopyArea(xw.dpy, xw.buf, xw.win, dc.gc, 0, 0, win.w, + win.h, 0, 0); + XSetForeground(xw.dpy, dc.gc, + dc.col[IS_SET(MODE_REVERSE)? + defaultfg : defaultbg].pixel); + + for (im = term.images; im; im = im->next) { + if (term.images == NULL) { + /* last image was deleted, bail out */ + break; + } + + if (im->should_delete) { + delete_image(im); + + /* prevent the next iteration from accessing an invalid image pointer */ + im = term.images; + if (im == NULL) { + break; + } else { + continue; + } + } + + if (!im->pixmap) { + im->pixmap = (void *)XCreatePixmap(xw.dpy, xw.win, im->width, im->height, + xw.depth + ); + XImage ximage = { + .format = ZPixmap, + .data = (char *)im->pixels, + .width = im->width, + .height = im->height, + .xoffset = 0, + .byte_order = LSBFirst, + .bitmap_bit_order = MSBFirst, + .bits_per_pixel = 32, + .bytes_per_line = im->width * 4, + .bitmap_unit = 32, + .bitmap_pad = 32, + .depth = xw.depth + }; + XPutImage(xw.dpy, (Drawable)im->pixmap, dc.gc, &ximage, 0, 0, 0, 0, im->width, im->height); + free(im->pixels); + im->pixels = NULL; + } + + n = 0; + memset(&gcvalues, 0, sizeof(gcvalues)); + gc = XCreateGC(xw.dpy, xw.win, 0, &gcvalues); + + XCopyArea(xw.dpy, (Drawable)im->pixmap, xw.buf, gc, 0, 0, im->width, im->height, borderpx + im->x * win.cw, borderpx + im->y * win.ch); + XFreeGC(xw.dpy, gc); + + } + + free(rects); + drawregion(0, 0, term.col, term.row); +} + +void +xximspot(int x, int y) +{ + if (xw.ime.xic == NULL) + return; + + xw.ime.spot.x = borderpx + x * win.cw; + xw.ime.spot.y = borderpx + (y + 1) * win.ch; + + XSetICValues(xw.ime.xic, XNPreeditAttributes, xw.ime.spotlist, NULL); +} + +void +expose(XEvent *ev) +{ + redraw(); +} + +void +visibility(XEvent *ev) +{ + XVisibilityEvent *e = &ev->xvisibility; + + MODBIT(win.mode, e->state != VisibilityFullyObscured, MODE_VISIBLE); +} + +void +unmap(XEvent *ev) +{ + win.mode &= ~MODE_VISIBLE; +} + +void +xsetpointermotion(int set) +{ + if (!set && !xw.pointerisvisible) + return; + MODBIT(xw.attrs.event_mask, set, PointerMotionMask); + XChangeWindowAttributes(xw.dpy, xw.win, CWEventMask, &xw.attrs); +} + +void +xsetmode(int set, unsigned int flags) +{ + int mode = win.mode; + MODBIT(win.mode, set, flags); + if ((flags & MODE_MOUSE) + && xw.pointerisvisible + ) { + if (win.mode & MODE_MOUSE) + XUndefineCursor(xw.dpy, xw.win); + else + XDefineCursor(xw.dpy, xw.win, cursor); + } + if ((win.mode & MODE_REVERSE) != (mode & MODE_REVERSE)) + redraw(); +} + +int +xsetcursor(int cursor) +{ + if (!BETWEEN(cursor, 0, 8)) /* 7-8: st extensions */ + return 1; + win.cursor = (cursor ? cursor : cursorstyle); + cursorblinks = win.cursor == 0 || win.cursor == 1 || + win.cursor == 3 || win.cursor == 5 || + win.cursor == 7; + return 0; +} + +void +xseturgency(int add) +{ + XWMHints *h = XGetWMHints(xw.dpy, xw.win); + + MODBIT(h->flags, add, XUrgencyHint); + XSetWMHints(xw.dpy, xw.win, h); + XFree(h); +} + +void +xbell(void) +{ + if (!(IS_SET(MODE_FOCUSED))) + xseturgency(1); + if (bellvolume) + XkbBell(xw.dpy, xw.win, bellvolume, (Atom)NULL); +} + +void +focus(XEvent *ev) +{ + XFocusChangeEvent *e = &ev->xfocus; + + + if (e->mode == NotifyGrab) + return; + + if (ev->type == FocusIn) { + if (xw.ime.xic) + XSetICFocus(xw.ime.xic); + win.mode |= MODE_FOCUSED; + xseturgency(0); + if (IS_SET(MODE_FOCUS)) + ttywrite("\033[I", 3, 0); + } else { + if (xw.ime.xic) + XUnsetICFocus(xw.ime.xic); + win.mode &= ~MODE_FOCUSED; + if (IS_SET(MODE_FOCUS)) + ttywrite("\033[O", 3, 0); + } +} + +int +match(uint mask, uint state) +{ + return mask == XK_ANY_MOD || mask == (state & ~ignoremod); +} + +char* +kmap(KeySym k, uint state) +{ + Key *kp; + int i; + + /* Check for mapped keys out of X11 function keys. */ + for (i = 0; i < LEN(mappedkeys); i++) { + if (mappedkeys[i] == k) + break; + } + if (i == LEN(mappedkeys)) { + if ((k & 0xFFFF) < 0xFD00) + return NULL; + } + + for (kp = key; kp < key + LEN(key); kp++) { + if (kp->k != k) + continue; + + if (!match(kp->mask, state)) + continue; + + if (IS_SET(MODE_APPKEYPAD) ? kp->appkey < 0 : kp->appkey > 0) + continue; + if (IS_SET(MODE_NUMLOCK) && kp->appkey == 2) + continue; + + if (IS_SET(MODE_APPCURSOR) ? kp->appcursor < 0 : kp->appcursor > 0) + continue; + + return kp->s; + } + + return NULL; +} + +void +kpress(XEvent *ev) +{ + XKeyEvent *e = &ev->xkey; + KeySym ksym; + char buf[64], *customkey; + int len; + Rune c; + Status status; + Shortcut *bp; + + if (xw.pointerisvisible) { + XDefineCursor(xw.dpy, xw.win, xw.bpointer); + xsetpointermotion(1); + xw.pointerisvisible = 0; + } + + if (IS_SET(MODE_KBDLOCK)) + return; + + if (xw.ime.xic) + len = XmbLookupString(xw.ime.xic, e, buf, sizeof buf, &ksym, &status); + else + len = XLookupString(e, buf, sizeof buf, &ksym, NULL); + + /* 1. shortcuts */ + for (bp = shortcuts; bp < shortcuts + LEN(shortcuts); bp++) { + if (ksym == bp->keysym && match(bp->mod, e->state)) { + bp->func(&(bp->arg)); + return; + } + } + + /* 2. custom keys from config.h */ + if ((customkey = kmap(ksym, e->state))) { + ttywrite(customkey, strlen(customkey), 1); + return; + } + + /* 3. composed string from input method */ + if (len == 0) + return; + if (len == 1 && e->state & Mod1Mask) { + if (IS_SET(MODE_8BIT)) { + if (*buf < 0177) { + c = *buf | 0x80; + len = utf8encode(c, buf); + } + } else { + buf[1] = buf[0]; + buf[0] = '\033'; + len = 2; + } + } + ttywrite(buf, len, 1); +} + + +void +cmessage(XEvent *e) +{ + /* + * See xembed specs + * http://standards.freedesktop.org/xembed-spec/xembed-spec-latest.html + */ + if (e->xclient.message_type == xw.xembed && e->xclient.format == 32) { + if (e->xclient.data.l[1] == XEMBED_FOCUS_IN) { + win.mode |= MODE_FOCUSED; + xseturgency(0); + } else if (e->xclient.data.l[1] == XEMBED_FOCUS_OUT) { + win.mode &= ~MODE_FOCUSED; + } + } else if (e->xclient.data.l[0] == xw.wmdeletewin) { + ttyhangup(); + exit(0); + } +} + +void +resize(XEvent *e) +{ + + if (e->xconfigure.width == win.w && e->xconfigure.height == win.h) + return; + + + cresize(e->xconfigure.width, e->xconfigure.height); +} + +void +run(void) +{ + XEvent ev; + int w = win.w, h = win.h; + fd_set rfd; + int xfd = XConnectionNumber(xw.dpy), ttyfd, xev, drawing; + struct timespec seltv, *tv, now, lastblink, trigger; + double timeout; + + /* Waiting for window mapping */ + do { + XNextEvent(xw.dpy, &ev); + /* + * This XFilterEvent call is required because of XOpenIM. It + * does filter out the key event and some client message for + * the input method too. + */ + if (XFilterEvent(&ev, None)) + continue; + if (ev.type == ConfigureNotify) { + w = ev.xconfigure.width; + h = ev.xconfigure.height; + } + } while (ev.type != MapNotify); + + ttyfd = ttynew(opt_line, shell, opt_io, opt_cmd); + cresize(w, h); + + for (timeout = -1, drawing = 0, lastblink = (struct timespec){0};;) { + FD_ZERO(&rfd); + FD_SET(ttyfd, &rfd); + FD_SET(xfd, &rfd); + + if (XPending(xw.dpy) || ttyread_pending()) + timeout = 0; /* existing events might not set xfd */ + + seltv.tv_sec = timeout / 1E3; + seltv.tv_nsec = 1E6 * (timeout - 1E3 * seltv.tv_sec); + tv = timeout >= 0 ? &seltv : NULL; + + if (pselect(MAX(xfd, ttyfd)+1, &rfd, NULL, NULL, tv, NULL) < 0) { + if (errno == EINTR) + continue; + die("select failed: %s\n", strerror(errno)); + } + clock_gettime(CLOCK_MONOTONIC, &now); + + int ttyin = FD_ISSET(ttyfd, &rfd) || ttyread_pending(); + if (ttyin) + ttyread(); + + xev = 0; + while (XPending(xw.dpy)) { + xev = 1; + XNextEvent(xw.dpy, &ev); + if (XFilterEvent(&ev, None)) + continue; + if (handler[ev.type]) + (handler[ev.type])(&ev); + } + + /* + * To reduce flicker and tearing, when new content or event + * triggers drawing, we first wait a bit to ensure we got + * everything, and if nothing new arrives - we draw. + * We start with trying to wait minlatency ms. If more content + * arrives sooner, we retry with shorter and shorter periods, + * and eventually draw even without idle after maxlatency ms. + * Typically this results in low latency while interacting, + * maximum latency intervals during `cat huge.txt`, and perfect + * sync with periodic updates from animations/key-repeats/etc. + */ + if (ttyin || xev) + { + if (!drawing) { + trigger = now; + if (IS_SET(MODE_BLINK)) { + win.mode ^= MODE_BLINK; + } + lastblink = now; + drawing = 1; + } + timeout = (maxlatency - TIMEDIFF(now, trigger)) \ + / maxlatency * minlatency; + if (timeout > 0) + continue; /* we have time, try to find idle */ + } + + if (tinsync(su_timeout)) { + /* + * on synchronized-update draw-suspension: don't reset + * drawing so that we draw ASAP once we can (just after + * ESU). it won't be too soon because we already can + * draw now but we skip. we set timeout > 0 to draw on + * SU-timeout even without new content. + */ + timeout = minlatency; + continue; + } + + /* idle detected or maxlatency exhausted -> draw */ + timeout = -1; + if (blinktimeout && (cursorblinks || tattrset(ATTR_BLINK))) + { + timeout = blinktimeout - TIMEDIFF(now, lastblink); + if (timeout <= 0) { + if (-timeout > blinktimeout) /* start visible */ + win.mode |= MODE_BLINK; + win.mode ^= MODE_BLINK; + tsetdirtattr(ATTR_BLINK); + lastblink = now; + timeout = blinktimeout; + } + } + + /* Refresh before drawing */ + cresize(0, 0); + redraw(); + xhints(); + + draw(); + XFlush(xw.dpy); + drawing = 0; + } +} + +void +usage(void) +{ + die("usage: %s [-aiv] [-c class]" + " [-f font] [-g geometry]" + " [-n name] [-o file]\n" + " [-T title] [-t title] [-w windowid]" + " [[-e] command [args ...]]\n" + " %s [-aiv] [-c class]" + " [-f font] [-g geometry]" + " [-n name] [-o file]\n" + " [-T title] [-t title] [-w windowid] -l line" + " [stty_args ...]\n", argv0, argv0); +} + +int +main(int argc, char *argv[]) +{ + xw.l = xw.t = 0; + xw.isfixed = False; + xsetcursor(cursorstyle); + + ARGBEGIN { + case 'a': + allowaltscreen = 0; + break; + case 'A': + opt_alpha = EARGF(usage()); + break; + case 'c': + opt_class = EARGF(usage()); + break; + case 'e': + if (argc > 0) + --argc, ++argv; + goto run; + case 'f': + opt_font = EARGF(usage()); + break; + case 'g': + xw.gm = XParseGeometry(EARGF(usage()), + &xw.l, &xw.t, &cols, &rows); + break; + case 'i': + xw.isfixed = 1; + break; + case 'o': + opt_io = EARGF(usage()); + break; + case 'l': + opt_line = EARGF(usage()); + break; + case 'n': + opt_name = EARGF(usage()); + break; + case 't': + case 'T': + opt_title = EARGF(usage()); + break; + case 'w': + opt_embed = EARGF(usage()); + break; + case 'v': + die("%s " VERSION "\n", argv0); + break; + default: + usage(); + } ARGEND; + +run: + if (argc > 0) /* eat all remaining arguments */ + opt_cmd = argv; + + if (!opt_title) + opt_title = (opt_line || !opt_cmd) ? "st" : opt_cmd[0]; + + setlocale(LC_CTYPE, ""); + XSetLocaleModifiers(""); + reload_config(-1); + cols = MAX(cols, 1); + rows = MAX(rows, 1); + tnew(cols, rows); + xinit(cols, rows); + xsetenv(); + selinit(); + run(); + + return 0; +} diff --git a/suckless/tabbed/LICENSE b/suckless/tabbed/LICENSE new file mode 100644 index 0000000..d8e9678 --- /dev/null +++ b/suckless/tabbed/LICENSE @@ -0,0 +1,23 @@ +MIT/X Consortium License + +© 2009-2011 Enno Boland <g s01 de> +© 2011,2015 Connor Lane Smith <cls@lubutu.com> +© 2012-2015 Christoph Lohmann <20h@r-36.net> + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/suckless/tabbed/Makefile b/suckless/tabbed/Makefile new file mode 100644 index 0000000..c74f528 --- /dev/null +++ b/suckless/tabbed/Makefile @@ -0,0 +1,66 @@ +# tabbed - tabbing interface +# See LICENSE file for copyright and license details. + +include config.mk + +SRC = tabbed.c xembed.c +OBJ = ${SRC:.c=.o} +BIN = ${OBJ:.o=} + +all: options ${BIN} + +options: + @echo tabbed build options: + @echo "CFLAGS = ${CFLAGS}" + @echo "LDFLAGS = ${LDFLAGS}" + @echo "CC = ${CC}" + +.c.o: + @echo CC $< + @${CC} -c ${CFLAGS} $< + +${OBJ}: config.h config.mk + +config.h: + @echo creating $@ from config.def.h + @cp config.def.h $@ + + +.o: + @echo CC -o $@ + @${CC} -o $@ $< ${LDFLAGS} + +clean: + @echo cleaning + @rm -f ${BIN} ${OBJ} tabbed-${VERSION}.tar.gz + +dist: clean + @echo creating dist tarball + @mkdir -p tabbed-${VERSION} + @cp -R LICENSE Makefile README config.def.h config.mk \ + tabbed.1 arg.h ${SRC} tabbed-${VERSION} + @tar -cf tabbed-${VERSION}.tar tabbed-${VERSION} + @gzip tabbed-${VERSION}.tar + @rm -rf tabbed-${VERSION} + +install: all + @echo installing executable files to ${DESTDIR}${PREFIX}/bin + @mkdir -p "${DESTDIR}${PREFIX}/bin" + @cp -f ${BIN} "${DESTDIR}${PREFIX}/bin" + @chmod 755 "${DESTDIR}${PREFIX}/bin/tabbed" + @echo installing manual pages to ${DESTDIR}${MANPREFIX}/man1 + @mkdir -p "${DESTDIR}${MANPREFIX}/man1" + @sed "s/VERSION/${VERSION}/g" < tabbed.1 > "${DESTDIR}${MANPREFIX}/man1/tabbed.1" + @chmod 644 "${DESTDIR}${MANPREFIX}/man1/tabbed.1" + @sed "s/VERSION/${VERSION}/g" < xembed.1 > "${DESTDIR}${MANPREFIX}/man1/xembed.1" + @chmod 644 "${DESTDIR}${MANPREFIX}/man1/xembed.1" + +uninstall: + @echo removing executable files from ${DESTDIR}${PREFIX}/bin + @rm -f "${DESTDIR}${PREFIX}/bin/tabbed" + @rm -f "${DESTDIR}${PREFIX}/bin/xembed" + @echo removing manual pages from ${DESTDIR}${MANPREFIX}/man1 + @rm -f "${DESTDIR}${MANPREFIX}/man1/tabbed.1" + @rm -f "${DESTDIR}${MANPREFIX}/man1/xembed.1" + +.PHONY: all options clean dist install uninstall diff --git a/suckless/tabbed/README b/suckless/tabbed/README new file mode 100644 index 0000000..4ed6bbe --- /dev/null +++ b/suckless/tabbed/README @@ -0,0 +1,22 @@ +tabbed - generic tabbed interface +================================= +tabbed is a simple tabbed X window container. + +Requirements +------------ +In order to build tabbed you need the Xlib header files. + +Installation +------------ +Edit config.mk to match your local setup (tabbed is installed into +the /usr/local namespace by default). + +Afterwards enter the following command to build and install tabbed +(if necessary as root): + + make clean install + +Running tabbed +-------------- +See the man page for details. + diff --git a/suckless/tabbed/TODO b/suckless/tabbed/TODO new file mode 100644 index 0000000..8e1986d --- /dev/null +++ b/suckless/tabbed/TODO @@ -0,0 +1,4 @@ +# TODO +* add some way to detach windows +* add some way to attach windows + diff --git a/suckless/tabbed/arg.h b/suckless/tabbed/arg.h new file mode 100644 index 0000000..ba3fb3f --- /dev/null +++ b/suckless/tabbed/arg.h @@ -0,0 +1,48 @@ +/* + * Copy me if you can. + * by 20h + */ + +#ifndef ARG_H__ +#define ARG_H__ + +extern char *argv0; + +/* use main(int argc, char *argv[]) */ +#define ARGBEGIN for (argv0 = *argv, argv++, argc--;\ + argv[0] && argv[0][0] == '-'\ + && argv[0][1];\ + argc--, argv++) {\ + char argc_;\ + char **argv_;\ + int brk_;\ + if (argv[0][1] == '-' && argv[0][2] == '\0') {\ + argv++;\ + argc--;\ + break;\ + }\ + for (brk_ = 0, argv[0]++, argv_ = argv;\ + argv[0][0] && !brk_;\ + argv[0]++) {\ + if (argv_ != argv)\ + break;\ + argc_ = argv[0][0];\ + switch (argc_) +#define ARGEND }\ + } + +#define ARGC() argc_ + +#define EARGF(x) ((argv[0][1] == '\0' && argv[1] == NULL)?\ + ((x), abort(), (char *)0) :\ + (brk_ = 1, (argv[0][1] != '\0')?\ + (&argv[0][1]) :\ + (argc--, argv++, argv[0]))) + +#define ARGF() ((argv[0][1] == '\0' && argv[1] == NULL)?\ + (char *)0 :\ + (brk_ = 1, (argv[0][1] != '\0')?\ + (&argv[0][1]) :\ + (argc--, argv++, argv[0]))) + +#endif diff --git a/suckless/tabbed/config.def.h b/suckless/tabbed/config.def.h new file mode 100644 index 0000000..7a5f9ee --- /dev/null +++ b/suckless/tabbed/config.def.h @@ -0,0 +1,77 @@ +/* See LICENSE file for copyright and license details. */ + +/* appearance */ +static char font[] = "monospace:size=9"; +static char* normbgcolor = "#222222"; +static char* normfgcolor = "#cccccc"; +static char* selbgcolor = "#555555"; +static char* selfgcolor = "#ffffff"; +static char* urgbgcolor = "#111111"; +static char* urgfgcolor = "#cc0000"; +static const char before[] = "<"; +static const char after[] = ">"; +static const char titletrim[] = "..."; +static const int tabwidth = 200; +static const Bool foreground = True; +static Bool urgentswitch = False; + +static const int barheight = 0; /* 0 means derive by font (default), otherwise absolute height */ + +/* + * Where to place a new tab when it is opened. When npisrelative is True, + * then the current position is changed + newposition. If npisrelative + * is False, then newposition is an absolute position. + */ +static int newposition = 0; +static Bool npisrelative = False; + +#define SETPROP(p) { \ + .v = (char *[]){ "/bin/sh", "-c", \ + "prop=\"`xwininfo -children -id $1 | grep '^ 0x' |" \ + "sed -e's@^ *\\(0x[0-9a-f]*\\) \"\\([^\"]*\\)\".*@\\1 \\2@' |" \ + "xargs -0 printf %b | dmenu -l 10 -w $1`\" &&" \ + "xprop -id $1 -f $0 8s -set $0 \"$prop\"", \ + p, winid, NULL \ + } \ +} + +/* + * Xresources preferences to load at startup + */ +ResourcePref resources[] = { + { "font", STRING, &font }, + { "color0", STRING, &normbgcolor }, + { "color4", STRING, &normfgcolor }, + { "color4", STRING, &selbgcolor }, + { "color7", STRING, &selfgcolor }, + { "color2", STRING, &urgbgcolor }, + { "color3", STRING, &urgfgcolor }, +}; + +#define MODKEY ControlMask +static Key keys[] = { + /* modifier key function argument */ + { MODKEY|ShiftMask, 36, focusonce, { 0 } }, + { MODKEY|ShiftMask, 36, spawn, { 0 } }, + { MODKEY|ShiftMask, 46, rotate, { .i = +1 } }, + { MODKEY|ShiftMask, 43, rotate, { .i = -1 } }, + { MODKEY|ShiftMask, 44, movetab, { .i = -1 } }, + { MODKEY|ShiftMask, 45, movetab, { .i = +1 } }, + { MODKEY, 23, rotate, { .i = 0 } }, + { MODKEY, 49, spawn, SETPROP("_TABBED_SELECT_TAB") }, + { MODKEY, 10, move, { .i = 0 } }, + { MODKEY, 11, move, { .i = 1 } }, + { MODKEY, 12, move, { .i = 2 } }, + { MODKEY, 13, move, { .i = 3 } }, + { MODKEY, 14, move, { .i = 4 } }, + { MODKEY, 15, move, { .i = 5 } }, + { MODKEY, 16, move, { .i = 6 } }, + { MODKEY, 17, move, { .i = 7 } }, + { MODKEY, 18, move, { .i = 8 } }, + { MODKEY, 19, move, { .i = 9 } }, + { MODKEY, 24, killclient, { 0 } }, + { MODKEY, 30, focusurgent, { .v = NULL } }, + { MODKEY|ShiftMask, 30, toggle, { .v = (void*) &urgentswitch } }, + { 0, 95, fullscreen, { 0 } }, +}; + diff --git a/suckless/tabbed/config.h b/suckless/tabbed/config.h new file mode 100644 index 0000000..7a5f9ee --- /dev/null +++ b/suckless/tabbed/config.h @@ -0,0 +1,77 @@ +/* See LICENSE file for copyright and license details. */ + +/* appearance */ +static char font[] = "monospace:size=9"; +static char* normbgcolor = "#222222"; +static char* normfgcolor = "#cccccc"; +static char* selbgcolor = "#555555"; +static char* selfgcolor = "#ffffff"; +static char* urgbgcolor = "#111111"; +static char* urgfgcolor = "#cc0000"; +static const char before[] = "<"; +static const char after[] = ">"; +static const char titletrim[] = "..."; +static const int tabwidth = 200; +static const Bool foreground = True; +static Bool urgentswitch = False; + +static const int barheight = 0; /* 0 means derive by font (default), otherwise absolute height */ + +/* + * Where to place a new tab when it is opened. When npisrelative is True, + * then the current position is changed + newposition. If npisrelative + * is False, then newposition is an absolute position. + */ +static int newposition = 0; +static Bool npisrelative = False; + +#define SETPROP(p) { \ + .v = (char *[]){ "/bin/sh", "-c", \ + "prop=\"`xwininfo -children -id $1 | grep '^ 0x' |" \ + "sed -e's@^ *\\(0x[0-9a-f]*\\) \"\\([^\"]*\\)\".*@\\1 \\2@' |" \ + "xargs -0 printf %b | dmenu -l 10 -w $1`\" &&" \ + "xprop -id $1 -f $0 8s -set $0 \"$prop\"", \ + p, winid, NULL \ + } \ +} + +/* + * Xresources preferences to load at startup + */ +ResourcePref resources[] = { + { "font", STRING, &font }, + { "color0", STRING, &normbgcolor }, + { "color4", STRING, &normfgcolor }, + { "color4", STRING, &selbgcolor }, + { "color7", STRING, &selfgcolor }, + { "color2", STRING, &urgbgcolor }, + { "color3", STRING, &urgfgcolor }, +}; + +#define MODKEY ControlMask +static Key keys[] = { + /* modifier key function argument */ + { MODKEY|ShiftMask, 36, focusonce, { 0 } }, + { MODKEY|ShiftMask, 36, spawn, { 0 } }, + { MODKEY|ShiftMask, 46, rotate, { .i = +1 } }, + { MODKEY|ShiftMask, 43, rotate, { .i = -1 } }, + { MODKEY|ShiftMask, 44, movetab, { .i = -1 } }, + { MODKEY|ShiftMask, 45, movetab, { .i = +1 } }, + { MODKEY, 23, rotate, { .i = 0 } }, + { MODKEY, 49, spawn, SETPROP("_TABBED_SELECT_TAB") }, + { MODKEY, 10, move, { .i = 0 } }, + { MODKEY, 11, move, { .i = 1 } }, + { MODKEY, 12, move, { .i = 2 } }, + { MODKEY, 13, move, { .i = 3 } }, + { MODKEY, 14, move, { .i = 4 } }, + { MODKEY, 15, move, { .i = 5 } }, + { MODKEY, 16, move, { .i = 6 } }, + { MODKEY, 17, move, { .i = 7 } }, + { MODKEY, 18, move, { .i = 8 } }, + { MODKEY, 19, move, { .i = 9 } }, + { MODKEY, 24, killclient, { 0 } }, + { MODKEY, 30, focusurgent, { .v = NULL } }, + { MODKEY|ShiftMask, 30, toggle, { .v = (void*) &urgentswitch } }, + { 0, 95, fullscreen, { 0 } }, +}; + diff --git a/suckless/tabbed/config.mk b/suckless/tabbed/config.mk new file mode 100644 index 0000000..149b160 --- /dev/null +++ b/suckless/tabbed/config.mk @@ -0,0 +1,36 @@ +# tabbed version +VERSION = 0.6 + +# Customize below to fit your system + +# paths +PREFIX = /usr/local +MANPREFIX = ${PREFIX}/share/man + +X11INC = /usr/X11R6/include +X11LIB = /usr/X11R6/lib + +# freetype +FREETYPELIBS = -lfontconfig -lXft +FREETYPEINC = /usr/include/freetype2 +# OpenBSD (uncomment) +#FREETYPEINC = ${X11INC}/freetype2 + +# Uncomment this for the alpha patch / ALPHA_PATCH +XRENDER = -lXrender + +# includes and libs +INCS = -I. -I/usr/include -I$(X11INC) -I${FREETYPEINC} +LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${FREETYPELIBS} ${XRENDER} + +# flags +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} + +# Solaris +#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = ${LIBS} + +# compiler and linker +CC = cc diff --git a/suckless/tabbed/patch/hidebar.c b/suckless/tabbed/patch/hidebar.c new file mode 100644 index 0000000..a1cc405 --- /dev/null +++ b/suckless/tabbed/patch/hidebar.c @@ -0,0 +1,6 @@ +void +showbar(const Arg *arg) +{ + barvisibility = arg->i; + drawbar(); +} diff --git a/suckless/tabbed/patch/hidebar.h b/suckless/tabbed/patch/hidebar.h new file mode 100644 index 0000000..a88b62e --- /dev/null +++ b/suckless/tabbed/patch/hidebar.h @@ -0,0 +1 @@ +static void showbar(const Arg *arg); diff --git a/suckless/tabbed/patch/icon.c b/suckless/tabbed/patch/icon.c new file mode 100644 index 0000000..e4ee636 --- /dev/null +++ b/suckless/tabbed/patch/icon.c @@ -0,0 +1,41 @@ +static unsigned long icon[ICON_WIDTH * ICON_HEIGHT + 2]; + +void +xseticon(void) +{ + Atom ret_type; + XWMHints *wmh, *cwmh; + int ret_format; + unsigned long ret_nitems, ret_nleft; + long offset = 0L; + unsigned char *data; + + wmh = XGetWMHints(dpy, win); + wmh->flags &= ~(IconPixmapHint | IconMaskHint); + wmh->icon_pixmap = wmh->icon_mask = None; + + + if (XGetWindowProperty(dpy, clients[sel]->win, wmatom[WMIcon], offset, LONG_MAX, False, + XA_CARDINAL, &ret_type, &ret_format, &ret_nitems, + &ret_nleft, &data) == Success && + ret_type == XA_CARDINAL && ret_format == 32) + { + XChangeProperty(dpy, win, wmatom[WMIcon], XA_CARDINAL, 32, + PropModeReplace, data, ret_nitems); + } else if ((cwmh = XGetWMHints(dpy, clients[sel]->win)) && cwmh->flags & IconPixmapHint) { + XDeleteProperty(dpy, win, wmatom[WMIcon]); + wmh->flags |= IconPixmapHint; + wmh->icon_pixmap = cwmh->icon_pixmap; + if (cwmh->flags & IconMaskHint) { + wmh->flags |= IconMaskHint; + wmh->icon_mask = cwmh->icon_mask; + } + XFree(cwmh); + } else { + XChangeProperty(dpy, win, wmatom[WMIcon], XA_CARDINAL, 32, + PropModeReplace, (unsigned char *) icon, ICON_WIDTH * ICON_HEIGHT + 2); + } + XSetWMHints(dpy, win, wmh); + XFree(wmh); + XFree(data); +} diff --git a/suckless/tabbed/patch/icon.h b/suckless/tabbed/patch/icon.h new file mode 100644 index 0000000..1057cbc --- /dev/null +++ b/suckless/tabbed/patch/icon.h @@ -0,0 +1,43 @@ +/* GIMP RGBA C-Source image dump (icon.c) */ + +#define ICON_WIDTH (16) +#define ICON_HEIGHT (16) +#define ICON_BYTES_PER_PIXEL (4) /* 2:RGB16, 3:RGB, 4:RGBA */ +#define ICON_COMMENT \ + "GIMP -> Export -> C-Source -> Prefixed name = ICON, Use macros, Save alpha" +#define ICON_PIXEL_DATA ((unsigned char*) ICON_pixel_data) +static const unsigned char ICON_pixel_data[16 * 16 * 4 + 1] = + "\000\000\000\377\000\000\000\377\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\377\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\377\000\000" + "\000\377\000\000\000\000\000\000\000\000\000\000\000\377\000\000\000\377\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\377\000\000\000\377\000\000\000" + "\000\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000" + "\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377" + "\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000" + "\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377" + "\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000" + "\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377" + "\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000" + "\000\377\000\000\000\377\000\000\000\000\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\377\000\000" + "\000\377\000\000\000\000\000\000\000\000\000\000\000\377\000\000\000\377\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\377\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377" + "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\377\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\377" + "\000\000\000\377\000\000\000\000\000\000\000\000\000\000\000\377\000\000\000\377\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\377\000\000\000\377\000" + "\000\000\377\000\000\000\000\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377" + "\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000" + "\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377" + "\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000" + "\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377" + "\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000" + "\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\377\000\000\000\377\000\000\000\377\000\000\000\000\000\000\000\377\000\000\000\377\000\000\000\000\000\000\000\001\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\377\000" + "\000\000\377\000\000\000\000\000\000\000\000\000\000\000\377\000\000\000\377\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\377\000\000\000\000\000\000\000" + "\000\000\000\000\000\000\000\000\377\000\000\000\377"; + +static void xseticon(void); diff --git a/suckless/tabbed/patch/include.c b/suckless/tabbed/patch/include.c new file mode 100644 index 0000000..cf9df0e --- /dev/null +++ b/suckless/tabbed/patch/include.c @@ -0,0 +1,3 @@ +/* Patches */ +#include "icon.c" +#include "xresources.c" diff --git a/suckless/tabbed/patch/include.h b/suckless/tabbed/patch/include.h new file mode 100644 index 0000000..8fcdf20 --- /dev/null +++ b/suckless/tabbed/patch/include.h @@ -0,0 +1,3 @@ +/* Patches */ +#include "icon.h" +#include "xresources.h" diff --git a/suckless/tabbed/patch/xresources.c b/suckless/tabbed/patch/xresources.c new file mode 100644 index 0000000..199e355 --- /dev/null +++ b/suckless/tabbed/patch/xresources.c @@ -0,0 +1,50 @@ +void +config_init(void) +{ + char *resm; + XrmDatabase db; + ResourcePref *p; + + XrmInitialize(); + resm = XResourceManagerString(dpy); + if (!resm) + return; + + db = XrmGetStringDatabase(resm); + for (p = resources; p < resources + LENGTH(resources); p++) + resource_load(db, p->name, p->type, p->dst); +} + +int +resource_load(XrmDatabase db, char *name, enum resource_type rtype, void *dst) +{ + char **sdst = dst; + int *idst = dst; + float *fdst = dst; + + char fullname[256]; + char fullclass[256]; + char *type; + XrmValue ret; + + snprintf(fullname, sizeof(fullname), "%s.%s", "tabbed", name); + snprintf(fullclass, sizeof(fullclass), "%s.%s", "tabbed", name); + fullname[sizeof(fullname) - 1] = fullclass[sizeof(fullclass) - 1] = '\0'; + + XrmGetResource(db, fullname, fullclass, &type, &ret); + if (ret.addr == NULL || strncmp("String", type, 64)) + return 1; + + switch (rtype) { + case STRING: + *sdst = ret.addr; + break; + case INTEGER: + *idst = strtoul(ret.addr, NULL, 10); + break; + case FLOAT: + *fdst = strtof(ret.addr, NULL); + break; + } + return 0; +} diff --git a/suckless/tabbed/patch/xresources.h b/suckless/tabbed/patch/xresources.h new file mode 100644 index 0000000..8039bb9 --- /dev/null +++ b/suckless/tabbed/patch/xresources.h @@ -0,0 +1,17 @@ +#include <X11/Xresource.h> + +/* Xresources preferences */ +enum resource_type { + STRING = 0, + INTEGER = 1, + FLOAT = 2 +}; + +typedef struct { + char *name; + enum resource_type type; + void *dst; +} ResourcePref; + +static void config_init(void); +static int resource_load(XrmDatabase db, char *name, enum resource_type rtype, void *dst); diff --git a/suckless/tabbed/tabbed.1 b/suckless/tabbed/tabbed.1 new file mode 100644 index 0000000..07bdbd7 --- /dev/null +++ b/suckless/tabbed/tabbed.1 @@ -0,0 +1,171 @@ +.TH TABBED 1 tabbed\-VERSION +.SH NAME +tabbed \- generic tabbed interface +.SH SYNOPSIS +.B tabbed +.RB [ \-c ] +.RB [ \-d ] +.RB [ \-k ] +.RB [ \-s ] +.RB [ \-v ] +.RB [ \-g +.IR geometry ] +.RB [ \-n +.IR name ] +.RB [ \-p +.RB [ s {+/-} ] \fIpos\fR ] +.RB [ \-o +.IR normbgcol ] +.RB [ \-O +.IR normfgcol ] +.RB [ \-t +.IR selbgcol ] +.RB [ \-T +.IR selfgcol ] +.RB [ \-u +.IR urgbgcol ] +.RB [ \-U +.IR urgfgcol ] +.RB [ \-r +.IR narg ] +.RI [ "command ..." ] +.SH DESCRIPTION +.B tabbed +is a simple tabbed container for applications which support XEmbed. Tabbed +will then run the provided command with the xid of tabbed as appended +argument. (See EXAMPLES.) The automatic spawning of the command can be +disabled by providing the -s parameter. If no command is provided +tabbed will just print its xid and run no command. +.SH OPTIONS +.TP +.B \-c +close tabbed when the last tab is closed. Mutually exclusive with -f. +.TP +.B \-d +detaches tabbed from the terminal and prints its XID to stdout. +.TP +.B \-f +fill up tabbed again by spawning the provided command, when the last tab is +closed. Mutually exclusive with -c. +.TP +.BI \-g " geometry" +defines the X11 geometry string, which will fixate the height and width of +tabbed. +The syntax is +.RI [=][ width {xX} height ][{+-} xoffset {+-} yoffset ]. +See +.BR XParseGeometry (3) +for further details. +.TP +.B \-k +close foreground tabbed client (instead of tabbed and all clients) when +WM_DELETE_WINDOW is sent. +.TP +.BI \-n " name" +will set the WM_CLASS attribute to +.I name. +.TP +.BR \-p " [" s {+-}] \fIpos\fR +will set the absolute or relative position of where to start a new tab. When +.I pos +is is given without 's' in front it is an absolute position. Then negative +numbers will be the position from the last tab, where -1 is the last tab. +If 's' is given, then +.I pos +is a relative position to the current selected tab. If this reaches the limits +of the tabs; those limits then apply. +.TP +.BI \-r " narg" +will replace the +.I narg +th argument in +.I command +with the window id, rather than appending it to the end. +.TP +.B \-s +will disable automatic spawning of the command. +.TP +.BI \-o " normbgcol" +defines the normal background color. +.RI # RGB , +.RI # RRGGBB , +and X color names are supported. +.TP +.BI \-O " normfgcol" +defines the normal foreground color. +.TP +.BI \-t " selbgcol" +defines the selected background color. +.TP +.BI \-T " selfgbcol" +defines the selected foreground color. +.TP +.BI \-u " urgbgcol" +defines the urgent background color. +.TP +.BI \-U " urgfgbcol" +defines the urgent foreground color. +.TP +.B \-v +prints version information to stderr, then exits. +.SH USAGE +.TP +.B Ctrl\-Shift\-Return +open new tab +.TP +.B Ctrl\-Shift\-h +previous tab +.TP +.B Ctrl\-Shift\-l +next tab +.TP +.B Ctrl\-Shift\-j +move selected tab one to the left +.TP +.B Ctrl\-Shift\-k +move selected tab one to the right +.TP +.B Ctrl\-Shift\-u +toggle autofocus of urgent tabs +.TP +.B Ctrl\-Tab +toggle between the selected and last selected tab +.TP +.B Ctrl\-` +open dmenu to either create a new tab appending the entered string or select +an already existing tab. +.TP +.B Ctrl\-q +close tab +.TP +.B Ctrl\-u +focus next urgent tab +.TP +.B Ctrl\-[0..9] +jumps to nth tab +.TP +.B F11 +Toggle fullscreen mode. +.SH EXAMPLES +$ tabbed surf -e +.TP +$ tabbed urxvt -embed +.TP +$ tabbed xterm -into +.TP +$ $(tabbed -d >/tmp/tabbed.xid); urxvt -embed $(</tmp/tabbed.xid); +.TP +$ tabbed -r 2 st -w '' -e tmux +.SH CUSTOMIZATION +.B tabbed +can be customized by creating a custom config.h and (re)compiling the source +code. This keeps it fast, secure and simple. +.SH AUTHORS +See the LICENSE file for the authors. +.SH LICENSE +See the LICENSE file for the terms of redistribution. +.SH SEE ALSO +.BR st (1), +.BR xembed (1) +.SH BUGS +Please report them. diff --git a/suckless/tabbed/tabbed.c b/suckless/tabbed/tabbed.c new file mode 100644 index 0000000..b0cf49f --- /dev/null +++ b/suckless/tabbed/tabbed.c @@ -0,0 +1,1464 @@ +/* + * See LICENSE file for copyright and license details. + */ + +#include <sys/wait.h> +#include <locale.h> +#include <signal.h> +#include <stdarg.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <unistd.h> +#include <X11/Xatom.h> +#include <X11/Xlib.h> +#include <X11/Xproto.h> +#include <X11/Xutil.h> +#include <X11/XKBlib.h> +#include <X11/Xft/Xft.h> + +#include "arg.h" + +/* XEMBED messages */ +#define XEMBED_EMBEDDED_NOTIFY 0 +#define XEMBED_WINDOW_ACTIVATE 1 +#define XEMBED_WINDOW_DEACTIVATE 2 +#define XEMBED_REQUEST_FOCUS 3 +#define XEMBED_FOCUS_IN 4 +#define XEMBED_FOCUS_OUT 5 +#define XEMBED_FOCUS_NEXT 6 +#define XEMBED_FOCUS_PREV 7 +/* 8-9 were used for XEMBED_GRAB_KEY/XEMBED_UNGRAB_KEY */ +#define XEMBED_MODALITY_ON 10 +#define XEMBED_MODALITY_OFF 11 +#define XEMBED_REGISTER_ACCELERATOR 12 +#define XEMBED_UNREGISTER_ACCELERATOR 13 +#define XEMBED_ACTIVATE_ACCELERATOR 14 + +/* Details for XEMBED_FOCUS_IN: */ +#define XEMBED_FOCUS_CURRENT 0 +#define XEMBED_FOCUS_FIRST 1 +#define XEMBED_FOCUS_LAST 2 + +/* Macros */ +#define MAX(a, b) ((a) > (b) ? (a) : (b)) +#define MIN(a, b) ((a) < (b) ? (a) : (b)) +#define LENGTH(x) (sizeof((x)) / sizeof(*(x))) +#define CLEANMASK(mask) (mask & ~(numlockmask | LockMask)) +#define TEXTW(x) (textnw(x, strlen(x)) + dc.font.height) + +enum { ColFG, ColBG, ColLast }; /* color */ +enum { + WMProtocols, + WMDelete, + WMName, + WMState, + WMFullscreen, + XEmbed, + WMSelectTab, + WMIcon, + WMLast +}; /* default atoms */ + +typedef union { + int i; + const void *v; +} Arg; + +typedef struct { + unsigned int mod; + KeyCode keycode; + void (*func)(const Arg *); + const Arg arg; +} Key; + +typedef struct { + int x, y, w, h; + XftColor norm[ColLast]; + XftColor sel[ColLast]; + XftColor urg[ColLast]; + Drawable drawable; + GC gc; + struct { + int ascent; + int descent; + int height; + XftFont *xfont; + } font; +} DC; /* draw context */ + +typedef struct { + char name[256]; + Window win; + int tabx; + Bool urgent; + Bool closed; +} Client; + +/* function declarations */ +static void buttonpress(const XEvent *e); +static void cleanup(void); +static void clientmessage(const XEvent *e); +static void configurenotify(const XEvent *e); +static void configurerequest(const XEvent *e); +static void createnotify(const XEvent *e); +static void destroynotify(const XEvent *e); +static void die(const char *errstr, ...); +static void drawbar(void); +static void drawtext(const char *text, XftColor col[ColLast]); +static void *ecalloc(size_t n, size_t size); +static void *erealloc(void *o, size_t size); +static void expose(const XEvent *e); +static void focus(int c); +static void focusin(const XEvent *e); +static void focusonce(const Arg *arg); +static void focusurgent(const Arg *arg); +static void fullscreen(const Arg *arg); +static char *getatom(int a); +static int getclient(Window w); +static XftColor getcolor(const char *colstr); +static int getfirsttab(void); +static Bool gettextprop(Window w, Atom atom, char *text, unsigned int size); +static void initfont(const char *fontstr); +static Bool isprotodel(int c); +static void keypress(const XEvent *e); +static void killclient(const Arg *arg); +static void manage(Window win); +static void maprequest(const XEvent *e); +static void move(const Arg *arg); +static void movetab(const Arg *arg); +static void propertynotify(const XEvent *e); +static void resize(int c, int w, int h); +static void rotate(const Arg *arg); +static void run(void); +static void sendxembed(int c, long msg, long detail, long d1, long d2); +static void setcmd(int argc, char *argv[], int); +static void setup(void); +static void sigchld(int unused); +static void spawn(const Arg *arg); +static int textnw(const char *text, unsigned int len); +static void toggle(const Arg *arg); +static void unmanage(int c); +static void unmapnotify(const XEvent *e); +static void updatenumlockmask(void); +static void updatetitle(int c); +static int xerror(Display *dpy, XErrorEvent *ee); +static void xsettitle(Window w, const char *str); + +#include "patch/include.h" + +/* variables */ +static int screen; +static void (*handler[LASTEvent]) (const XEvent *) = { + [ButtonPress] = buttonpress, + [ClientMessage] = clientmessage, + [ConfigureNotify] = configurenotify, + [ConfigureRequest] = configurerequest, + [CreateNotify] = createnotify, + [UnmapNotify] = unmapnotify, + [DestroyNotify] = destroynotify, + [Expose] = expose, + [FocusIn] = focusin, + [KeyPress] = keypress, + [MapRequest] = maprequest, + [PropertyNotify] = propertynotify, +}; +static int bh, obh, wx, wy, ww, wh; +static int vbh; +static unsigned int numlockmask; +static Bool running = True, nextfocus, doinitspawn = True, + fillagain = False, closelastclient = False, + killclientsfirst = False; +static Display *dpy; +static DC dc; +static Atom wmatom[WMLast]; +static Window root, win; +static Client **clients; +static int nclients, sel = -1, lastsel = -1; +static int (*xerrorxlib)(Display *, XErrorEvent *); +static int cmd_append_pos; +static char winid[64]; +static char **cmd; +static char *wmname = "tabbed"; +static const char *geometry; + +static Colormap cmap; +static Visual *visual = NULL; + +char *argv0; + +/* configuration, allows nested code to access above variables */ +#include "config.h" + +#include "patch/include.c" + +void +buttonpress(const XEvent *e) +{ + const XButtonPressedEvent *ev = &e->xbutton; + int i, fc; + Arg arg; + + if (ev->y < 0 || ev->y > bh) + return; + + if (((fc = getfirsttab()) > 0 && ev->x < TEXTW(before)) || ev->x < 0) + return; + + for (i = fc; i < nclients; i++) { + if (clients[i]->tabx > ev->x) { + switch (ev->button) { + case Button1: + focus(i); + break; + case Button2: + focus(i); + killclient(NULL); + break; + case Button4: /* FALLTHROUGH */ + case Button5: + arg.i = ev->button == Button4 ? -1 : 1; + rotate(&arg); + break; + } + break; + } + } +} + +void +cleanup(void) +{ + int i; + + for (i = 0; i < nclients; i++) { + focus(i); + killclient(NULL); + XReparentWindow(dpy, clients[i]->win, root, 0, 0); + unmanage(i); + } + free(clients); + clients = NULL; + + XFreePixmap(dpy, dc.drawable); + XFreeGC(dpy, dc.gc); + XDestroyWindow(dpy, win); + XSync(dpy, False); + free(cmd); +} + +void +clientmessage(const XEvent *e) +{ + const XClientMessageEvent *ev = &e->xclient; + + if (ev->message_type == wmatom[WMProtocols] && + ev->data.l[0] == wmatom[WMDelete]) { + if (nclients > 1 && killclientsfirst) { + killclient(0); + return; + } + running = False; + } +} + +void +configurenotify(const XEvent *e) +{ + const XConfigureEvent *ev = &e->xconfigure; + + if (ev->window == win && (ev->width != ww || ev->height != wh)) { + ww = ev->width; + wh = ev->height; + XFreePixmap(dpy, dc.drawable); + dc.drawable = XCreatePixmap(dpy, win, ww, wh, + 32); + + if (!obh && (wh <= bh)) { + obh = bh; + bh = 0; + } else if (!bh && (wh > obh)) { + bh = obh; + obh = 0; + } + + if (sel > -1) + resize(sel, ww, wh - bh); + XSync(dpy, False); + } +} + +void +configurerequest(const XEvent *e) +{ + const XConfigureRequestEvent *ev = &e->xconfigurerequest; + XWindowChanges wc; + int c; + + if ((c = getclient(ev->window)) > -1) { + wc.x = 0; + wc.y = bh; + wc.width = ww; + wc.height = wh - bh; + wc.border_width = 0; + wc.sibling = ev->above; + wc.stack_mode = ev->detail; + XConfigureWindow(dpy, clients[c]->win, ev->value_mask, &wc); + } +} + +void +createnotify(const XEvent *e) +{ + const XCreateWindowEvent *ev = &e->xcreatewindow; + + if (ev->window != win && getclient(ev->window) < 0) + manage(ev->window); +} + +void +destroynotify(const XEvent *e) +{ + const XDestroyWindowEvent *ev = &e->xdestroywindow; + int c; + + if ((c = getclient(ev->window)) > -1) + unmanage(c); +} + +void +die(const char *errstr, ...) +{ + va_list ap; + + va_start(ap, errstr); + vfprintf(stderr, errstr, ap); + va_end(ap); + exit(EXIT_FAILURE); +} + +void +drawbar(void) +{ + XftColor *col; + int c, cc, fc, width; + int nbh; + char *name = NULL; + char tabtitle[312]; + int by = 0; + + nbh = nclients > 1 ? vbh : 0; + if (nbh != bh) { + bh = nbh; + for (c = 0; c < nclients; c++) + XMoveResizeWindow(dpy, clients[c]->win, 0, bh, ww, wh - bh); + } + + if (nclients == 0) { + dc.x = 0; + dc.w = ww; + XFetchName(dpy, win, &name); + drawtext(name ? name : "", dc.norm); + XCopyArea(dpy, dc.drawable, win, dc.gc, 0, 0, ww, vbh, 0, by); + XSync(dpy, False); + + return; + } + + if (bh == 0) + return; + + width = ww; + cc = ww / tabwidth; + if (nclients > cc) + cc = (ww - TEXTW(before) - TEXTW(after)) / tabwidth; + + if ((fc = getfirsttab()) + cc < nclients) { + dc.w = TEXTW(after); + dc.x = width - dc.w; + drawtext(after, dc.sel); + width -= dc.w; + } + dc.x = 0; + + if (fc > 0) { + dc.w = TEXTW(before); + drawtext(before, dc.sel); + dc.x += dc.w; + width -= dc.w; + } + + cc = MIN(cc, nclients); + for (c = fc; c < fc + cc; c++) { + dc.w = width / cc; + if (c == sel) { + col = dc.sel; + dc.w += width % cc; + } else { + col = clients[c]->urgent ? dc.urg : dc.norm; + } + snprintf(tabtitle, sizeof(tabtitle), "%d: %s", + c + 1, clients[c]->name); + drawtext(tabtitle, col); + dc.x += dc.w; + clients[c]->tabx = dc.x; + } + XCopyArea(dpy, dc.drawable, win, dc.gc, 0, 0, ww, bh, 0, by); + XSync(dpy, False); +} + +void +drawtext(const char *text, XftColor col[ColLast]) +{ + int i, j, x, y, h, len, olen; + char buf[256]; + XftDraw *d; + XRectangle r = { dc.x, dc.y, dc.w, dc.h }; + + XSetForeground(dpy, dc.gc, col[ColBG].pixel); + XFillRectangles(dpy, dc.drawable, dc.gc, &r, 1); + if (!text) + return; + + olen = strlen(text); + h = dc.font.ascent + dc.font.descent; + y = dc.y + (dc.h / 2) - (h / 2) + dc.font.ascent; + x = dc.x + (h / 2); + + /* shorten text if necessary */ + for (len = MIN(olen, sizeof(buf)); + len && textnw(text, len) > dc.w - h; len--); + + if (!len) + return; + + memcpy(buf, text, len); + if (len < olen) { + for (i = len, j = strlen(titletrim); j && i; buf[--i] = titletrim[--j]); + } + else + x += (dc.w - TEXTW(buf)) / 2; // center text + + d = XftDrawCreate(dpy, dc.drawable, visual, cmap); + XftDrawStringUtf8(d, &col[ColFG], dc.font.xfont, x, y, (XftChar8 *) buf, len); + XftDrawDestroy(d); +} + +void * +ecalloc(size_t n, size_t size) +{ + void *p; + + if (!(p = calloc(n, size))) + die("%s: cannot calloc\n", argv0); + return p; +} + +void * +erealloc(void *o, size_t size) +{ + void *p; + + if (!(p = realloc(o, size))) + die("%s: cannot realloc\n", argv0); + return p; +} + +void +expose(const XEvent *e) +{ + const XExposeEvent *ev = &e->xexpose; + + if (ev->count == 0 && win == ev->window) + drawbar(); +} + +void +focus(int c) +{ + char buf[BUFSIZ] = "tabbed-"VERSION" ::"; + size_t i, n; + XWMHints* wmh; + + /* If c, sel and clients are -1, raise tabbed-win itself */ + if (nclients == 0) { + cmd[cmd_append_pos] = NULL; + for(i = 0, n = strlen(buf); cmd[i] && n < sizeof(buf); i++) + n += snprintf(&buf[n], sizeof(buf) - n, " %s", cmd[i]); + + xsettitle(win, buf); + XChangeProperty(dpy, win, wmatom[WMIcon], XA_CARDINAL, 32, + PropModeReplace, (unsigned char *) icon, ICON_WIDTH * ICON_HEIGHT + 2); + XRaiseWindow(dpy, win); + + return; + } + + if (c < 0 || c >= nclients) + return; + + resize(c, ww, wh - bh); + XRaiseWindow(dpy, clients[c]->win); + XSetInputFocus(dpy, clients[c]->win, RevertToParent, CurrentTime); + sendxembed(c, XEMBED_FOCUS_IN, XEMBED_FOCUS_CURRENT, 0, 0); + sendxembed(c, XEMBED_WINDOW_ACTIVATE, 0, 0, 0); + xsettitle(win, clients[c]->name); + + if (sel != c) { + lastsel = sel; + sel = c; + } + xseticon(); + + if (clients[c]->urgent && (wmh = XGetWMHints(dpy, clients[c]->win))) { + wmh->flags &= ~XUrgencyHint; + XSetWMHints(dpy, clients[c]->win, wmh); + clients[c]->urgent = False; + XFree(wmh); + } + + drawbar(); + XSync(dpy, False); +} + +void +focusin(const XEvent *e) +{ + const XFocusChangeEvent *ev = &e->xfocus; + int dummy; + Window focused; + + if (ev->mode != NotifyUngrab) { + XGetInputFocus(dpy, &focused, &dummy); + if (focused == win) + focus(sel); + } +} + +void +focusonce(const Arg *arg) +{ + nextfocus = True; +} + +void +focusurgent(const Arg *arg) +{ + int c; + + if (sel < 0) + return; + + for (c = (sel + 1) % nclients; c != sel; c = (c + 1) % nclients) { + if (clients[c]->urgent) { + focus(c); + return; + } + } +} + +void +fullscreen(const Arg *arg) +{ + XEvent e; + + e.type = ClientMessage; + e.xclient.window = win; + e.xclient.message_type = wmatom[WMState]; + e.xclient.format = 32; + e.xclient.data.l[0] = 2; + e.xclient.data.l[1] = wmatom[WMFullscreen]; + e.xclient.data.l[2] = 0; + XSendEvent(dpy, root, False, SubstructureNotifyMask, &e); +} + +char * +getatom(int a) +{ + static char buf[BUFSIZ]; + Atom adummy; + int idummy; + unsigned long ldummy; + unsigned char *p = NULL; + + XGetWindowProperty(dpy, win, wmatom[a], 0L, BUFSIZ, False, XA_STRING, + &adummy, &idummy, &ldummy, &ldummy, &p); + if (p) + strncpy(buf, (char *)p, LENGTH(buf)-1); + else + buf[0] = '\0'; + XFree(p); + + return buf; +} + +int +getclient(Window w) +{ + int i; + + for (i = 0; i < nclients; i++) { + if (clients[i]->win == w) + return i; + } + + return -1; +} + +XftColor +getcolor(const char *colstr) +{ + XftColor color; + + if (!XftColorAllocName(dpy, visual, cmap, colstr, &color)) + die("%s: cannot allocate color '%s'\n", argv0, colstr); + + return color; +} + +int +getfirsttab(void) +{ + int cc, ret; + + if (sel < 0) + return 0; + + cc = ww / tabwidth; + if (nclients > cc) + cc = (ww - TEXTW(before) - TEXTW(after)) / tabwidth; + + ret = sel - cc / 2 + (cc + 1) % 2; + return ret < 0 ? 0 : + ret + cc > nclients ? MAX(0, nclients - cc) : + ret; +} + +Bool +gettextprop(Window w, Atom atom, char *text, unsigned int size) +{ + char **list = NULL; + int n; + XTextProperty name; + + if (!text || size == 0) + return False; + + text[0] = '\0'; + XGetTextProperty(dpy, w, &name, atom); + if (!name.nitems) + return False; + + if (name.encoding == XA_STRING) { + strncpy(text, (char *)name.value, size - 1); + } else if (XmbTextPropertyToTextList(dpy, &name, &list, &n) >= Success + && n > 0 && *list) { + strncpy(text, *list, size - 1); + XFreeStringList(list); + } + text[size - 1] = '\0'; + XFree(name.value); + + return True; +} + +void +initfont(const char *fontstr) +{ + if (!(dc.font.xfont = XftFontOpenName(dpy, screen, fontstr)) + && !(dc.font.xfont = XftFontOpenName(dpy, screen, "fixed"))) + die("error, cannot load font: '%s'\n", fontstr); + + dc.font.ascent = dc.font.xfont->ascent; + dc.font.descent = dc.font.xfont->descent; + dc.font.height = dc.font.ascent + dc.font.descent; +} + +Bool +isprotodel(int c) +{ + int i, n; + Atom *protocols; + Bool ret = False; + + if (XGetWMProtocols(dpy, clients[c]->win, &protocols, &n)) { + for (i = 0; !ret && i < n; i++) { + if (protocols[i] == wmatom[WMDelete]) + ret = True; + } + XFree(protocols); + } + + return ret; +} + +void +keypress(const XEvent *e) +{ + const XKeyEvent *ev = &e->xkey; + unsigned int i; + for (i = 0; i < LENGTH(keys); i++) { + if ( + ev->keycode == keys[i].keycode && + CLEANMASK(keys[i].mod) == CLEANMASK(ev->state) && + keys[i].func) + keys[i].func(&(keys[i].arg)); + } +} + +void +killclient(const Arg *arg) +{ + XEvent ev; + + if (sel < 0) + return; + + if (isprotodel(sel) && !clients[sel]->closed) { + ev.type = ClientMessage; + ev.xclient.window = clients[sel]->win; + ev.xclient.message_type = wmatom[WMProtocols]; + ev.xclient.format = 32; + ev.xclient.data.l[0] = wmatom[WMDelete]; + ev.xclient.data.l[1] = CurrentTime; + XSendEvent(dpy, clients[sel]->win, False, NoEventMask, &ev); + clients[sel]->closed = True; + } else { + XKillClient(dpy, clients[sel]->win); + } +} + +void +manage(Window w) +{ + updatenumlockmask(); + { + int i, j, nextpos; + unsigned int modifiers[] = { 0, LockMask, numlockmask, + numlockmask | LockMask }; + Client *c; + XEvent e; + + XWithdrawWindow(dpy, w, 0); + XReparentWindow(dpy, w, win, 0, bh); + XSelectInput(dpy, w, PropertyChangeMask | + StructureNotifyMask | EnterWindowMask); + XSync(dpy, False); + + for (i = 0; i < LENGTH(keys); i++) { + for (j = 0; j < LENGTH(modifiers); ++j) { + XGrabKey(dpy, keys[i].keycode, + keys[i].mod | modifiers[j], w, + True, GrabModeAsync, GrabModeAsync); + } + } + + + c = ecalloc(1, sizeof *c); + c->win = w; + + nclients++; + clients = erealloc(clients, sizeof(Client *) * nclients); + + if(npisrelative) { + nextpos = sel + newposition; + } else { + if (newposition < 0) + nextpos = nclients - newposition; + else + nextpos = newposition; + } + if (nextpos >= nclients) + nextpos = nclients - 1; + if (nextpos < 0) + nextpos = 0; + + if (nclients > 1 && nextpos < nclients - 1) + memmove(&clients[nextpos + 1], &clients[nextpos], + sizeof(Client *) * (nclients - nextpos - 1)); + + clients[nextpos] = c; + updatetitle(nextpos); + + XLowerWindow(dpy, w); + XMapWindow(dpy, w); + + e.xclient.window = w; + e.xclient.type = ClientMessage; + e.xclient.message_type = wmatom[XEmbed]; + e.xclient.format = 32; + e.xclient.data.l[0] = CurrentTime; + e.xclient.data.l[1] = XEMBED_EMBEDDED_NOTIFY; + e.xclient.data.l[2] = 0; + e.xclient.data.l[3] = win; + e.xclient.data.l[4] = 0; + XSendEvent(dpy, root, False, NoEventMask, &e); + + XSync(dpy, False); + + /* Adjust sel before focus does set it to lastsel. */ + if (sel >= nextpos) + sel++; + focus(nextfocus ? nextpos : + sel < 0 ? 0 : + sel); + nextfocus = foreground; + } +} + +void +maprequest(const XEvent *e) +{ + const XMapRequestEvent *ev = &e->xmaprequest; + + if (getclient(ev->window) < 0) + manage(ev->window); +} + +void +move(const Arg *arg) +{ + if (arg->i >= 0 && arg->i < nclients) + focus(arg->i); +} + +void +movetab(const Arg *arg) +{ + int c; + Client *new; + + if (sel < 0) + return; + + c = (sel + arg->i) % nclients; + if (c < 0) + c += nclients; + + if (c == sel) + return; + + new = clients[sel]; + if (sel < c) + memmove(&clients[sel], &clients[sel+1], + sizeof(Client *) * (c - sel)); + else + memmove(&clients[c+1], &clients[c], + sizeof(Client *) * (sel - c)); + clients[c] = new; + sel = c; + + drawbar(); +} + +void +propertynotify(const XEvent *e) +{ + const XPropertyEvent *ev = &e->xproperty; + XWMHints *wmh; + int c; + char* selection = NULL; + Arg arg; + + if (ev->state == PropertyNewValue && ev->atom == wmatom[WMSelectTab]) { + selection = getatom(WMSelectTab); + if (!strncmp(selection, "0x", 2)) { + arg.i = getclient(strtoul(selection, NULL, 0)); + move(&arg); + } else { + cmd[cmd_append_pos] = selection; + arg.v = cmd; + spawn(&arg); + } + } else if (ev->state == PropertyNewValue && ev->atom == XA_WM_HINTS && + (c = getclient(ev->window)) > -1 && + (wmh = XGetWMHints(dpy, clients[c]->win))) { + if (wmh->flags & XUrgencyHint) { + XFree(wmh); + wmh = XGetWMHints(dpy, win); + if (c != sel) { + if (urgentswitch && wmh && + !(wmh->flags & XUrgencyHint)) { + /* only switch, if tabbed was focused + * since last urgency hint if WMHints + * could not be received, + * default to no switch */ + focus(c); + } else { + /* if no switch should be performed, + * mark tab as urgent */ + clients[c]->urgent = True; + drawbar(); + } + } + if (wmh && !(wmh->flags & XUrgencyHint)) { + /* update tabbed urgency hint + * if not set already */ + wmh->flags |= XUrgencyHint; + XSetWMHints(dpy, win, wmh); + } + } + XFree(wmh); + if (c == sel) + xseticon(); + } else if (ev->state != PropertyDelete && ev->atom == XA_WM_NAME && + (c = getclient(ev->window)) > -1) { + updatetitle(c); + } else if (ev->atom == wmatom[WMIcon] && (c = getclient(ev->window)) > -1 && c == sel) { + xseticon(); + } +} + +void +resize(int c, int w, int h) +{ + XConfigureEvent ce; + XWindowChanges wc; + + ce.x = 0; + ce.y = wc.y = bh; + ce.width = wc.width = w; + ce.height = wc.height = h; + ce.type = ConfigureNotify; + ce.display = dpy; + ce.event = clients[c]->win; + ce.window = clients[c]->win; + ce.above = None; + ce.override_redirect = False; + ce.border_width = 0; + + XConfigureWindow(dpy, clients[c]->win, CWY | CWWidth | CWHeight, &wc); + XSendEvent(dpy, clients[c]->win, False, StructureNotifyMask, + (XEvent *)&ce); +} + +void +rotate(const Arg *arg) +{ + int nsel = -1; + + if (sel < 0) + return; + + if (arg->i == 0) { + if (lastsel > -1) + focus(lastsel); + } else if (sel > -1) { + /* Rotating in an arg->i step around the clients. */ + nsel = sel + arg->i; + while (nsel >= nclients) + nsel -= nclients; + while (nsel < 0) + nsel += nclients; + focus(nsel); + } +} + +void +run(void) +{ + XEvent ev; + + /* main event loop */ + XSync(dpy, False); + drawbar(); + if (doinitspawn == True) + spawn(NULL); + + while (running) { + XNextEvent(dpy, &ev); + if (handler[ev.type]) + (handler[ev.type])(&ev); /* call handler */ + } +} + +void +sendxembed(int c, long msg, long detail, long d1, long d2) +{ + XEvent e = { 0 }; + + e.xclient.window = clients[c]->win; + e.xclient.type = ClientMessage; + e.xclient.message_type = wmatom[XEmbed]; + e.xclient.format = 32; + e.xclient.data.l[0] = CurrentTime; + e.xclient.data.l[1] = msg; + e.xclient.data.l[2] = detail; + e.xclient.data.l[3] = d1; + e.xclient.data.l[4] = d2; + XSendEvent(dpy, clients[c]->win, False, NoEventMask, &e); +} + +void +setcmd(int argc, char *argv[], int replace) +{ + int i; + + cmd = ecalloc(argc + 3, sizeof(*cmd)); + if (argc == 0) + return; + for (i = 0; i < argc; i++) + cmd[i] = argv[i]; + cmd[replace > 0 ? replace : argc] = winid; + cmd_append_pos = argc + !replace; + cmd[cmd_append_pos] = cmd[cmd_append_pos + 1] = NULL; +} + +void +setup(void) +{ + int bitm, tx, ty, tw, th, dh, dw, isfixed; + XWMHints *wmh; + XClassHint class_hint; + XSizeHints *size_hint; + + /* clean up any zombies immediately */ + sigchld(0); + + /* init screen */ + screen = DefaultScreen(dpy); + root = RootWindow(dpy, screen); + initfont(font); + dc.h = (barheight ? barheight : dc.font.height + 2); + vbh = dc.h; + + /* init atoms */ + wmatom[WMDelete] = XInternAtom(dpy, "WM_DELETE_WINDOW", False); + wmatom[WMFullscreen] = XInternAtom(dpy, "_NET_WM_STATE_FULLSCREEN", + False); + wmatom[WMName] = XInternAtom(dpy, "_NET_WM_NAME", False); + wmatom[WMProtocols] = XInternAtom(dpy, "WM_PROTOCOLS", False); + wmatom[WMSelectTab] = XInternAtom(dpy, "_TABBED_SELECT_TAB", False); + wmatom[WMState] = XInternAtom(dpy, "_NET_WM_STATE", False); + wmatom[XEmbed] = XInternAtom(dpy, "_XEMBED", False); + wmatom[WMIcon] = XInternAtom(dpy, "_NET_WM_ICON", False); + + /* init appearance */ + wx = 0; + wy = 0; + ww = 800; + wh = 600; + isfixed = 0; + + if (geometry) { + tx = ty = tw = th = 0; + bitm = XParseGeometry(geometry, &tx, &ty, (unsigned *)&tw, + (unsigned *)&th); + if (bitm & XValue) + wx = tx; + if (bitm & YValue) + wy = ty; + if (bitm & WidthValue) + ww = tw; + if (bitm & HeightValue) + wh = th; + if (bitm & XNegative && wx == 0) + wx = -1; + if (bitm & YNegative && wy == 0) + wy = -1; + if (bitm & (HeightValue | WidthValue)) + isfixed = 1; + + dw = DisplayWidth(dpy, screen); + dh = DisplayHeight(dpy, screen); + if (wx < 0) + wx = dw + wx - ww - 1; + if (wy < 0) + wy = dh + wy - wh - 1; + } + + XVisualInfo *vis; + XRenderPictFormat *fmt; + int nvi; + int i; + + XVisualInfo tpl = { + .screen = screen, + .depth = 32, + .class = TrueColor + }; + + vis = XGetVisualInfo(dpy, VisualScreenMask | VisualDepthMask | VisualClassMask, &tpl, &nvi); + for(i = 0; i < nvi; i ++) { + fmt = XRenderFindVisualFormat(dpy, vis[i].visual); + if (fmt->type == PictTypeDirect && fmt->direct.alphaMask) { + visual = vis[i].visual; + break; + } + } + + XFree(vis); + + if (! visual) { + fprintf(stderr, "Couldn't find ARGB visual.\n"); + exit(1); + } + + cmap = XCreateColormap( dpy, root, visual, None); + + dc.norm[ColBG] = getcolor(normbgcolor); + dc.norm[ColFG] = getcolor(normfgcolor); + dc.sel[ColBG] = getcolor(selbgcolor); + dc.sel[ColFG] = getcolor(selfgcolor); + dc.urg[ColBG] = getcolor(urgbgcolor); + dc.urg[ColFG] = getcolor(urgfgcolor); + XSetWindowAttributes attrs; + attrs.background_pixel = dc.norm[ColBG].pixel; + attrs.border_pixel = dc.norm[ColFG].pixel; + attrs.bit_gravity = NorthWestGravity; + attrs.event_mask = FocusChangeMask | KeyPressMask + | ExposureMask | VisibilityChangeMask | StructureNotifyMask + | ButtonMotionMask | ButtonPressMask | ButtonReleaseMask; + attrs.background_pixmap = None; + attrs.colormap = cmap; + + win = XCreateWindow(dpy, root, wx, wy, ww, wh, 0, 32, InputOutput, + visual, CWBackPixmap | CWBorderPixel | CWBitGravity + | CWEventMask | CWColormap, &attrs); + + dc.drawable = XCreatePixmap(dpy, win, ww, wh, 32); + dc.gc = XCreateGC(dpy, dc.drawable, 0, 0); + XMapRaised(dpy, win); + XSelectInput(dpy, win, SubstructureNotifyMask | FocusChangeMask | + ButtonPressMask | ExposureMask | KeyPressMask | + PropertyChangeMask | StructureNotifyMask | + SubstructureRedirectMask); + xerrorxlib = XSetErrorHandler(xerror); + + class_hint.res_name = wmname; + class_hint.res_class = "tabbed"; + XSetClassHint(dpy, win, &class_hint); + + size_hint = XAllocSizeHints(); + if (!isfixed) { + size_hint->flags = PSize | PMinSize; + size_hint->height = wh; + size_hint->width = ww; + size_hint->min_height = bh + 1; + } else { + size_hint->flags = PMaxSize | PMinSize; + size_hint->min_width = size_hint->max_width = ww; + size_hint->min_height = size_hint->max_height = wh; + } + wmh = XAllocWMHints(); + XSetWMProperties(dpy, win, NULL, NULL, NULL, 0, size_hint, wmh, NULL); + XFree(size_hint); + XFree(wmh); + + XSetWMProtocols(dpy, win, &wmatom[WMDelete], 1); + + snprintf(winid, sizeof(winid), "%lu", win); + setenv("XEMBED", winid, 1); + + /* change icon from RGBA to ARGB */ + icon[0] = ICON_WIDTH; + icon[1] = ICON_HEIGHT; + for (int i = 0; i < ICON_WIDTH * ICON_HEIGHT; ++i) { + icon[i + 2] = + ICON_PIXEL_DATA[i * 4 + 3] << 24 | + ICON_PIXEL_DATA[i * 4 + 0] << 0 | + ICON_PIXEL_DATA[i * 4 + 1] << 8 | + ICON_PIXEL_DATA[i * 4 + 2] << 16 ; + } + + nextfocus = foreground; + focus(-1); +} + +void +sigchld(int unused) +{ + if (signal(SIGCHLD, sigchld) == SIG_ERR) + die("%s: cannot install SIGCHLD handler", argv0); + + while (0 < waitpid(-1, NULL, WNOHANG)); +} + +void +spawn(const Arg *arg) +{ + if (fork() == 0) { + if(dpy) + close(ConnectionNumber(dpy)); + + setsid(); + if (arg && arg->v) { + execvp(((char **)arg->v)[0], (char **)arg->v); + fprintf(stderr, "%s: execvp %s", argv0, + ((char **)arg->v)[0]); + } else { + cmd[cmd_append_pos] = NULL; + execvp(cmd[0], cmd); + fprintf(stderr, "%s: execvp %s", argv0, cmd[0]); + } + perror(" failed"); + exit(0); + } +} + +int +textnw(const char *text, unsigned int len) +{ + XGlyphInfo ext; + XftTextExtentsUtf8(dpy, dc.font.xfont, (XftChar8 *) text, len, &ext); + return ext.xOff; +} + +void +toggle(const Arg *arg) +{ + *(Bool*) arg->v = !*(Bool*) arg->v; +} + +void +unmanage(int c) +{ + if (c < 0 || c >= nclients) { + drawbar(); + XSync(dpy, False); + return; + } + + if (!nclients) + return; + + if (c == 0) { + /* First client. */ + nclients--; + free(clients[0]); + memmove(&clients[0], &clients[1], sizeof(Client *) * nclients); + } else if (c == nclients - 1) { + /* Last client. */ + nclients--; + free(clients[c]); + clients = erealloc(clients, sizeof(Client *) * nclients); + } else { + /* Somewhere inbetween. */ + free(clients[c]); + memmove(&clients[c], &clients[c+1], + sizeof(Client *) * (nclients - (c + 1))); + nclients--; + } + + if (nclients <= 0) { + lastsel = sel = -1; + + if (closelastclient) + running = False; + else if (fillagain && running) + spawn(NULL); + } else { + if (lastsel >= nclients) + lastsel = nclients - 1; + else if (lastsel > c) + lastsel--; + + if (c == sel && lastsel >= 0) { + focus(lastsel); + } else { + if (sel > c) + sel--; + if (sel >= nclients) + sel = nclients - 1; + + focus(sel); + } + } + + drawbar(); + XSync(dpy, False); +} + +void +unmapnotify(const XEvent *e) +{ + const XUnmapEvent *ev = &e->xunmap; + int c; + + if ((c = getclient(ev->window)) > -1) + unmanage(c); +} + +void +updatenumlockmask(void) +{ + unsigned int i, j; + XModifierKeymap *modmap; + + numlockmask = 0; + modmap = XGetModifierMapping(dpy); + for (i = 0; i < 8; i++) { + for (j = 0; j < modmap->max_keypermod; j++) { + if (modmap->modifiermap[i * modmap->max_keypermod + j] + == XKeysymToKeycode(dpy, XK_Num_Lock)) + numlockmask = (1 << i); + } + } + XFreeModifiermap(modmap); +} + +void +updatetitle(int c) +{ + if (!gettextprop(clients[c]->win, wmatom[WMName], clients[c]->name, + sizeof(clients[c]->name))) + gettextprop(clients[c]->win, XA_WM_NAME, clients[c]->name, + sizeof(clients[c]->name)); + if (sel == c) + xsettitle(win, clients[c]->name); + drawbar(); +} + +/* There's no way to check accesses to destroyed windows, thus those cases are + * ignored (especially on UnmapNotify's). Other types of errors call Xlibs + * default error handler, which may call exit. */ +int +xerror(Display *dpy, XErrorEvent *ee) +{ + if (ee->error_code == BadWindow + || (ee->request_code == X_SetInputFocus && + ee->error_code == BadMatch) + || (ee->request_code == X_PolyText8 && + ee->error_code == BadDrawable) + || (ee->request_code == X_PolyFillRectangle && + ee->error_code == BadDrawable) + || (ee->request_code == X_PolySegment && + ee->error_code == BadDrawable) + || (ee->request_code == X_ConfigureWindow && + ee->error_code == BadMatch) + || (ee->request_code == X_GrabButton && + ee->error_code == BadAccess) + || (ee->request_code == X_GrabKey && + ee->error_code == BadAccess) + || (ee->request_code == X_CopyArea && + ee->error_code == BadDrawable)) + return 0; + + fprintf(stderr, "%s: fatal error: request code=%d, error code=%d\n", + argv0, ee->request_code, ee->error_code); + return xerrorxlib(dpy, ee); /* may call exit */ +} + +void +xsettitle(Window w, const char *str) +{ + XTextProperty xtp; + + if (XmbTextListToTextProperty(dpy, (char **)&str, 1, + XCompoundTextStyle, &xtp) == Success) { + XSetTextProperty(dpy, w, &xtp, wmatom[WMName]); + XSetTextProperty(dpy, w, &xtp, XA_WM_NAME); + XFree(xtp.value); + } +} + +void +usage(void) +{ + die("usage: %s [-dfksv] [-g geometry] [-n name] [-p [s+/-]pos]\n" + " [-r narg] [-o color] [-O color] [-t color] [-T color]\n" + " [-u color] [-U color] command...\n", argv0); +} + +int +main(int argc, char *argv[]) +{ + Bool detach = False; + int replace = 0; + char *pstr; + + ARGBEGIN { + case 'c': + closelastclient = True; + fillagain = False; + break; + case 'd': + detach = True; + break; + case 'f': + fillagain = True; + break; + case 'g': + geometry = EARGF(usage()); + break; + case 'k': + killclientsfirst = True; + break; + case 'n': + wmname = EARGF(usage()); + break; + case 'O': + normfgcolor = EARGF(usage()); + break; + case 'o': + normbgcolor = EARGF(usage()); + break; + case 'p': + pstr = EARGF(usage()); + if (pstr[0] == 's') { + npisrelative = True; + newposition = atoi(&pstr[1]); + } else { + newposition = atoi(pstr); + } + break; + case 'r': + replace = atoi(EARGF(usage())); + break; + case 's': + doinitspawn = False; + break; + case 'T': + selfgcolor = EARGF(usage()); + break; + case 't': + selbgcolor = EARGF(usage()); + break; + case 'U': + urgfgcolor = EARGF(usage()); + break; + case 'u': + urgbgcolor = EARGF(usage()); + break; + case 'v': + die("tabbed-"VERSION", © 2009-2016 tabbed engineers, " + "see LICENSE for details.\n"); + break; + default: + usage(); + break; + } ARGEND; + + if (argc < 1) { + doinitspawn = False; + fillagain = False; + } + + setcmd(argc, argv, replace); + + if (!setlocale(LC_CTYPE, "") || !XSupportsLocale()) + fprintf(stderr, "%s: no locale support\n", argv0); + if (!(dpy = XOpenDisplay(NULL))) + die("%s: cannot open display\n", argv0); + + config_init(); + setup(); + printf("0x%lx\n", win); + fflush(NULL); + + if (detach) { + if (fork() == 0) { + fclose(stdout); + } else { + if (dpy) + close(ConnectionNumber(dpy)); + return EXIT_SUCCESS; + } + } + + run(); + cleanup(); + XCloseDisplay(dpy); + + return EXIT_SUCCESS; +} diff --git a/suckless/tabbed/xembed.1 b/suckless/tabbed/xembed.1 new file mode 100644 index 0000000..5b0c28c --- /dev/null +++ b/suckless/tabbed/xembed.1 @@ -0,0 +1,35 @@ +.TH XEMBED 1 tabbed\-VERSION +.SH NAME +xembed \- XEmbed foreground process +.SH SYNOPSIS +.B xembed +.I flag command +.RI [ "argument ..." ] +.SH DESCRIPTION +If the environment variable XEMBED is set, and +.B xembed +is in the foreground of its controlling tty, it will execute +.IP +command flag $XEMBED [argument ...] +.LP +Otherwise it will execute +.IP +command [argument ...] +.LP +.SH EXAMPLE +In a terminal emulator within a +.B tabbed +session, the shell alias +.IP +$ alias surf='xembed -e surf' +.LP +will cause `surf' to open in a new tab, unless it is run in the background, +i.e. `surf &', in which case it will instead open in a new window. +.SH AUTHORS +See the LICENSE file for the authors. +.SH LICENSE +See the LICENSE file for the terms of redistribution. +.SH SEE ALSO +.BR tabbed (1) +.SH BUGS +Please report them. diff --git a/suckless/tabbed/xembed.c b/suckless/tabbed/xembed.c new file mode 100644 index 0000000..cbb0e97 --- /dev/null +++ b/suckless/tabbed/xembed.c @@ -0,0 +1,45 @@ +/* + * See LICENSE file for copyright and license details. + */ + +#include <fcntl.h> +#include <stdio.h> +#include <stdlib.h> +#include <unistd.h> + +int +main(int argc, char *argv[]) +{ + char *xembed; + int tty; + pid_t pgrp, tcpgrp; + + if (argc < 3) { + fprintf(stderr, "usage: %s flag cmd ...\n", argv[0]); + return 2; + } + + if (!(xembed = getenv("XEMBED"))) + goto noembed; + + if ((tty = open("/dev/tty", O_RDONLY)) < 0) + goto noembed; + + pgrp = getpgrp(); + tcpgrp = tcgetpgrp(tty); + + close(tty); + + if (pgrp == tcpgrp) { /* in foreground of tty */ + argv[0] = argv[2]; + argv[2] = xembed; + } else { +noembed: + argv += 2; + } + + execvp(argv[0], argv); + + perror(argv[0]); /* failed to execute */ + return 1; +}