diff --git a/.config/.sysconf/etc/X11/xorg.conf.d/20-amdgpu.conf b/.config/.sysconf/etc/X11/xorg.conf.d/20-amdgpu.conf deleted file mode 100644 index 398df07..0000000 --- a/.config/.sysconf/etc/X11/xorg.conf.d/20-amdgpu.conf +++ /dev/null @@ -1,6 +0,0 @@ -Section "Device" - Identifier "AMD" - Driver "amdgpu" - Option "TearFree" "true" - #BusID "PCI:02:0:0" -EndSection diff --git a/.config/.sysconf/etc/X11/xorg.conf.d/20-intel.conf b/.config/.sysconf/etc/X11/xorg.conf.d/20-intel.conf deleted file mode 100644 index 904352e..0000000 --- a/.config/.sysconf/etc/X11/xorg.conf.d/20-intel.conf +++ /dev/null @@ -1,5 +0,0 @@ -Section "Device" - Identifier "Intel Graphics" - Driver "intel" - Option "TearFree" "true" -EndSection diff --git a/.config/.sysconf/etc/X11/xorg.conf.d/50-mouse-acceleration.conf b/.config/.sysconf/etc/X11/xorg.conf.d/50-mouse-acceleration.conf deleted file mode 100644 index c46cc23..0000000 --- a/.config/.sysconf/etc/X11/xorg.conf.d/50-mouse-acceleration.conf +++ /dev/null @@ -1,7 +0,0 @@ -Section "InputClass" - Identifier "My Mouse" - MatchIsPointer "yes" - Option "AccelerationProfile" "-1" - Option "AccelerationScheme" "none" - Option "AccelSpeed" "-1" -EndSection diff --git a/.config/.sysconf/etc/mpd.conf b/.config/.sysconf/etc/mpd.conf deleted file mode 100644 index f829dd9..0000000 --- a/.config/.sysconf/etc/mpd.conf +++ /dev/null @@ -1,415 +0,0 @@ -# An example configuration file for MPD. -# Read the user manual for documentation: http://www.musicpd.org/doc/user/ -# or /usr/share/doc/mpd/html/user.html - - -# Files and directories ####################################################### -# -# This setting controls the top directory which MPD will search to discover the -# available audio files and add them to the daemon's online database. This -# setting defaults to the XDG directory, otherwise the music directory will be -# be disabled and audio files will only be accepted over ipc socket (using -# file:// protocol) or streaming files over an accepted protocol. -# -music_directory "/home/alex/Music" #"/var/lib/mpd/music" -# -# This setting sets the MPD internal playlist directory. The purpose of this -# directory is storage for playlists created by MPD. The server will use -# playlist files not created by the server but only if they are in the MPD -# format. This setting defaults to playlist saving being disabled. -# -playlist_directory "/var/lib/mpd/playlists" -# -# This setting sets the location of the MPD database. This file is used to -# load the database at server start up and store the database while the -# server is not up. This setting defaults to disabled which will allow -# MPD to accept files over ipc socket (using file:// protocol) or streaming -# files over an accepted protocol. -# -db_file "/var/lib/mpd/tag_cache" -# -# These settings are the locations for the daemon log files for the daemon. -# These logs are great for troubleshooting, depending on your log_level -# settings. -# -# The special value "syslog" makes MPD use the local syslog daemon. This -# setting defaults to logging to syslog, or to journal if mpd was started as -# a systemd service. -# -log_file "/var/log/mpd/mpd.log" -# -# This setting sets the location of the file which stores the process ID -# for use of mpd --kill and some init scripts. This setting is disabled by -# default and the pid file will not be stored. -# -pid_file "/run/mpd/pid" -# -# This setting sets the location of the file which contains information about -# most variables to get MPD back into the same general shape it was in before -# it was brought down. This setting is disabled by default and the server -# state will be reset on server start up. -# -state_file "/var/lib/mpd/state" -# -# The location of the sticker database. This is a database which -# manages dynamic information attached to songs. -# -sticker_file "/var/lib/mpd/sticker.sql" -# -############################################################################### - - -# General music daemon options ################################################ -# -# This setting specifies the user that MPD will run as. MPD should never run as -# root and you may use this setting to make MPD change its user ID after -# initialization. This setting is disabled by default and MPD is run as the -# current user. -# -user "mpd" -# -# This setting specifies the group that MPD will run as. If not specified -# primary group of user specified with "user" setting will be used (if set). -# This is useful if MPD needs to be a member of group such as "audio" to -# have permission to use sound card. -# -#group "nogroup" -# -# This setting sets the address for the daemon to listen on. Careful attention -# should be paid if this is assigned to anything other then the default, any. -# This setting can deny access to control of the daemon. Choose any if you want -# to have mpd listen on every address. Not effective if systemd socket -# activation is in use. -# -# For network -bind_to_address "localhost" -# -# And for Unix Socket -#bind_to_address "/run/mpd/socket" -# -# This setting is the TCP port that is desired for the daemon to get assigned -# to. -# -#port "6600" -# -# This setting controls the type of information which is logged. Available -# setting arguments are "default", "secure" or "verbose". The "verbose" setting -# argument is recommended for troubleshooting, though can quickly stretch -# available resources on limited hardware storage. -# -#log_level "default" -# -# Setting "restore_paused" to "yes" puts MPD into pause mode instead -# of starting playback after startup. -# -#restore_paused "no" -# -# This setting enables MPD to create playlists in a format usable by other -# music players. -# -#save_absolute_paths_in_playlists "no" -# -# This setting defines a list of tag types that will be extracted during the -# audio file discovery process. The complete list of possible values can be -# found in the user manual. -#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc" -# -# This example just enables the "comment" tag without disabling all -# the other supported tags: -#metadata_to_use "+comment" -# -# This setting enables automatic update of MPD's database when files in -# music_directory are changed. -# -#auto_update "yes" -# -# Limit the depth of the directories being watched, 0 means only watch -# the music directory itself. There is no limit by default. -# -#auto_update_depth "3" -# -############################################################################### - - -# Symbolic link behavior ###################################################### -# -# If this setting is set to "yes", MPD will discover audio files by following -# symbolic links outside of the configured music_directory. -# -#follow_outside_symlinks "yes" -# -# If this setting is set to "yes", MPD will discover audio files by following -# symbolic links inside of the configured music_directory. -# -#follow_inside_symlinks "yes" -# -############################################################################### - - -# Zeroconf / Avahi Service Discovery ########################################## -# -# If this setting is set to "yes", service information will be published with -# Zeroconf / Avahi. -# -#zeroconf_enabled "yes" -# -# The argument to this setting will be the Zeroconf / Avahi unique name for -# this MPD server on the network. %h will be replaced with the hostname. -# -#zeroconf_name "Music Player @ %h" -# -############################################################################### - - -# Permissions ################################################################# -# -# If this setting is set, MPD will require password authorization. The password -# setting can be specified multiple times for different password profiles. -# -#password "password@read,add,control,admin" -# -# This setting specifies the permissions a user has who has not yet logged in. -# -#default_permissions "read,add,control,admin" -# -############################################################################### - - -# Database ####################################################################### -# - -#database { -# plugin "proxy" -# host "other.mpd.host" -# port "6600" -#} - -# Input ####################################################################### -# - -input { - plugin "curl" -# proxy "proxy.isp.com:8080" -# proxy_user "user" -# proxy_password "password" -} - -# QOBUZ input plugin -input { - enabled "no" - plugin "qobuz" -# app_id "ID" -# app_secret "SECRET" -# username "USERNAME" -# password "PASSWORD" -# format_id "N" -} - -# TIDAL input plugin -input { - enabled "no" - plugin "tidal" -# token "TOKEN" -# username "USERNAME" -# password "PASSWORD" -# audioquality "Q" -} - -# Decoder ##################################################################### -# - -decoder { - plugin "hybrid_dsd" - enabled "no" -# gapless "no" -} - -# -############################################################################### - -# Audio Output ################################################################ -# -# MPD supports various audio output types, as well as playing through multiple -# audio outputs at the same time, through multiple audio_output settings -# blocks. Setting this block is optional, though the server will only attempt -# autodetection for one sound card. -# -# An example of an ALSA output: -# -audio_output { - type "alsa" - name "My ALSA Device" -# device "hw:0,0" # optional -# mixer_type "hardware" # optional -# mixer_device "default" # optional -# mixer_control "PCM" # optional -# mixer_index "0" # optional -} -# -# An example of an OSS output: -# -#audio_output { -# type "oss" -# name "My OSS Device" -# device "/dev/dsp" # optional -# mixer_type "hardware" # optional -# mixer_device "/dev/mixer" # optional -# mixer_control "PCM" # optional -#} -# -# An example of a shout output (for streaming to Icecast): -# -#audio_output { -# type "shout" -# encoder "vorbis" # optional -# name "My Shout Stream" -# host "localhost" -# port "8000" -# mount "/mpd.ogg" -# password "hackme" -# quality "5.0" -# bitrate "128" -# format "44100:16:1" -# protocol "icecast2" # optional -# user "source" # optional -# description "My Stream Description" # optional -# url "http://example.com" # optional -# genre "jazz" # optional -# public "no" # optional -# timeout "2" # optional -# mixer_type "software" # optional -#} -# -# An example of a recorder output: -# -#audio_output { -# type "recorder" -# name "My recorder" -# encoder "vorbis" # optional, vorbis or lame -# path "/var/lib/mpd/recorder/mpd.ogg" -## quality "5.0" # do not define if bitrate is defined -# bitrate "128" # do not define if quality is defined -# format "44100:16:1" -#} -# -# An example of a httpd output (built-in HTTP streaming server): -# -#audio_output { -# type "httpd" -# name "My HTTP Stream" -# encoder "vorbis" # optional, vorbis or lame -# port "8000" -# bind_to_address "0.0.0.0" # optional, IPv4 or IPv6 -# quality "5.0" # do not define if bitrate is defined -# bitrate "128" # do not define if quality is defined -# format "44100:16:1" -# max_clients "0" # optional 0=no limit -#} -# -# An example of a pulseaudio output (streaming to a remote pulseaudio server) -# Please see README.Debian if you want mpd to play through the pulseaudio -# daemon started as part of your graphical desktop session! -# -#audio_output { -# type "pulse" -# name "My Pulse Output" -# server "remote_server" # optional -# sink "remote_server_sink" # optional -#} -# -# An example of a winmm output (Windows multimedia API). -# -#audio_output { -# type "winmm" -# name "My WinMM output" -# device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional -# or -# device "0" # optional -# mixer_type "hardware" # optional -#} -# -# An example of an openal output. -# -#audio_output { -# type "openal" -# name "My OpenAL output" -# device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional -#} -# -## Example "pipe" output: -# -#audio_output { -# type "pipe" -# name "my pipe" -# command "aplay -f cd 2>/dev/null" -## Or if you're want to use AudioCompress -# command "AudioCompress -m | aplay -f cd 2>/dev/null" -## Or to send raw PCM stream through PCM: -# command "nc example.org 8765" -# format "44100:16:2" -#} -# -## An example of a null output (for no audio output): -# -#audio_output { -# type "null" -# name "My Null Output" -# mixer_type "none" # optional -#} -# -############################################################################### - - -# Normalization automatic volume adjustments ################################## -# -# This setting specifies the type of ReplayGain to use. This setting can have -# the argument "off", "album", "track" or "auto". "auto" is a special mode that -# chooses between "track" and "album" depending on the current state of -# random playback. If random playback is enabled then "track" mode is used. -# See for more details about ReplayGain. -# This setting is off by default. -# -#replaygain "album" -# -# This setting sets the pre-amp used for files that have ReplayGain tags. By -# default this setting is disabled. -# -#replaygain_preamp "0" -# -# This setting sets the pre-amp used for files that do NOT have ReplayGain tags. -# By default this setting is disabled. -# -#replaygain_missing_preamp "0" -# -# This setting enables or disables ReplayGain limiting. -# MPD calculates actual amplification based on the ReplayGain tags -# and replaygain_preamp / replaygain_missing_preamp setting. -# If replaygain_limit is enabled MPD will never amplify audio signal -# above its original level. If replaygain_limit is disabled such amplification -# might occur. By default this setting is enabled. -# -#replaygain_limit "yes" -# -# This setting enables on-the-fly normalization volume adjustment. This will -# result in the volume of all playing audio to be adjusted so the output has -# equal "loudness". This setting is disabled by default. -# -#volume_normalization "no" -# -############################################################################### - -# Character Encoding ########################################################## -# -# If file or directory names do not display correctly for your locale then you -# may need to modify this setting. -# -filesystem_charset "UTF-8" -# -############################################################################### - -audio_output { - type "fifo" - name "Visualizer feed" - path "/tmp/mpd.fifo" - format "44100:16:2" -} diff --git a/.config/.sysconf/etc/nixos/configuration.nix b/.config/.sysconf/etc/nixos/configuration.nix deleted file mode 100644 index c3efdac..0000000 --- a/.config/.sysconf/etc/nixos/configuration.nix +++ /dev/null @@ -1,155 +0,0 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). -# - -{ config, pkgs, ... }: - -{ - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - # ./sway-configuration.nix - ]; - - # Use the systemd-boot EFI boot loader. - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - - networking.hostName = "rias"; # Define your hostname. - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - - # The global useDHCP flag is deprecated, therefore explicitly set to false here. - # Per-interface useDHCP will be mandatory in the future, so this generated config - # replicates the default behaviour. - networking.useDHCP = false; - networking.interfaces.enp5s0.useDHCP = true; - - # Configure network proxy if necessary - # networking.proxy.default = "http://user:password@proxy:port/"; - # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - - # Select internationalisation properties. - i18n = { - consoleFont = "Lat2-Terminus16"; - consoleKeyMap = "us"; - defaultLocale = "en_US.UTF-8"; - }; - - # Set your time zone. - time.timeZone = "America/Chicago"; - - # List packages installed in system profile. To search, run: - # $ nix search wget - - nixpkgs.config.allowUnfree = true; - - hardware.opengl.driSupport32Bit = true; - hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ]; - hardware.pulseaudio.support32Bit = true; - - - fileSystems."/home/alex/HDDA" = - { device = "/dev/disk/by-uuid/b7d683d4-9337-433b-8d33-1035ef7dbcdf"; - fsType = "ext4"; - }; - - fileSystems."/media/Seagate_HDD/" = - { device = "/dev/disk/by-uuid/3ec3e778-2b12-469d-92be-95226c0cf759"; - fsType = "ext4"; - }; - - services.flatpak.enable = true; - - environment.systemPackages = with pkgs; [ - #System programs - wget file unzip unrar zsh - - #KDE - # redshift-plasma-applet redshift - #GNOME - gnome3.gnome-tweaks - - #Graphics - vulkan-loader - - - #CLI programs - vim htop radeontop - - #GUI programs - firefox transmission-gtk mcomix - - #Theming - gnome3.adwaita-icon-theme gnome3.defaultIconTheme - - #Gaming - wineFull lutris steam - - #Development - git go lua love_11 - mono dotnetPackages.MonoAddins - gcc python gnumake - - #needed to build wc-gammactl (maybe not all of this) - # meson ninja clang llvm - # libgcc - # gcc-unwrapped gnome3.glade gtk3 gtkmm3 cmake pkg-config wlroots - ]; - - # Some programs need SUID wrappers, can be configured further or are - # started in user sessions. - # programs.mtr.enable = true; - # programs.gnupg.agent = { enable = true; enableSSHSupport = true; }; - - # List services that you want to enable: - - # Enable the OpenSSH daemon. - # services.openssh.enable = true; - - # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; - # networking.firewall.allowedUDPPorts = [ ... ]; - # Or disable the firewall altogether. - networking.firewall.enable = false; - - # Enable CUPS to print documents. - # services.printing.enable = true; - - # Enable sound. - sound.enable = true; - hardware.pulseaudio.enable = true; - - # Enable the X11 windowing system. -# services.xserver.enable = true; -# services.xserver.layout = "us"; - # services.xserver.xkbOptions = "eurosign:e"; - - # Enable touchpad support. - # services.xserver.libinput.enable = true; - - # Enable the KDE Desktop Environment. - #services.xserver.displayManager.sddm.enable = true; - #services.xserver.desktopManager.plasma5.enable = true; - - # Enable GNOME Desktop Environment -services.xserver.enable = true; -services.xserver.displayManager.gdm.enable = true; -services.xserver.desktopManager.gnome3.enable = true; -#services.dbus.packages = with pkgs; [ gnome2.GConf ]; - - # Define a user account. Don't forget to set a password with ‘passwd’. - users.users.alex = { - isNormalUser = true; - # shell = pkgs.zsh; - extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. - }; - - # This value determines the NixOS release with which your system is to be - # compatible, in order to avoid breaking some software such as database - # servers. You should change this only after NixOS release notes say you - # should. - system.stateVersion = "19.09"; # Did you read the comment? - -} - diff --git a/.config/.sysconf/etc/nixos/hardware-configuration.nix b/.config/.sysconf/etc/nixos/hardware-configuration.nix deleted file mode 100644 index f6195dc..0000000 --- a/.config/.sysconf/etc/nixos/hardware-configuration.nix +++ /dev/null @@ -1,32 +0,0 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ -# and may be overwritten by future invocations. Please make changes -# to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, ... }: - -{ - imports = - [ - ]; - - boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usb_storage" "usbhid" "uas" "sd_mod" "sr_mod" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { device = "/dev/disk/by-uuid/fc236860-d371-471d-9c46-14ace1e97ce6"; - fsType = "ext4"; - }; - - fileSystems."/boot" = - { device = "/dev/disk/by-uuid/FABC-F05B"; - fsType = "vfat"; - }; - - swapDevices = - [ { device = "/dev/disk/by-uuid/4245f271-aee0-404a-b419-19a36262060b"; } - ]; - - nix.maxJobs = lib.mkDefault 4; - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; -} diff --git a/.config/.sysconf/etc/nixos/sway-configuration-new.nix b/.config/.sysconf/etc/nixos/sway-configuration-new.nix deleted file mode 100644 index 24f8c00..0000000 --- a/.config/.sysconf/etc/nixos/sway-configuration-new.nix +++ /dev/null @@ -1,112 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - # bash script to let dbus know about important env variables and - # propogate them to relevent services run at the end of sway config - # see - # https://github.com/emersion/xdg-desktop-portal-wlr/wiki/"It-doesn't-work"-Troubleshooting-Checklist - # note: this is pretty much the same as /etc/sway/config.d/nixos.conf but also restarts - # some user services to make sure they have the correct environment variables - dbus-sway-environment = pkgs.writeTextFile { - name = "dbus-sway-environment"; - destination = "/bin/dbus-sway-environment"; - executable = true; - - text = '' - dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway - systemctl --user stop pipewire pipewire-media-session xdg-desktop-portal xdg-desktop-portal-wlr - systemctl --user start pipewire pipewire-media-session xdg-desktop-portal xdg-desktop-portal-wlr - ''; - }; - - # currently, there is some friction between sway and gtk: - # https://github.com/swaywm/sway/wiki/GTK-3-settings-on-Wayland - # the suggested way to set gtk settings is with gsettings - # for gsettings to work, we need to tell it where the schemas are - # using the XDG_DATA_DIR environment variable - # run at the end of sway config - configure-gtk = pkgs.writeTextFile { - name = "configure-gtk"; - destination = "/bin/configure-gtk"; - executable = true; - text = let - schema = pkgs.gsettings-desktop-schemas; - datadir = "${schema}/share/gsettings-schemas/${schema.name}"; - in '' - export XDG_DATA_DIRS=${datadir}:$XDG_DATA_DIRS - gnome_schema=org.gnome.desktop.interface - gsettings set $gnome_schema gtk-theme 'Dracula' - ''; - }; - - -in -{ - environment.systemPackages = with pkgs; [ - alacritty # gpu accelerated terminal - sway - dbus-sway-environment - configure-gtk - wayland - glib # gsettings - dracula-theme # gtk theme - gnome3.adwaita-icon-theme # default gnome cursors - swaylock - swayidle - grim # screenshot functionality - slurp # screenshot functionality - wl-clipboard # wl-copy and wl-paste for copy/paste from stdin / stdout - bemenu # wayland clone of dmenu - mako # notification system developed by swaywm maintainer - swaybg - waybar - xwayland - gammastep - - #cli programs - viu - bat - yt-dlp - neovim - - - #programs I use - librewolf - zathura - imv - pavucontrol - ]; - - #add 32bit support for graphics - hardware.opengl.driSupport32Bit = true; - - - services.pipewire = { - enable = true; - alsa.enable = true; - pulse.enable = true; - }; - - services.pipewire.wireplumber.enable = true; - - - # xdg-desktop-portal works by exposing a series of D-Bus interfaces - # known as portals under a well-known name - # (org.freedesktop.portal.Desktop) and object path - # (/org/freedesktop/portal/desktop). - # The portal interfaces include APIs for file access, opening URIs, - # printing and others. - services.dbus.enable = true; - xdg.portal = { - enable = true; - wlr.enable = true; - # gtk portal needed to make gtk apps happy - extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; - gtkUsePortal = true; - }; - - # enable sway window manager - programs.sway = { - enable = true; - wrapperFeatures.gtk = true; - }; diff --git a/.config/.sysconf/etc/nixos/sway-configuration.nix b/.config/.sysconf/etc/nixos/sway-configuration.nix deleted file mode 100644 index 4876339..0000000 --- a/.config/.sysconf/etc/nixos/sway-configuration.nix +++ /dev/null @@ -1,113 +0,0 @@ -# Adds Sway to NixOS -# copied from https://nixos.wiki/wiki/Sway - -{ config, pkgs, lib, ... }: { - - - programs.sway = { - enable = true; - extraPackages = with pkgs; [ - swaylock # lockscreen - swayidle - xwayland # for legacy apps - waybar # status bar - mako # notification daemon - kanshi # autorandr - ]; - }; - - xdg.portal.wlr.enable = true; - - #enable pipewire - services.pipewire.enable = true; - services.pipewire.alsa.enable = true; - services.pipewire.pulse.enable = true; - services.pipewire.wireplumber.enable = true; - services.pipewire.audio.enable = true; - - - - #environment = { - # etc = { - # Put config files in /etc. Note that you also can put these in ~/.config, but then you can't manage them with NixOS anymore! - #"sway/config".source = ./dotfiles/sway/config; - #"xdg/waybar/config".source = ./dotfiles/waybar/config; - #"xdg/waybar/style.css".source = ./dotfiles/waybar/style.css; - # }; - #}; - - # Here we but a shell script into path, which lets us start sway.service (after importing the environment of the login shell). - environment.systemPackages = with pkgs; [ - pango - alacritty - bemenu - imv - mpv - cmus - zathura - pulsemixer - ffmpegthumbnailer - ( - pkgs.writeTextFile { - name = "startsway"; - destination = "/bin/startsway"; - executable = true; - text = '' - #! ${pkgs.bash}/bin/bash - - # first import environment variables from the login manager - systemctl --user import-environment - # then start the service - exec systemctl --user start sway.service - ''; - } - ) - ]; - - systemd.user.targets.sway-session = { - description = "Sway compositor session"; - documentation = [ "man:systemd.special(7)" ]; - bindsTo = [ "graphical-session.target" ]; - wants = [ "graphical-session-pre.target" ]; - after = [ "graphical-session-pre.target" ]; - }; - - systemd.user.services.sway = { - description = "Sway - Wayland window manager"; - documentation = [ "man:sway(5)" ]; - bindsTo = [ "graphical-session.target" ]; - wants = [ "graphical-session-pre.target" ]; - after = [ "graphical-session-pre.target" ]; - # We explicitly unset PATH here, as we want it to be set by - # systemctl --user import-environment in startsway - environment.PATH = lib.mkForce null; - serviceConfig = { - Type = "simple"; - ExecStart = '' - ${pkgs.dbus}/bin/dbus-run-session ${pkgs.sway}/bin/sway --debug - ''; - Restart = "on-failure"; - RestartSec = 1; - TimeoutStopSec = 10; - }; - }; - - - programs.waybar.enable = true; - - systemd.user.services.kanshi = { - description = "Kanshi output autoconfig "; - wantedBy = [ "graphical-session.target" ]; - partOf = [ "graphical-session.target" ]; - serviceConfig = { - # kanshi doesn't have an option to specifiy config file yet, so it looks - # at .config/kanshi/config - ExecStart = '' - ${pkgs.kanshi}/bin/kanshi - ''; - RestartSec = 5; - Restart = "always"; - }; - }; - -} diff --git a/.config/.sysconf/etc/pacman.d/hooks/nvidia.hook b/.config/.sysconf/etc/pacman.d/hooks/nvidia.hook deleted file mode 100644 index d7c1cc8..0000000 --- a/.config/.sysconf/etc/pacman.d/hooks/nvidia.hook +++ /dev/null @@ -1,15 +0,0 @@ -[Trigger] -Operation=Install -Operation=Upgrade -Operation=Remove -Type=Package -Target=nvidia -Target=linux -# Change the linux part above and in the Exec line if a different kernel is used - -[Action] -Description=Update Nvidia module in initcpio -Depends=mkinitcpio -When=PostTransaction -NeedsTargets -Exec=/bin/sh -c 'while read -r trg; do case $trg in linux) exit 0; esac; done; /usr/bin/mkinitcpio -P' diff --git a/.config/.sysconf/etc/vconsole.conf b/.config/.sysconf/etc/vconsole.conf deleted file mode 100644 index e48c321..0000000 --- a/.config/.sysconf/etc/vconsole.conf +++ /dev/null @@ -1,2 +0,0 @@ -FONT=Lat2-Terminus16 -FONT_MAP=8859-2 diff --git a/.config/.sysconf/etc/wpa_supplicant/wpa_supplicant.conf b/.config/.sysconf/etc/wpa_supplicant/wpa_supplicant.conf deleted file mode 100644 index 7f44722..0000000 --- a/.config/.sysconf/etc/wpa_supplicant/wpa_supplicant.conf +++ /dev/null @@ -1,10 +0,0 @@ -# Giving configuration update rights to wpa_cli -ctrl_interface=/run/wpa_supplicant -ctrl_interface_group=wheel -update_config=1 - -# AP scanning -ap_scan=1 - -# ISO/IEC alpha2 country code in which the device is operating -country=US diff --git a/.config/.sysconf/usr/share/xsessions/dwm.desktop b/.config/.sysconf/usr/share/xsessions/dwm.desktop deleted file mode 100644 index 69ed9ed..0000000 --- a/.config/.sysconf/usr/share/xsessions/dwm.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Type=XSession -Exec=dwm -TryExec=dwm -Name=Dwm diff --git a/.config/Xresources b/.config/Xresources deleted file mode 100644 index b2b5a3e..0000000 --- a/.config/Xresources +++ /dev/null @@ -1,214 +0,0 @@ -Xft.autohint: 1 -Xft.antialias: 1 -Xft.hinting: true -Xft.hintstyle: hintslight -Xft.rgba: rgb -Xft.lcdfilter: lcddefault -Xcursor.theme: Adwaita - -! urxvt -urxvt.font: xft:mono:size=10:antialias=true:hinting=true -urxvt.url-launcher: /usr/bin/xdg-open -urxvt.matcher.button: 1 -urxvt.matcher.pattern.0: \\b([a-zA-Z]+:\/\/\\w[\\w-.@:]*|www\\.\\w[\\w-]*\\.\\w[\\w-.]*)(\/[^"' ()]*)? -urxvt.scrollBar: false -urxvt.termName: xterm-256color -urxvt.saveLines: 10000 -urxvt.inheritPixmap: true -urxvt.shading: 20 -urxvt.clipboard.autocopy: true -urxvt.perl-ext-common: default,selection-to-clipboard,pasta,matcher,keyboard-select,resize-font,font -urxvt.keysym.M-u: perl:url-select:select_next -urxvt.transparent: true -urxvt.buffered: true -urxvt.jumpScroll: false -urxvt.scrollTtyKeypress: true -urxvt.scrollTtyOutput: false -urxvt.scrollWithBuffer: false -urxvt.scrollstyle: plain -urxvt.secondaryScroll: false -urxvt.xftAntialias: true -!urxvt.color4: RoyalBlue -urxvt.matcher.rend.0: Bold fg6 -urxvt.cursorBlink: false -urxvt.cursorColor: #5f8fff -urxvt.mapAlert: true -urxvt.pointerBlank: true -urxvt.resource: value -urxvt.iso14755: false -urxvt.iso14755_52: false - -!xterm font -XTerm.vt100.faceName: mono:size=10 - -!st settings -*.font: mono:pixelsize=13 -*.borderpx: 2 -*.tabspaces: 4 -!cursorColor STRING, &colorname[258] }, -!termname STRING, &termname }, -!shell STRING, &shell }, -*.xfps: 30 -!actionfps INTEGER, &actionfps }, -!blinktimeout INTEGER, &blinktimeout }, -*.bellvolume: 100 !INTEGER, &bellvolume }, -!cwscale FLOAT, &cwscale }, -!chscale FLOAT &chscale }, - -!dmenu settings -dmenu.font : mono:pixelsize=13 - - -/*** COLOR SETTINGS ***/ - -!global colors -#define WHITE #ffffff -#define BLACK #000000 - -/* include color theme. theme can be set using ~/scripts/set_colors.sh*/ -#include "./color" - -!if COLOR15 is not defined, there is an error in ~/.config/colors. default to nord -#ifndef COLOR15 - -#define COLOR0 #3B4252 -#define COLOR1 #BF616A -#define COLOR2 #A3BE8C -#define COLOR3 #EBCB8B -#define COLOR4 #81A1C1 -#define COLOR5 #B48EAD -#define COLOR6 #88C0D0 -#define COLOR7 #E5E9F0 -#define COLOR8 #4C566A -#define COLOR9 #BF616A -#define COLOR10 #A3BE8C -#define COLOR11 #EBCB8B -#define COLOR12 #81A1C1 -#define COLOR13 #B48EAD -#define COLOR14 #8FBCBB -#define COLOR15 #ECEFF4 - -#define FOREGROUND #D8DEE9 -#define BACKGROUND #2E3440 - -#define DWM_NBDR COLOR13 -#define DWM_NBG BACKGROUND -#define DWM_NFG COLOR6 -#define DWM_SBDR WHITE -#define DWM_SBG #434C5E -#define DWM_SFG COLOR13 - -#endif - -/* DWM colors - * dwm.normbordercolor: border not currently selected - * dwm.normbgcolor: bg of top bar, bg of not selected tags, bg of dmenu - * dwm.normfgclolor: ??? - * dwm.selbordercolor: active window border color, color of selected entry in dmenu - * dwm.selbgcolor: selected tag color, color of section of top bar displaying window title - * dwm.selfgcolor: color of window title text, color of current tag indicator, - */ - -!source dwm colors from color pallete if not defined -#ifndef DWM_NBDR - #define DWM_NBDR COLOR8 -#endif -#ifndef DWM_NBG - #define DWM_NBG COLOR0 -#endif -#ifndef DWM_NFG - #define DWM_NFG COLOR15 -#endif -#ifndef DWM_SBDR - #define DWM_SBDR COLOR15 -#endif -#ifndef DWM_SBG - #define DWM_SBG COLOR2 -#endif -#ifndef DWM_FBG - #define DWM_FBG COLOR15 -#endif - -!source dmenu colors from color pallette if not defined -#ifndef DMENU_NBG - #define DMENU_NBG COLOR0 -#endif -#ifndef DMENU_NFG - #define DMENU_NFG COLOR15 -#endif -#ifndef DMENU_SBG - #define DMENU_SBG COLOR1 -#endif -#ifndef DMENU_SFG - #define DMENU_SFG COLOR15 -#endif - - -! 6 11 14 -#define AAAA COLOR6 - -#ifndef DMENU_SHFG - #define DMENU_SHFG AAAA -#endif - -#ifndef DMENU_SHBG - #define DMENU_SHBG COLOR1 -#endif - -#ifndef DMENU_NHFG - #define DMENU_NHFG AAAA -#endif - -#ifndef DMENU_NHBG - #define DMENU_NHBG COLOR0 -#endif - - -!source colors for BG and FG if not defined -#ifndef BACKGROUND - #define BACKGROUND COLOR0 -#endif -#ifndef FOREGROUND - #define FOREGROUND COLOR15 -#endif - - - -!set dwm colors defined in included file above -dwm.normbordercolor: DWM_NBDR -dwm.normbgcolor: DWM_NBG -dwm.normfgclolor: DWM_NFG -dwm.selbordercolor: DWM_SBDR -dwm.selbgcolor: DWM_SBG -dwm.selfgcolor: DWM_SFG - -!set dmenu colors defined in included file above -dmenu.background : DMENU_NBG -dmenu.foreground : DMENU_NFG -dmenu.selbackground : DMENU_SBG -dmenu.selforeground : DMENU_SFG - -dmenu.selhighlightfg : DMENU_SHFG -dmenu.selhighlightbg : DMENU_SHBG -dmenu.normhighlightfg : DMENU_NHFG -dmenu.normhighlightbg : DMENU_NHBG - -/* ST/Xterm colors */ -*.color0: COLOR0 -*.color1: COLOR1 -*.color2: COLOR2 -*.color3: COLOR3 -*.color4: COLOR4 -*.color5: COLOR5 -*.color6: COLOR6 -*.color7: COLOR7 -*.color8: COLOR8 -*.color9: COLOR9 -*.color10: COLOR10 -*.color11: COLOR11 -*.color12: COLOR12 -*.color13: COLOR13 -*.color14: COLOR14 -*.color15: COLOR15 -*.background: BACKGROUND -*.foreground: FOREGROUND diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml deleted file mode 100644 index 476185a..0000000 --- a/.config/alacritty/alacritty.yml +++ /dev/null @@ -1,531 +0,0 @@ -# Configuration for Alacritty, the GPU enhanced terminal emulator. - -# Any items in the `env` entry below will be added as -# environment variables. Some entries may override variables -# set by alacritty itself. -env: - # TERM variable - # - # This value is used to set the `$TERM` environment variable for - # each instance of Alacritty. If it is not present, alacritty will - # check the local terminfo database and use `alacritty` if it is - # available, otherwise `xterm-256color` is used. - TERM: xterm-256color - -window: - # Window dimensions (changes require restart) - # - # Specified in number of columns/lines, not pixels. - # If both are `0`, this setting is ignored. - #dimensions: - # columns: 0 - # lines: 0 - - # Window position (changes require restart) - # - # Specified in number of pixels. - # If the position is not set, the window manager will handle the placement. - #position: - # x: 0 - # y: 0 - - # Window padding (changes require restart) - # - # Blank space added around the window in pixels. This padding is scaled - # by DPI and the specified value is always added at both opposing sides. - padding: - x: 3 - y: 3 - - # Spread additional padding evenly around the terminal content. - #dynamic_padding: false - - # Window decorations - # - # Values for `decorations`: - # - full: Borders and title bar - # - none: Neither borders nor title bar - # - # Values for `decorations` (macOS only): - # - transparent: Title bar, transparent background and title bar buttons - # - buttonless: Title bar, transparent background, but no title bar buttons - decorations: none - - opacity: 0.98 - #opacity: 1 - - # Startup Mode (changes require restart) - # - # Values for `startup_mode`: - # - Windowed - # - Maximized - # - Fullscreen - # - # Values for `startup_mode` (macOS only): - # - SimpleFullscreen - #startup_mode: Windowed - - # Window title - #title: Alacritty - - # Window class (Linux/BSD only): - #class: - # Application instance name - #instance: Alacritty - # General application class - #general: Alacritty - - # GTK theme variant (Linux/BSD only) - # - # Override the variant of the GTK theme. Commonly supported values are `dark` and `light`. - # Set this to `None` to use the default theme variant. - #gtk_theme_variant: None - -#scrolling: - # Maximum number of lines in the scrollback buffer. - # Specifying '0' will disable scrolling. - #history: 10000 - - # Number of lines the viewport will move for every line scrolled when - # scrollback is enabled (history > 0). - #multiplier: 3 - - # Scroll to the bottom when new text is written to the terminal. - #auto_scroll: false - -# Spaces per Tab (changes require restart) -# -# This setting defines the width of a tab in cells. -# -# Some applications, like Emacs, rely on knowing about the width of a tab. -# To prevent unexpected behavior in these applications, it's also required to -# change the `it` value in terminfo when altering this setting. -#tabspaces: 8 - -# Font configuration -font: - # Normal (roman) font face - normal: - # Font family - # - # Default: - # - (macOS) Menlo - # - (Linux/BSD) monospace - # - (Windows) Consolas - family: monospace - - # The `style` can be specified to pick a specific face. - style: Regular - - # Bold font face - #bold: - # Font family - # - # If the bold family is not specified, it will fall back to the - # value specified for the normal font. - #family: monospace - - # The `style` can be specified to pick a specific face. - #style: Bold - - # Italic font face - #italic: - # Font family - # - # If the italic family is not specified, it will fall back to the - # value specified for the normal font. - #family: monospace - - # The `style` can be specified to pick a specific face. - #style: Italic - - # Bold italic font face - #bold_italic: - # Font family - # - # If the bold italic family is not specified, it will fall back to the - # value specified for the normal font. - #family: monospace - - # The `style` can be specified to pick a specific face. - #style: Bold Italic - - # Point size - size: 10.0 - - # Offset is the extra space around each character. `offset.y` can be thought of - # as modifying the line spacing, and `offset.x` as modifying the letter spacing. - #offset: - # x: 0 - # y: 0 - - # Glyph offset determines the locations of the glyphs within their cells with - # the default being at the bottom. Increasing `x` moves the glyph to the right, - # increasing `y` moves the glyph upwards. - #glyph_offset: - # x: 0 - # y: 0 - - # Thin stroke font rendering (macOS only) - # - # Thin strokes are suitable for retina displays, but for non-retina screens - # it is recommended to set `use_thin_strokes` to `false` - # - # macOS >= 10.14.x: - # - # If the font quality on non-retina display looks bad then set - # `use_thin_strokes` to `true` and enable font smoothing by running the - # following command: - # `defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO` - # - # This is a global setting and will require a log out or restart to take - # effect. - #use_thin_strokes: true - -# If `true`, bold text is drawn using the bright color variants. -#draw_bold_text_with_bright_colors: true - -# Base16 Gruvbox dark, medium - alacritty color config -# Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) -colors: - # Default colors - primary: - background: '0x282828' - foreground: '0xd5c4a1' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x282828' - cursor: '0xd5c4a1' - - # Normal colors - normal: - black: '0x282828' - red: '0xfb4934' - green: '0xb8bb26' - yellow: '0xfabd2f' - blue: '0x83a598' - magenta: '0xd3869b' - cyan: '0x8ec07c' - white: '0xd5c4a1' - - # Bright colors - bright: - black: '0x665c54' - red: '0xfe8019' - green: '0x3c3836' - yellow: '0x504945' - blue: '0xbdae93' - magenta: '0xebdbb2' - cyan: '0xd65d0e' - white: '0xfbf1c7' - -draw_bold_text_with_bright_colors: false - -# Visual Bell -# -# Any time the BEL code is received, Alacritty "rings" the visual bell. Once -# rung, the terminal background will be set to white and transition back to the -# default background color. You can control the rate of this transition by -# setting the `duration` property (represented in milliseconds). You can also -# configure the transition function by setting the `animation` property. -# -# Values for `animation`: -# - Ease -# - EaseOut -# - EaseOutSine -# - EaseOutQuad -# - EaseOutCubic -# - EaseOutQuart -# - EaseOutQuint -# - EaseOutExpo -# - EaseOutCirc -# - Linear -# -# Specifying a `duration` of `0` will disable the visual bell. -#visual_bell: -# animation: EaseOutExpo -# duration: 0 -# color: '0xffffff' - -# Background opacity -# -# Window opacity as a floating point number from `0.0` to `1.0`. -# The value `0.0` is completely transparent and `1.0` is opaque. - - -#selection: - #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" - - # When set to `true`, selected text will be copied to the primary clipboard. - #save_to_clipboard: false - -# Allow terminal applications to change Alacritty's window title. -#dynamic_title: true - -#cursor: - # Cursor style - # - # Values for `style`: - # - ▇ Block - # - _ Underline - # - | Beam - #style: Block - - # If this is `true`, the cursor will be rendered as a hollow box when the - # window is not focused. - #unfocused_hollow: true - -# Live config reload (changes require restart) -#live_config_reload: true - -# Shell -# -# You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`. -# Entries in `shell.args` are passed unmodified as arguments to the shell. -# -# Default: -# - (macOS) /bin/bash --login -# - (Linux/BSD) user login shell -# - (Windows) powershell -#shell: -# program: /bin/bash -# args: -# - --login - -# Startup directory -# -# Directory the shell is started in. If this is unset, or `None`, the working -# directory of the parent process will be used. -#working_directory: None - -# WinPTY backend (Windows only) -# -# Alacritty defaults to using the newer ConPTY backend if it is available, -# since it resolves a lot of bugs and is quite a bit faster. If it is not -# available, the the WinPTY backend will be used instead. -# -# Setting this option to `true` makes Alacritty use the legacy WinPTY backend, -# even if the ConPTY backend is available. -#winpty_backend: false - -# Send ESC (\x1b) before characters when alt is pressed. -#alt_send_esc: true - -#debug: - # Display the time it takes to redraw each frame. - #render_timer: false - - # Keep the log file after quitting Alacritty. - #persistent_logging: false - - # Log level - # - # Values for `log_level`: - # - None - # - Error - # - Warn - # - Info - # - Debug - # - Trace - #log_level: Warn - - # Print all received window events. - #print_events: false - - # Record all characters and escape sequences as test data. - #ref_test: false - -#mouse: - # Click settings - # - # The `double_click` and `triple_click` settings control the time - # alacritty should wait for accepting multiple clicks as one double - # or triple click. - #double_click: { threshold: 300 } - #triple_click: { threshold: 300 } - - # If this is `true`, the cursor is temporarily hidden when typing. - #hide_when_typing: false - - #url: - # URL launcher - # - # This program is executed when clicking on a text which is recognized as a URL. - # The URL is always added to the command as the last parameter. - # - # When set to `None`, URL launching will be disabled completely. - # - # Default: - # - (macOS) open - # - (Linux/BSD) xdg-open - # - (Windows) explorer - #launcher: - # program: xdg-open - # args: [] - - # URL modifiers - # - # These are the modifiers that need to be held down for opening URLs when clicking - # on them. The available modifiers are documented in the key binding section. - #modifiers: None - -# Mouse bindings -# -# Mouse bindings are specified as a list of objects, much like the key -# bindings further below. -# -# Each mouse binding will specify a: -# -# - `mouse`: -# -# - Middle -# - Left -# - Right -# - Numeric identifier such as `5` -# -# - `action` (see key bindings) -# -# And optionally: -# -# - `mods` (see key bindings) -#mouse_bindings: -# - { mouse: Middle, action: PasteSelection } - -# Key bindings -# -# Key bindings are specified as a list of objects. For example, this is the -# default paste binding: -# -# `- { key: V, mods: Control|Shift, action: Paste }` -# -# Each key binding will specify a: -# -# - `key`: Identifier of the key pressed -# -# - A-Z -# - F1-F24 -# - Key0-Key9 -# -# A full list with available key codes can be found here: -# https://docs.rs/glutin/*/glutin/event/enum.VirtualKeyCode.html#variants -# -# Instead of using the name of the keys, the `key` field also supports using -# the scancode of the desired key. Scancodes have to be specified as a -# decimal number. This command will allow you to display the hex scancodes -# for certain keys: -# -# `showkey --scancodes`. -# -# Then exactly one of: -# -# - `chars`: Send a byte sequence to the running application -# -# The `chars` field writes the specified string to the terminal. This makes -# it possible to pass escape sequences. To find escape codes for bindings -# like `PageUp` (`"\x1b[5~"`), you can run the command `showkey -a` outside -# of tmux. Note that applications use terminfo to map escape sequences back -# to keys. It is therefore required to update the terminfo when changing an -# escape sequence. -# -# - `action`: Execute a predefined action -# -# - Copy -# - Paste -# - PasteSelection -# - IncreaseFontSize -# - DecreaseFontSize -# - ResetFontSize -# - ScrollPageUp -# - ScrollPageDown -# - ScrollLineUp -# - ScrollLineDown -# - ScrollToTop -# - ScrollToBottom -# - ClearHistory -# - Hide -# - Minimize -# - Quit -# - ToggleFullscreen -# - SpawnNewInstance -# - ClearLogNotice -# - ReceiveChar -# - None -# -# (macOS only): -# - ToggleSimpleFullscreen: Enters fullscreen without occupying another space -# -# - `command`: Fork and execute a specified command plus arguments -# -# The `command` field must be a map containing a `program` string and an -# `args` array of command line parameter strings. For example: -# `{ program: "alacritty", args: ["-e", "vttest"] }` -# -# And optionally: -# -# - `mods`: Key modifiers to filter binding actions -# -# - Command -# - Control -# - Option -# - Super -# - Shift -# - Alt -# -# Multiple `mods` can be combined using `|` like this: -# `mods: Control|Shift`. -# Whitespace and capitalization are relevant and must match the example. -# -# - `mode`: Indicate a binding for only specific terminal reported modes -# -# This is mainly used to send applications the correct escape sequences -# when in different modes. -# -# - AppCursor -# - AppKeypad -# - Alt -# -# A `~` operator can be used before a mode to apply the binding whenever -# the mode is *not* active, e.g. `~Alt`. -# -# Bindings are always filled by default, but will be replaced when a new -# binding with the same triggers is defined. To unset a default binding, it can -# be mapped to the `ReceiveChar` action. Alternatively, you can use `None` for -# a no-op if you do not wish to receive input characters for that binding. -#key_bindings: - # (Windows, Linux, and BSD only) - #- { key: V, mods: Control|Shift, action: Paste } - #- { key: C, mods: Control|Shift, action: Copy } - #- { key: Insert, mods: Shift, action: PasteSelection } - #- { key: Key0, mods: Control, action: ResetFontSize } - #- { key: Equals, mods: Control, action: IncreaseFontSize } - #- { key: Add, mods: Control, action: IncreaseFontSize } - #- { key: Subtract, mods: Control, action: DecreaseFontSize } - #- { key: Minus, mods: Control, action: DecreaseFontSize } - - # (Windows only) - #- { key: Return, mods: Alt, action: ToggleFullscreen } - - # (macOS only) - #- { key: Key0, mods: Command, action: ResetFontSize } - #- { key: Equals, mods: Command, action: IncreaseFontSize } - #- { key: Add, mods: Command, action: IncreaseFontSize } - #- { key: Minus, mods: Command, action: DecreaseFontSize } - #- { key: K, mods: Command, action: ClearHistory } - #- { key: K, mods: Command, chars: "\x0c" } - #- { key: V, mods: Command, action: Paste } - #- { key: C, mods: Command, action: Copy } - #- { key: H, mods: Command, action: Hide } - #- { key: M, mods: Command, action: Minimize } - #- { key: Q, mods: Command, action: Quit } - #- { key: W, mods: Command, action: Quit } - #- { key: F, mods: Command|Control, action: ToggleFullscreen } - - #- { key: Paste, action: Paste } - #- { key: Copy, action: Copy } - #- { key: L, mods: Control, action: ClearLogNotice } - #- { key: L, mods: Control, chars: "\x0c" } - #- { key: PageUp, mods: Shift, action: ScrollPageUp, mode: ~Alt } - #- { key: PageDown, mods: Shift, action: ScrollPageDown, mode: ~Alt } - #- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt } - #- { key: End, mods: Shift, action: ScrollToBottom, mode: ~Alt } diff --git a/.config/alacritty/colors/base16-atlas.yml b/.config/alacritty/colors/base16-atlas.yml deleted file mode 100644 index 0d3a4ea..0000000 --- a/.config/alacritty/colors/base16-atlas.yml +++ /dev/null @@ -1,36 +0,0 @@ -# Base16 Atlas - alacritty color config -# Alex Lende (https://ajlende.com) -colors: - # Default colors - primary: - background: '0x002635' - foreground: '0xa1a19a' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x002635' - cursor: '0xa1a19a' - - # Normal colors - normal: - black: '0x002635' - red: '0xff5a67' - green: '0x7fc06e' - yellow: '0xffcc1b' - blue: '0x5dd7b9' - magenta: '0x9a70a4' - cyan: '0x14747e' - white: '0xa1a19a' - - # Bright colors - bright: - black: '0x6c8b91' - red: '0xf08e48' - green: '0x00384d' - yellow: '0x517f8d' - blue: '0x869696' - magenta: '0xe6e6dc' - cyan: '0xc43060' - white: '0xfafaf8' - -draw_bold_text_with_bright_colors: false diff --git a/.config/alacritty/colors/base16-dracula.yml b/.config/alacritty/colors/base16-dracula.yml deleted file mode 100644 index 77dadfb..0000000 --- a/.config/alacritty/colors/base16-dracula.yml +++ /dev/null @@ -1,36 +0,0 @@ -# Base16 Dracula - alacritty color config -# Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula) -colors: - # Default colors - primary: - background: '0x282936' - foreground: '0xe9e9f4' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x282936' - cursor: '0xe9e9f4' - - # Normal colors - normal: - black: '0x282936' - red: '0xea51b2' - green: '0xebff87' - yellow: '0x00f769' - blue: '0x62d6e8' - magenta: '0xb45bcf' - cyan: '0xa1efe4' - white: '0xe9e9f4' - - # Bright colors - bright: - black: '0x626483' - red: '0xb45bcf' - green: '0x3a3c4e' - yellow: '0x4d4f68' - blue: '0x62d6e8' - magenta: '0xf1f2f8' - cyan: '0x00f769' - white: '0xf7f7fb' - -draw_bold_text_with_bright_colors: false diff --git a/.config/alacritty/colors/base16-gruvbox-dark-soft-256.yml b/.config/alacritty/colors/base16-gruvbox-dark-soft-256.yml deleted file mode 100644 index b5dc272..0000000 --- a/.config/alacritty/colors/base16-gruvbox-dark-soft-256.yml +++ /dev/null @@ -1,42 +0,0 @@ -# Base16 Gruvbox dark, soft 256 - alacritty color config -# Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) -colors: - # Default colors - primary: - background: '0x32302f' - foreground: '0xd5c4a1' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x32302f' - cursor: '0xd5c4a1' - - # Normal colors - normal: - black: '0x32302f' - red: '0xfb4934' - green: '0xb8bb26' - yellow: '0xfabd2f' - blue: '0x83a598' - magenta: '0xd3869b' - cyan: '0x8ec07c' - white: '0xd5c4a1' - - # Bright colors - bright: - black: '0x665c54' - red: '0xfb4934' - green: '0xb8bb26' - yellow: '0xfabd2f' - blue: '0x83a598' - magenta: '0xd3869b' - cyan: '0x8ec07c' - white: '0xfbf1c7' - - indexed_colors: - - { index: 16, color: '0xfe8019' } - - { index: 17, color: '0xd65d0e' } - - { index: 18, color: '0x3c3836' } - - { index: 19, color: '0x504945' } - - { index: 20, color: '0xbdae93' } - - { index: 21, color: '0xebdbb2' } diff --git a/.config/alacritty/colors/base16-gruvbox-dark-soft.yml b/.config/alacritty/colors/base16-gruvbox-dark-soft.yml deleted file mode 100644 index 85f9d0d..0000000 --- a/.config/alacritty/colors/base16-gruvbox-dark-soft.yml +++ /dev/null @@ -1,36 +0,0 @@ -# Base16 Gruvbox dark, soft - alacritty color config -# Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) -colors: - # Default colors - primary: - background: '0x32302f' - foreground: '0xd5c4a1' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x32302f' - cursor: '0xd5c4a1' - - # Normal colors - normal: - black: '0x32302f' - red: '0xfb4934' - green: '0xb8bb26' - yellow: '0xfabd2f' - blue: '0x83a598' - magenta: '0xd3869b' - cyan: '0x8ec07c' - white: '0xd5c4a1' - - # Bright colors - bright: - black: '0x665c54' - red: '0xfe8019' - green: '0x3c3836' - yellow: '0x504945' - blue: '0xbdae93' - magenta: '0xebdbb2' - cyan: '0xd65d0e' - white: '0xfbf1c7' - -draw_bold_text_with_bright_colors: false diff --git a/.config/alacritty/colors/dracula b/.config/alacritty/colors/dracula deleted file mode 100644 index 0c69ceb..0000000 --- a/.config/alacritty/colors/dracula +++ /dev/null @@ -1,96 +0,0 @@ -colors: - # Default colors - primary: - background: '0x282a36' - foreground: '0xf8f8f2' - - # Bright and dim foreground colors - # - # The dimmed foreground color is calculated automatically if it is not present. - # If the bright foreground color is not set, or `draw_bold_text_with_bright_colors` - # is `false`, the normal foreground color will be used. - #dim_foreground: '0x9a9a9a' - #bright_foreground: '0xffffff' - - # Cursor colors - # - # Colors which should be used to draw the terminal cursor. If these are unset, - # the cursor color will be the inverse of the cell color. - #cursor: - # text: '0x000000' - # cursor: '0xffffff' - - # Selection colors - # - # Colors which should be used to draw the selection area. If selection - # background is unset, selection color will be the inverse of the cell colors. - # If only text is unset the cell text color will remain the same. - #selection: - # text: '0xeaeaea' - # background: '0x404040' - - # Normal colors - #normal: - # black: '0x000000' - # red: '0xd54e53' - # green: '0xb9ca4a' - # yellow: '0xe6c547' - # blue: '0x7aa6da' - # magenta: '0xc397d8' - # cyan: '0x70c0ba' - # white: '0xeaeaea' - - # Bright colors - #bright: - # black: '0x666666' - # red: '0xff3334' - # green: '0x9ec400' - # yellow: '0xe7c547' - # blue: '0x7aa6da' - # magenta: '0xb77ee0' - # cyan: '0x54ced6' - # white: '0xffffff' - -#dracula - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xbbbbbb' - bright: - black: '0x44475a' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xffffff' - - # Dim colors - # - # If the dim colors are not set, they will be calculated automatically based - # on the `normal` colors. - #dim: - # black: '0x000000' - # red: '0x8c3336' - # green: '0x7a8530' - # yellow: '0x97822e' - # blue: '0x506d8f' - # magenta: '0x80638e' - # cyan: '0x497e7a' - # white: '0x9a9a9a' - - # Indexed Colors - # - # The indexed colors include all colors from 16 to 256. - # When these are not set, they're filled with sensible defaults. - # - # Example: - # `- { index: 16, color: '0xff00ff' }` - # - #indexed_colors: [] diff --git a/.config/aliasrc b/.config/aliasrc deleted file mode 100644 index 161a0a3..0000000 --- a/.config/aliasrc +++ /dev/null @@ -1,66 +0,0 @@ -#better commands -alias ls="ls -h --color=auto --group-directories-first" -alias wget='wget --hsts-file ~/.config/wget/wget-hsts' - -#git -alias gs='git status | less' - -#xbps -#alias xi='sudo xbps-install' -#alias xq='xbps-query' -#alias xr='sudo xbps-remove' - -alias vim='nvim' -alias mbsync="mbsync -c $HOME/.config/mbsync/config" - -#alias setwp='wal -s -t -e -i ' - -#shortend commands -alias btc='bluetoothctl' - -#sfeed -alias sf='sfeed_curses ~/.local/share/sfeed/feeds/*' -alias sfu='sfeed_update ~/.config/sfeed/sfeedrc' -alias sfc='rm -r ~/.local/share/sfeed/feeds/*' -alias sfe='$EDITOR ~/.config/sfeed/sfeedrc' - - -#alias mocp='mocp -M ~/.config/moc/' #-T transparent-background' -#alias glrun='proot -r ~/.local/share/void-glibc -b /home/' -alias mpvyl='mpv --ytdl-format=18 ' - -#system power -alias poweroff='sudo poweroff' -alias reboot='sudo reboot' -alias shutdown='sudo shutdown' - -#programs -alias trc='tremc -c @192.168.1.162:9091' -alias pm='pulsemixer' - -#Youtube -alias yv='pipe-viewer --resolution=480p' -alias yd='youtube-dl' - -#dotfiles configuration alias -alias config='git --git-dir=$HOME/.cfg/ --work-tree=$HOME' - -alias chrome='firejail chromium --ozone-platform-hint=auto' - -note() { - NOTEFILE="$HOME/.cache/notes" - if [ "$#" -lt 1 ]; then - cat "$NOTEFILE" - elif [ "$1" = "-e" ]; then - $EDITOR "$NOTEFILE" - elif [ "$1" = "-h" ]; then - echo " usage: note this is a note" - echo " the line: \"this is a note\" is stored as a line in the file $NOTEFILE" - echo "" - echo " run this without arguments to view the contents of $NOTEFILE" - echo " -e -> edit note file with \$EDITOR" - echo " -h -> print this help menu" - else - echo "$@" >> "$NOTEFILE" - fi -} diff --git a/.config/bash/history b/.config/bash/history deleted file mode 100644 index 8b13789..0000000 --- a/.config/bash/history +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.config/bemenu/bemenu_opts.sh b/.config/bemenu/bemenu_opts.sh deleted file mode 100644 index 028a6d0..0000000 --- a/.config/bemenu/bemenu_opts.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -#dmenu theme -#export BEMENU_OPTS="-H 22 --tb #1d2021 --tf #fabd2f --hb #1d2021 --hf #ebdbb2 --sf #ebdbb2 --fb #1d2021 --sb #3c3836 --ff #ffffff --nb #1d2021 " #--nf #ebdbb2 - export BEMENU_OPTS="-H 24 --tb #285577 --hb #285577 --tf #eeeeee --hf #eeeeee --nf #bbbbbb" diff --git a/.config/bemenu/colors/base16-atlas b/.config/bemenu/colors/base16-atlas deleted file mode 100644 index 8ffb3a7..0000000 --- a/.config/bemenu/colors/base16-atlas +++ /dev/null @@ -1,16 +0,0 @@ -#002635 -#00384d -#517F8D -#6C8B91 -#869696 -#a1a19a -#e6e6dc -#fafaf8 -#ff5a67 -#f08e48 -#ffcc1b -#7fc06e -#14747e -#5dd7b9 -#9a70a4 -#c43060 diff --git a/.config/bemenu/colors/base16-gruvbox-dark-hard b/.config/bemenu/colors/base16-gruvbox-dark-hard deleted file mode 100644 index 79bba91..0000000 --- a/.config/bemenu/colors/base16-gruvbox-dark-hard +++ /dev/null @@ -1,16 +0,0 @@ -#1d2021 -#3c3836 -#504945 -#665c54 -#bdae93 -#d5c4a1 -#ebdbb2 -#fbf1c7 -#fb4934 -#fe8019 -#fabd2f -#b8bb26 -#8ec07c -#83a598 -#d3869b -#d65d0e diff --git a/.config/bemenu/colors/base16-nord b/.config/bemenu/colors/base16-nord deleted file mode 100644 index f2fac45..0000000 --- a/.config/bemenu/colors/base16-nord +++ /dev/null @@ -1,16 +0,0 @@ -#2E3440 -#3B4252 -#434C5E -#4C566A -#D8DEE9 -#E5E9F0 -#ECEFF4 -#8FBCBB -#BF616A -#D08770 -#EBCB8B -#A3BE8C -#88C0D0 -#81A1C1 -#B48EAD -#5E81AC diff --git a/.config/cmus/autosave b/.config/cmus/autosave deleted file mode 100644 index 5de5a74..0000000 --- a/.config/cmus/autosave +++ /dev/null @@ -1,194 +0,0 @@ -set aaa_mode=all -set altformat_current= %F -set altformat_playlist= %f%= %d -set altformat_title=%f -set altformat_trackwin= %f%= %d -set auto_expand_albums_follow=true -set auto_expand_albums_search=true -set auto_expand_albums_selcur=true -set auto_reshuffle=true -set buffer_seconds=10 -set color_cmdline_attr=default -set color_cmdline_bg=default -set color_cmdline_fg=default -set color_cur_sel_attr=default -set color_error=lightred -set color_info=lightyellow -set color_separator=blue -set color_statusline_attr=default -set color_statusline_bg=gray -set color_statusline_fg=black -set color_titleline_attr=default -set color_titleline_bg=blue -set color_titleline_fg=white -set color_trackwin_album_attr=bold -set color_trackwin_album_bg=default -set color_trackwin_album_fg=default -set color_win_attr=default -set color_win_bg=default -set color_win_cur=lightyellow -set color_win_cur_attr=default -set color_win_cur_sel_attr=default -set color_win_cur_sel_bg=blue -set color_win_cur_sel_fg=lightyellow -set color_win_dir=lightblue -set color_win_fg=default -set color_win_inactive_cur_sel_attr=default -set color_win_inactive_cur_sel_bg=gray -set color_win_inactive_cur_sel_fg=lightyellow -set color_win_inactive_sel_attr=default -set color_win_inactive_sel_bg=gray -set color_win_inactive_sel_fg=black -set color_win_sel_attr=default -set color_win_sel_bg=blue -set color_win_sel_fg=white -set color_win_title_attr=default -set color_win_title_bg=blue -set color_win_title_fg=white -set confirm_run=true -set continue=false -set device=/dev/cdrom -set display_artist_sort_name=false -set dsp.alsa.device=default -set follow=false -set format_current= %a - %l -%3n. %t%= %y -set format_playlist= %-21%a %3n. %t%= %y %d %{?X!=0?%3X ? } -set format_playlist_va= %-21%A %3n. %t (%a)%= %y %d %{?X!=0?%3X ? } -set format_statusline= %{status} %{?show_playback_position?%{position} %{?duration?/ %{duration} }?%{?duration?%{duration} }}- %{total} %{?bpm>0?at %{bpm} BPM }%{?volume>=0?vol: %{?lvolume!=rvolume?%{lvolume},%{rvolume} ?%{volume} }}%{?stream?buf: %{buffer} }%{?show_current_bitrate & bitrate>=0? %{bitrate} kbps }%=%{?repeat_current?repeat current?%{?play_library?%{playlist_mode} from %{?play_sorted?sorted }library?playlist}} | %1{continue}%1{follow}%1{repeat}%1{shuffle} -set format_title=%a - %l - %t (%y) -set format_trackwin=%3n. %t%= %y %d -set format_trackwin_album= %l %= %{albumduration} -set format_trackwin_va=%3n. %t (%a)%= %y %d -set format_treewin= %l -set format_treewin_artist=%a -set icecast_default_charset=ISO-8859-1 -set id3_default_charset=ISO-8859-1 -set input.cue.priority=50 -set input.ffmpeg.priority=30 -set input.mad.priority=55 -set input.vorbis.priority=50 -set input.wav.priority=50 -set lib_add_filter= -set lib_sort=albumartist date album discnumber tracknumber title filename play_count -set mixer.alsa.channel=Master -set mixer.alsa.device=default -set mouse=false -set mpris=false -set output_plugin=alsa -set passwd= -set pl_sort= -set play_library=true -set play_sorted=false -set repeat=false -set repeat_current=false -set replaygain=disabled -set replaygain_limit=true -set replaygain_preamp=0.000000 -set resume=false -set rewind_offset=5 -set scroll_offset=2 -set set_term_title=true -set show_all_tracks=true -set show_current_bitrate=false -set show_hidden=false -set show_playback_position=true -set show_remaining_time=false -set shuffle=false -set skip_track_info=false -set smart_artist_sort=true -set softvol=false -set softvol_state=0 0 -set start_view=tree -set status_display_program= -set time_show_leading_zero=true -set wrap_search=true -bind browser backspace browser-up -bind browser i toggle show_hidden -bind browser space win-activate -bind browser u win-update -bind common ! push shell -bind common + vol +10% -bind common , seek -1m -bind common - vol -10% -bind common . seek +1m -bind common / search-start -bind common 1 view tree -bind common 2 view sorted -bind common 3 view playlist -bind common 4 view queue -bind common 5 view browser -bind common 6 view filters -bind common 7 view settings -bind common = vol +10% -bind common ? search-b-start -bind common C toggle continue -bind common D win-remove -bind common E win-add-Q -bind common F push filter -bind common G win-bottom -bind common I echo {} -bind common L push live-filter -bind common M toggle play_library -bind common N search-prev -bind common P win-mv-before -bind common U win-update-cache -bind common [ vol +1% +0 -bind common ] vol +0 +1% -bind common ^B win-page-up -bind common ^C echo Type :quit to exit cmus. -bind common ^D win-half-page-down -bind common ^E win-scroll-down -bind common ^F win-page-down -bind common ^L refresh -bind common ^R toggle repeat_current -bind common ^U win-half-page-up -bind common ^Y win-scroll-up -bind common a win-add-l -bind common b player-next -bind common c win-mv-after -bind common delete win-remove -bind common down win-down -bind common e win-add-q -bind common end win-bottom -bind common enter win-activate -bind common f toggle follow -bind common g win-top -bind common h seek -5 -bind common home win-top -bind common i win-sel-cur -bind common j win-down -bind common k win-up -bind common l seek +5 -bind common left seek -5 -bind common m toggle aaa_mode -bind common mlb_click_selected win-activate -bind common mouse_scroll_down win-down -bind common mouse_scroll_up win-up -bind common n search-next -bind common o toggle play_sorted -bind common p player-pause -bind common page_down win-page-down -bind common page_up win-page-up -bind common q quit -i -bind common r toggle repeat -bind common right seek +5 -bind common s toggle shuffle -bind common space win-toggle -bind common t toggle show_remaining_time -bind common tab win-next -bind common u update-cache -bind common up win-up -bind common v player-stop -bind common x player-play -bind common y win-add-p -bind common z player-prev -bind common { vol -1% -0 -bind common } vol -0 -1% -fset 90s=date>=1990&date<2000 -fset classical=genre="Classical" -fset missing-tag=!stream&(artist=""|album=""|title=""|tracknumber=-1|date=-1) -fset mp3=filename="*.mp3" -fset ogg=filename="*.ogg" -fset ogg-or-mp3=ogg|mp3 -fset unheard=play_count=0 -factivate diff --git a/.config/cmus/rc b/.config/cmus/rc deleted file mode 100644 index 063574e..0000000 --- a/.config/cmus/rc +++ /dev/null @@ -1,4 +0,0 @@ -set output_plugin=alsa -set dsp.alsa.device=default -set mixer.alsa.device=default -set mixer.alsa.channel=Master diff --git a/.config/colors/base16-atlas b/.config/colors/base16-atlas deleted file mode 100644 index 8ffb3a7..0000000 --- a/.config/colors/base16-atlas +++ /dev/null @@ -1,16 +0,0 @@ -#002635 -#00384d -#517F8D -#6C8B91 -#869696 -#a1a19a -#e6e6dc -#fafaf8 -#ff5a67 -#f08e48 -#ffcc1b -#7fc06e -#14747e -#5dd7b9 -#9a70a4 -#c43060 diff --git a/.config/colors/base16-gruvbox-dark-hard b/.config/colors/base16-gruvbox-dark-hard deleted file mode 100644 index 79bba91..0000000 --- a/.config/colors/base16-gruvbox-dark-hard +++ /dev/null @@ -1,16 +0,0 @@ -#1d2021 -#3c3836 -#504945 -#665c54 -#bdae93 -#d5c4a1 -#ebdbb2 -#fbf1c7 -#fb4934 -#fe8019 -#fabd2f -#b8bb26 -#8ec07c -#83a598 -#d3869b -#d65d0e diff --git a/.config/colors/base16-nord b/.config/colors/base16-nord deleted file mode 100644 index f2fac45..0000000 --- a/.config/colors/base16-nord +++ /dev/null @@ -1,16 +0,0 @@ -#2E3440 -#3B4252 -#434C5E -#4C566A -#D8DEE9 -#E5E9F0 -#ECEFF4 -#8FBCBB -#BF616A -#D08770 -#EBCB8B -#A3BE8C -#88C0D0 -#81A1C1 -#B48EAD -#5E81AC diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf deleted file mode 100644 index 64c4d6c..0000000 --- a/.config/fontconfig/fonts.conf +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - serif - Noto Serif - - - sans-serif - Noto Sans - - - sans - Noto Sans Regular - - - monospace - Mononoki Nerd Font - - - - Serif - serif - - - Sans-Serif - sans - - - Sans - sans - - - Monospace - monospace - - - - - - - Arial - - sans - - - - Helvetica - - sans - - - - Verdana - - sans - - - - Tahoma - - sans - - - - - Comic Sans MS - - sans - - - - Times New Roman - - serif - - - - Times - - serif - - - - Courier New - - monospace - - - - - diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini deleted file mode 100644 index a3c728f..0000000 --- a/.config/foot/foot.ini +++ /dev/null @@ -1,195 +0,0 @@ -# -*- conf -*- - -# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) -# term=foot (or xterm-256color if built with -Dterminfo=disabled) -# login-shell=no - -# app-id=foot -# title=foot -# locked-title=no - - font=monospace:size=11 -# font-bold= -# font-italic= -# font-bold-italic= -# line-height= -# letter-spacing=0 -# horizontal-letter-offset=0 -# vertical-letter-offset=0 -# underline-offset= -# box-drawings-uses-font-glyphs=no -# dpi-aware=auto - -# initial-window-size-pixels=700x500 # Or, -# initial-window-size-chars= -# initial-window-mode=windowed -#pad=2x2 # optionally append 'center' -# resize-delay-ms=100 - -# notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} - -# bold-text-in-bright=no -# word-delimiters=,│`|:"'()[]{}<> -# selection-target=primary -# workers= - -[environment] -# name=value - -[bell] -# urgent=no -# notify=no -# command= -# command-focused=no - -[scrollback] -# lines=1000 -# multiplier=3.0 -# indicator-position=relative -# indicator-format= - -[url] -# launch=xdg-open ${url} -# label-letters=sadfjklewcmpgh -# osc8-underline=url-mode -# protocols=http, https, ftp, ftps, file, gemini, gopher -# uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[] - -[cursor] -# style=block -# color= -# blink=no -# beam-thickness=1.5 -# underline-thickness= - -[mouse] -# hide-when-typing=no -# alternate-scroll-mode=yes - -#[colors] -# alpha=1.0 -# foreground=dcdccc -# background=111111 - -## Normal/regular colors (color palette 0-7) -# regular0=222222 # black -# regular1=cc9393 # red -# regular2=7f9f7f # green -# regular3=d0bf8f # yellow -# regular4=6ca0a3 # blue -# regular5=dc8cc3 # magenta -# regular6=93e0e3 # cyan -# regular7=dcdccc # white - -## Bright colors (color palette 8-15) -# bright0=666666 # bright black -# bright1=dca3a3 # bright red -# bright2=bfebbf # bright green -# bright3=f0dfaf # bright yellow -# bright4=8cd0d3 # bright blue -# bright5=fcace3 # bright magenta -# bright6=b3ffff # bright cyan -# bright7=ffffff # bright white - -## dimmed colors (see foot.ini(5) man page) -# dim0= -# ... -# dim7= - -## The remaining 256-color palette -# 16 = <256-color palette #16> -# ... -# 255 = <256-color palette #255> - -## Misc colors -# selection-foreground= -# selection-background= -# jump-labels= # black-on-yellow -# scrollback-indicator= # black-on-bright-blue -# search-box-no-match= # black-on-red -# search-box-match= # black-on-yellow -# urls= - -[csd] -# preferred=server -# size=26 -# font= -# color= -# hide-when-typing=no -# border-width=0 -# border-color= -# button-width=26 -# button-color= -# button-minimize-color= -# button-maximize-color= -# button-close-color= - -[key-bindings] -# scrollback-up-page=Shift+Page_Up -# scrollback-up-half-page=none -# scrollback-up-line=none -# scrollback-down-page=Shift+Page_Down -# scrollback-down-half-page=none -# scrollback-down-line=none -# clipboard-copy=Control+Shift+c XF86Copy -# clipboard-paste=Control+Shift+v XF86Paste -# primary-paste=Shift+Insert -# search-start=Control+Shift+r -# font-increase=Control+plus Control+equal Control+KP_Add -# font-decrease=Control+minus Control+KP_Subtract -# font-reset=Control+0 Control+KP_0 -# spawn-terminal=Control+Shift+n -# minimize=none -# maximize=none -# fullscreen=none -# pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none -# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none -# pipe-selected=[xargs -r firefox] none -# show-urls-launch=Control+Shift+u -# show-urls-copy=none -# show-urls-persistent=none -# prompt-prev=Control+Shift+z -# prompt-next=Control+Shift+x -# unicode-input=none -# noop=none - -[search-bindings] -# cancel=Control+g Control+c Escape -# commit=Return -# find-prev=Control+r -# find-next=Control+s -# cursor-left=Left Control+b -# cursor-left-word=Control+Left Mod1+b -# cursor-right=Right Control+f -# cursor-right-word=Control+Right Mod1+f -# cursor-home=Home Control+a -# cursor-end=End Control+e -# delete-prev=BackSpace -# delete-prev-word=Mod1+BackSpace Control+BackSpace -# delete-next=Delete -# delete-next-word=Mod1+d Control+Delete -# extend-to-word-boundary=Control+w -# extend-to-next-whitespace=Control+Shift+w -# clipboard-paste=Control+v Control+Shift+v Control+y XF86Paste -# primary-paste=Shift+Insert -# unicode-input=none - -[url-bindings] -# cancel=Control+g Control+c Control+d Escape -# toggle-url-visible=t - -[text-bindings] -# \x03=Mod4+c # Map Super+c -> Ctrl+c - -[mouse-bindings] -# selection-override-modifiers=Shift -# primary-paste=BTN_MIDDLE -# select-begin=BTN_LEFT -# select-begin-block=Control+BTN_LEFT -# select-extend=BTN_RIGHT -# select-extend-character-wise=Control+BTN_RIGHT -# select-word=BTN_LEFT-2 -# select-word-whitespace=Control+BTN_LEFT-2 -# select-row=BTN_LEFT-3 - -# vim: ft=dosini diff --git a/.config/gammastep/config.ini b/.config/gammastep/config.ini deleted file mode 100644 index 4b98a3a..0000000 --- a/.config/gammastep/config.ini +++ /dev/null @@ -1,67 +0,0 @@ -; Global settings -[general] -; Set the day and night screen temperatures -temp-day=6000 -temp-night=3500 - -; Disable the smooth fade between temperatures when Redshift starts and stops. -; 0 will cause an immediate change between screen temperatures. -; 1 will gradually apply the new screen temperature over a couple of seconds. -fade=1 - -; Solar elevation thresholds. -; By default, Redshift will use the current elevation of the sun to determine -; whether it is daytime, night or in transition (dawn/dusk). When the sun is -; above the degrees specified with elevation-high it is considered daytime and -; below elevation-low it is considered night. -;elevation-high=3 -;elevation-low=-6 - -; Custom dawn/dusk intervals. -; Instead of using the solar elevation, the time intervals of dawn and dusk -; can be specified manually. The times must be specified as HH:MM in 24-hour -; format. -;dawn-time=6:00-7:45 -;dusk-time=18:35-20:15 - -; Set the screen brightness. Default is 1.0. -;brightness=0.9 -; It is also possible to use different settings for day and night -; since version 1.8. -;brightness-day=0.7 -;brightness-night=0.4 -; Set the screen gamma (for all colors, or each color channel -; individually) -gamma=1 -;gamma=0.8:0.7:0.8 -; This can also be set individually for day and night since -; version 1.10. -;gamma-day=0.8:0.7:0.8 -;gamma-night=0.6 - -; Set the location-provider: 'geoclue2', 'manual'. -; The location provider settings are in a different section. -location-provider=manual - -; Set the adjustment-method: 'randr', 'vidmode', 'drm', 'wayland'. -; 'randr' is the preferred X11 method, 'vidmode' is an older API -; that works in some cases when 'randr' does not. -; The adjustment method settings are in a different section. -adjustment-method=wayland - -; Configuration of the location-provider: -; type 'gammastep -l PROVIDER:help' to see the settings. -; ex: 'gammastep -l manual:help' -; Keep in mind that longitudes west of Greenwich (e.g. the Americas) -; are negative numbers. -[manual] - -; Configuration of the adjustment-method -; type 'gammastep -m METHOD:help' to see the settings. -; ex: 'gammastep -m randr:help' -; In this example, randr is configured to adjust only screen 0. -; Note that the numbering starts from 0, so this is actually the first screen. -; If this option is not specified, Redshift will try to adjust _all_ screens. -[randr] -screen=0 - diff --git a/.config/git/config b/.config/git/config deleted file mode 100644 index d172d80..0000000 --- a/.config/git/config +++ /dev/null @@ -1,7 +0,0 @@ -[user] - email = "alex@ahubbard.xyz" - name = Alex -[pull] - rebase = false -[init] - defaultBranch = master diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini deleted file mode 100644 index a112f7c..0000000 --- a/.config/gtk-2.0/gtkfilechooser.ini +++ /dev/null @@ -1,11 +0,0 @@ -[Filechooser Settings] -LocationMode=path-bar -ShowHidden=true -ShowSizeColumn=true -GeometryX=512 -GeometryY=194 -GeometryWidth=792 -GeometryHeight=702 -SortColumn=name -SortOrder=ascending -StartupMode=recent diff --git a/.config/gtk-2.0/gtkrc-2.0 b/.config/gtk-2.0/gtkrc-2.0 deleted file mode 100644 index b68bf34..0000000 --- a/.config/gtk-2.0/gtkrc-2.0 +++ /dev/null @@ -1,19 +0,0 @@ -# DO NOT EDIT! This file will be overwritten by LXAppearance. -# Any customization should be done in ~/.gtkrc-2.0.mine instead. - -include "/home/alex/.gtkrc-2.0.mine" -gtk-theme-name="Nordic-standard-buttons" -gtk-icon-theme-name="Papirus-Dark" -gtk-font-name="Sans 10" -gtk-cursor-theme-name="Adwaita" -gtk-cursor-theme-size=0 -gtk-toolbar-style=GTK_TOOLBAR_BOTH -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="hintslight" -gtk-xft-rgba="rgb" diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini deleted file mode 100644 index 1968df6..0000000 --- a/.config/gtk-3.0/settings.ini +++ /dev/null @@ -1,16 +0,0 @@ -[Settings] -gtk-theme-name=Nordic-standard-buttons -gtk-icon-theme-name=Papirus-Dark -gtk-font-name=Sans 10 -gtk-cursor-theme-size=0 -gtk-toolbar-style=GTK_TOOLBAR_BOTH -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=hintslight -gtk-xft-rgba=rgb -gtk-cursor-theme-name=Adwaita diff --git a/.config/inputrc b/.config/inputrc deleted file mode 100644 index 55e23de..0000000 --- a/.config/inputrc +++ /dev/null @@ -1 +0,0 @@ -$include /etc/inputrc diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf deleted file mode 100644 index 66f8c9c..0000000 --- a/.config/kitty/kitty.conf +++ /dev/null @@ -1,1337 +0,0 @@ -# vim:fileencoding=utf-8:ft=conf:foldmethod=marker - -#: Fonts {{{ - -#: kitty has very powerful font management. You can configure -#: individual font faces and even specify special fonts for particular -#: characters. - -font_family monospace -bold_font auto -italic_font auto -bold_italic_font auto - -#: You can specify different fonts for the bold/italic/bold-italic -#: variants. To get a full list of supported fonts use the `kitty -#: list-fonts` command. By default they are derived automatically, by -#: the OSes font system. Setting them manually is useful for font -#: families that have many weight variants like Book, Medium, Thick, -#: etc. For example:: - -#: font_family Operator Mono Book -#: bold_font Operator Mono Medium -#: italic_font Operator Mono Book Italic -#: bold_italic_font Operator Mono Medium Italic - -font_size 10.0 - -#: Font size (in pts) - -force_ltr no - -#: kitty does not support BIDI (bidirectional text), however, for RTL -#: scripts, words are automatically displayed in RTL. That is to say, -#: in an RTL script, the words "HELLO WORLD" display in kitty as -#: "WORLD HELLO", and if you try to select a substring of an RTL- -#: shaped string, you will get the character that would be there had -#: the the string been LTR. For example, assuming the Hebrew word -#: ירושלים, selecting the character that on the screen appears to be ם -#: actually writes into the selection buffer the character י. - -#: kitty's default behavior is useful in conjunction with a filter to -#: reverse the word order, however, if you wish to manipulate RTL -#: glyphs, it can be very challenging to work with, so this option is -#: provided to turn it off. Furthermore, this option can be used with -#: the command line program GNU FriBidi -#: to get BIDI -#: support, because it will force kitty to always treat the text as -#: LTR, which FriBidi expects for terminals. - -adjust_line_height 0 -adjust_column_width 0 - -#: Change the size of each character cell kitty renders. You can use -#: either numbers, which are interpreted as pixels or percentages -#: (number followed by %), which are interpreted as percentages of the -#: unmodified values. You can use negative pixels or percentages less -#: than 100% to reduce sizes (but this might cause rendering -#: artifacts). - -# symbol_map U+E0A0-U+E0A3,U+E0C0-U+E0C7 PowerlineSymbols - -#: Map the specified unicode codepoints to a particular font. Useful -#: if you need special rendering for some symbols, such as for -#: Powerline. Avoids the need for patched fonts. Each unicode code -#: point is specified in the form U+. You -#: can specify multiple code points, separated by commas and ranges -#: separated by hyphens. symbol_map itself can be specified multiple -#: times. Syntax is:: - -#: symbol_map codepoints Font Family Name - -disable_ligatures never - -#: Choose how you want to handle multi-character ligatures. The -#: default is to always render them. You can tell kitty to not render -#: them when the cursor is over them by using cursor to make editing -#: easier, or have kitty never render them at all by using always, if -#: you don't like them. The ligature strategy can be set per-window -#: either using the kitty remote control facility or by defining -#: shortcuts for it in kitty.conf, for example:: - -#: map alt+1 disable_ligatures_in active always -#: map alt+2 disable_ligatures_in all never -#: map alt+3 disable_ligatures_in tab cursor - -#: Note that this refers to programming ligatures, typically -#: implemented using the calt OpenType feature. For disabling general -#: ligatures, use the font_features setting. - -font_features none - -#: Choose exactly which OpenType features to enable or disable. This -#: is useful as some fonts might have features worthwhile in a -#: terminal. For example, Fira Code Retina includes a discretionary -#: feature, zero, which in that font changes the appearance of the -#: zero (0), to make it more easily distinguishable from Ø. Fira Code -#: Retina also includes other discretionary features known as -#: Stylistic Sets which have the tags ss01 through ss20. - -#: Note that this code is indexed by PostScript name, and not the font -#: family. This allows you to define very precise feature settings; -#: e.g. you can disable a feature in the italic font but not in the -#: regular font. - -#: On Linux, these are read from the FontConfig database first and -#: then this, setting is applied, so they can be configured in a -#: single, central place. - -#: To get the PostScript name for a font, use kitty + list-fonts -#: --psnames: - -#: .. code-block:: sh - -#: $ kitty + list-fonts --psnames | grep Fira -#: Fira Code -#: Fira Code Bold (FiraCode-Bold) -#: Fira Code Light (FiraCode-Light) -#: Fira Code Medium (FiraCode-Medium) -#: Fira Code Regular (FiraCode-Regular) -#: Fira Code Retina (FiraCode-Retina) - -#: The part in brackets is the PostScript name. - -#: Enable alternate zero and oldstyle numerals:: - -#: font_features FiraCode-Retina +zero +onum - -#: Enable only alternate zero:: - -#: font_features FiraCode-Retina +zero - -#: Disable the normal ligatures, but keep the calt feature which (in -#: this font) breaks up monotony:: - -#: font_features TT2020StyleB-Regular -liga +calt - -#: In conjunction with force_ltr, you may want to disable Arabic -#: shaping entirely, and only look at their isolated forms if they -#: show up in a document. You can do this with e.g.:: - -#: font_features UnifontMedium +isol -medi -fina -init - -box_drawing_scale 0.001, 1, 1.5, 2 - -#: Change the sizes of the lines used for the box drawing unicode -#: characters These values are in pts. They will be scaled by the -#: monitor DPI to arrive at a pixel value. There must be four values -#: corresponding to thin, normal, thick, and very thick lines. - -#: }}} - -#: Cursor customization {{{ - -cursor #cccccc - -#: Default cursor color - -cursor_text_color #111111 - -#: Choose the color of text under the cursor. If you want it rendered -#: with the background color of the cell underneath instead, use the -#: special keyword: background - -cursor_shape block - -#: The cursor shape can be one of (block, beam, underline) - -cursor_beam_thickness 1.5 - -#: Defines the thickness of the beam cursor (in pts) - -cursor_underline_thickness 2.0 - -#: Defines the thickness of the underline cursor (in pts) - -cursor_blink_interval -1 - -#: The interval (in seconds) at which to blink the cursor. Set to zero -#: to disable blinking. Negative values mean use system default. Note -#: that numbers smaller than repaint_delay will be limited to -#: repaint_delay. - -cursor_stop_blinking_after 15.0 - -#: Stop blinking cursor after the specified number of seconds of -#: keyboard inactivity. Set to zero to never stop blinking. - -#: }}} - -#: Scrollback {{{ - -scrollback_lines 2000 - -#: Number of lines of history to keep in memory for scrolling back. -#: Memory is allocated on demand. Negative numbers are (effectively) -#: infinite scrollback. Note that using very large scrollback is not -#: recommended as it can slow down performance of the terminal and -#: also use large amounts of RAM. Instead, consider using -#: scrollback_pager_history_size. - -scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER - -#: Program with which to view scrollback in a new window. The -#: scrollback buffer is passed as STDIN to this program. If you change -#: it, make sure the program you use can handle ANSI escape sequences -#: for colors and text formatting. INPUT_LINE_NUMBER in the command -#: line above will be replaced by an integer representing which line -#: should be at the top of the screen. Similarly CURSOR_LINE and -#: CURSOR_COLUMN will be replaced by the current cursor position. - -scrollback_pager_history_size 0 - -#: Separate scrollback history size, used only for browsing the -#: scrollback buffer (in MB). This separate buffer is not available -#: for interactive scrolling but will be piped to the pager program -#: when viewing scrollback buffer in a separate window. The current -#: implementation stores the data in UTF-8, so approximatively 10000 -#: lines per megabyte at 100 chars per line, for pure ASCII text, -#: unformatted text. A value of zero or less disables this feature. -#: The maximum allowed size is 4GB. - -wheel_scroll_multiplier 5.0 - -#: Modify the amount scrolled by the mouse wheel. Note this is only -#: used for low precision scrolling devices, not for high precision -#: scrolling on platforms such as macOS and Wayland. Use negative -#: numbers to change scroll direction. - -touch_scroll_multiplier 1.0 - -#: Modify the amount scrolled by a touchpad. Note this is only used -#: for high precision scrolling devices on platforms such as macOS and -#: Wayland. Use negative numbers to change scroll direction. - -#: }}} - -#: Mouse {{{ - -mouse_hide_wait 3.0 - -#: Hide mouse cursor after the specified number of seconds of the -#: mouse not being used. Set to zero to disable mouse cursor hiding. -#: Set to a negative value to hide the mouse cursor immediately when -#: typing text. Disabled by default on macOS as getting it to work -#: robustly with the ever-changing sea of bugs that is Cocoa is too -#: much effort. - -url_color #0087bd -url_style curly - -#: The color and style for highlighting URLs on mouse-over. url_style -#: can be one of: none, single, double, curly - -open_url_modifiers kitty_mod - -#: The modifier keys to press when clicking with the mouse on URLs to -#: open the URL - -open_url_with default - -#: The program with which to open URLs that are clicked on. The -#: special value default means to use the operating system's default -#: URL handler. - -url_prefixes http https file ftp - -#: The set of URL prefixes to look for when detecting a URL under the -#: mouse cursor. - -detect_urls yes - -#: Detect URLs under the mouse. Detected URLs are highlighted with an -#: underline and the mouse cursor becomes a hand over them. Even if -#: this option is disabled, URLs are still clickable. - -copy_on_select no - -#: Copy to clipboard or a private buffer on select. With this set to -#: clipboard, simply selecting text with the mouse will cause the text -#: to be copied to clipboard. Useful on platforms such as macOS that -#: do not have the concept of primary selections. You can instead -#: specify a name such as a1 to copy to a private kitty buffer -#: instead. Map a shortcut with the paste_from_buffer action to paste -#: from this private buffer. For example:: - -#: map cmd+shift+v paste_from_buffer a1 - -#: Note that copying to the clipboard is a security risk, as all -#: programs, including websites open in your browser can read the -#: contents of the system clipboard. - -strip_trailing_spaces never - -#: Remove spaces at the end of lines when copying to clipboard. A -#: value of smart will do it when using normal selections, but not -#: rectangle selections. always will always do it. - -rectangle_select_modifiers ctrl+alt - -#: The modifiers to use rectangular selection (i.e. to select text in -#: a rectangular block with the mouse) - -terminal_select_modifiers shift - -#: The modifiers to override mouse selection even when a terminal -#: application has grabbed the mouse - -select_by_word_characters @-./_~?&=%+# - -#: Characters considered part of a word when double clicking. In -#: addition to these characters any character that is marked as an -#: alphanumeric character in the unicode database will be matched. - -click_interval -1.0 - -#: The interval between successive clicks to detect double/triple -#: clicks (in seconds). Negative numbers will use the system default -#: instead, if available, or fallback to 0.5. - -focus_follows_mouse no - -#: Set the active window to the window under the mouse when moving the -#: mouse around - -pointer_shape_when_grabbed arrow - -#: The shape of the mouse pointer when the program running in the -#: terminal grabs the mouse. Valid values are: arrow, beam and hand - -default_pointer_shape beam - -#: The default shape of the mouse pointer. Valid values are: arrow, -#: beam and hand - -pointer_shape_when_dragging beam - -#: The default shape of the mouse pointer when dragging across text. -#: Valid values are: arrow, beam and hand - -#: }}} - -#: Performance tuning {{{ - -repaint_delay 10 - -#: Delay (in milliseconds) between screen updates. Decreasing it, -#: increases frames-per-second (FPS) at the cost of more CPU usage. -#: The default value yields ~100 FPS which is more than sufficient for -#: most uses. Note that to actually achieve 100 FPS you have to either -#: set sync_to_monitor to no or use a monitor with a high refresh -#: rate. Also, to minimize latency when there is pending input to be -#: processed, repaint_delay is ignored. - -input_delay 3 - -#: Delay (in milliseconds) before input from the program running in -#: the terminal is processed. Note that decreasing it will increase -#: responsiveness, but also increase CPU usage and might cause flicker -#: in full screen programs that redraw the entire screen on each loop, -#: because kitty is so fast that partial screen updates will be drawn. - -sync_to_monitor yes - -#: Sync screen updates to the refresh rate of the monitor. This -#: prevents tearing (https://en.wikipedia.org/wiki/Screen_tearing) -#: when scrolling. However, it limits the rendering speed to the -#: refresh rate of your monitor. With a very high speed mouse/high -#: keyboard repeat rate, you may notice some slight input latency. If -#: so, set this to no. - -#: }}} - -#: Terminal bell {{{ - -enable_audio_bell yes - -#: Enable/disable the audio bell. Useful in environments that require -#: silence. - -visual_bell_duration 0.0 - -#: Visual bell duration. Flash the screen when a bell occurs for the -#: specified number of seconds. Set to zero to disable. - -window_alert_on_bell yes - -#: Request window attention on bell. Makes the dock icon bounce on -#: macOS or the taskbar flash on linux. - -bell_on_tab yes - -#: Show a bell symbol on the tab if a bell occurs in one of the -#: windows in the tab and the window is not the currently focused -#: window - -command_on_bell none - -#: Program to run when a bell occurs. - -#: }}} - -#: Window layout {{{ - -remember_window_size yes -initial_window_width 640 -initial_window_height 400 - -#: If enabled, the window size will be remembered so that new -#: instances of kitty will have the same size as the previous -#: instance. If disabled, the window will initially have size -#: configured by initial_window_width/height, in pixels. You can use a -#: suffix of "c" on the width/height values to have them interpreted -#: as number of cells instead of pixels. - -enabled_layouts * - -#: The enabled window layouts. A comma separated list of layout names. -#: The special value all means all layouts. The first listed layout -#: will be used as the startup layout. Default configuration is all -#: layouts in alphabetical order. For a list of available layouts, see -#: the https://sw.kovidgoyal.net/kitty/index.html#layouts. - -window_resize_step_cells 2 -window_resize_step_lines 2 - -#: The step size (in units of cell width/cell height) to use when -#: resizing windows. The cells value is used for horizontal resizing -#: and the lines value for vertical resizing. - -window_border_width 0.5pt - -#: The width of window borders. Can be either in pixels (px) or pts -#: (pt). Values in pts will be rounded to the nearest number of pixels -#: based on screen resolution. If not specified the unit is assumed to -#: be pts. Note that borders are displayed only when more than one -#: window is visible. They are meant to separate multiple windows. - -draw_minimal_borders yes - -#: Draw only the minimum borders needed. This means that only the -#: minimum needed borders for inactive windows are drawn. That is only -#: the borders that separate the inactive window from a neighbor. Note -#: that setting a non-zero window margin overrides this and causes all -#: borders to be drawn. - -window_margin_width 0 - -#: The window margin (in pts) (blank area outside the border). A -#: single value sets all four sides. Two values set the vertical and -#: horizontal sides. Three values set top, horizontal and bottom. Four -#: values set top, right, bottom and left. - -single_window_margin_width -1 - -#: The window margin (in pts) to use when only a single window is -#: visible. Negative values will cause the value of -#: window_margin_width to be used instead. A single value sets all -#: four sides. Two values set the vertical and horizontal sides. Three -#: values set top, horizontal and bottom. Four values set top, right, -#: bottom and left. - -window_padding_width 0 - -#: The window padding (in pts) (blank area between the text and the -#: window border). A single value sets all four sides. Two values set -#: the vertical and horizontal sides. Three values set top, horizontal -#: and bottom. Four values set top, right, bottom and left. - -placement_strategy center - -#: When the window size is not an exact multiple of the cell size, the -#: cell area of the terminal window will have some extra padding on -#: the sides. You can control how that padding is distributed with -#: this option. Using a value of center means the cell area will be -#: placed centrally. A value of top-left means the padding will be on -#: only the bottom and right edges. - -active_border_color #00ff00 - -#: The color for the border of the active window. Set this to none to -#: not draw borders around the active window. - -inactive_border_color #cccccc - -#: The color for the border of inactive windows - -bell_border_color #ff5a00 - -#: The color for the border of inactive windows in which a bell has -#: occurred - -inactive_text_alpha 1.0 - -#: Fade the text in inactive windows by the specified amount (a number -#: between zero and one, with zero being fully faded). - -hide_window_decorations no - -#: Hide the window decorations (title-bar and window borders) with -#: yes. On macOS, titlebar-only can be used to only hide the titlebar. -#: Whether this works and exactly what effect it has depends on the -#: window manager/operating system. - -resize_debounce_time 0.1 - -#: The time (in seconds) to wait before redrawing the screen when a -#: resize event is received. On platforms such as macOS, where the -#: operating system sends events corresponding to the start and end of -#: a resize, this number is ignored. - -resize_draw_strategy static - -#: Choose how kitty draws a window while a resize is in progress. A -#: value of static means draw the current window contents, mostly -#: unchanged. A value of scale means draw the current window contents -#: scaled. A value of blank means draw a blank window. A value of size -#: means show the window size in cells. - -resize_in_steps no - -#: Resize the OS window in steps as large as the cells, instead of -#: with the usual pixel accuracy. Combined with an -#: initial_window_width and initial_window_height in number of cells, -#: this option can be used to keep the margins as small as possible -#: when resizing the OS window. Note that this does not currently work -#: on Wayland. - -confirm_os_window_close 0 - -#: Ask for confirmation when closing an OS window or a tab that has at -#: least this number of kitty windows in it. A value of zero disables -#: confirmation. This confirmation also applies to requests to quit -#: the entire application (all OS windows, via the quit action). - -#: }}} - -#: Tab bar {{{ - -tab_bar_edge bottom - -#: Which edge to show the tab bar on, top or bottom - -tab_bar_margin_width 0.0 - -#: The margin to the left and right of the tab bar (in pts) - -tab_bar_style fade - -#: The tab bar style, can be one of: fade, separator, powerline, or -#: hidden. In the fade style, each tab's edges fade into the -#: background color, in the separator style, tabs are separated by a -#: configurable separator, and the powerline shows the tabs as a -#: continuous line. If you use the hidden style, you might want to -#: create a mapping for the select_tab action which presents you with -#: a list of tabs and allows for easy switching to a tab. - -tab_bar_min_tabs 2 - -#: The minimum number of tabs that must exist before the tab bar is -#: shown - -tab_switch_strategy previous - -#: The algorithm to use when switching to a tab when the current tab -#: is closed. The default of previous will switch to the last used -#: tab. A value of left will switch to the tab to the left of the -#: closed tab. A value of right will switch to the tab to the right of -#: the closed tab. A value of last will switch to the right-most tab. - -tab_fade 0.25 0.5 0.75 1 - -#: Control how each tab fades into the background when using fade for -#: the tab_bar_style. Each number is an alpha (between zero and one) -#: that controls how much the corresponding cell fades into the -#: background, with zero being no fade and one being full fade. You -#: can change the number of cells used by adding/removing entries to -#: this list. - -tab_separator " ┇" - -#: The separator between tabs in the tab bar when using separator as -#: the tab_bar_style. - -tab_activity_symbol none - -#: Some text or a unicode symbol to show on the tab if a window in the -#: tab that does not have focus has some activity. - -tab_title_template "{title}" - -#: A template to render the tab title. The default just renders the -#: title. If you wish to include the tab-index as well, use something -#: like: {index}: {title}. Useful if you have shortcuts mapped for -#: goto_tab N. In addition you can use {layout_name} for the current -#: layout name and {num_windows} for the number of windows in the tab. -#: Note that formatting is done by Python's string formatting -#: machinery, so you can use, for instance, {layout_name[:2].upper()} -#: to show only the first two letters of the layout name, upper-cased. -#: If you want to style the text, you can use styling directives, for -#: example: {fmt.fg.red}red{fmt.fg.default}normal{fmt.bg._00FF00}green -#: bg{fmt.bg.normal}. Similarly, for bold and italic: -#: {fmt.bold}bold{fmt.nobold}normal{fmt.italic}italic{fmt.noitalic}. - -active_tab_title_template none - -#: Template to use for active tabs, if not specified falls back to -#: tab_title_template. - -active_tab_foreground #000 -active_tab_background #eee -active_tab_font_style bold-italic -inactive_tab_foreground #444 -inactive_tab_background #999 -inactive_tab_font_style normal - -#: Tab bar colors and styles - -tab_bar_background none - -#: Background color for the tab bar. Defaults to using the terminal -#: background color. - -#: }}} - -#: Color scheme {{{ - -foreground #e9e9f4 -background #282936 - -#: The foreground and background colors - -background_opacity 0.9 - -#: The opacity of the background. A number between 0 and 1, where 1 is -#: opaque and 0 is fully transparent. This will only work if -#: supported by the OS (for instance, when using a compositor under -#: X11). Note that it only sets the background color's opacity in -#: cells that have the same background color as the default terminal -#: background. This is so that things like the status bar in vim, -#: powerline prompts, etc. still look good. But it means that if you -#: use a color theme with a background color in your editor, it will -#: not be rendered as transparent. Instead you should change the -#: default background color in your kitty config and not use a -#: background color in the editor color scheme. Or use the escape -#: codes to set the terminals default colors in a shell script to -#: launch your editor. Be aware that using a value less than 1.0 is a -#: (possibly significant) performance hit. If you want to dynamically -#: change transparency of windows set dynamic_background_opacity to -#: yes (this is off by default as it has a performance cost) - -background_image none - -#: Path to a background image. Must be in PNG format. - -background_image_layout tiled - -#: Whether to tile or scale the background image. - -background_image_linear no - -#: When background image is scaled, whether linear interpolation -#: should be used. - -dynamic_background_opacity no - -#: Allow changing of the background_opacity dynamically, using either -#: keyboard shortcuts (increase_background_opacity and -#: decrease_background_opacity) or the remote control facility. - -background_tint 0.0 - -#: How much to tint the background image by the background color. The -#: tint is applied only under the text area, not margin/borders. Makes -#: it easier to read the text. Tinting is done using the current -#: background color for each window. This setting applies only if -#: background_opacity is set and transparent windows are supported or -#: background_image is set. - -dim_opacity 0.75 - -#: How much to dim text that has the DIM/FAINT attribute set. One -#: means no dimming and zero means fully dimmed (i.e. invisible). - -selection_foreground #000000 - -#: The foreground for text selected with the mouse. A value of none -#: means to leave the color unchanged. - -selection_background #fffacd - -#: The background for text selected with the mouse. - - -#: The 256 terminal colors. There are 8 basic colors, each color has a -#: dull and bright version, for the first 16 colors. You can set the -#: remaining 240 colors as color16 to color255. - -#color0 #000000 -#color8 #767676 - -#: black - -#color1 #cc0403 -#color9 #f2201f - -#: red - -#color2 #19cb00 -#color10 #23fd00 - -#: green - -#color3 #cecb00 -#color11 #fffd00 - -#: yellow - -#color4 #0d73cc -#color12 #1a8fff - -#: blue - -#color5 #cb1ed1 -#color13 #fd28ff - -#: magenta - -#color6 #0dcdcd -color14 #14ffff - -#: cyan - -#color7 #dddddd -#color15 #ffffff - -color0 #282936 -color1 #3a3c4e -color2 #F7CA88 -color3 #626483 -color4 #62d6e8 -color5 #e9e9f4 -color6 #f1f2f8 -color7 #f7f7fb -color8 #ea51b2 -color9 #b45bcf -color10 #00f769 -color11 #ebff87 -color12 #a1efe4 -color13 #62d6e8 -color14 #b45bcf -color15 #00f769 - -#define FOREGROUND COLOR5 -#define BACKGROUND COLOR0 - -#: white - -mark1_foreground black - -#: Color for marks of type 1 - -mark1_background #98d3cb - -#: Color for marks of type 1 (light steel blue) - -mark2_foreground black - -#: Color for marks of type 2 - -mark2_background #f2dcd3 - -#: Color for marks of type 1 (beige) - -mark3_foreground black - -#: Color for marks of type 3 - -mark3_background #f274bc - -#: Color for marks of type 1 (violet) - -#: }}} - -#: Advanced {{{ - -shell . - -#: The shell program to execute. The default value of . means to use -#: whatever shell is set as the default shell for the current user. -#: Note that on macOS if you change this, you might need to add -#: --login to ensure that the shell starts in interactive mode and -#: reads its startup rc files. - -editor . - -#: The console editor to use when editing the kitty config file or -#: similar tasks. A value of . means to use the environment variables -#: VISUAL and EDITOR in that order. Note that this environment -#: variable has to be set not just in your shell startup scripts but -#: system-wide, otherwise kitty will not see it. - -close_on_child_death no - -#: Close the window when the child process (shell) exits. If no (the -#: default), the terminal will remain open when the child exits as -#: long as there are still processes outputting to the terminal (for -#: example disowned or backgrounded processes). If yes, the window -#: will close as soon as the child process exits. Note that setting it -#: to yes means that any background processes still using the terminal -#: can fail silently because their stdout/stderr/stdin no longer work. - -allow_remote_control no - -#: Allow other programs to control kitty. If you turn this on other -#: programs can control all aspects of kitty, including sending text -#: to kitty windows, opening new windows, closing windows, reading the -#: content of windows, etc. Note that this even works over ssh -#: connections. You can chose to either allow any program running -#: within kitty to control it, with yes or only programs that connect -#: to the socket specified with the kitty --listen-on command line -#: option, if you use the value socket-only. The latter is useful if -#: you want to prevent programs running on a remote computer over ssh -#: from controlling kitty. - -listen_on none - -#: Tell kitty to listen to the specified unix/tcp socket for remote -#: control connections. Note that this will apply to all kitty -#: instances. It can be overridden by the kitty --listen-on command -#: line flag. This option accepts only UNIX sockets, such as -#: unix:${TEMP}/mykitty or (on Linux) unix:@mykitty. Environment -#: variables are expanded. If {kitty_pid} is present then it is -#: replaced by the PID of the kitty process, otherwise the PID of the -#: kitty process is appended to the value, with a hyphen. This option -#: is ignored unless you also set allow_remote_control to enable -#: remote control. See the help for kitty --listen-on for more -#: details. - -# env - -#: Specify environment variables to set in all child processes. Note -#: that environment variables are expanded recursively, so if you -#: use:: - -#: env MYVAR1=a -#: env MYVAR2=${MYVAR1}/${HOME}/b - -#: The value of MYVAR2 will be a//b. - -update_check_interval 24 - -#: Periodically check if an update to kitty is available. If an update -#: is found a system notification is displayed informing you of the -#: available update. The default is to check every 24 hrs, set to zero -#: to disable. - -startup_session none - -#: Path to a session file to use for all kitty instances. Can be -#: overridden by using the kitty --session command line option for -#: individual instances. See -#: https://sw.kovidgoyal.net/kitty/index.html#sessions in the kitty -#: documentation for details. Note that relative paths are interpreted -#: with respect to the kitty config directory. Environment variables -#: in the path are expanded. - -clipboard_control write-clipboard write-primary - -#: Allow programs running in kitty to read and write from the -#: clipboard. You can control exactly which actions are allowed. The -#: set of possible actions is: write-clipboard read-clipboard write- -#: primary read-primary. You can additionally specify no-append to -#: disable kitty's protocol extension for clipboard concatenation. The -#: default is to allow writing to the clipboard and primary selection -#: with concatenation enabled. Note that enabling the read -#: functionality is a security risk as it means that any program, even -#: one running on a remote server via SSH can read your clipboard. - -allow_hyperlinks yes - -#: Process hyperlink (OSC 8) escape sequences. If disabled OSC 8 -#: escape sequences are ignored. Otherwise they become clickable -#: links, that you can click by holding down ctrl+shift and clicking -#: with the mouse. The special value of ``ask`` means that kitty will -#: ask before opening the link. - -term xterm-kitty - -#: The value of the TERM environment variable to set. Changing this -#: can break many terminal programs, only change it if you know what -#: you are doing, not because you read some advice on Stack Overflow -#: to change it. The TERM variable is used by various programs to get -#: information about the capabilities and behavior of the terminal. If -#: you change it, depending on what programs you run, and how -#: different the terminal you are changing it to is, various things -#: from key-presses, to colors, to various advanced features may not -#: work. - -#: }}} - -#: OS specific tweaks {{{ - -macos_titlebar_color system - -#: Change the color of the kitty window's titlebar on macOS. A value -#: of system means to use the default system color, a value of -#: background means to use the background color of the currently -#: active window and finally you can use an arbitrary color, such as -#: #12af59 or red. WARNING: This option works by using a hack, as -#: there is no proper Cocoa API for it. It sets the background color -#: of the entire window and makes the titlebar transparent. As such it -#: is incompatible with background_opacity. If you want to use both, -#: you are probably better off just hiding the titlebar with -#: hide_window_decorations. - -macos_option_as_alt no - -#: Use the option key as an alt key. With this set to no, kitty will -#: use the macOS native Option+Key = unicode character behavior. This -#: will break any Alt+key keyboard shortcuts in your terminal -#: programs, but you can use the macOS unicode input technique. You -#: can use the values: left, right, or both to use only the left, -#: right or both Option keys as Alt, instead. - -macos_hide_from_tasks no - -#: Hide the kitty window from running tasks (Option+Tab) on macOS. - -macos_quit_when_last_window_closed no - -#: Have kitty quit when all the top-level windows are closed. By -#: default, kitty will stay running, even with no open windows, as is -#: the expected behavior on macOS. - -macos_window_resizable yes - -#: Disable this if you want kitty top-level (OS) windows to not be -#: resizable on macOS. - -macos_thicken_font 0 - -#: Draw an extra border around the font with the given width, to -#: increase legibility at small font sizes. For example, a value of -#: 0.75 will result in rendering that looks similar to sub-pixel -#: antialiasing at common font sizes. - -macos_traditional_fullscreen no - -#: Use the traditional full-screen transition, that is faster, but -#: less pretty. - -macos_show_window_title_in all - -#: Show or hide the window title in the macOS window or menu-bar. A -#: value of window will show the title of the currently active window -#: at the top of the macOS window. A value of menubar will show the -#: title of the currently active window in the macOS menu-bar, making -#: use of otherwise wasted space. all will show the title everywhere -#: and none hides the title in the window and the menu-bar. - -macos_custom_beam_cursor no - -#: Enable/disable custom mouse cursor for macOS that is easier to see -#: on both light and dark backgrounds. WARNING: this might make your -#: mouse cursor invisible on dual GPU machines. - -linux_display_server auto - -#: Choose between Wayland and X11 backends. By default, an appropriate -#: backend based on the system state is chosen automatically. Set it -#: to x11 or wayland to force the choice. - -#: }}} - -#: Keyboard shortcuts {{{ - -#: Keys are identified simply by their lowercase unicode characters. -#: For example: ``a`` for the A key, ``[`` for the left square bracket -#: key, etc. For functional keys, such as ``Enter or Escape`` the -#: names are present at https://sw.kovidgoyal.net/kitty/keyboard- -#: protocol.html#functional-key-definitions. For a list of modifier -#: names, see: GLFW mods -#: - -#: On Linux you can also use XKB key names to bind keys that are not -#: supported by GLFW. See XKB keys -#: for a list of key names. The name to use is the part -#: after the XKB_KEY_ prefix. Note that you can only use an XKB key -#: name for keys that are not known as GLFW keys. - -#: Finally, you can use raw system key codes to map keys, again only -#: for keys that are not known as GLFW keys. To see the system key -#: code for a key, start kitty with the kitty --debug-keyboard option. -#: Then kitty will output some debug text for every key event. In that -#: text look for ``native_code`` the value of that becomes the key -#: name in the shortcut. For example: - -#: .. code-block:: none - -#: on_key_input: glfw key: 65 native_code: 0x61 action: PRESS mods: 0x0 text: 'a' - -#: Here, the key name for the A key is 0x61 and you can use it with:: - -#: map ctrl+0x61 something - -#: to map ctrl+a to something. - -#: You can use the special action no_op to unmap a keyboard shortcut -#: that is assigned in the default configuration:: - -#: map kitty_mod+space no_op - -#: You can combine multiple actions to be triggered by a single -#: shortcut, using the syntax below:: - -#: map key combine action1 action2 action3 ... - -#: For example:: - -#: map kitty_mod+e combine : new_window : next_layout - -#: this will create a new window and switch to the next available -#: layout - -#: You can use multi-key shortcuts using the syntax shown below:: - -#: map key1>key2>key3 action - -#: For example:: - -#: map ctrl+f>2 set_font_size 20 - -kitty_mod ctrl+shift - -#: The value of kitty_mod is used as the modifier for all default -#: shortcuts, you can change it in your kitty.conf to change the -#: modifiers for all the default shortcuts. - -clear_all_shortcuts no - -#: You can have kitty remove all shortcut definition seen up to this -#: point. Useful, for instance, to remove the default shortcuts. - -# kitten_alias hints hints --hints-offset=0 - -#: You can create aliases for kitten names, this allows overriding the -#: defaults for kitten options and can also be used to shorten -#: repeated mappings of the same kitten with a specific group of -#: options. For example, the above alias changes the default value of -#: kitty +kitten hints --hints-offset to zero for all mappings, -#: including the builtin ones. - -#: Clipboard {{{ - -map kitty_mod+c copy_to_clipboard - -#: There is also a copy_or_interrupt action that can be optionally -#: mapped to Ctrl+c. It will copy only if there is a selection and -#: send an interrupt otherwise. Similarly, copy_and_clear_or_interrupt -#: will copy and clear the selection or send an interrupt if there is -#: no selection. - -map kitty_mod+v paste_from_clipboard -map kitty_mod+s paste_from_selection -map shift+insert paste_from_selection -map kitty_mod+o pass_selection_to_program - -#: You can also pass the contents of the current selection to any -#: program using pass_selection_to_program. By default, the system's -#: open program is used, but you can specify your own, the selection -#: will be passed as a command line argument to the program, for -#: example:: - -#: map kitty_mod+o pass_selection_to_program firefox - -#: You can pass the current selection to a terminal program running in -#: a new kitty window, by using the @selection placeholder:: - -#: map kitty_mod+y new_window less @selection - -#: }}} - -#: Scrolling {{{ - -map kitty_mod+up scroll_line_up -map kitty_mod+k scroll_line_up -map kitty_mod+down scroll_line_down -map kitty_mod+j scroll_line_down -map kitty_mod+page_up scroll_page_up -map kitty_mod+page_down scroll_page_down -map kitty_mod+home scroll_home -map kitty_mod+end scroll_end -map kitty_mod+h show_scrollback - -#: You can pipe the contents of the current screen + history buffer as -#: STDIN to an arbitrary program using the ``launch`` function. For -#: example, the following opens the scrollback buffer in less in an -#: overlay window:: - -#: map f1 launch --stdin-source=@screen_scrollback --stdin-add-formatting --type=overlay less +G -R - -#: For more details on piping screen and buffer contents to external -#: programs, see launch. - -#: }}} - -#: Window management {{{ - -map kitty_mod+enter new_window - -#: You can open a new window running an arbitrary program, for -#: example:: - -#: map kitty_mod+y launch mutt - -#: You can open a new window with the current working directory set to -#: the working directory of the current window using:: - -#: map ctrl+alt+enter launch --cwd=current - -#: You can open a new window that is allowed to control kitty via the -#: kitty remote control facility by prefixing the command line with @. -#: Any programs running in that window will be allowed to control -#: kitty. For example:: - -#: map ctrl+enter launch --allow-remote-control some_program - -#: You can open a new window next to the currently active window or as -#: the first window, with:: - -#: map ctrl+n launch --location=neighbor some_program -#: map ctrl+f launch --location=first some_program - -#: For more details, see launch. - -map kitty_mod+n new_os_window - -#: Works like new_window above, except that it opens a top level OS -#: kitty window. In particular you can use new_os_window_with_cwd to -#: open a window with the current working directory. - -map kitty_mod+w close_window -map kitty_mod+] next_window -map kitty_mod+[ previous_window -map kitty_mod+f move_window_forward -map kitty_mod+b move_window_backward -map kitty_mod+` move_window_to_top -map kitty_mod+r start_resizing_window -map kitty_mod+1 first_window -map kitty_mod+2 second_window -map kitty_mod+3 third_window -map kitty_mod+4 fourth_window -map kitty_mod+5 fifth_window -map kitty_mod+6 sixth_window -map kitty_mod+7 seventh_window -map kitty_mod+8 eighth_window -map kitty_mod+9 ninth_window -map kitty_mod+0 tenth_window -#: }}} - -#: Tab management {{{ - -map kitty_mod+right next_tab -map kitty_mod+left previous_tab -map kitty_mod+t new_tab -map kitty_mod+q close_tab -map kitty_mod+. move_tab_forward -map kitty_mod+, move_tab_backward -map kitty_mod+alt+t set_tab_title - -#: You can also create shortcuts to go to specific tabs, with 1 being -#: the first tab, 2 the second tab and -1 being the previously active -#: tab, and any number larger than the last tab being the last tab:: - -#: map ctrl+alt+1 goto_tab 1 -#: map ctrl+alt+2 goto_tab 2 - -#: Just as with new_window above, you can also pass the name of -#: arbitrary commands to run when using new_tab and use -#: new_tab_with_cwd. Finally, if you want the new tab to open next to -#: the current tab rather than at the end of the tabs list, use:: - -#: map ctrl+t new_tab !neighbor [optional cmd to run] -#: }}} - -#: Layout management {{{ - -map kitty_mod+l next_layout - -#: You can also create shortcuts to switch to specific layouts:: - -#: map ctrl+alt+t goto_layout tall -#: map ctrl+alt+s goto_layout stack - -#: Similarly, to switch back to the previous layout:: - -#: map ctrl+alt+p last_used_layout -#: }}} - -#: Font sizes {{{ - -#: You can change the font size for all top-level kitty OS windows at -#: a time or only the current one. - -map kitty_mod+equal change_font_size all +2.0 -map kitty_mod+plus change_font_size all +2.0 -map kitty_mod+kp_add change_font_size all +2.0 -map kitty_mod+minus change_font_size all -2.0 -map kitty_mod+kp_subtract change_font_size all -2.0 -map kitty_mod+backspace change_font_size all 0 - -#: To setup shortcuts for specific font sizes:: - -#: map kitty_mod+f6 change_font_size all 10.0 - -#: To setup shortcuts to change only the current OS window's font -#: size:: - -#: map kitty_mod+f6 change_font_size current 10.0 -#: }}} - -#: Select and act on visible text {{{ - -#: Use the hints kitten to select text and either pass it to an -#: external program or insert it into the terminal or copy it to the -#: clipboard. - -map kitty_mod+e kitten hints - -#: Open a currently visible URL using the keyboard. The program used -#: to open the URL is specified in open_url_with. - -map kitty_mod+p>f kitten hints --type path --program - - -#: Select a path/filename and insert it into the terminal. Useful, for -#: instance to run git commands on a filename output from a previous -#: git command. - -map kitty_mod+p>shift+f kitten hints --type path - -#: Select a path/filename and open it with the default open program. - -map kitty_mod+p>l kitten hints --type line --program - - -#: Select a line of text and insert it into the terminal. Use for the -#: output of things like: ls -1 - -map kitty_mod+p>w kitten hints --type word --program - - -#: Select words and insert into terminal. - -map kitty_mod+p>h kitten hints --type hash --program - - -#: Select something that looks like a hash and insert it into the -#: terminal. Useful with git, which uses sha1 hashes to identify -#: commits - -map kitty_mod+p>n kitten hints --type linenum - -#: Select something that looks like filename:linenum and open it in -#: vim at the specified line number. - -map kitty_mod+p>y kitten hints --type hyperlink - -#: Select a hyperlink (i.e. a URL that has been marked as such by the -#: terminal program, for example, by ls --hyperlink=auto). - - -#: The hints kitten has many more modes of operation that you can map -#: to different shortcuts. For a full description see kittens/hints. -#: }}} - -#: Miscellaneous {{{ - -map kitty_mod+f11 toggle_fullscreen -map kitty_mod+f10 toggle_maximized -map kitty_mod+u kitten unicode_input -map kitty_mod+f2 edit_config_file -map kitty_mod+escape kitty_shell window - -#: Open the kitty shell in a new window/tab/overlay/os_window to -#: control kitty using commands. - -map kitty_mod+a>m set_background_opacity +0.1 -map kitty_mod+a>l set_background_opacity -0.1 -map kitty_mod+a>1 set_background_opacity 1 -map kitty_mod+a>d set_background_opacity default -map kitty_mod+delete clear_terminal reset active - -#: You can create shortcuts to clear/reset the terminal. For example:: - -#: # Reset the terminal -#: map kitty_mod+f9 clear_terminal reset active -#: # Clear the terminal screen by erasing all contents -#: map kitty_mod+f10 clear_terminal clear active -#: # Clear the terminal scrollback by erasing it -#: map kitty_mod+f11 clear_terminal scrollback active -#: # Scroll the contents of the screen into the scrollback -#: map kitty_mod+f12 clear_terminal scroll active - -#: If you want to operate on all windows instead of just the current -#: one, use all instead of active. - -#: It is also possible to remap Ctrl+L to both scroll the current -#: screen contents into the scrollback buffer and clear the screen, -#: instead of just clearing the screen:: - -#: map ctrl+l combine : clear_terminal scroll active : send_text normal,application \x0c - - -#: You can tell kitty to send arbitrary (UTF-8) encoded text to the -#: client program when pressing specified shortcut keys. For example:: - -#: map ctrl+alt+a send_text all Special text - -#: This will send "Special text" when you press the ctrl+alt+a key -#: combination. The text to be sent is a python string literal so you -#: can use escapes like \x1b to send control codes or \u21fb to send -#: unicode characters (or you can just input the unicode characters -#: directly as UTF-8 text). The first argument to send_text is the -#: keyboard modes in which to activate the shortcut. The possible -#: values are normal or application or kitty or a comma separated -#: combination of them. The special keyword all means all modes. The -#: modes normal and application refer to the DECCKM cursor key mode -#: for terminals, and kitty refers to the special kitty extended -#: keyboard protocol. - -#: Another example, that outputs a word and then moves the cursor to -#: the start of the line (same as pressing the Home key):: - -#: map ctrl+alt+a send_text normal Word\x1b[H -#: map ctrl+alt+a send_text application Word\x1bOH - -#: }}} - -# }}} diff --git a/.config/lf/lf-icons.sh b/.config/lf/lf-icons.sh deleted file mode 100644 index 791383a..0000000 --- a/.config/lf/lf-icons.sh +++ /dev/null @@ -1,163 +0,0 @@ -#!/bin/sh - -export LF_ICONS="\ -di=:\ -fi=:\ -ln=:\ -or=:\ -ex=:\ -*.c=:\ -*.cc=:\ -*.clj=:\ -*.coffee=:\ -*.cpp=:\ -*.css=:\ -*.d=:\ -*.dart=:\ -*.erl=:\ -*.exs=:\ -*.fs=:\ -*.go=:\ -*.gitignore=:\ -*.h=:\ -*.hh=:\ -*.hpp=:\ -*.hs=:\ -*.html=:\ -*.java=:\ -*.jl=:\ -*.js=:\ -*.json=:\ -*.lua=:\ -*.md=:\ -*.php=:\ -*.pl=:\ -*.pro=:\ -*.py=:\ -*.rb=:\ -*.rs=:\ -*.scala=:\ -*.ts=:\ -*.vim=:\ -*.cmd=:\ -*.ps1=:\ -*.sh=:\ -*.bash=:\ -*.zsh=:\ -*.fish=:\ -*.tar=:\ -*.tgz=:\ -*.arc=:\ -*.arj=:\ -*.taz=:\ -*.lha=:\ -*.lz4=:\ -*.lzh=:\ -*.lzma=:\ -*.tlz=:\ -*.txz=:\ -*.tzo=:\ -*.t7z=:\ -*.zip=:\ -*.z=:\ -*.dz=:\ -*.gz=:\ -*.lrz=:\ -*.lz=:\ -*.lzo=:\ -*.xz=:\ -*.zst=:\ -*.tzst=:\ -*.bz2=:\ -*.bz=:\ -*.tbz=:\ -*.tbz2=:\ -*.tz=:\ -*.deb=:\ -*.rpm=:\ -*.jar=:\ -*.war=:\ -*.ear=:\ -*.sar=:\ -*.rar=:\ -*.alz=:\ -*.ace=:\ -*.zoo=:\ -*.cpio=:\ -*.7z=:\ -*.rz=:\ -*.cab=:\ -*.wim=:\ -*.swm=:\ -*.dwm=:\ -*.esd=:\ -*.exe=🍷:\ -*.jpg=:\ -*.jpeg=:\ -*.mjpg=:\ -*.mjpeg=:\ -*.gif=:\ -*.bmp=:\ -*.pbm=:\ -*.pgm=:\ -*.ppm=:\ -*.tga=:\ -*.xbm=:\ -*.xpm=:\ -*.tif=:\ -*.tiff=:\ -*.png=:\ -*.svg=:\ -*.svgz=:\ -*.mng=:\ -*.pcx=:\ -*.mov=:\ -*.mpg=:\ -*.mpeg=:\ -*.m2v=:\ -*.mkv=:\ -*.webm=:\ -*.ogm=:\ -*.mp4=:\ -*.m4v=:\ -*.mp4v=:\ -*.vob=:\ -*.qt=:\ -*.nuv=:\ -*.wmv=:\ -*.asf=:\ -*.rm=:\ -*.rmvb=:\ -*.flc=:\ -*.avi=:\ -*.fli=:\ -*.flv=:\ -*.gl=:\ -*.dl=:\ -*.xcf=:\ -*.xwd=:\ -*.yuv=:\ -*.cgm=:\ -*.emf=:\ -*.ogv=:\ -*.ogx=:\ -*.aac=:\ -*.au=:\ -*.flac=:\ -*.m4a=:\ -*.mid=:\ -*.midi=:\ -*.mka=:\ -*.mp3=:\ -*.mpc=:\ -*.ogg=:\ -*.ra=:\ -*.wav=:\ -*.oga=:\ -*.opus=:\ -*.spx=:\ -*.xspf=:\ -*.pdf=:\ -*.nix=:\ - " - diff --git a/.config/lf/lfrc b/.config/lf/lfrc deleted file mode 100644 index 6faa169..0000000 --- a/.config/lf/lfrc +++ /dev/null @@ -1,99 +0,0 @@ -# interpreter for shell commands (needs to be POSIX compatible) -set shell sh - -set color256 true -set icons true -set ignorecase true -#set drawbox true - - -set previewer ~/.config/lf/pv.sh -map i $~/.config/lf/pv.sh $f | less -R - -# set '-eu' options for shell commands -# These options are used to have safer shell commands. Option '-e' is used to -# exit on error and option '-u' is used to give error for unset variables. -# Option '-f' disables pathname expansion which can be useful when $f, $fs, and -# $fx variables contain names with '*' or '?' characters. However, this option -# is used selectively within individual commands as it can be limiting at -# times. -set shellopts '-eu' - -# set internal field separator (IFS) to "\n" for shell commands -# This is useful to automatically split file names in $fs and $fx properly -# since default file separator used in these variables (i.e. 'filesep' option) -# is newline. You need to consider the values of these options and create your -# commands accordingly. -set ifs "\n" - -# leave some space at the top and the bottom of the screen -set scrolloff 10 - -# use enter for shell commands -map shell - -# execute current file (must be executable) -map x $$f -map X !$f - -# dedicated keys for file opener actions -map o &mimeo $f -map O $mimeopen --ask $f - -# define a custom 'open' command -# This command is called when current file is not a directory. You may want to -# use either file extensions and/or mime types here. Below uses an editor for -# text files and a file opener for the rest. -cmd open ${{ - case $(file --mime-type $f -b) in - text/*) $EDITOR $fx;; - audio/*) mpv --input-ipc-server=/tmp/mpvsoc$(date +%%s) $f ;; - application/pdf) setsid zathura $fx >/dev/null 2>&1 & ;; - application/zip) setsid unzip -l $f | less;; - application/rar) setsid unrar l $f | less;; - image/gif) setsid mpv $f --loop=inf ;; - image/jpeg) setsid imv $f ;; - image/png) setsid imv $f ;; - image/*) setsid imv $f ;; - video/*) setsid mpv $f --loop=inf ;; - application/json) $EDITOR $f;; - *) for f in $fx; do setsid $OPENER $f > /dev/null 2> /dev/null & done;; - esac -}} - -# define a custom 'rename' command without prompt for overwrite -# cmd rename %[ -e $1 ] && printf "file exists" || mv $f $1 -# map r push :rename - -# make sure trash folder exists -%mkdir -p ~/.trash - -# move current file or selected files to trash folder -# (also see 'man mv' for backup/overwrite options) -cmd trash %set -f; mv $fx ~/.trash/ - -# define a custom 'delete' command -cmd delete ${{ - set -f - printf "$fx\n" - printf "delete?[y/n]" - read ans - [ $ans = "y" ] && rm -rf $fx -}} - -# use '' key for either 'trash' or 'delete' command - map trash -map delete - -# extract the current file with the right command -# (xkcd link: https://xkcd.com/1168/) -cmd extract ${{ - compress.sh -e "$fx" -}} - -cmd compress ${{ - compress.sh -c "$fx" -}} - -map c compress "$fx" -map C extract "$f" diff --git a/.config/lf/pv.sh b/.config/lf/pv.sh deleted file mode 100755 index fe8ab25..0000000 --- a/.config/lf/pv.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -img () { - chafa "$1" --size="$2"x"$3" | sed 's/#/\n#/g' -} - -W="$(($(tput cols)/2 - 10))" -#H="$(tput lines)" - -fn="$1" -w="$2" -h="$3" -x="$4" -y="$5" - -case "$fn" in - *.tar*) tar tf "$1";; - *.zip) unzip -l "$1";; - *.rar) unrar l "$1";; - *.7z) 7z l "$1";; - *.jpg | *.JPG | *.jpeg) img "$fn" "$w" "$h";; - *.png | *.svg | *.gif) img "$fn" "$w" "$h";; #viu -t "$1" -w "$W" ;; #chafa "$fn" --size="$w"x"$h" ;; - *.mp4 | *.mkv | *.webm | *.avi | *.mpg | *.mpeg | *.ogv | *.flv | *.wmv | *.WMV) ffmpegthumbnailer -i "$fn" -c jpeg -o - | img - "$w" "$h";; - *.pdf) pdftotext "$1" -;; - *) bat -f "$1";; #*) highlight -O ansi "$1" || cat "$1";; -esac diff --git a/.config/luakit/userconf.lua b/.config/luakit/userconf.lua deleted file mode 100644 index f020228..0000000 --- a/.config/luakit/userconf.lua +++ /dev/null @@ -1,56 +0,0 @@ -local modes = require("modes") -local settings = require("settings") -local downloads = require("downloads") -local webview = require("webview") - ----set download dir, and stop prompt for download -downloads.default_dir = os.getenv("HOME") .. "/dl" -downloads.add_signal("download-location", function (uri, file) - luakit.spawn(string.format("notify-send 'Luakit' 'file downloaded to ~/dl/'")) - if not file or file == "" then - file = (string.match(uri, "/([^/]+)$") - or string.match(uri, "^%w+://(.+)") - or string.gsub(uri, "/", "_") - or "untitled") - end - return downloads.default_dir .. "/" .. file -end) - ----set how to handle various schemes (from luakit FAQ) -webview.add_signal("init", function (view) - view:add_signal("navigation-request", function (v, uri) ----open magnet links with transadd - if string.match(string.lower(uri), "^magnet:") then - luakit.spawn(string.format("%s %q", "transadd", uri)) - return false - end - --- Check URI and open program here - end) -end) - - ----set home page -settings.window.home_page = os.getenv("HOME") .. "/.config/startpage/index.html" - - ----open webpage in mpv with: ; + shift + m -local video_cmd_fmt = "mpv '%s' --loop" -modes.add_binds("ex-follow", { - { "m", "Hint all links and open the video behind that link externally with MPV.", - function (w) - w:set_mode("follow", { - prompt = "open with MPV", selector = "uri", evaluator = "uri", - func = function (uri) - assert(type(uri) == "string") - luakit.spawn(string.format(video_cmd_fmt, uri)) - w:notify("Launched MPV") - end - }) - end }, - { "M", "Open the video on the current page externally with MPV.", - function (w) - local uri = string.gsub(w.view.uri or "", " ", "%%20") - luakit.spawn(string.format(video_cmd_fmt, uri)) - w:notify("Launched MPV") - end }, -}) diff --git a/.config/mimeapps.list b/.config/mimeapps.list deleted file mode 100644 index 498d172..0000000 --- a/.config/mimeapps.list +++ /dev/null @@ -1,44 +0,0 @@ -[Default Applications] -application/pdf=pdf.desktop; -image/gif=img.desktop; -image/jpeg=img.desktop; -image/png=img.desktop; -video/*=video.desktop; -text/plain=text.desktop; -text/x-shellscript=text.desktop; -x-scheme-handler/magnet=torrent.desktop; -application/x-bittorrent=torrent.desktop; -text/html=web.desktop -text/uri-list=web.desktop -text/x-uri=web.desktop -x-scheme-handler/about=web.desktop -x-scheme-handler/unknown=web.desktop -x-scheme-handler/tg=userapp-Telegram Desktop-QXV020.desktop -application/msword=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop -application/rtf=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop -application/vnd.ms-works=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop -application/vnd.oasis.opendocument.text=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop -application/vnd.oasis.opendocument.text-template=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop -application/vnd.openxmlformats-officedocument.wordprocessingml.document=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop -application/vnd.stardivision.writer=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop -application/vnd.wordperfect=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop -application/x-abiword=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop -video/*=mpv.desktop -text/x-arduino=arduino-arduinoide.desktop - -[Added Associations] -image/jpeg=img.desktop; -image/png=img.desktop; -image/gif=img.desktop; -text/html=web.desktop; -inode/directory=lf.desktop -application/rss+xml=web.desktop; -application/msword=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop; -application/rtf=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop; -application/vnd.ms-works=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop; -application/vnd.oasis.opendocument.text=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop; -application/vnd.oasis.opendocument.text-template=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop; -application/vnd.openxmlformats-officedocument.wordprocessingml.document=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop; -application/vnd.stardivision.writer=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop; -application/vnd.wordperfect=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop; -application/x-abiword=appimagekit_370d60f0f93e3e9486777fd6dfdb9d86-LibreOffice.desktop; diff --git a/.config/moc/cache/moc_version_tag b/.config/moc/cache/moc_version_tag deleted file mode 100644 index 84eff89..0000000 --- a/.config/moc/cache/moc_version_tag +++ /dev/null @@ -1 +0,0 @@ -1 5 3 r2930 \ No newline at end of file diff --git a/.config/moc/cache/tags.db b/.config/moc/cache/tags.db deleted file mode 100644 index cb282eb..0000000 Binary files a/.config/moc/cache/tags.db and /dev/null differ diff --git a/.config/moc/config b/.config/moc/config deleted file mode 100644 index dbd1323..0000000 --- a/.config/moc/config +++ /dev/null @@ -1,690 +0,0 @@ -# This is a configuration file for the MOC player. It should be named -# 'config' and placed in the ~/.moc directory. As this file can specify -# commands which invoke other applications, MOC will refuse to start if it -# is not owned by either root or the current user, or if it is writable by -# anyone other than its owner. All options are given with their default -# values, and therefore commented. - -# Comments begin with '#'. -# You can use quotes and escape ('\') in parameters. -# -# You can have variable values substituted by enclosing the variable name -# as "${...}". (This only applies to the portion of the option following -# the '='.) Variables are substituted first from the environment then, -# if not found, from the configuration options. (Note that the value of -# a configuration option substituted is that which it has at the time the -# substitution variable is encountered.) If there is a naming conflict -# between an environment and configuration variable, you may be able to -# resolve it by using lowercase as the environment variable matches are -# case-sensitive whereas the configuration variables are not. -# -# You can also use the form "${...:-...}" where the value in the second -# position will be substituted if the variable name given in the first -# position is unset or null. -# -# So, for example: -# -# MusicDir = /music/${USER:-public} -# Fastdir1 = ${MusicDir}/mp3/rock -# Fastdir2 = ${MusicDir}/mp3/electronic -# Fastdir3 = ${MusicDir}/mp3/rap -# Fastdir4 = ${MusicDir}/mp3/etc -# -# Variable names are limited to those accepted by the BASH shell; that -# is, those comprising the upper- and lowercase ASCII characters, digits -# and the underscore. -# -# If you need to use the "${" sequence for any other purpose, write "$${" -# and it will be replaced by "${" and not treated as a substitution. -# -# Some options take lists of strings as their values. The strings are -# separated by colons. Additional strings can be appended to the list -# using "+=" in place of a plain "=" to assign the value. For an example, -# see the XTerms option. -# -# You can override any configuration option when you run MOC using the -# '-O' command line option: -# -# mocp -O AutoNext=no -O messagelingertime=1 -O XTerms+=xxt:xwt -# -# This command line option can be repeated as many times as needed and -# the configuration option name is not case sensitive. (Note that MOC -# does not perform variable substitution on the value of such overridden -# configuration options.) Most option values are set before the -# configuration file is processed (which allows the new values to be -# picked up by substitutions), however list-valued options are overridden -# afterwards (which gives the choice of whether the configured values are -# replaced or added to). - -# Remember that the client and server are separate processes and the -# server will retain the configuration values formed from the environment -# within which it was originally started. - -# Show file titles (title, author, album) instead of file names? -#ReadTags = yes - -# In which directory do you store your music files? If you specify it -# you will be able to jump straight to this directory with the '-m' -# parameter or the 'm' command. This can also point to a playlist. -# -# Example: MusicDir = "/home/joe/music" -# -MusicDir = $HOME/media/audio/ - -# Start in the music directory by default? If set to 'no', start -# in the current directory by default. A single directory on -# the command line takes precedence. -#StartInMusicDir = no - -# How to sort? FileName is the option's only value for now. -#Sort = FileName - -# Show errors in the streams (for example, broken frames in MP3 files)? -#ShowStreamErrors = no - -# Ignore CRC errors in MP3 files? Most players do that, so the default -# value is 'yes'. -#MP3IgnoreCRCErrors = yes - -# Set playback toggles. -#Repeat = no -#Shuffle = no -#AutoNext = yes - -# Default FormatString: -# -# %n - Track number -# %a - Artist -# %A - Album -# %t - Title -# %(X:TRUE:FALSE) - Ternary expression: if X exists, do TRUE, -# otherwise FALSE. The escape character must -# be doubled (i.e., '\\'). (See zshmisc -# documentation for more information.) -# -#FormatString = "%(n:%n :)%(a:%a - :)%(t:%t:)%(A: \(%A\):)" - -# Input and output buffer sizes (in kilobytes). -#InputBuffer = 512 # Minimum value is 32KB -#OutputBuffer = 512 # Minimum value is 128KB - -# How much to fill the input buffer before playing (in kilobytes)? -# This can't be greater than the value of InputBuffer. While this has -# a positive effect for network streams, it also causes the broadcast -# audio to be delayed. -#Prebuffering = 64 - -# Use this HTTP proxy server for internet streams. If not set, the -# environment variables http_proxy and ALL_PROXY will be used if present. -# -# Format: HTTPProxy = PROXY_NAME:PORT -# -#HTTPProxy = - -# Sound driver - OSS, ALSA, JACK, SNDIO (on OpenBSD) or null (only for -# debugging). You can enter more than one driver as a colon-separated -# list. The first working driver will be used. -#SoundDriver = JACK:ALSA:OSS - -# Jack output settings. -#JackClientName = "moc" -#JackStartServer = no -#JackOutLeft = "system:playback_1" -#JackOutRight = "system:playback_2" - -# OSS output settings. -#OSSDevice = /dev/dsp -#OSSMixerDevice = /dev/mixer -#OSSMixerChannel1 = pcm # 'pcm', 'master' or 'speaker' -#OSSMixerChannel2 = master # 'pcm', 'master' or 'speaker' - -# ALSA output settings. If you need to dump the audio produced by MOC -# to a file for diagnostic purposes, the following setting of 'ALSADevice' -# should do that: -# -# ALSADevice=tee:hw,'/tmp/out.wav',wav -# -#ALSADevice = default -#ALSAMixer1 = PCM -#ALSAMixer2 = Master - -# Under some circumstances on 32-bit systems, audio played continously -# for long periods of time may begin to stutter. Setting this option to -# 'yes' will force MOC to avoid ALSA's dmix resampling and prevent this -# stutter. But it also has other implications: -# -# - You may experience unacceptably high CPU load. -# - ALSA's resampler plug-ins will not be used. -# - The resampling may be of lower quality than ALSA would provide. -# - You may need to try different "ResampleMethod" option settings. -# - The "ForceSampleRate" option may be ineffective. -# - If libsamplerate is not configured, many audios may be unplayable. -# -#ALSAStutterDefeat = no - -# Save software mixer state? -# If enabled, a file 'softmixer' will be created in '~/.moc/' storing the -# mixersetting set when the server is shut down. -# Note that there is a "hidden" 'Amplification' setting in that file. -# Amplification (0-200) is used to scale the mixer setting (0-100). This -# results in a higher signal amplitude but may also produce clipping. -#Softmixer_SaveState = yes - -# Save equalizer state? -# If enabled, a file 'equalizer' will be created in '~/.moc/' storing the -# equalizer settings when the server is shut down. -# Note that there is a "hidden" 'Mixin' setting in that file. -# Mixin (0.0-1.0) is used to determine how much of the original signal is -# used after equalizing. 0 means to only use the equalized sound, while 1 -# effectively disabled the mixer. The default is 0.25. -#Equalizer_SaveState = yes - -# Show files with dot at the beginning? -#ShowHiddenFiles = no - -# Hide file name extensions? -#HideFileExtension = no - -# Show file format in menu? -#ShowFormat = yes - -# Show file time in menu? Possible values: 'yes', 'no' and 'IfAvailable' -# (meaning show the time only when it is already known, which often works -# faster). -#ShowTime = IfAvailable - -# Show time played as a percentage in the time progress bar. -#ShowTimePercent = no - -# Values of the TERM environment variable which are deemed to be managed by -# screen(1). If you are setting a specific terminal using screen(1)'s -# '-T ' option, then you will need to add 'screen.' to this list. -# Note that this is only a partial test; the value of the WINDOW environment -# variable must also be a number (which screen(1) sets). -#ScreenTerms = screen:screen-w:vt100 - -# Values of the TERM environment variable which are deemed to be xterms. If -# you are using MOC within screen(1) under an xterm, then add screen(1)'s -# TERM setting here as well to cause MOC to update the xterm's title. -#XTerms = xterm -#XTerms += xterm-colour:xterm-color -#XTerms += xterm-256colour:xterm-256color -#XTerms += rxvt:rxvt-unicode -#XTerms += rxvt-unicode-256colour:rxvt-unicode-256color -#XTerms += eterm - -# Theme file to use. This can be absolute path or relative to -# /usr/share/moc/themes/ (depends on installation prefix) or -# ~/.moc/themes/ . -# -# Example: Theme = laras_theme -# -Theme = transparent-background - -# The theme used when running on an xterm. -# -# Example: XTermTheme = transparent-background -# -#XTermTheme = - -# Should MOC try to autoload the default lyrics file for an audio? (The -# default lyrics file is a text file with the same file name as the audio -# file name with any trailing "extension" removed.) -#AutoLoadLyrics = yes - -# MOC directory (where pid file, socket and state files are stored). -# You can use ~ at the beginning. -#MOCDir = ~/.moc - -# Use mmap() to read files. mmap() is much slower on NFS. -#UseMMap = no - -# Use MIME to identify audio files. This can make for slower loading -# of playlists but is more accurate than using "extensions". -#UseMimeMagic = no - -# Assume this encoding for ID3 version 1/1.1 tags (MP3 files). Unlike -# ID3v2, UTF-8 is not used here and MOC can't guess how tags are encoded. -# Another solution is using librcc (see the next option). This option is -# ignored if UseRCC is set to 'yes'. -#ID3v1TagsEncoding = WINDOWS-1250 - -# Use librcc to fix ID3 version 1/1.1 tags encoding. -#UseRCC = yes - -# Use librcc to filenames and directory names encoding. -#UseRCCForFilesystem = yes - -# When this option is set the player assumes that if the encoding of -# ID3v2 is set to ISO-8859-1 then the ID3v1TagsEncoding is actually -# that and applies appropriate conversion. -#EnforceTagsEncoding = no - -# Enable the conversion of filenames from the local encoding to UTF-8. -#FileNamesIconv = no - -# Enable the conversion of the xterm title from UTF-8 to the local encoding. -#NonUTFXterm = no - -# Should MOC precache files to assist gapless playback? -#Precache = yes - -# Remember the playlist after exit? -#SavePlaylist = yes - -# When using more than one client (interface) at a time, do they share -# the playlist? -#SyncPlaylist = yes - -# Choose a keymap file (relative to '~/.moc/' or using an absolute path). -# An annotated example keymap file is included ('keymap.example'). -# -# Example: Keymap = my_keymap -# -#Keymap = - -# Use ASCII rather than graphic characters for drawing lines. This -# helps on some terminals. -#ASCIILines = no - -# FastDirs, these allow you to jump directly to a directory, the key -# bindings are in the keymap file. -# -# Examples: Fastdir1 = /mp3/rock -# Fastdir2 = /mp3/electronic -# Fastdir3 = /mp3/rap -# Fastdir4 = /mp3/etc -# -#Fastdir1 = -#Fastdir2 = -#Fastdir3 = -#Fastdir4 = -#Fastdir5 = -#Fastdir6 = -#Fastdir7 = -#Fastdir8 = -#Fastdir9 = -#Fastdir10 = - -# How fast to seek (in number of seconds per keystroke). The first -# option is for normal seek and the second for silent seek. -#SeekTime = 1 -#SilentSeekTime = 5 - -# PreferredDecoders allows you to specify which decoder should be used -# for any given audio format. It is a colon-separated list in which -# each entry is of the general form 'code(decoders)', where 'code' -# identifies the audio format and 'decoders' is a comma-separated list -# of decoders in order of preference. -# -# The audio format identifier may be either a filename extension or a -# MIME media type. If the latter, the format is 'type/subtype' (e.g., -# 'audio/flac'). Because different systems may give different MIME -# media types, any 'x-' prefix of the subtype is ignored both here and -# in the actual file MIME type (so all combinations of 'audio/flac' and -# 'audio/x-flac' match each other). -# -# For Internet streams the matching is done on MIME media type and on -# actual content. For files the matches are made on MIME media type -# (if the 'UseMimeMagic' option is set) and on filename extension. The -# MIME media type of a file is not determined until the first entry for -# MIME is encountered in the list. -# -# The matching is done in the order of appearance in the list with any -# entries added from the command line being matched before those listed -# here. Therefore, if you place all filename extension entries before -# all MIME entries you will speed up MOC's processing of directories -# (which could be significant for remote file systems). -# -# The decoder list may be empty, in which case no decoders will be used -# for files (and files with that audio format ignored) while Internet -# streams will be assessed on the actual content. Any decoder position -# may contain an asterisk, in which case any decoder not otherwise listed -# which can handle the audio format will be used. It is not an error to -# list the same decoder twice, but neither does it make sense to do so. -# -# If you have a mix of audio and non-audio files in your directories, you -# may wish to include entries at top of the list which ignore non-audio -# files by extension. -# -# In summary, the PreferredDecoders option provides fine control over the -# type of matching which is performed (filename extension, MIME media -# type and streamed media content) and which decoder(s) (if any) are used -# based on the option's list entries and their ordering. -# -# Examples: aac(aac,ffmpeg) first try FAAD2 for AACs then FFmpeg -# mp3() ignore MP3 files -# wav(*,sndfile) use sndfile for WAV as a last resort -# ogg(vorbis,*):flac(flac,*) try Xiph decoders first -# ogg():audio/ogg() ignore OGG files, and -# force Internet selection by content -# gz():html() ignore some non-audio files -# -# Any unspecified audio formats default to trying all decoders. -# Any unknown (or misspelt) drivers are ignored. -# All names are case insensitive. -# The default setting reflects the historical situation modified by -# the experience of users. -# -#PreferredDecoders = aac(aac,ffmpeg):m4a(ffmpeg) -#PreferredDecoders += mpc(musepack,*,ffmpeg):mpc8(musepack,*,ffmpeg) -#PreferredDecoders += sid(sidplay2):mus(sidplay2) -#PreferredDecoders += wav(sndfile,*,ffmpeg) -#PreferredDecoders += wv(wavpack,*,ffmpeg) -#PreferredDecoders += audio/aac(aac):audio/aacp(aac):audio/m4a(ffmpeg) -#PreferredDecoders += audio/wav(sndfile,*) - -# The following PreferredDecoders attempt to handle the ambiguity surrounding -# container types such as OGG for files. The first two entries will force -# a local file to the correct decoder (assuming the .ogg file contains Vorbis -# audio), while the MIME media types will cause Internet audio streams to -# be assessed on content (which may be either Vorbis or Speex). -# -#PreferredDecoders += ogg(vorbis,ffmpeg):oga(vorbis,ffmpeg):ogv(ffmpeg) -#PreferredDecoders += opus(ffmpeg) -#PreferredDecoders += spx(speex) -#PreferredDecoders += application/ogg(vorbis):audio/ogg(vorbis) - -# Which resampling method to use. There are a few methods of resampling -# sound supported by libresamplerate. The default is 'Linear') which is -# also the fastest. A better description can be found at: -# -# http://www.mega-nerd.com/libsamplerate/api_misc.html#Converters -# -# but briefly, the following methods are based on bandlimited interpolation -# and are higher quality, but also slower: -# -# SincBestQuality - really slow (I know you probably have an xx GHz -# processor, but it's still not enough to not see -# this in the top output :) The worst case -# Signal-to-Noise Ratio is 97dB. -# SincMediumQuality - much faster. -# SincFastest - the fastest bandlimited interpolation. -# -# And these are lower quality, but much faster methods: -# -# ZeroOrderHold - really poor quality, but it's really fast. -# Linear - a bit better and a bit slower. -# -#ResampleMethod = Linear - -# Always use this sample rate (in Hz) when opening the audio device (and -# resample the sound if necessary). When set to 0 the device is opened -# with the file's rate. -#ForceSampleRate = 0 - -# By default, even if the sound card reports that it can output 24bit samples -# MOC converts 24bit PCM to 16bit. Setting this option to 'yes' allows MOC -# to use 24bit output. (The MP3 decoder, for example, uses this format.) -# This is disabled by default because there were reports that it prevents -# MP3 files from playing on some soundcards. -#Allow24bitOutput = no - -# Use realtime priority for output buffer thread. This will prevent gaps -# while playing even with heavy load. The user who runs MOC must have -# permissions to set such a priority. This could be dangerous, because it -# is possible that a bug in MOC will freeze your computer. -#UseRealtimePriority = no - -# The number of audio files for which MOC will cache tags. When this limit -# is reached, file tags are discarded on a least recently used basis (with -# one second resolution). You can disable the cache by giving it a size of -# zero. Note that if you decrease the cache size below the number of items -# currently in the cache, the number will not decrease immediately (if at -# all). -#TagsCacheSize = 256 - -# Number items in the playlist. -#PlaylistNumbering = yes - -# Main window layouts can be configured. You can change the position and -# size of the menus (directory and playlist). You have three layouts and -# can switch between then using the 'l' key (standard mapping). By default, -# only two layouts are configured. -# -# The format is as follows: -# -# - Each layout is described as a list of menu entries. -# - Each menu entry is of the form: -# -# menu(position_x, position_y, width, height) -# -# where 'menu' is either 'directory' or 'playlist'. -# - The parameters define position and size of the menu. They can -# be absolute numbers (like 10) or a percentage of the screen size -# (like 45%). -# - 'width' and 'height' can have also value of 'FILL' which means -# fill the screen from the menu's position to the border. -# - Menus may overlap. -# -# You must describe at least one menu (default is to fill the whole window). -# There must be at least one layout (Layout1) defined; others can be empty. -# -# Example: Layout1 = playlist(50%,50%,50%,50%) -# Layout2 = "" -# Layout3 = "" -# -# Just one layout, the directory will occupy the whole -# screen, the playlist will have 1/4 of the screen size -# and be positioned at lower right corner. (Note that -# because the playlist will be hidden by the directory -# you will have to use the TAB key to make the playlist -# visible.) -# -# Example: Layout1 = playlist(0,0,100%,10):directory(0,10,100%,FILL) -# -# The screen is split into two parts: playlist at the top -# and the directory menu at the bottom. Playlist will -# occupy 10 lines and the directory menu the rest. -# -#Layout1 = directory(0,0,50%,100%):playlist(50%,0,FILL,100%) -#Layout2 = directory(0,0,100%,100%):playlist(0,0,100%,100%) -#Layout3 = "" - -# When the song changes, should the menu be scrolled so that the currently -# played file is visible? -#FollowPlayedFile = yes - -# What to do if the interface was started and the server is already playing -# something from the playlist? If CanStartInPlaylist is set to 'yes', the -# interface will switch to the playlist. When set to 'no' it will start -# from the last directory. -#CanStartInPlaylist = yes - -# Executing external commands (1 - 10) invoked with key commands (F1 - F10 -# by default). -# -# Some arguments are substituted before executing: -# -# %f - file path -# %i - title made from tags -# %S - start block mark (in seconds) -# %E - end block mark (in seconds) -# -# Data from tags can also be substituted: -# -# %t - title -# %a - album -# %r - artist -# %n - track -# %m - time of the file (in seconds) -# -# The parameters above apply to the currently selected file. If you change -# them to capital letters, they are taken from the file currently playing. -# -# Programs are run using execv(), not a shell, so you can't do things like -# redirecting the output to a file. The command string is split using blank -# characters as separators; the first element is the command to be executed -# and the rest are its parameters, so if you use "echo Playing: %I" we run -# program 'echo' (from $PATH) with 2 parameters: the string 'Playing:' and -# the title of the file currently playing. Even if the title contains -# spaces, it's still one parameter and it's safe if it contains `rm -rf /`. -# -# Examples: ExecCommand1 = "cp %f /mnt/usb_drive" -# ExecCommand2 = "/home/joe/now_playing %I" -# -#ExecCommand1 = -#ExecCommand2 = -#ExecCommand3 = -#ExecCommand4 = -#ExecCommand5 = -#ExecCommand6 = -#ExecCommand7 = -#ExecCommand8 = -#ExecCommand9 = -#ExecCommand10 = - -# Display the cursor in the line with the selected file. Some braille -# readers (the Handy Tech modular series ZMU 737, for example) use the -# cursor to focus and can make use of it to present the file line even -# when other fields are changing. -#UseCursorSelection = no - -# Set the terminal title when running under xterm. -#SetXtermTitle = yes - -# Set the terminal title when running under screen(1). If MOC can detect -# that it is running under screen(1), then it will set an appropriate -# title (see description of ScreenTerms above). However, if multiple -# levels of screen management are involved, detection might fail and this -# could cause a screen upset. In that situation you can use this option -# to force screen titles off. -#SetScreenTitle = yes - -# Display full paths instead of just file names in the playlist. -#PlaylistFullPaths = yes - -# The following setting describes how block markers are displayed in -# the play time progress bar. Its value is a string of exactly three -# characters. The first character is displayed in a position which -# corresponds to the time marked as the start of a block and the last -# character to the time marked as the end of the block. The middle -# character is displayed instead if both the start and the end of the block -# would fall in the same position (within the resolution of the interface). -# You can turn off the displaying of these block marker positions by using -# three space characters. -#BlockDecorators = "`\"'" - -# How long (in seconds) to leave a message displayed on the screen. -# Setting this to a high value allows you to scroll through the messages -# using the 'hide_message' key. Setting it to zero means you'll have to -# be quick to see any message at all. Any new messages will be queued up -# and displayed after the current message's linger time expires. -#MessageLingerTime = 3 - -# Does MOC display a prefix on delayed messages indicating -# the number of queued messages still to be displayed? -#PrefixQueuedMessages = yes - -# String to append to the queued message count if any -# error messages are still waiting to be displayed. -#ErrorMessagesQueued = "!" - -# Self-describing ModPlug options (with 'yes' or 'no' values). -#ModPlug_Oversampling = yes -#ModPlug_NoiseReduction = yes -#ModPlug_Reverb = no -#ModPlug_MegaBass = no -#ModPlug_Surround = no - -# ModPlug resampling mode. -# Valid values are: -# -# FIR - 8 tap fir filter (extremely high quality) -# SPLINE - Cubic spline interpolation (high quality) -# LINEAR - Linear interpolation (fast, good quality) -# NEAREST - No interpolation (very fast, extremely bad sound quality) -# -#ModPlug_ResamplingMode = FIR - -# Other self-describing ModPlug audio characteristic options. -# (Note that the 32 bit sample size seems to be buggy.) -#ModPlug_Channels = 2 # 1 or 2 channels -#ModPlug_Bits = 16 # 8, 16 or 32 bits -#ModPlug_Frequency = 44100 # 11025, 22050, 44100 or 48000 Hz -#ModPlug_ReverbDepth = 0 # 0 (quiet) to 100 (loud) -#ModPlug_ReverbDelay = 0 # Delay in ms (usually 40-200ms) -#ModPlug_BassAmount = 0 # 0 (quiet) to 100 (loud). -#ModPlug_BassRange = 10 # Cutoff in Hz (10-100). -#ModPlug_SurroundDepth = 0 # Surround level 0(quiet)-100(heavy). -#ModPlug_SurroundDelay = 0 # Surround delay in ms, usually 5-40ms. -#ModPlug_LoopCount = 0 # 0 (never), n (times) or -1 (forever) - -# Self-describing TiMidity audio characteristic options. -#TiMidity_Rate = 44100 # Between 8000 and 48000 -#TiMidity_Bits = 16 # 8 or 16 -#TiMidity_Channels = 2 # 1 or 2 -#TiMidity_Volume = 100 # 0 to 800 - -# You can setup a TiMidity-Config-File here. -# Leave it unset to use library defaults (/etc/timidity.cfg mostly). -# Setting it to 'yes' also uses the library defaults. -# Set it to 'no' if you don't have any configuration file. -# Otherwise set it to the name of a specific file. -#TiMidity_Config = - -# Self-describing SidPlay2 audio characteristic options. -#SidPlay2_DefaultSongLength = 180 # If not in database (in seconds) -#SidPlay2_MinimumSongLength = 0 # Play at least n (in seconds) -#SidPlay2_Frequency = 44100 # 4000 to 48000 -#SidPlay2_Bits = 16 # 8 or 16 -#SidPlay2_Optimisation = 0 # 0 (worst quality) to 2 (best quality) - -# Set path to a HVSC-compatible database (if not set, database is disabled). -#SidPlay2_Database = - -# SidPlay2 playback Mode: -# -# "M": Mono (best for many SIDs) -# "S": Stereo -# "L"/"R": Left / Right -# -#SidPlay2_PlayMode = "M" - -# Use start-song information from SID ('yes') or start at first song -# ('no'). Songs before the start-song won't be played. (Note that this -# option previously took the values 1 and 0; these are now deprecated -# in favour of 'yes' and 'no'.) -#SidPlay2_StartAtStart = yes - -# Play sub-tunes. (Note that this option previously took the values 1 -# and 0; these are now deprecated in favour of 'yes' and 'no'.) -#SidPlay2_PlaySubTunes = yes - -# Run the OnSongChange command when a new song starts playing. -# Specify the full path (i.e. no leading '~') of an executable to run. -# Arguments will be passed, and you can use the following escapes: -# -# %a artist -# %r album -# %f filename -# %t title -# %n track -# %d file duration in XX:YY form -# %D file duration, number of seconds -# -# No pipes/redirects can be used directly, but writing a shell script -# can do the job. -# -# Example: OnSongChange = "/home/jack/.moc/myscript %a %r" -# -#OnSongChange = - -# If RepeatSongChange is 'yes' then MOC will execute the command every time -# a song starts playing regardless of whether or not it is just repeating. -# Otherwise the command will only be executed when a different song is -# started. -#RepeatSongChange = no - -# Run the OnStop command (full path, no arguments) when MOC changes state -# to stopped (i.e., when user stopped playing or changes a song). -#OnStop = "/home/jack/.moc/myscript_on_stop" - -# This option determines which song to play after finishing all the songs -# in the queue. Setting this to 'yes' causes MOC to play the song which -# follows the song being played before queue playing started. If set to -# 'no', MOC will play the song following the last song in the queue if it -# is in the playlist. The default is 'yes' because this is the way other -# players usually behave. (Note that this option previously took the -# values 1 and 0; these are now deprecated in favour of 'yes' and 'no'.) -#QueueNextSongReturn = yes diff --git a/.config/moc/equalizer b/.config/moc/equalizer deleted file mode 100644 index 7efeafd..0000000 --- a/.config/moc/equalizer +++ /dev/null @@ -1,2 +0,0 @@ -Active: 1 -Mixin: 0.250000 diff --git a/.config/moc/keymap b/.config/moc/keymap deleted file mode 100644 index 4fe0ad1..0000000 --- a/.config/moc/keymap +++ /dev/null @@ -1,188 +0,0 @@ -# This is the example keymap file for MOC. You can define your own key -# bindings for MOC commands by creating your own keymap file and setting -# the 'Keymap' option in ~/.moc/config. -# -# The format of this file is: -# -# - Lines beginning with # are comments. -# - Blank lines are ignored. -# - Every other line is expected to be in one of the formats: -# -# COMMAND = [KEY ...] -# COMMAND += KEY ... -# -# The KEY can be: -# -# - Just a char, like i, L, ", * -# - CTRL-KEY sequence: ^k (CTRL-k), ^4 -# - ALT-KEY (meta) sequence: M-j (ALT-j), M-/ -# - Special keys: DOWN, UP -# LEFT, RIGHT -# HOME, END -# BACKSPACE -# INS, DEL -# ENTER -# PAGE_UP, PAGE_DOWN -# SPACE, TAB -# KEYPAD_CENTER -# ESCAPE -# F1 - F12 -# -# Note that the use of a digit as a KEY is deprecated. -# -# Maximum number of KEYs for one COMMAND is 5. -# -# Omitting the KEY for a COMMAND will unbind all its default keys. They -# will also be automatically unbound when you bind new KEYs to it. Individual -# default KEYs will be automatically unbound when they are explicitly bound -# to some other COMMAND. -# -# Using the '+=' form will cause the KEYs to be appended to any existing -# (default or explicit) bindings for the COMMAND. Appending an existing -# default binding for the same COMMAND will cause MOC to think of that KEY -# as then being explicitly bound. -# -# Only one binding for any given COMMAND can appear in the keymap file. One -# exception to this is that if the default keys for a COMMAND are explicitly -# unbound then a subsequent binding may appear for it. A second exception -# is that multiple appending bindings may appear. -# -# Meta-key detection is sensitive to the ESCDELAY environment variable (see -# the manpage for ncurses(3)). In its absence, MOC resets the default -# delay to 25ms. If you need to emulate meta-key sequences using the ESC -# key, then you may need to set the value of ESCDELAY back to its ncurses -# default of 1000ms (but doing so will make the response to the ESC key -# sluggish). -# -# If MOC's keypresses are being filtered through some other program (in a -# GUI environment, for example) which also does meta-key detection, then -# MOC is at the mercy of the timings with which that program presents them. -# -# Default key configuration for MOC (and a list of all available commands): - -# MOC control keys: -quit_client = q -quit = Q - -# Menu and interface control keys: -go = ENTER -menu_down = DOWN -menu_up = UP -menu_page_down = PAGE_DOWN -menu_page_up = PAGE_UP -menu_first_item = HOME -menu_last_item = END -search_menu = g / -toggle_read_tags = f -toggle_show_time = ^t -toggle_show_format = ^f -toggle_menu = TAB -toggle_layout = l -toggle_hidden_files = H -next_search = ^g ^n -show_lyrics = L -theme_menu = T -help = h ? -refresh = ^r -reload = r - -# Audio playing and positioning keys: -seek_forward = RIGHT -seek_backward = LEFT -seek_forward_fast = ] -seek_backward_fast = [ -pause = p SPACE -stop = s -next = n -previous = b -toggle_shuffle = S -toggle_repeat = R -toggle_auto_next = X -toggle_mixer = x -go_url = o - -# Volume control keys: -volume_down_1 = < -volume_up_1 = > -volume_down_5 = , -volume_up_5 = . -volume_10 = M-1 -volume_20 = M-2 -volume_30 = M-3 -volume_40 = M-4 -volume_50 = M-5 -volume_60 = M-6 -volume_70 = M-7 -volume_80 = M-8 -volume_90 = M-9 - -# Directory navigation keys: defaults are Shift-number -# (i.e., 'shift 1' -> '!' -> 'Fastdir1'). -go_to_a_directory = i -go_to_music_directory = m -go_to_fast_dir1 = ! -go_to_fast_dir2 = @ -go_to_fast_dir3 = # -go_to_fast_dir4 = $ -go_to_fast_dir5 = % -go_to_fast_dir6 = ^ -go_to_fast_dir7 = & -go_to_fast_dir8 = * -go_to_fast_dir9 = ( -go_to_fast_dir10 = ) -go_to_playing_file = G -go_up = U - -# Playlist specific keys: -add_file = a -add_directory = A -plist_add_stream = ^u -delete_from_playlist = d -playlist_full_paths = P -plist_move_up = u -plist_move_down = j -save_playlist = V -remove_dead_entries = Y -clear_playlist = C - -# Queue manipulation keys: -enqueue_file = z -clear_queue = Z - -# User interaction control: -history_up = UP -history_down = DOWN -delete_to_start = ^u -delete_to_end = ^k -cancel = ^x ESCAPE -hide_message = M - -# Softmixer specific keys: -toggle_softmixer = w -toggle_make_mono = J - -# Equalizer specific keys: -toggle_equalizer = E -equalizer_refresh = e -equalizer_prev = K -equalizer_next = k - -# External commands: -mark_start = ' -mark_end = " -exec_command1 = F1 -exec_command2 = F2 -exec_command3 = F3 -exec_command4 = F4 -exec_command5 = F5 -exec_command6 = F6 -exec_command7 = F7 -exec_command8 = F8 -exec_command9 = F9 -exec_command10 = F10 - -# The following commands are available but not assigned to any keys by -# default: -# -# toggle_percent Switch on/off play progress bar time percentage -# diff --git a/.config/moc/last_directory b/.config/moc/last_directory deleted file mode 100644 index e197c2f..0000000 --- a/.config/moc/last_directory +++ /dev/null @@ -1 +0,0 @@ -/home/alex/media/audio/music/compilations \ No newline at end of file diff --git a/.config/moc/playlist.m3u b/.config/moc/playlist.m3u deleted file mode 100644 index 7c67240..0000000 --- a/.config/moc/playlist.m3u +++ /dev/null @@ -1,4 +0,0 @@ -#EXTM3U -#MOCSERIAL: 768 -#EXTINF:18965,/home/alex/media/audio/music/compilations/The Best Of Folk Metal Mix. Compilation 2.-wClxK8r_Sj0.webm -/home/alex/media/audio/music/compilations/The Best Of Folk Metal Mix. Compilation 2.-wClxK8r_Sj0.webm diff --git a/.config/moc/softmixer b/.config/moc/softmixer deleted file mode 100644 index ae858e1..0000000 --- a/.config/moc/softmixer +++ /dev/null @@ -1,4 +0,0 @@ -Active: 0 -Amplification: 100 -Value: 100 -Mono: 0 diff --git a/.config/moc/themes/transparent-background b/.config/moc/themes/transparent-background deleted file mode 100644 index a73ffa5..0000000 --- a/.config/moc/themes/transparent-background +++ /dev/null @@ -1,34 +0,0 @@ -# Transparent background theme by Marcin Michałowski - -background = default default -frame = white default -window_title = white default -directory = white default bold -selected_directory = white blue bold -playlist = white default bold -selected_playlist = white blue bold -file = white default -selected_file = white blue -marked_file = green default bold -marked_selected_file = green blue bold -info = blue default bold -status = white default -title = white default bold -state = white default bold -current_time = white default bold -time_left = white default bold -total_time = white default bold -time_total_frames = white default -sound_parameters = white default bold -legend = white default -disabled = blue default bold -enabled = white default bold -empty_mixer_bar = white default -filled_mixer_bar = black cyan -empty_time_bar = white default -filled_time_bar = black cyan -entry = white default -entry_title = black cyan -error = red default bold -message = green default bold -plist_time = white default bold diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf deleted file mode 100644 index efc11ff..0000000 --- a/.config/mpd/mpd.conf +++ /dev/null @@ -1,22 +0,0 @@ -music_directory "~/media/audio" -playlist_directory "~/.config/mpd/playlists/" - -auto_update "yes" -bind_to_address "127.0.0.1" -restore_paused "yes" -max_output_buffer_size "16384" - -audio_output { - type "pulse" - name "pulse audio" - #device "pulse" - #mixer_type "hardware" -} - - -audio_output { - type "fifo" - name "Visualizer feed" - path "/tmp/mpd.fifo" - format "44100:16:2" -} diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf deleted file mode 100755 index 9a049d7..0000000 --- a/.config/mpv/mpv.conf +++ /dev/null @@ -1,16 +0,0 @@ -hwdec=vaapi -gpu-context=wayland -osc=no -alang=jpn -slang=eng - -[extension.gif] -loop-file=inf - -[extension.webm] -loop-file=inf - -[idle] -profile-cond=p["idle-active"] -profile-restore=copy-equal -background=1 diff --git a/.config/mpv/scripts/morden.lua b/.config/mpv/scripts/morden.lua deleted file mode 100644 index ef51938..0000000 --- a/.config/mpv/scripts/morden.lua +++ /dev/null @@ -1,2042 +0,0 @@ --- by maoiscat --- email:valarmor@163.com --- https://github.com/maoiscat/mpv-osc-morden - -local assdraw = require 'mp.assdraw' -local msg = require 'mp.msg' -local opt = require 'mp.options' -local utils = require 'mp.utils' - --- --- Parameters --- --- default user option values --- may change them in osc.conf -local user_opts = { - showwindowed = true, -- show OSC when windowed? - showfullscreen = true, -- show OSC when fullscreen? - scalewindowed = 1, -- scaling of the controller when windowed - scalefullscreen = 1, -- scaling of the controller when fullscreen - scaleforcedwindow = 2, -- scaling when rendered on a forced window - vidscale = false, -- scale the controller with the video? - hidetimeout = 1000, -- duration in ms until the OSC hides if no - -- mouse movement. enforced non-negative for the - -- user, but internally negative is 'always-on'. - fadeduration = 500, -- duration of fade out in ms, 0 = no fade - minmousemove = 3, -- minimum amount of pixels the mouse has to - -- move between ticks to make the OSC show up - iamaprogrammer = false, -- use native mpv values and disable OSC - -- internal track list management (and some - -- functions that depend on it) - font = 'mpv-osd-symbols', -- default osc font - seekbarhandlesize = 1.0, -- size ratio of the slider handle, range 0 ~ 1 - seekrange = true, -- show seekrange overlay - seekrangealpha = 128, -- transparency of seekranges - seekbarkeyframes = true, -- use keyframes when dragging the seekbar - title = '${media-title}', -- string compatible with property-expansion - -- to be shown as OSC title - showtitle = true, -- show title and no hide timeout on pause - timetotal = true, -- display total time instead of remaining time? - visibility = 'auto', -- only used at init to set visibility_mode(...) - windowcontrols = 'no', -- whether to show window controls - language = 'eng', -- eng=English, chs=Chinese -} - --- Localization -local language = { - ['eng'] = { - welcome = '{\\fs24\\1c&H0&\\3c&HFFFFFF&}Drop files or URLs to play here.', -- this text appears when mpv starts - off = 'OFF', - na = 'n/a', - none = 'none', - video = 'Video', - audio = 'Audio', - subtitle = 'Subtitle', - available = 'Available ', - track = ' Tracks:', - playlist = 'Playlist', - nolist = 'Empty playlist.', - chapter = 'Chapter', - nochapter = 'No chapters.', - }, - ['chs'] = { - welcome = '{\\1c&H00\\bord0\\fs30\\fn微软雅黑 light\\fscx125}MPV{\\fscx100} 播放器', -- this text appears when mpv starts - off = '关闭', - na = 'n/a', - none = '无', - video = '视频', - audio = '音频', - subtitle = '字幕', - available = '可选', - track = ':', - playlist = '播放列表', - nolist = '无列表信息', - chapter = '章节', - nochapter = '无章节信息', - } -} --- read options from config and command-line -opt.read_options(user_opts, 'osc', function(list) update_options(list) end) --- apply lang opts -local texts = language[user_opts.language] -local osc_param = { -- calculated by osc_init() - playresy = 0, -- canvas size Y - playresx = 0, -- canvas size X - display_aspect = 1, - unscaled_y = 0, - areas = {}, -} - -local osc_styles = { - TransBg = '{\\blur100\\bord140\\1c&H000000&\\3c&H000000&}', - SeekbarBg = '{\\blur0\\bord0\\1c&HFFFFFF&}', - SeekbarFg = '{\\blur1\\bord1\\1c&HE39C42&}', - Ctrl1 = '{\\blur0\\bord0\\1c&HFFFFFF&\\3c&HFFFFFF&\\fs36\\fnmaterial-design-iconic-font}', - Ctrl2 = '{\\blur0\\bord0\\1c&HFFFFFF&\\3c&HFFFFFF&\\fs24\\fnmaterial-design-iconic-font}', - Ctrl3 = '{\\blur0\\bord0\\1c&HFFFFFF&\\3c&HFFFFFF&\\fs24\\fnmaterial-design-iconic-font}', - Time = '{\\blur0\\bord0\\1c&HFFFFFF&\\3c&H000000&\\fs17\\fn' .. user_opts.font .. '}', - Tooltip = '{\\blur1\\bord0.5\\1c&HFFFFFF&\\3c&H000000&\\fs18\\fn' .. user_opts.font .. '}', - Title = '{\\blur1\\bord0.5\\1c&HFFFFFF&\\3c&H0\\fs48\\q2\\fn' .. user_opts.font .. '}', - WinCtrl = '{\\blur1\\bord0.5\\1c&HFFFFFF&\\3c&H0\\fs20\\fnmpv-osd-symbols}', - elementDown = '{\\1c&H999999&}', -} - --- internal states, do not touch -local state = { - showtime, -- time of last invocation (last mouse move) - osc_visible = false, - anistart, -- time when the animation started - anitype, -- current type of animation - animation, -- current animation alpha - mouse_down_counter = 0, -- used for softrepeat - active_element = nil, -- nil = none, 0 = background, 1+ = see elements[] - active_event_source = nil, -- the 'button' that issued the current event - rightTC_trem = not user_opts.timetotal, -- if the right timecode should display total or remaining time - mp_screen_sizeX, mp_screen_sizeY, -- last screen-resolution, to detect resolution changes to issue reINITs - initREQ = false, -- is a re-init request pending? - last_mouseX, last_mouseY, -- last mouse position, to detect significant mouse movement - mouse_in_window = false, - message_text, - message_hide_timer, - fullscreen = false, - tick_timer = nil, - tick_last_time = 0, -- when the last tick() was run - hide_timer = nil, - cache_state = nil, - idle = false, - enabled = true, - input_enabled = true, - showhide_enabled = false, - dmx_cache = 0, - border = true, - maximized = false, - osd = mp.create_osd_overlay('ass-events'), - lastvisibility = user_opts.visibility, -- save last visibility on pause if showtitle -} - -local window_control_box_width = 138 -local tick_delay = 0.03 - --- --- Helperfunctions --- - -function set_osd(res_x, res_y, text) - if state.osd.res_x == res_x and - state.osd.res_y == res_y and - state.osd.data == text then - return - end - state.osd.res_x = res_x - state.osd.res_y = res_y - state.osd.data = text - state.osd.z = 1000 - state.osd:update() -end - --- scale factor for translating between real and virtual ASS coordinates -function get_virt_scale_factor() - local w, h = mp.get_osd_size() - if w <= 0 or h <= 0 then - return 0, 0 - end - return osc_param.playresx / w, osc_param.playresy / h -end - --- return mouse position in virtual ASS coordinates (playresx/y) -function get_virt_mouse_pos() - if state.mouse_in_window then - local sx, sy = get_virt_scale_factor() - local x, y = mp.get_mouse_pos() - return x * sx, y * sy - else - return -1, -1 - end -end - -function set_virt_mouse_area(x0, y0, x1, y1, name) - local sx, sy = get_virt_scale_factor() - mp.set_mouse_area(x0 / sx, y0 / sy, x1 / sx, y1 / sy, name) -end - -function scale_value(x0, x1, y0, y1, val) - local m = (y1 - y0) / (x1 - x0) - local b = y0 - (m * x0) - return (m * val) + b -end - --- returns hitbox spanning coordinates (top left, bottom right corner) --- according to alignment -function get_hitbox_coords(x, y, an, w, h) - - local alignments = { - [1] = function () return x, y-h, x+w, y end, - [2] = function () return x-(w/2), y-h, x+(w/2), y end, - [3] = function () return x-w, y-h, x, y end, - - [4] = function () return x, y-(h/2), x+w, y+(h/2) end, - [5] = function () return x-(w/2), y-(h/2), x+(w/2), y+(h/2) end, - [6] = function () return x-w, y-(h/2), x, y+(h/2) end, - - [7] = function () return x, y, x+w, y+h end, - [8] = function () return x-(w/2), y, x+(w/2), y+h end, - [9] = function () return x-w, y, x, y+h end, - } - - return alignments[an]() -end - -function get_hitbox_coords_geo(geometry) - return get_hitbox_coords(geometry.x, geometry.y, geometry.an, - geometry.w, geometry.h) -end - -function get_element_hitbox(element) - return element.hitbox.x1, element.hitbox.y1, - element.hitbox.x2, element.hitbox.y2 -end - -function mouse_hit(element) - return mouse_hit_coords(get_element_hitbox(element)) -end - -function mouse_hit_coords(bX1, bY1, bX2, bY2) - local mX, mY = get_virt_mouse_pos() - return (mX >= bX1 and mX <= bX2 and mY >= bY1 and mY <= bY2) -end - -function limit_range(min, max, val) - if val > max then - val = max - elseif val < min then - val = min - end - return val -end - --- translate value into element coordinates -function get_slider_ele_pos_for(element, val) - - local ele_pos = scale_value( - element.slider.min.value, element.slider.max.value, - element.slider.min.ele_pos, element.slider.max.ele_pos, - val) - - return limit_range( - element.slider.min.ele_pos, element.slider.max.ele_pos, - ele_pos) -end - --- translates global (mouse) coordinates to value -function get_slider_value_at(element, glob_pos) - - local val = scale_value( - element.slider.min.glob_pos, element.slider.max.glob_pos, - element.slider.min.value, element.slider.max.value, - glob_pos) - - return limit_range( - element.slider.min.value, element.slider.max.value, - val) -end - --- get value at current mouse position -function get_slider_value(element) - return get_slider_value_at(element, get_virt_mouse_pos()) -end - -function countone(val) - if not (user_opts.iamaprogrammer) then - val = val + 1 - end - return val -end - --- multiplies two alpha values, formular can probably be improved -function mult_alpha(alphaA, alphaB) - return 255 - (((1-(alphaA/255)) * (1-(alphaB/255))) * 255) -end - -function add_area(name, x1, y1, x2, y2) - -- create area if needed - if (osc_param.areas[name] == nil) then - osc_param.areas[name] = {} - end - table.insert(osc_param.areas[name], {x1=x1, y1=y1, x2=x2, y2=y2}) -end - -function ass_append_alpha(ass, alpha, modifier) - local ar = {} - - for ai, av in pairs(alpha) do - av = mult_alpha(av, modifier) - if state.animation then - av = mult_alpha(av, state.animation) - end - ar[ai] = av - end - - ass:append(string.format('{\\1a&H%X&\\2a&H%X&\\3a&H%X&\\4a&H%X&}', - ar[1], ar[2], ar[3], ar[4])) -end - -function ass_draw_cir_cw(ass, x, y, r) - ass:round_rect_cw(x-r, y-r, x+r, y+r, r) -end - -function ass_draw_rr_h_cw(ass, x0, y0, x1, y1, r1, hexagon, r2) - if hexagon then - ass:hexagon_cw(x0, y0, x1, y1, r1, r2) - else - ass:round_rect_cw(x0, y0, x1, y1, r1, r2) - end -end - -function ass_draw_rr_h_ccw(ass, x0, y0, x1, y1, r1, hexagon, r2) - if hexagon then - ass:hexagon_ccw(x0, y0, x1, y1, r1, r2) - else - ass:round_rect_ccw(x0, y0, x1, y1, r1, r2) - end -end - - --- --- Tracklist Management --- - -local nicetypes = {video = texts.video, audio = texts.audio, sub = texts.subtitle} - --- updates the OSC internal playlists, should be run each time the track-layout changes -function update_tracklist() - local tracktable = mp.get_property_native('track-list', {}) - - -- by osc_id - tracks_osc = {} - tracks_osc.video, tracks_osc.audio, tracks_osc.sub = {}, {}, {} - -- by mpv_id - tracks_mpv = {} - tracks_mpv.video, tracks_mpv.audio, tracks_mpv.sub = {}, {}, {} - for n = 1, #tracktable do - if not (tracktable[n].type == 'unknown') then - local type = tracktable[n].type - local mpv_id = tonumber(tracktable[n].id) - - -- by osc_id - table.insert(tracks_osc[type], tracktable[n]) - - -- by mpv_id - tracks_mpv[type][mpv_id] = tracktable[n] - tracks_mpv[type][mpv_id].osc_id = #tracks_osc[type] - end - end -end - --- return a nice list of tracks of the given type (video, audio, sub) -function get_tracklist(type) - local msg = texts.available .. nicetypes[type] .. texts.track - if #tracks_osc[type] == 0 then - msg = msg .. texts.none - else - for n = 1, #tracks_osc[type] do - local track = tracks_osc[type][n] - local lang, title, selected = 'unknown', '', '○' - if not(track.lang == nil) then lang = track.lang end - if not(track.title == nil) then title = track.title end - if (track.id == tonumber(mp.get_property(type))) then - selected = '●' - end - msg = msg..'\n'..selected..' '..n..': ['..lang..'] '..title - end - end - return msg -end - --- relatively change the track of given by tracks - --(+1 -> next, -1 -> previous) -function set_track(type, next) - local current_track_mpv, current_track_osc - if (mp.get_property(type) == 'no') then - current_track_osc = 0 - else - current_track_mpv = tonumber(mp.get_property(type)) - current_track_osc = tracks_mpv[type][current_track_mpv].osc_id - end - local new_track_osc = (current_track_osc + next) % (#tracks_osc[type] + 1) - local new_track_mpv - if new_track_osc == 0 then - new_track_mpv = 'no' - else - new_track_mpv = tracks_osc[type][new_track_osc].id - end - - mp.commandv('set', type, new_track_mpv) - --- if (new_track_osc == 0) then --- show_message(nicetypes[type] .. ' Track: none') --- else --- show_message(nicetypes[type] .. ' Track: ' --- .. new_track_osc .. '/' .. #tracks_osc[type] --- .. ' ['.. (tracks_osc[type][new_track_osc].lang or 'unknown') ..'] ' --- .. (tracks_osc[type][new_track_osc].title or '')) --- end -end - --- get the currently selected track of , OSC-style counted -function get_track(type) - local track = mp.get_property(type) - if track ~= 'no' and track ~= nil then - local tr = tracks_mpv[type][tonumber(track)] - if tr then - return tr.osc_id - end - end - return 0 -end - --- WindowControl helpers -function window_controls_enabled() - val = user_opts.windowcontrols - if val == 'auto' then - return (not state.border) or state.fullscreen - else - return val ~= 'no' - end -end - --- --- Element Management --- - -local elements = {} - -function prepare_elements() - - -- remove elements without layout or invisble - local elements2 = {} - for n, element in pairs(elements) do - if not (element.layout == nil) and (element.visible) then - table.insert(elements2, element) - end - end - elements = elements2 - - function elem_compare (a, b) - return a.layout.layer < b.layout.layer - end - - table.sort(elements, elem_compare) - - - for _,element in pairs(elements) do - - local elem_geo = element.layout.geometry - - -- Calculate the hitbox - local bX1, bY1, bX2, bY2 = get_hitbox_coords_geo(elem_geo) - element.hitbox = {x1 = bX1, y1 = bY1, x2 = bX2, y2 = bY2} - - local style_ass = assdraw.ass_new() - - -- prepare static elements - style_ass:append('{}') -- hack to troll new_event into inserting a \n - style_ass:new_event() - style_ass:pos(elem_geo.x, elem_geo.y) - style_ass:an(elem_geo.an) - style_ass:append(element.layout.style) - - element.style_ass = style_ass - - local static_ass = assdraw.ass_new() - - - if (element.type == 'box') then - --draw box - static_ass:draw_start() - ass_draw_rr_h_cw(static_ass, 0, 0, elem_geo.w, elem_geo.h, - element.layout.box.radius, element.layout.box.hexagon) - static_ass:draw_stop() - - elseif (element.type == 'slider') then - --draw static slider parts - local slider_lo = element.layout.slider - -- calculate positions of min and max points - element.slider.min.ele_pos = user_opts.seekbarhandlesize * elem_geo.h / 2 - element.slider.max.ele_pos = elem_geo.w - element.slider.min.ele_pos - element.slider.min.glob_pos = element.hitbox.x1 + element.slider.min.ele_pos - element.slider.max.glob_pos = element.hitbox.x1 + element.slider.max.ele_pos - - static_ass:draw_start() - -- a hack which prepares the whole slider area to allow center placements such like an=5 - static_ass:rect_cw(0, 0, elem_geo.w, elem_geo.h) - static_ass:rect_ccw(0, 0, elem_geo.w, elem_geo.h) - -- marker nibbles - if not (element.slider.markerF == nil) and (slider_lo.gap > 0) then - local markers = element.slider.markerF() - for _,marker in pairs(markers) do - if (marker >= element.slider.min.value) and (marker <= element.slider.max.value) then - local s = get_slider_ele_pos_for(element, marker) - if (slider_lo.gap > 5) then -- draw triangles - --top - if (slider_lo.nibbles_top) then - static_ass:move_to(s - 3, slider_lo.gap - 5) - static_ass:line_to(s + 3, slider_lo.gap - 5) - static_ass:line_to(s, slider_lo.gap - 1) - end - --bottom - if (slider_lo.nibbles_bottom) then - static_ass:move_to(s - 3, elem_geo.h - slider_lo.gap + 5) - static_ass:line_to(s, elem_geo.h - slider_lo.gap + 1) - static_ass:line_to(s + 3, elem_geo.h - slider_lo.gap + 5) - end - else -- draw 2x1px nibbles - --top - if (slider_lo.nibbles_top) then - static_ass:rect_cw(s - 1, 0, s + 1, slider_lo.gap); - end - --bottom - if (slider_lo.nibbles_bottom) then - static_ass:rect_cw(s - 1, elem_geo.h-slider_lo.gap, s + 1, elem_geo.h); - end - end - end - end - end - end - - element.static_ass = static_ass - - -- if the element is supposed to be disabled, - -- style it accordingly and kill the eventresponders - if not (element.enabled) then - element.layout.alpha[1] = 136 - element.eventresponder = nil - end - end -end - --- --- Element Rendering --- -function render_elements(master_ass) - - for n=1, #elements do - local element = elements[n] - local style_ass = assdraw.ass_new() - style_ass:merge(element.style_ass) - ass_append_alpha(style_ass, element.layout.alpha, 0) - - if element.eventresponder and (state.active_element == n) then - -- run render event functions - if not (element.eventresponder.render == nil) then - element.eventresponder.render(element) - end - if mouse_hit(element) then - -- mouse down styling - if (element.styledown) then - style_ass:append(osc_styles.elementDown) - end - if (element.softrepeat) and (state.mouse_down_counter >= 15 - and state.mouse_down_counter % 5 == 0) then - - element.eventresponder[state.active_event_source..'_down'](element) - end - state.mouse_down_counter = state.mouse_down_counter + 1 - end - end - - local elem_ass = assdraw.ass_new() - elem_ass:merge(style_ass) - - if not (element.type == 'button') then - elem_ass:merge(element.static_ass) - end - - if (element.type == 'slider') then - - local slider_lo = element.layout.slider - local elem_geo = element.layout.geometry - local s_min = element.slider.min.value - local s_max = element.slider.max.value - -- draw pos marker - local pos = element.slider.posF() - local seekRanges = element.slider.seekRangesF() - local rh = user_opts.seekbarhandlesize * elem_geo.h / 2 -- Handle radius - local xp - - if pos then - xp = get_slider_ele_pos_for(element, pos) - ass_draw_cir_cw(elem_ass, xp, elem_geo.h/2, rh) - elem_ass:rect_cw(0, slider_lo.gap, xp, elem_geo.h - slider_lo.gap) - end - - if seekRanges then - elem_ass:draw_stop() - elem_ass:merge(element.style_ass) - ass_append_alpha(elem_ass, element.layout.alpha, user_opts.seekrangealpha) - elem_ass:merge(element.static_ass) - - for _,range in pairs(seekRanges) do - local pstart = get_slider_ele_pos_for(element, range['start']) - local pend = get_slider_ele_pos_for(element, range['end']) - elem_ass:rect_cw(pstart - rh, slider_lo.gap, pend + rh, elem_geo.h - slider_lo.gap) - end - end - - elem_ass:draw_stop() - - -- add tooltip - if not (element.slider.tooltipF == nil) then - if mouse_hit(element) then - local sliderpos = get_slider_value(element) - local tooltiplabel = element.slider.tooltipF(sliderpos) - local an = slider_lo.tooltip_an - local ty - if (an == 2) then - ty = element.hitbox.y1 - else - ty = element.hitbox.y1 + elem_geo.h/2 - end - - local tx = get_virt_mouse_pos() - if (slider_lo.adjust_tooltip) then - if (an == 2) then - if (sliderpos < (s_min + 3)) then - an = an - 1 - elseif (sliderpos > (s_max - 3)) then - an = an + 1 - end - elseif (sliderpos > (s_max-s_min)/2) then - an = an + 1 - tx = tx - 5 - else - an = an - 1 - tx = tx + 10 - end - end - - -- tooltip label - elem_ass:new_event() - elem_ass:pos(tx, ty) - elem_ass:an(an) - elem_ass:append(slider_lo.tooltip_style) - ass_append_alpha(elem_ass, slider_lo.alpha, 0) - elem_ass:append(tooltiplabel) - end - end - - elseif (element.type == 'button') then - - local buttontext - if type(element.content) == 'function' then - buttontext = element.content() -- function objects - elseif not (element.content == nil) then - buttontext = element.content -- text objects - end - - buttontext = buttontext:gsub(':%((.?.?.?)%) unknown ', ':%(%1%)') --gsub('%) unknown %(\'', '') - - local maxchars = element.layout.button.maxchars - -- 认为1个中文字符约等于1.5个英文字符 - -- local charcount = buttontext:len()- (buttontext:len()-select(2, buttontext:gsub('[^\128-\193]', '')))/1.5 - local charcount = (buttontext:len() + select(2, buttontext:gsub('[^\128-\193]', ''))*2) / 3 - if not (maxchars == nil) and (charcount > maxchars) then - local limit = math.max(0, maxchars - 3) - if (charcount > limit) then - while (charcount > limit) do - buttontext = buttontext:gsub('.[\128-\191]*$', '') - charcount = (buttontext:len() + select(2, buttontext:gsub('[^\128-\193]', ''))*2) / 3 - end - buttontext = buttontext .. '...' - end - end - - elem_ass:append(buttontext) - - -- add tooltip - if not (element.tooltipF == nil) and element.enabled then - if mouse_hit(element) then - local tooltiplabel = element.tooltipF - local an = 1 - local ty = element.hitbox.y1 - local tx = get_virt_mouse_pos() - - if ty < osc_param.playresy / 2 then - ty = element.hitbox.y2 - an = 7 - end - - -- tooltip label - if type(element.tooltipF) == 'function' then - tooltiplabel = element.tooltipF() - else - tooltiplabel = element.tooltipF - end - elem_ass:new_event() - elem_ass:pos(tx, ty) - elem_ass:an(an) - elem_ass:append(element.tooltip_style) - elem_ass:append(tooltiplabel) - end - end - end - - master_ass:merge(elem_ass) - end -end - --- --- Message display --- - --- pos is 1 based -function limited_list(prop, pos) - local proplist = mp.get_property_native(prop, {}) - local count = #proplist - if count == 0 then - return count, proplist - end - - local fs = tonumber(mp.get_property('options/osd-font-size')) - local max = math.ceil(osc_param.unscaled_y*0.75 / fs) - if max % 2 == 0 then - max = max - 1 - end - local delta = math.ceil(max / 2) - 1 - local begi = math.max(math.min(pos - delta, count - max + 1), 1) - local endi = math.min(begi + max - 1, count) - - local reslist = {} - for i=begi, endi do - local item = proplist[i] - item.current = (i == pos) and true or nil - table.insert(reslist, item) - end - return count, reslist -end - -function get_playlist() - local pos = mp.get_property_number('playlist-pos', 0) + 1 - local count, limlist = limited_list('playlist', pos) - if count == 0 then - return texts.nolist - end - - local message = string.format(texts.playlist .. ' [%d/%d]:\n', pos, count) - for i, v in ipairs(limlist) do - local title = v.title - local _, filename = utils.split_path(v.filename) - if title == nil then - title = filename - end - message = string.format('%s %s %s\n', message, - (v.current and '●' or '○'), title) - end - return message -end - -function get_chapterlist() - local pos = mp.get_property_number('chapter', 0) + 1 - local count, limlist = limited_list('chapter-list', pos) - if count == 0 then - return texts.nochapter - end - - local message = string.format(texts.chapter.. ' [%d/%d]:\n', pos, count) - for i, v in ipairs(limlist) do - local time = mp.format_time(v.time) - local title = v.title - if title == nil then - title = string.format(texts.chapter .. ' %02d', i) - end - message = string.format('%s[%s] %s %s\n', message, time, - (v.current and '●' or '○'), title) - end - return message -end - -function show_message(text, duration) - - --print('text: '..text..' duration: ' .. duration) - if duration == nil then - duration = tonumber(mp.get_property('options/osd-duration')) / 1000 - elseif not type(duration) == 'number' then - print('duration: ' .. duration) - end - - -- cut the text short, otherwise the following functions - -- may slow down massively on huge input - text = string.sub(text, 0, 4000) - - -- replace actual linebreaks with ASS linebreaks - text = string.gsub(text, '\n', '\\N') - - state.message_text = text - - if not state.message_hide_timer then - state.message_hide_timer = mp.add_timeout(0, request_tick) - end - state.message_hide_timer:kill() - state.message_hide_timer.timeout = duration - state.message_hide_timer:resume() - request_tick() -end - -function render_message(ass) - if state.message_hide_timer and state.message_hide_timer:is_enabled() and - state.message_text - then - local _, lines = string.gsub(state.message_text, '\\N', '') - - local fontsize = tonumber(mp.get_property('options/osd-font-size')) - local outline = tonumber(mp.get_property('options/osd-border-size')) - local maxlines = math.ceil(osc_param.unscaled_y*0.75 / fontsize) - local counterscale = osc_param.playresy / osc_param.unscaled_y - - fontsize = fontsize * counterscale / math.max(0.65 + math.min(lines/maxlines, 1), 1) - outline = outline * counterscale / math.max(0.75 + math.min(lines/maxlines, 1)/2, 1) - - local style = '{\\bord' .. outline .. '\\fs' .. fontsize .. '}' - - - ass:new_event() - ass:append(style .. state.message_text) - else - state.message_text = nil - end -end - --- --- Initialisation and Layout --- - -function new_element(name, type) - elements[name] = {} - elements[name].type = type - - -- add default stuff - elements[name].eventresponder = {} - elements[name].visible = true - elements[name].enabled = true - elements[name].softrepeat = false - elements[name].styledown = (type == 'button') - elements[name].state = {} - - if (type == 'slider') then - elements[name].slider = {min = {value = 0}, max = {value = 100}} - end - - - return elements[name] -end - -function add_layout(name) - if not (elements[name] == nil) then - -- new layout - elements[name].layout = {} - - -- set layout defaults - elements[name].layout.layer = 50 - elements[name].layout.alpha = {[1] = 0, [2] = 255, [3] = 255, [4] = 255} - - if (elements[name].type == 'button') then - elements[name].layout.button = { - maxchars = nil, - } - elseif (elements[name].type == 'slider') then - -- slider defaults - elements[name].layout.slider = { - border = 1, - gap = 1, - nibbles_top = true, - nibbles_bottom = true, - adjust_tooltip = true, - tooltip_style = '', - tooltip_an = 2, - alpha = {[1] = 0, [2] = 255, [3] = 88, [4] = 255}, - } - elseif (elements[name].type == 'box') then - elements[name].layout.box = {radius = 0, hexagon = false} - end - - return elements[name].layout - else - msg.error('Can\'t add_layout to element \''..name..'\', doesn\'t exist.') - end -end - --- Window Controls -function window_controls() - local wc_geo = { - x = 0, - y = 32, - an = 1, - w = osc_param.playresx, - h = 32, - } - - local controlbox_w = window_control_box_width - local titlebox_w = wc_geo.w - controlbox_w - - -- Default alignment is 'right' - local controlbox_left = wc_geo.w - controlbox_w - local titlebox_left = wc_geo.x - local titlebox_right = wc_geo.w - controlbox_w - - add_area('window-controls', - get_hitbox_coords(controlbox_left, wc_geo.y, wc_geo.an, - controlbox_w, wc_geo.h)) - - local lo - - local button_y = wc_geo.y - (wc_geo.h / 2) - local first_geo = - {x = controlbox_left + 27, y = button_y, an = 5, w = 40, h = wc_geo.h} - local second_geo = - {x = controlbox_left + 69, y = button_y, an = 5, w = 40, h = wc_geo.h} - local third_geo = - {x = controlbox_left + 115, y = button_y, an = 5, w = 40, h = wc_geo.h} - - -- Window control buttons use symbols in the custom mpv osd font - -- because the official unicode codepoints are sufficiently - -- exotic that a system might lack an installed font with them, - -- and libass will complain that they are not present in the - -- default font, even if another font with them is available. - - -- Close: ?? - ne = new_element('close', 'button') - ne.content = '\238\132\149' - ne.eventresponder['mbtn_left_up'] = - function () mp.commandv('quit') end - lo = add_layout('close') - lo.geometry = third_geo - lo.style = osc_styles.WinCtrl - lo.alpha[3] = 0 - - -- Minimize: ?? - ne = new_element('minimize', 'button') - ne.content = '\\n\238\132\146' - ne.eventresponder['mbtn_left_up'] = - function () mp.commandv('cycle', 'window-minimized') end - lo = add_layout('minimize') - lo.geometry = first_geo - lo.style = osc_styles.WinCtrl - lo.alpha[3] = 0 - - -- Maximize: ?? /?? - ne = new_element('maximize', 'button') - if state.maximized or state.fullscreen then - ne.content = '\238\132\148' - else - ne.content = '\238\132\147' - end - ne.eventresponder['mbtn_left_up'] = - function () - if state.fullscreen then - mp.commandv('cycle', 'fullscreen') - else - mp.commandv('cycle', 'window-maximized') - end - end - lo = add_layout('maximize') - lo.geometry = second_geo - lo.style = osc_styles.WinCtrl - lo.alpha[3] = 0 -end - --- --- Layouts --- - -local layouts = {} - --- Default layout -layouts = function () - - local osc_geo = {w, h} - - osc_geo.w = osc_param.playresx - osc_geo.h = 180 - - -- origin of the controllers, left/bottom corner - local posX = 0 - local posY = osc_param.playresy - - osc_param.areas = {} -- delete areas - - -- area for active mouse input - add_area('input', get_hitbox_coords(posX, posY, 1, osc_geo.w, 104)) - - -- area for show/hide - add_area('showhide', 0, 0, osc_param.playresx, osc_param.playresy) - - -- fetch values - local osc_w, osc_h= - osc_geo.w, osc_geo.h - - -- - -- Controller Background - -- - local lo - - new_element('TransBg', 'box') - lo = add_layout('TransBg') - lo.geometry = {x = posX, y = posY, an = 7, w = osc_w, h = 1} - lo.style = osc_styles.TransBg - lo.layer = 10 - lo.alpha[3] = 0 - - -- - -- Alignment - -- - local refX = osc_w / 2 - local refY = posY - local geo - - -- - -- Seekbar - -- - new_element('bgbar1', 'box') - lo = add_layout('bgbar1') - lo.geometry = {x = refX , y = refY - 96 , an = 5, w = osc_geo.w - 50, h = 2} - lo.layer = 13 - lo.style = osc_styles.SeekbarBg - lo.alpha[1] = 128 - lo.alpha[3] = 128 - - lo = add_layout('seekbar') - lo.geometry = {x = refX, y = refY - 96 , an = 5, w = osc_geo.w - 50, h = 16} - lo.style = osc_styles.SeekbarFg - lo.slider.gap = 7 - lo.slider.tooltip_style = osc_styles.Tooltip - lo.slider.tooltip_an = 2 - - -- buttons - lo = add_layout('pl_prev') - lo.geometry = {x = refX - 120, y = refY - 40 , an = 5, w = 30, h = 24} - lo.style = osc_styles.Ctrl2 - - lo = add_layout('skipback') - lo.geometry = {x = refX - 60, y = refY - 40 , an = 5, w = 30, h = 24} - lo.style = osc_styles.Ctrl2 - - - lo = add_layout('playpause') - lo.geometry = {x = refX, y = refY - 40 , an = 5, w = 45, h = 45} - lo.style = osc_styles.Ctrl1 - - lo = add_layout('skipfrwd') - lo.geometry = {x = refX + 60, y = refY - 40 , an = 5, w = 30, h = 24} - lo.style = osc_styles.Ctrl2 - - lo = add_layout('pl_next') - lo.geometry = {x = refX + 120, y = refY - 40 , an = 5, w = 30, h = 24} - lo.style = osc_styles.Ctrl2 - - - -- Time - lo = add_layout('tc_left') - lo.geometry = {x = 25, y = refY - 84, an = 7, w = 64, h = 20} - lo.style = osc_styles.Time - - - lo = add_layout('tc_right') - lo.geometry = {x = osc_geo.w - 25 , y = refY -84, an = 9, w = 64, h = 20} - lo.style = osc_styles.Time - - lo = add_layout('cy_audio') - lo.geometry = {x = 37, y = refY - 40, an = 5, w = 24, h = 24} - lo.style = osc_styles.Ctrl3 - - lo = add_layout('cy_sub') - lo.geometry = {x = 87, y = refY - 40, an = 5, w = 24, h = 24} - lo.style = osc_styles.Ctrl3 - - lo = add_layout('tog_fs') - lo.geometry = {x = osc_geo.w - 37, y = refY - 40, an = 5, w = 24, h = 24} - lo.style = osc_styles.Ctrl3 - - lo = add_layout('tog_info') - lo.geometry = {x = osc_geo.w - 87, y = refY - 40, an = 5, w = 24, h = 24} - lo.style = osc_styles.Ctrl3 - - geo = { x = 25, y = refY - 132, an = 1, w = osc_geo.w - 50, h = 48 } - lo = add_layout('title') - lo.geometry = geo - lo.style = string.format('%s{\\clip(%f,%f,%f,%f)}', osc_styles.Title, - geo.x, geo.y - geo.h, geo.x + geo.w , geo.y) - lo.alpha[3] = 0 -end - --- Validate string type user options -function validate_user_opts() - if user_opts.windowcontrols ~= 'auto' and - user_opts.windowcontrols ~= 'yes' and - user_opts.windowcontrols ~= 'no' then - msg.warn('windowcontrols cannot be \'' .. - user_opts.windowcontrols .. '\'. Ignoring.') - user_opts.windowcontrols = 'auto' - end -end - -function update_options(list) - validate_user_opts() - request_tick() - visibility_mode(user_opts.visibility, true) - request_init() -end - --- OSC INIT -function osc_init() - msg.debug('osc_init') - - -- set canvas resolution according to display aspect and scaling setting - local baseResY = 720 - local display_w, display_h, display_aspect = mp.get_osd_size() - local scale = 1 - - if (mp.get_property('video') == 'no') then -- dummy/forced window - scale = user_opts.scaleforcedwindow - elseif state.fullscreen then - scale = user_opts.scalefullscreen - else - scale = user_opts.scalewindowed - end - - if user_opts.vidscale then - osc_param.unscaled_y = baseResY - else - osc_param.unscaled_y = display_h - end - osc_param.playresy = osc_param.unscaled_y / scale - if (display_aspect > 0) then - osc_param.display_aspect = display_aspect - end - osc_param.playresx = osc_param.playresy * osc_param.display_aspect - - -- stop seeking with the slider to prevent skipping files - state.active_element = nil - - elements = {} - - -- some often needed stuff - local pl_count = mp.get_property_number('playlist-count', 0) - local have_pl = (pl_count > 1) - local pl_pos = mp.get_property_number('playlist-pos', 0) + 1 - local have_ch = (mp.get_property_number('chapters', 0) > 0) - local loop = mp.get_property('loop-playlist', 'no') - - local ne - - -- playlist buttons - -- prev - ne = new_element('pl_prev', 'button') - - ne.content = '\xEF\x8E\xB5' - ne.enabled = (pl_pos > 1) or (loop ~= 'no') - ne.eventresponder['mbtn_left_up'] = - function () - mp.commandv('playlist-prev', 'weak') - end - ne.eventresponder['mbtn_right_up'] = - function () show_message(get_playlist()) end - - --next - ne = new_element('pl_next', 'button') - - ne.content = '\xEF\x8E\xB4' - ne.enabled = (have_pl and (pl_pos < pl_count)) or (loop ~= 'no') - ne.eventresponder['mbtn_left_up'] = - function () - mp.commandv('playlist-next', 'weak') - end - ne.eventresponder['mbtn_right_up'] = - function () show_message(get_playlist()) end - - - --play control buttons - --playpause - ne = new_element('playpause', 'button') - - ne.content = function () - if mp.get_property('pause') == 'yes' then - return ('\xEF\x8E\xAA') - else - - return ('\xEF\x8E\xA7') - end - end - ne.eventresponder['mbtn_left_up'] = - function () mp.commandv('cycle', 'pause') end - --ne.eventresponder['mbtn_right_up'] = - -- function () mp.commandv('script-binding', 'open-file-dialog') end - - --skipback - ne = new_element('skipback', 'button') - - ne.softrepeat = true - ne.content = '\xEF\x8E\xA0' - ne.eventresponder['mbtn_left_down'] = - --function () mp.command('seek -5') end - function () mp.commandv('seek', -5, 'relative', 'keyframes') end - ne.eventresponder['shift+mbtn_left_down'] = - function () mp.commandv('frame-back-step') end - ne.eventresponder['mbtn_right_down'] = - --function () mp.command('seek -60') end - function () mp.commandv('seek', -60, 'relative', 'keyframes') end - - --skipfrwd - ne = new_element('skipfrwd', 'button') - - ne.softrepeat = true - ne.content = '\xEF\x8E\x9F' - ne.eventresponder['mbtn_left_down'] = - --function () mp.command('seek +5') end - function () mp.commandv('seek', 5, 'relative', 'keyframes') end - ne.eventresponder['shift+mbtn_left_down'] = - function () mp.commandv('frame-step') end - ne.eventresponder['mbtn_right_down'] = - --function () mp.command('seek +60') end - function () mp.commandv('seek', 60, 'relative', 'keyframes') end - - -- - update_tracklist() - - --cy_audio - ne = new_element('cy_audio', 'button') - ne.enabled = (#tracks_osc.audio > 0) - ne.visible = (osc_param.playresx >= 540) - ne.content = '\xEF\x8E\xB7' - ne.tooltip_style = osc_styles.Tooltip - ne.tooltipF = function () - local msg = texts.off - if not (get_track('audio') == 0) then - msg = (texts.audio .. ' [' .. get_track('audio') .. ' ∕ ' .. #tracks_osc.audio .. '] ') - local prop = mp.get_property('current-tracks/audio/lang') - if not prop then - prop = texts.na - end - msg = msg .. '[' .. prop .. ']' - prop = mp.get_property('current-tracks/audio/title') - if prop then - msg = msg .. ' ' .. prop - end - return msg - end - return msg - end - ne.eventresponder['mbtn_left_up'] = - function () set_track('audio', 1) end - ne.eventresponder['mbtn_right_up'] = - function () set_track('audio', -1) end - ne.eventresponder['mbtn_mid_up'] = - function () show_message(get_tracklist('audio')) end - - --cy_sub - ne = new_element('cy_sub', 'button') - ne.enabled = (#tracks_osc.sub > 0) - ne.visible = (osc_param.playresx >= 600) - ne.content = '\xEF\x8F\x93' - ne.tooltip_style = osc_styles.Tooltip - ne.tooltipF = function () - local msg = texts.off - if not (get_track('sub') == 0) then - msg = (texts.subtitle .. ' [' .. get_track('sub') .. ' ∕ ' .. #tracks_osc.sub .. '] ') - local prop = mp.get_property('current-tracks/sub/lang') - if not prop then - prop = texts.na - end - msg = msg .. '[' .. prop .. ']' - prop = mp.get_property('current-tracks/sub/title') - if prop then - msg = msg .. ' ' .. prop - end - return msg - end - return msg - end - ne.eventresponder['mbtn_left_up'] = - function () set_track('sub', 1) end - ne.eventresponder['mbtn_right_up'] = - function () set_track('sub', -1) end - ne.eventresponder['mbtn_mid_up'] = - function () show_message(get_tracklist('sub')) end - - --tog_fs - ne = new_element('tog_fs', 'button') - ne.content = function () - if (state.fullscreen) then - return ('\xEF\x85\xAC') - else - return ('\xEF\x85\xAD') - end - end - ne.visible = (osc_param.playresx >= 540) - ne.eventresponder['mbtn_left_up'] = - function () mp.commandv('cycle', 'fullscreen') end - - --tog_info - ne = new_element('tog_info', 'button') - ne.content = '' - ne.visible = (osc_param.playresx >= 600) - ne.eventresponder['mbtn_left_up'] = - function () mp.commandv('script-binding', 'stats/display-stats-toggle') end - - -- title - ne = new_element('title', 'button') - ne.content = function () - local title = mp.command_native({'expand-text', user_opts.title}) - if state.paused then - title = title:gsub('\\n', ' '):gsub('\\$', ''):gsub('{','\\{') - else - title = ' ' - end - return not (title == '') and title or ' ' - end - ne.visible = osc_param.playresy >= 320 and user_opts.showtitle - - --seekbar - ne = new_element('seekbar', 'slider') - - ne.enabled = not (mp.get_property('percent-pos') == nil) - ne.slider.markerF = function () - local duration = mp.get_property_number('duration', nil) - if not (duration == nil) then - local chapters = mp.get_property_native('chapter-list', {}) - local markers = {} - for n = 1, #chapters do - markers[n] = (chapters[n].time / duration * 100) - end - return markers - else - return {} - end - end - ne.slider.posF = - function () return mp.get_property_number('percent-pos', nil) end - ne.slider.tooltipF = function (pos) - local duration = mp.get_property_number('duration', nil) - if not ((duration == nil) or (pos == nil)) then - possec = duration * (pos / 100) - return mp.format_time(possec) - else - return '' - end - end - ne.slider.seekRangesF = function() - if not user_opts.seekrange then - return nil - end - local cache_state = state.cache_state - if not cache_state then - return nil - end - local duration = mp.get_property_number('duration', nil) - if (duration == nil) or duration <= 0 then - return nil - end - local ranges = cache_state['seekable-ranges'] - if #ranges == 0 then - return nil - end - local nranges = {} - for _, range in pairs(ranges) do - nranges[#nranges + 1] = { - ['start'] = 100 * range['start'] / duration, - ['end'] = 100 * range['end'] / duration, - } - end - return nranges - end - ne.eventresponder['mouse_move'] = --keyframe seeking when mouse is dragged - function (element) - if not element.state.mbtnleft then return end -- allow drag for mbtnleft only! - -- mouse move events may pile up during seeking and may still get - -- sent when the user is done seeking, so we need to throw away - -- identical seeks - local seekto = get_slider_value(element) - if (element.state.lastseek == nil) or - (not (element.state.lastseek == seekto)) then - local flags = 'absolute-percent' - if not user_opts.seekbarkeyframes then - flags = flags .. '+exact' - end - mp.commandv('seek', seekto, flags) - element.state.lastseek = seekto - end - - end - ne.eventresponder['mbtn_left_down'] = --exact seeks on single clicks - function (element) - mp.commandv('seek', get_slider_value(element), 'absolute-percent', 'exact') - element.state.mbtnleft = true - end - ne.eventresponder['mbtn_left_up'] = - function (element) element.state.mbtnleft = false end - ne.eventresponder['mbtn_right_down'] = --seeks to chapter start - function (element) - local duration = mp.get_property_number('duration', nil) - if not (duration == nil) then - local chapters = mp.get_property_native('chapter-list', {}) - if #chapters > 0 then - local pos = get_slider_value(element) - local ch = #chapters - for n = 1, ch do - if chapters[n].time / duration * 100 >= pos then - ch = n - 1 - break - end - end - mp.commandv('set', 'chapter', ch - 1) - --if chapters[ch].title then show_message(chapters[ch].time) end - end - end - end - ne.eventresponder['reset'] = - function (element) element.state.lastseek = nil end - - - -- tc_left (current pos) - ne = new_element('tc_left', 'button') - ne.content = function () return (mp.get_property_osd('playback-time')) end - - -- tc_right (total/remaining time) - ne = new_element('tc_right', 'button') - ne.content = function () - if (mp.get_property_number('duration', 0) <= 0) then return '--:--:--' end - if (state.rightTC_trem) then - return ('-'..mp.get_property_osd('playtime-remaining')) - else - return (mp.get_property_osd('duration')) - end - end - ne.eventresponder['mbtn_left_up'] = - function () state.rightTC_trem = not state.rightTC_trem end - - -- load layout - layouts() - - -- load window controls - if window_controls_enabled() then - window_controls() - end - - --do something with the elements - prepare_elements() -end - -function shutdown() - -end - --- --- Other important stuff --- - - -function show_osc() - -- show when disabled can happen (e.g. mouse_move) due to async/delayed unbinding - if not state.enabled then return end - - msg.trace('show_osc') - --remember last time of invocation (mouse move) - state.showtime = mp.get_time() - - osc_visible(true) - - if (user_opts.fadeduration > 0) then - state.anitype = nil - end -end - -function hide_osc() - msg.trace('hide_osc') - if not state.enabled then - -- typically hide happens at render() from tick(), but now tick() is - -- no-op and won't render again to remove the osc, so do that manually. - state.osc_visible = false - render_wipe() - elseif (user_opts.fadeduration > 0) then - if not(state.osc_visible == false) then - state.anitype = 'out' - request_tick() - end - else - osc_visible(false) - end -end - -function osc_visible(visible) - if state.osc_visible ~= visible then - state.osc_visible = visible - end - request_tick() -end - -function pause_state(name, enabled) - state.paused = enabled - if user_opts.showtitle then - if enabled then - state.lastvisibility = user_opts.visibility - visibility_mode("always", true) - show_osc() - else - visibility_mode(state.lastvisibility, true) - end - end - request_tick() -end - -function cache_state(name, st) - state.cache_state = st - request_tick() -end - --- Request that tick() is called (which typically re-renders the OSC). --- The tick is then either executed immediately, or rate-limited if it was --- called a small time ago. -function request_tick() - if state.tick_timer == nil then - state.tick_timer = mp.add_timeout(0, tick) - end - - if not state.tick_timer:is_enabled() then - local now = mp.get_time() - local timeout = tick_delay - (now - state.tick_last_time) - if timeout < 0 then - timeout = 0 - end - state.tick_timer.timeout = timeout - state.tick_timer:resume() - end -end - -function mouse_leave() - if get_hidetimeout() >= 0 then - hide_osc() - end - -- reset mouse position - state.last_mouseX, state.last_mouseY = nil, nil - state.mouse_in_window = false -end - -function request_init() - state.initREQ = true - request_tick() -end - --- Like request_init(), but also request an immediate update -function request_init_resize() - request_init() - -- ensure immediate update - state.tick_timer:kill() - state.tick_timer.timeout = 0 - state.tick_timer:resume() -end - -function render_wipe() - msg.trace('render_wipe()') - state.osd:remove() -end - -function render() - msg.trace('rendering') - local current_screen_sizeX, current_screen_sizeY, aspect = mp.get_osd_size() - local mouseX, mouseY = get_virt_mouse_pos() - local now = mp.get_time() - - -- check if display changed, if so request reinit - if not (state.mp_screen_sizeX == current_screen_sizeX - and state.mp_screen_sizeY == current_screen_sizeY) then - - request_init_resize() - - state.mp_screen_sizeX = current_screen_sizeX - state.mp_screen_sizeY = current_screen_sizeY - end - - -- init management - if state.initREQ then - osc_init() - state.initREQ = false - - -- store initial mouse position - if (state.last_mouseX == nil or state.last_mouseY == nil) - and not (mouseX == nil or mouseY == nil) then - - state.last_mouseX, state.last_mouseY = mouseX, mouseY - end - end - - - -- fade animation - if not(state.anitype == nil) then - - if (state.anistart == nil) then - state.anistart = now - end - - if (now < state.anistart + (user_opts.fadeduration/1000)) then - - if (state.anitype == 'in') then --fade in - osc_visible(true) - state.animation = scale_value(state.anistart, - (state.anistart + (user_opts.fadeduration/1000)), - 255, 0, now) - elseif (state.anitype == 'out') then --fade out - state.animation = scale_value(state.anistart, - (state.anistart + (user_opts.fadeduration/1000)), - 0, 255, now) - end - - else - if (state.anitype == 'out') then - osc_visible(false) - end - state.anistart = nil - state.animation = nil - state.anitype = nil - end - else - state.anistart = nil - state.animation = nil - state.anitype = nil - end - - --mouse show/hide area - for k,cords in pairs(osc_param.areas['showhide']) do - set_virt_mouse_area(cords.x1, cords.y1, cords.x2, cords.y2, 'showhide') - end - if osc_param.areas['showhide_wc'] then - for k,cords in pairs(osc_param.areas['showhide_wc']) do - set_virt_mouse_area(cords.x1, cords.y1, cords.x2, cords.y2, 'showhide_wc') - end - else - set_virt_mouse_area(0, 0, 0, 0, 'showhide_wc') - end - do_enable_keybindings() - - --mouse input area - local mouse_over_osc = false - - for _,cords in ipairs(osc_param.areas['input']) do - if state.osc_visible then -- activate only when OSC is actually visible - set_virt_mouse_area(cords.x1, cords.y1, cords.x2, cords.y2, 'input') - end - if state.osc_visible ~= state.input_enabled then - if state.osc_visible then - mp.enable_key_bindings('input') - else - mp.disable_key_bindings('input') - end - state.input_enabled = state.osc_visible - end - - if (mouse_hit_coords(cords.x1, cords.y1, cords.x2, cords.y2)) then - mouse_over_osc = true - end - end - - if osc_param.areas['window-controls'] then - for _,cords in ipairs(osc_param.areas['window-controls']) do - if state.osc_visible then -- activate only when OSC is actually visible - set_virt_mouse_area(cords.x1, cords.y1, cords.x2, cords.y2, 'window-controls') - mp.enable_key_bindings('window-controls') - else - mp.disable_key_bindings('window-controls') - end - - if (mouse_hit_coords(cords.x1, cords.y1, cords.x2, cords.y2)) then - mouse_over_osc = true - end - end - end - - if osc_param.areas['window-controls-title'] then - for _,cords in ipairs(osc_param.areas['window-controls-title']) do - if (mouse_hit_coords(cords.x1, cords.y1, cords.x2, cords.y2)) then - mouse_over_osc = true - end - end - end - - -- autohide - if not (state.showtime == nil) and (get_hidetimeout() >= 0) then - local timeout = state.showtime + (get_hidetimeout()/1000) - now - if timeout <= 0 then - if (state.active_element == nil) and not (mouse_over_osc) then - hide_osc() - end - else - -- the timer is only used to recheck the state and to possibly run - -- the code above again - if not state.hide_timer then - state.hide_timer = mp.add_timeout(0, tick) - end - state.hide_timer.timeout = timeout - -- re-arm - state.hide_timer:kill() - state.hide_timer:resume() - end - end - - - -- actual rendering - local ass = assdraw.ass_new() - - -- Messages - render_message(ass) - - -- actual OSC - if state.osc_visible then - render_elements(ass) - end - - -- submit - set_osd(osc_param.playresy * osc_param.display_aspect, - osc_param.playresy, ass.text) -end - --- --- Eventhandling --- - -local function element_has_action(element, action) - return element and element.eventresponder and - element.eventresponder[action] -end - -function process_event(source, what) - local action = string.format('%s%s', source, - what and ('_' .. what) or '') - - if what == 'down' or what == 'press' then - - for n = 1, #elements do - - if mouse_hit(elements[n]) and - elements[n].eventresponder and - (elements[n].eventresponder[source .. '_up'] or - elements[n].eventresponder[action]) then - - if what == 'down' then - state.active_element = n - state.active_event_source = source - end - -- fire the down or press event if the element has one - if element_has_action(elements[n], action) then - elements[n].eventresponder[action](elements[n]) - end - - end - end - - elseif what == 'up' then - - if elements[state.active_element] then - local n = state.active_element - - if n == 0 then - --click on background (does not work) - elseif element_has_action(elements[n], action) and - mouse_hit(elements[n]) then - - elements[n].eventresponder[action](elements[n]) - end - - --reset active element - if element_has_action(elements[n], 'reset') then - elements[n].eventresponder['reset'](elements[n]) - end - - end - state.active_element = nil - state.mouse_down_counter = 0 - - elseif source == 'mouse_move' then - - state.mouse_in_window = true - - local mouseX, mouseY = get_virt_mouse_pos() - if (user_opts.minmousemove == 0) or - (not ((state.last_mouseX == nil) or (state.last_mouseY == nil)) and - ((math.abs(mouseX - state.last_mouseX) >= user_opts.minmousemove) - or (math.abs(mouseY - state.last_mouseY) >= user_opts.minmousemove) - ) - ) then - show_osc() - end - state.last_mouseX, state.last_mouseY = mouseX, mouseY - - local n = state.active_element - if element_has_action(elements[n], action) then - elements[n].eventresponder[action](elements[n]) - end - request_tick() - end -end - -function show_logo() - local osd_w, osd_h = 640, 360 - local logo_x, logo_y = osd_w/2, osd_h/2-20 - local ass = assdraw.ass_new() - ass:new_event() - ass:pos(logo_x, logo_y) - ass:append('{\\1c&H8E348D&\\3c&H0&\\3a&H60&\\blur1\\bord0.5}') - ass:draw_start() - ass_draw_cir_cw(ass, 0, 0, 100) - ass:draw_stop() - - ass:new_event() - ass:pos(logo_x, logo_y) - ass:append('{\\1c&H632462&\\bord0}') - ass:draw_start() - ass_draw_cir_cw(ass, 6, -6, 75) - ass:draw_stop() - - ass:new_event() - ass:pos(logo_x, logo_y) - ass:append('{\\1c&HFFFFFF&\\bord0}') - ass:draw_start() - ass_draw_cir_cw(ass, -4, 4, 50) - ass:draw_stop() - - ass:new_event() - ass:pos(logo_x, logo_y) - ass:append('{\\1c&H632462&\\bord&}') - ass:draw_start() - ass:move_to(-20, -20) - ass:line_to(23.3, 5) - ass:line_to(-20, 30) - ass:draw_stop() - - ass:new_event() - ass:pos(logo_x, logo_y+110) - ass:an(8) - ass:append(texts.welcome) - set_osd(osd_w, osd_h, ass.text) -end - --- called by mpv on every frame -function tick() - if (not state.enabled) then return end - - if (state.idle) then - show_logo() - -- render idle message - msg.trace('idle message') - - if state.showhide_enabled then - mp.disable_key_bindings('showhide') - mp.disable_key_bindings('showhide_wc') - state.showhide_enabled = false - end - - - elseif (state.fullscreen and user_opts.showfullscreen) - or (not state.fullscreen and user_opts.showwindowed) then - - -- render the OSC - render() - else - -- Flush OSD - set_osd(osc_param.playresy, osc_param.playresy, '') - end - - state.tick_last_time = mp.get_time() - - if state.anitype ~= nil then - request_tick() - end -end - -function do_enable_keybindings() - if state.enabled then - if not state.showhide_enabled then - mp.enable_key_bindings('showhide', 'allow-vo-dragging+allow-hide-cursor') - mp.enable_key_bindings('showhide_wc', 'allow-vo-dragging+allow-hide-cursor') - end - state.showhide_enabled = true - end -end - -function enable_osc(enable) - state.enabled = enable - if enable then - do_enable_keybindings() - else - hide_osc() -- acts immediately when state.enabled == false - if state.showhide_enabled then - mp.disable_key_bindings('showhide') - mp.disable_key_bindings('showhide_wc') - end - state.showhide_enabled = false - end -end - -validate_user_opts() - -mp.register_event('shutdown', shutdown) -mp.register_event('start-file', request_init) -mp.observe_property('track-list', nil, request_init) -mp.observe_property('playlist', nil, request_init) - -mp.register_script_message('osc-message', show_message) -mp.register_script_message('osc-chapterlist', function(dur) - show_message(get_chapterlist(), dur) -end) -mp.register_script_message('osc-playlist', function(dur) - show_message(get_playlist(), dur) -end) -mp.register_script_message('osc-tracklist', function(dur) - local msg = {} - for k,v in pairs(nicetypes) do - table.insert(msg, get_tracklist(k)) - end - show_message(table.concat(msg, '\n\n'), dur) -end) - -mp.observe_property('fullscreen', 'bool', - function(name, val) - state.fullscreen = val - request_init_resize() - end -) -mp.observe_property('border', 'bool', - function(name, val) - state.border = val - request_init_resize() - end -) -mp.observe_property('window-maximized', 'bool', - function(name, val) - state.maximized = val - request_init_resize() - end -) -mp.observe_property('idle-active', 'bool', - function(name, val) - state.idle = val - request_tick() - end -) -mp.observe_property('pause', 'bool', pause_state) -mp.observe_property('demuxer-cache-state', 'native', cache_state) -mp.observe_property('vo-configured', 'bool', function(name, val) - request_tick() -end) -mp.observe_property('playback-time', 'number', function(name, val) - request_tick() -end) -mp.observe_property('osd-dimensions', 'native', function(name, val) - -- (we could use the value instead of re-querying it all the time, but then - -- we might have to worry about property update ordering) - request_init_resize() -end) - --- mouse show/hide bindings -mp.set_key_bindings({ - {'mouse_move', function(e) process_event('mouse_move', nil) end}, - {'mouse_leave', mouse_leave}, -}, 'showhide', 'force') -mp.set_key_bindings({ - {'mouse_move', function(e) process_event('mouse_move', nil) end}, - {'mouse_leave', mouse_leave}, -}, 'showhide_wc', 'force') -do_enable_keybindings() - ---mouse input bindings -mp.set_key_bindings({ - {'mbtn_left', function(e) process_event('mbtn_left', 'up') end, - function(e) process_event('mbtn_left', 'down') end}, - {'mbtn_right', function(e) process_event('mbtn_right', 'up') end, - function(e) process_event('mbtn_right', 'down') end}, - {'mbtn_mid', function(e) process_event('mbtn_mid', 'up') end, - function(e) process_event('mbtn_mid', 'down') end}, - {'wheel_up', function(e) process_event('wheel_up', 'press') end}, - {'wheel_down', function(e) process_event('wheel_down', 'press') end}, - {'mbtn_left_dbl', 'ignore'}, - {'mbtn_right_dbl', 'ignore'}, -}, 'input', 'force') -mp.enable_key_bindings('input') - -mp.set_key_bindings({ - {'mbtn_left', function(e) process_event('mbtn_left', 'up') end, - function(e) process_event('mbtn_left', 'down') end}, -}, 'window-controls', 'force') -mp.enable_key_bindings('window-controls') - -function get_hidetimeout() - if user_opts.visibility == 'always' then - return -1 -- disable autohide - end - return user_opts.hidetimeout -end - -function always_on(val) - if state.enabled then - if val then - show_osc() - else - hide_osc() - end - end -end - --- mode can be auto/always/never/cycle --- the modes only affect internal variables and not stored on its own. -function visibility_mode(mode, no_osd) - if mode == 'auto' then - always_on(false) - enable_osc(true) - elseif mode == 'always' then - enable_osc(true) - always_on(true) - elseif mode == 'never' then - enable_osc(false) - else - msg.warn('Ignoring unknown visibility mode \"' .. mode .. '\"') - return - end - - user_opts.visibility = mode - - if not no_osd and tonumber(mp.get_property('osd-level')) >= 1 then - mp.osd_message('OSC visibility: ' .. mode) - end - - -- Reset the input state on a mode change. The input state will be - -- recalcuated on the next render cycle, except in 'never' mode where it - -- will just stay disabled. - mp.disable_key_bindings('input') - mp.disable_key_bindings('window-controls') - state.input_enabled = false - request_tick() -end - -visibility_mode(user_opts.visibility, true) -mp.register_script_message('osc-visibility', visibility_mode) -mp.add_key_binding(nil, 'visibility', function() visibility_mode('cycle') end) - -set_virt_mouse_area(0, 0, 0, 0, 'input') -set_virt_mouse_area(0, 0, 0, 0, 'window-controls') diff --git a/.config/mutt/mutt-wizard.muttrc b/.config/mutt/mutt-wizard.muttrc deleted file mode 100644 index c08c969..0000000 --- a/.config/mutt/mutt-wizard.muttrc +++ /dev/null @@ -1,163 +0,0 @@ -# vim: filetype=neomuttrc -# This file contains all of mutt-wizard's default settings. -# mutt-wizard will have this file sourced from your muttrc. -# In the interest of seamless updating, do not edit this file. -# If you want to override any settings, set those in your muttrc. -set mailcap_path = /nix/store/szhf8qsrw2y077kj7frl6i804mghd6y3-mutt-wizard-3.2.1/share/mutt-wizard/mailcap:$mailcap_path -set mime_type_query_command = "file --mime-type -b %s" -set date_format="%y/%m/%d %I:%M%p" -set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" -set sort = 'reverse-date' -set smtp_authenticators = 'gssapi:login' -set query_command = "abook --mutt-query '%s'" -set rfc2047_parameters = yes -set sleep_time = 0 # Pause 0 seconds for informational messages -set markers = no # Disables the `+` displayed at line wraps -set mark_old = no # Unread mail stay unread until read -set mime_forward = yes # attachments are forwarded with mail -set wait_key = no # mutt won't ask "press key to continue" -set fast_reply # skip to compose when replying -set fcc_attach # save attachments with the body -set forward_format = "Fwd: %s" # format of subject when forwarding -set forward_quote # include message in forwards -set reverse_name # reply as whomever it was to -set include # include message in replies -set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example) -auto_view text/html # automatically show html (mailcap uses lynx) -auto_view application/pgp-encrypted -#set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages. -alternative_order text/plain text/enriched text/html -bind index,pager i noop -bind index,pager g noop -bind index \Cf noop - -# General rebindings -bind index j next-entry -bind index k previous-entry -bind attach view-mailcap -bind attach l view-mailcap -bind editor noop -bind index G last-entry -bind index gg first-entry -bind pager,attach h exit -bind pager j next-line -bind pager k previous-line -bind pager l view-attachments -bind index D delete-message -bind index U undelete-message -bind index L limit -bind index h noop -bind index l display-message -bind index,query tag-entry -#bind browser h goto-parent -macro browser h '..' "Go to parent folder" -bind index,pager H view-raw-message -bind browser l select-entry -bind pager,browser gg top-page -bind pager,browser G bottom-page -bind index,pager,browser d half-down -bind index,pager,browser u half-up -bind index,pager S sync-mailbox -bind index,pager R group-reply -bind index \031 previous-undeleted # Mouse wheel -bind index \005 next-undeleted # Mouse wheel -bind pager \031 previous-line # Mouse wheel -bind pager \005 next-line # Mouse wheel -bind editor complete-query - -#set crypt_autosign = yes -#set crypt_opportunistic_encrypt = yes -#set pgp_self_encrypt = yes -#set pgp_default_key = 'your@gpgemailaddre.ss' - -macro index,pager a "set my_pipe_decode=\$pipe_decode pipe_decodeabook --add-emailset pipe_decode=\$my_pipe_decode; unset my_pipe_decode" "add the sender address to abook" -macro index \Cr "T~UN." "mark all messages as read" -macro index O "mw -Y" "run mw -Y to sync all mail" -macro index \Cf "unset wait_keyprintf 'Enter a search term to find with notmuch: '; read x; echo \$x >~/.cache/mutt_terms~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;s/\^id:// for@a;$,=\"|\";print@a' | perl -le '@a=<>; chomp@a; s/\\+/\\\\+/ for@a;print@a' \`\"" "show only messages matching a notmuch pattern" -macro index A "all\n" "show all messages (undo limit)" - -# Sidebar mappings -set sidebar_visible = yes -set sidebar_width = 20 -set sidebar_short_path = yes -set sidebar_next_new_wrap = yes -set mail_check_stats -set sidebar_format = '%D%?F? [%F]?%* %?N?%N/? %?S?%S?' -bind index,pager \Ck sidebar-prev -bind index,pager \Cj sidebar-next -bind index,pager \Co sidebar-open -bind index,pager \Cp sidebar-prev-new -bind index,pager \Cn sidebar-next-new -bind index,pager B sidebar-toggle-visible - -# Default index colors: -color index yellow default '.*' -color index_author red default '.*' -color index_number blue default -color index_subject cyan default '.*' - -# New mail is boldened: -color index brightyellow black "~N" -color index_author brightred black "~N" -color index_subject brightcyan black "~N" - -# Tagged mail is highlighted: -color index brightyellow blue "~T" -color index_author brightred blue "~T" -color index_subject brightcyan blue "~T" - -# Other colors and aesthetic settings: -mono bold bold -mono underline underline -mono indicator reverse -mono error bold -color normal default default -color indicator brightblack white -color sidebar_highlight red default -color sidebar_divider brightblack black -color sidebar_flagged red black -color sidebar_new green black -color normal brightyellow default -color error red default -color tilde black default -color message cyan default -color markers red white -color attachment white default -color search brightmagenta default -color status brightyellow black -color hdrdefault brightgreen default -color quoted green default -color quoted1 blue default -color quoted2 cyan default -color quoted3 yellow default -color quoted4 red default -color quoted5 brightred default -color signature brightgreen default -color bold black default -color underline black default -color normal default default - -# Regex highlighting: -color header blue default ".*" -color header brightmagenta default "^(From)" -color header brightcyan default "^(Subject)" -color header brightwhite default "^(CC|BCC)" -color body brightred default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" # Email addresses -color body brightblue default "(https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+" # URL -color body green default "\`[^\`]*\`" # Green text between ` and ` -color body brightblue default "^# \.*" # Headings as bold blue -color body brightcyan default "^## \.*" # Subheadings as bold cyan -color body brightgreen default "^### \.*" # Subsubheadings as bold green -color body yellow default "^(\t| )*(-|\\*) \.*" # List items as yellow -color body brightcyan default "[;:][-o][)/(|]" # emoticons -color body brightcyan default "[;:][)(|]" # emoticons -color body brightcyan default "[ ][*][^*]*[*][ ]?" # more emoticon? -color body brightcyan default "[ ]?[*][^*]*[*][ ]" # more emoticon? -color body red default "(BAD signature)" -color body cyan default "(Good signature)" -color body brightblack default "^gpg: Good signature .*" -color body brightyellow default "^gpg: " -color body brightyellow red "^gpg: BAD signature from.*" -mono body bold "^gpg: Good signature" -mono body bold "^gpg: BAD signature from.*" -color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]" diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings deleted file mode 100644 index d2cf224..0000000 --- a/.config/ncmpcpp/bindings +++ /dev/null @@ -1,479 +0,0 @@ -############################################################## -## This is the example bindings file. Copy it to ## -## ~/.ncmpcpp/bindings or $XDG_CONFIG_HOME/ncmpcpp/bindings ## -## and set up your preferences ## -############################################################## -# -#def_key "mouse" -# mouse_event -# -#def_key "up" -# scroll_up -# -#def_key "shift-up" -# select_item -# scroll_up -# -#def_key "down" -# scroll_down -# -#def_key "shift-down" -# select_item -# scroll_down -# -#def_key "[" -# scroll_up_album -# -#def_key "]" -# scroll_down_album -# -#def_key "{" -# scroll_up_artist -# -#def_key "}" -# scroll_down_artist -# -#def_key "page_up" -# page_up -# -#def_key "page_down" -# page_down -# -#def_key "home" -# move_home -# -#def_key "end" -# move_end -# -#def_key "insert" -# select_item -# -#def_key "enter" -# enter_directory -# -#def_key "enter" -# toggle_output -# -#def_key "enter" -# run_action -# -#def_key "enter" -# play_item -# -#def_key "space" -# add_item_to_playlist -# -#def_key "space" -# toggle_lyrics_update_on_song_change -# -#def_key "space" -# toggle_visualization_type -# -#def_key "delete" -# delete_playlist_items -# -#def_key "delete" -# delete_browser_items -# -#def_key "delete" -# delete_stored_playlist -# -#def_key "right" -# next_column -# -#def_key "right" -# slave_screen -# -#def_key "right" -# volume_up -# -#def_key "+" -# volume_up -# -#def_key "left" -# previous_column -# -#def_key "left" -# master_screen -# -#def_key "left" -# volume_down -# -#def_key "-" -# volume_down -# -#def_key ":" -# execute_command -# -#def_key "tab" -# next_screen -# -#def_key "shift-tab" -# previous_screen -# -#def_key "f1" -# show_help -# -#def_key "1" -# show_playlist -# -#def_key "2" -# show_browser -# -#def_key "2" -# change_browse_mode -# -#def_key "3" -# show_search_engine -# -#def_key "3" -# reset_search_engine -# -#def_key "4" -# show_media_library -# -#def_key "4" -# toggle_media_library_columns_mode -# -#def_key "5" -# show_playlist_editor -# -#def_key "6" -# show_tag_editor -# -#def_key "7" -# show_outputs -# -#def_key "8" -# show_visualizer -# -#def_key "=" -# show_clock -# -#def_key "@" -# show_server_info -# -#def_key "s" -# stop -# -#def_key "p" -# pause -# -#def_key ">" -# next -# -#def_key "<" -# previous -# -#def_key "ctrl-h" -# jump_to_parent_directory -# -#def_key "ctrl-h" -# replay_song -# -#def_key "backspace" -# jump_to_parent_directory -# -#def_key "backspace" -# replay_song -# -def_key "f" - seek_forward -# -def_key "b" - seek_backward -# -#def_key "r" -# toggle_repeat -# -#def_key "z" -# toggle_random -# -#def_key "y" -# save_tag_changes -# -#def_key "y" -# start_searching -# -#def_key "y" -# toggle_single -# -#def_key "R" -# toggle_consume -# -#def_key "Y" -# toggle_replay_gain_mode -# -#def_key "T" -# toggle_add_mode -# -#def_key "|" -# toggle_mouse -# -#def_key "#" -# toggle_bitrate_visibility -# -#def_key "Z" -# shuffle -# -#def_key "x" -# toggle_crossfade -# -#def_key "X" -# set_crossfade -# -#def_key "u" -# update_database -# -#def_key "ctrl-s" -# sort_playlist -# -#def_key "ctrl-s" -# toggle_browser_sort_mode -# -#def_key "ctrl-s" -# toggle_media_library_sort_mode -# -#def_key "ctrl-r" -# reverse_playlist -# -#def_key "ctrl-f" -# apply_filter -# -#def_key "ctrl-_" -# select_found_items -# -#def_key "/" -# find -# -#def_key "/" -# find_item_forward -# -#def_key "?" -# find -# -#def_key "?" -# find_item_backward -# -#def_key "." -# next_found_item -# -#def_key "," -# previous_found_item -# -#def_key "w" -# toggle_find_mode -# -#def_key "e" -# edit_song -# -#def_key "e" -# edit_library_tag -# -#def_key "e" -# edit_library_album -# -#def_key "e" -# edit_directory_name -# -#def_key "e" -# edit_playlist_name -# -#def_key "e" -# edit_lyrics -# -#def_key "i" -# show_song_info -# -#def_key "I" -# show_artist_info -# -#def_key "g" -# jump_to_position_in_song -# -#def_key "l" -# show_lyrics -# -#def_key "ctrl-v" -# select_range -# -#def_key "v" -# reverse_selection -# -#def_key "V" -# remove_selection -# -#def_key "B" -# select_album -# -#def_key "a" -# add_selected_items -# -#def_key "c" -# clear_playlist -# -#def_key "c" -# clear_main_playlist -# -#def_key "C" -# crop_playlist -# -#def_key "C" -# crop_main_playlist -# -#def_key "m" -# move_sort_order_up -# -#def_key "m" -# move_selected_items_up -# -#def_key "n" -# move_sort_order_down -# -#def_key "n" -# move_selected_items_down -# -#def_key "M" -# move_selected_items_to -# -#def_key "A" -# add -# -#def_key "S" -# save_playlist -# -#def_key "o" -# jump_to_playing_song -# -#def_key "G" -# jump_to_browser -# -#def_key "G" -# jump_to_playlist_editor -# -#def_key "~" -# jump_to_media_library -# -#def_key "E" -# jump_to_tag_editor -# -#def_key "U" -# toggle_playing_song_centering -# -#def_key "P" -# toggle_display_mode -# -#def_key "\\" -# toggle_interface -# -#def_key "!" -# toggle_separators_between_albums -# -#def_key "L" -# toggle_lyrics_fetcher -# -#def_key "F" -# fetch_lyrics_in_background -# -#def_key "alt-l" -# toggle_fetching_lyrics_in_background -# -#def_key "ctrl-l" -# toggle_screen_lock -# -#def_key "`" -# toggle_library_tag_type -# -#def_key "`" -# refetch_lyrics -# -#def_key "`" -# add_random_items -# -#def_key "ctrl-p" -# set_selected_items_priority -# -#def_key "q" -# quit -# -# -#def_key "f" -# find -#def_key "f" -# find_item_forward - -def_key "+" - show_clock -def_key "=" - volume_up - -def_key "j" - scroll_down -def_key "k" - scroll_up - -def_key "ctrl-u" - page_up -#push_characters "kkkkkkkkkkkkkkk" -def_key "ctrl-d" - page_down -#push_characters "jjjjjjjjjjjjjjj" -def_key "u" - page_up -#push_characters "kkkkkkkkkkkkkkk" -def_key "d" - page_down -#push_characters "jjjjjjjjjjjjjjj" -def_key "h" - previous_column -def_key "l" - next_column - -def_key "." - show_lyrics - -def_key "n" - next_found_item -def_key "N" - previous_found_item - -# not used but bound -def_key "J" - move_sort_order_down -def_key "K" - move_sort_order_up -def_key "h" - jump_to_parent_directory -def_key "l" - enter_directory -def_key "l" - run_action -def_key "l" - play_item -def_key "m" - show_media_library -def_key "m" - toggle_media_library_columns_mode -def_key "t" - show_tag_editor -def_key "v" - show_visualizer -def_key "G" - move_end -def_key "g" - move_home -#jump_to_position_in_song -def_key "U" - update_database -def_key "s" - reset_search_engine -def_key "s" - show_search_engine -#def_key "f" -# show_browser -#def_key "f" -# change_browse_mode -def_key "x" - delete_playlist_items -def_key "P" - show_playlist diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config deleted file mode 100644 index f78ad71..0000000 --- a/.config/ncmpcpp/config +++ /dev/null @@ -1,32 +0,0 @@ -# vim: filetype=conf - -ncmpcpp_directory = "~/.config/ncmpcpp/" -lyrics_directory = "~/.local/share/lyrics/" -mpd_music_dir = "~/media/audio/" -message_delay_time = "1" -visualizer_type = "wave" -song_list_format = {$4%a - }{%t}|{$8%f$9}$R{$3(%l)$9} -song_status_format = $b{{$8"%t"}} $3by {$4%a{ $3in $7%b{ (%y)}} $3}|{$8%f} -song_library_format = {%n - }{%t}|{%f} -alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b -alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D} -current_item_prefix = $(cyan)$r$b -current_item_suffix = $/r$(end)$/b -current_item_inactive_column_prefix = $(magenta)$r -current_item_inactive_column_suffix = $/r$(end) -playlist_display_mode = columns -browser_display_mode = columns -progressbar_look = -> -media_library_primary_tag = album_artist -media_library_albums_split_by_date = no -startup_screen = "browser" -display_volume_level = no -ignore_leading_the = yes -external_editor = nvim -use_console_editor = yes -empty_tag_color = magenta -main_window_color = white -progressbar_color = black:b -progressbar_elapsed_color = blue:b -statusbar_color = red -statusbar_time_color = cyan:b diff --git a/.config/ncmpcpp/error.log b/.config/ncmpcpp/error.log deleted file mode 100644 index e69de29..0000000 diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim deleted file mode 100644 index c160eba..0000000 --- a/.config/nvim/init.vim +++ /dev/null @@ -1,65 +0,0 @@ -if empty(glob('~/.local/share/nvim/site/autoload/plug.vim')) - silent !curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs - \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim - autocmd VimEnter * PlugInstall --sync | source $MYVIMRC -endif - - -call plug#begin('~/.local/share/nvim/plugged') - Plug 'vim-airline/vim-airline' - Plug 'vim-airline/vim-airline-themes' - - Plug 'tpope/vim-fugitive' - Plug 'dense-analysis/ale' - Plug 'chriskempson/base16-vim' - - "language support - "Plug 'tbastos/vim-lua' - - Plug 'mattn/libcallex-vim', { 'do': 'make -C autoload' } - Plug 'bytesnake/vim-graphical-preview', { 'do': 'cargo build --release' } -call plug#end() - -"enable ale completion -let g:ale_completion_enabled = 1 - -"airline setup - "let g:airline_extensions = [] - let g:airline#extensions#tabline#enabled = 1 - let g:airline#extensions#ale#enabled = 1 - let g:airline_powerline_fonts = 1 - let g:airline_theme='simple' - -"syntax numbers, wildmode - syntax on - set ruler - set number "relativenumber - set wildmode=longest,list,full - -"Tab Config - set expandtab "converts tabs to spaces - set shiftwidth=4 - set tabstop=4 - -"split navigation - nnoremap :if &modifiable && !&readonly && &modified :write :endif:bnext - nnoremap :if &modifiable && !&readonly && &modified :write :endif:bprevious - -"make vim use system clipboard by default. ONLY FOR NEOVIM - set clipboard+=unnamedplus - - let vim_markdown_preview_browser='librewolf' - let vim_markdown_preview_use_xdg_open=1 - -"enable unicode support if possible -if has("multi_byte") - if &termencoding == "" - let &termencoding = &encoding - endif - set encoding=utf-8 - setglobal fileencoding=utf-8 - " Uncomment to have 'bomb' on by default for new files. - " Note, this will not apply to the first, empty buffer created at Vim startup. - "setglobal bomb - set fileencodings=ucs-bom,utf-8,latin1 -endif diff --git a/.config/picom/grayscale.glsl b/.config/picom/grayscale.glsl deleted file mode 100644 index 2e69632..0000000 --- a/.config/picom/grayscale.glsl +++ /dev/null @@ -1,10 +0,0 @@ -uniform float opacity; -uniform bool invert_color; -uniform sampler2D tex; - -void main() { -vec4 c = texture2D(tex, gl_TexCoord[0].xy); -float y = dot(c.rgb, vec3(0.299, 0.587, 0.114)); -// y = 1.0 -y; -gl_FragColor = vec4(y, y, y, 1.0); -} diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf deleted file mode 100644 index 7c82e60..0000000 --- a/.config/picom/picom.conf +++ /dev/null @@ -1,419 +0,0 @@ -################################# -# 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 = false -shadow = true; - -# The blur radius for shadows, in pixels. (defaults to 12) -# shadow-radius = 12 -shadow-radius = 7; - -# The opacity of shadows. (0.0 - 1.0, defaults to 0.75) -# shadow-opacity = .75 - -# The left offset for shadows, in pixels. (defaults to -15) -# shadow-offset-x = -15 -shadow-offset-x = -7; - -# The top offset for shadows, in pixels. (defaults to -15) -# shadow-offset-y = -15 -shadow-offset-y = -7; - -# 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 = [] -shadow-exclude = [ - "name = 'Notification'", - "class_g = 'Conky'", - "class_g ?= 'Notify-osd'", - "class_g = 'Cairo-clock'", - "_GTK_FRAME_EXTENTS@:c" -]; - -# Specify a list of conditions of windows that should have no shadow painted over, such as a dock window. -# clip-shadow-above = [] - -# 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 = false -fading = true; - -# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028) -# fade-in-step = 0.028 -fade-in-step = 0.03; - -# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03) -# fade-out-step = 0.03 -fade-out-step = 0.03; - -# The time between steps in fade step, in milliseconds. (> 0, defaults to 10) -# fade-delta = 10 - -# Specify a list of conditions of windows that should not be faded. -# 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 = 1 -inactive-opacity = 0.8; - -# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) -# frame-opacity = 1.0 -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.0 - -# Specify a list of conditions of windows that should never be considered focused. -# focus-exclude = [] -focus-exclude = [ "class_g = 'Cairo-clock'" ]; - -# 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 = [] - - -################################# -# Corners # -################################# - -# Sets the radius of rounded window corners. When > 0, the compositor will -# round the corners of windows. Does not interact well with -# `transparent-clipping`. -corner-radius = 0 - -# Exclude conditions for rounded corners. -rounded-corners-exclude = [ - "window_type = 'dock'", - "window_type = 'desktop'" -]; - - -################################# -# 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 = false - -# 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 = "" -blur-kern = "3x3box"; - - -# Exclude conditions for background blur. -# blur-background-exclude = [] -blur-background-exclude = [ - "window_type = 'dock'", - "window_type = 'desktop'", - "_GTK_FRAME_EXTENTS@:c" -]; - -################################# -# 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. -# - backend = "glx"; -#backend = "xrender"; - -# Enable/disable VSync. -# vsync = false -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 = false -mark-wmwin-focused = true; - -# Mark override-redirect windows that doesn't have a child window with 'WM_STATE' focused. -# mark-ovredir-focused = false -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 = false -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 = false -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 = 60 -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 = false - -# 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 = false -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 = false -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 -# -# no-use-damage = false -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 = "debug" -log-level = "warn"; - -# 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. -# -# clip-shadow-above::: -# Controls wether shadows that would have been drawn above the window should -# be clipped. Useful for dock windows that should have no shadow painted on top. -# -# 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: -{ - tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; - dock = { shadow = false; clip-shadow-above = true; } - dnd = { shadow = false; } - popup_menu = { opacity = 0.8; } - dropdown_menu = { opacity = 0.8; } -}; diff --git a/.config/picom/picom.conf.old b/.config/picom/picom.conf.old deleted file mode 100644 index 83ab6bb..0000000 --- a/.config/picom/picom.conf.old +++ /dev/null @@ -1,90 +0,0 @@ -# Shadow -shadow = true; -shadow-radius = 7; -shadow-offset-x = -7; -shadow-offset-y = -7; -log-level = "warn"; -# log-file = "/path/to/your/log/file"; -# shadow-opacity = 0.7; -# shadow-red = 0.0; -# shadow-green = 0.0; -# shadow-blue = 0.0; -shadow-exclude = [ - "name = 'Notification'", - "class_g = 'Conky'", - "class_g ?= 'Notify-osd'", - "class_g = 'Cairo-clock'", - "_GTK_FRAME_EXTENTS@:c" -]; -# shadow-exclude = "n:e:Notification"; -# shadow-exclude-reg = "x10+0+0"; -# xinerama-shadow-crop = true; - -# Opacity -#uncomment for window transparency -menu-opacity = 0.8; -inactive-opacity = 0.8; -# active-opacity = 0.8; -frame-opacity = 0.7; -inactive-opacity-override = false; -# inactive-dim = 0.2; -# inactive-dim-fixed = true; -# blur-background = true; -# blur-background-frame = true; -blur-kern = "3x3box"; -# 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-background-fixed = true; -blur-background-exclude = [ - "window_type = 'dock'", - "window_type = 'desktop'", - "_GTK_FRAME_EXTENTS@:c" -]; -# opacity-rule = [ "80:class_g = 'URxvt'" ]; - -# max-brightness = 0.66 - -# Fading -fading = true; -# fade-delta = 30; -fade-in-step = 0.03; -fade-out-step = 0.03; -# no-fading-openclose = true; -# no-fading-destroyed-argb = true; -fade-exclude = [ ]; - -# Other -backend = "glx"; - - -mark-wmwin-focused = true; -mark-ovredir-focused = true; -# use-ewmh-active-win = true; -detect-rounded-corners = true; -detect-client-opacity = true; -refresh-rate = 0; -vsync = true; -# sw-opti = true; -# unredir-if-possible = true; -# unredir-if-possible-delay = 5000; -# unredir-if-possible-exclude = [ ]; -focus-exclude = [ "class_g = 'Cairo-clock'" ]; -detect-transient = true; -detect-client-leader = true; -invert-color-include = [ ]; -# resize-damage = 1; - -# GLX backend - glx-no-stencil = true; - glx-no-rebind-pixmap = true; - xrender-sync-fence = true; -use-damage = true; - -# Window type settings -wintypes: -{ - tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; - dock = { shadow = false; } - dnd = { shadow = false; } - popup_menu = { opacity = 0.8; } - dropdown_menu = { opacity = 0.8; } -}; diff --git a/.config/redshift/redshift.conf b/.config/redshift/redshift.conf deleted file mode 100644 index dfb4ab5..0000000 --- a/.config/redshift/redshift.conf +++ /dev/null @@ -1,24 +0,0 @@ -; Global settings -[redshift] -temp-day=6500 -temp-night=2000 -transition=1 -;gamma=0.8:0.7:0.8 -gamma=1.000:1.000:1.000 -;location-provider=geoclue -location-provider=manual -adjustment-method=vidmode -;brightness=1.0:0.5 - -; The location provider and adjustment method settings -; are in their own sections. -; This is an example lat long for Portland, OR -[manual] -lat=34.73 -lon=-86.58 - -; In this example screen 1 is adjusted by vidmode. Note -; that the numbering starts from 0, so this is actually -; the second screen. -;[vidmode] -;screen=1 diff --git a/.config/river/hw_config b/.config/river/hw_config deleted file mode 100755 index 3598fd1..0000000 --- a/.config/river/hw_config +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -riverctl input 1133:49257:Logitech_USB_Laser_Mouse accel-profile flat - -wlr-randr --output HDMI-A-1 --pos 0,0 -wlr-randr --output DP-1 --pos 1920,0 diff --git a/.config/river/init b/.config/river/init deleted file mode 100755 index 7e5eda1..0000000 --- a/.config/river/init +++ /dev/null @@ -1,160 +0,0 @@ -#!/bin/sh - -# This is the example configuration file for river. -# -# If you wish to edit this, you will probably want to copy it to -# $XDG_CONFIG_HOME/river/init or $HOME/.config/river/init first. -# -# See the river(1), riverctl(1), and rivertile(1) man pages for complete -# documentation. - -# Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc. - -# Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot) -riverctl map normal Super+Shift Return spawn foot - -# Super+Q to close the focused view -riverctl map normal Super Q close - -# Super+Shift+E to exit river -riverctl map normal Super+Shift E exit - -# Super+J and Super+K to focus the next/previous view in the layout stack -riverctl map normal Super J focus-view next -riverctl map normal Super K focus-view previous - -# Super+Shift+J and Super+Shift+K to swap the focused view with the next/previous -# view in the layout stack -riverctl map normal Super+Shift J swap next -riverctl map normal Super+Shift K swap previous - -# Super+Period and Super+Comma to focus the next/previous output -riverctl map normal Super Period focus-output next -riverctl map normal Super Comma focus-output previous - -# Super+Shift+{Period,Comma} to send the focused view to the next/previous output -riverctl map normal Super+Shift Period send-to-output next -riverctl map normal Super+Shift Comma send-to-output previous - -# Super+Return to bump the focused view to the top of the layout stack -riverctl map normal Super Return zoom - -# Super+H and Super+L to decrease/increase the main ratio of rivertile(1) -riverctl map normal Super H send-layout-cmd rivertile "main-ratio -0.05" -riverctl map normal Super L send-layout-cmd rivertile "main-ratio +0.05" - -# Super+Shift+H and Super+Shift+L to increment/decrement the main count of rivertile(1) -riverctl map normal Super+Shift H send-layout-cmd rivertile "main-count +1" -riverctl map normal Super+Shift L send-layout-cmd rivertile "main-count -1" - -# Super+Alt+{H,J,K,L} to move views -riverctl map normal Super+Alt H move left 100 -riverctl map normal Super+Alt J move down 100 -riverctl map normal Super+Alt K move up 100 -riverctl map normal Super+Alt L move right 100 - -# Super+Alt+Control+{H,J,K,L} to snap views to screen edges -riverctl map normal Super+Alt+Control H snap left -riverctl map normal Super+Alt+Control J snap down -riverctl map normal Super+Alt+Control K snap up -riverctl map normal Super+Alt+Control L snap right - -# Super+Alt+Shift+{H,J,K,L} to resize views -riverctl map normal Super+Alt+Shift H resize horizontal -100 -riverctl map normal Super+Alt+Shift J resize vertical 100 -riverctl map normal Super+Alt+Shift K resize vertical -100 -riverctl map normal Super+Alt+Shift L resize horizontal 100 - -# Super + Left Mouse Button to move views -riverctl map-pointer normal Super BTN_LEFT move-view - -# Super + Right Mouse Button to resize views -riverctl map-pointer normal Super BTN_RIGHT resize-view - -for i in $(seq 1 9) -do - tags=$((1 << ($i - 1))) - - # Super+[1-9] to focus tag [0-8] - riverctl map normal Super $i set-focused-tags $tags - - # Super+Shift+[1-9] to tag focused view with tag [0-8] - riverctl map normal Super+Shift $i set-view-tags $tags - - # Super+Ctrl+[1-9] to toggle focus of tag [0-8] - riverctl map normal Super+Control $i toggle-focused-tags $tags - - # Super+Shift+Ctrl+[1-9] to toggle tag [0-8] of focused view - riverctl map normal Super+Shift+Control $i toggle-view-tags $tags -done - -# Super+0 to focus all tags -# Super+Shift+0 to tag focused view with all tags -all_tags=$(((1 << 32) - 1)) -riverctl map normal Super 0 set-focused-tags $all_tags -riverctl map normal Super+Shift 0 set-view-tags $all_tags - -# Super+Space to toggle float -riverctl map normal Super Space toggle-float - -# Super+F to toggle fullscreen -riverctl map normal Super F toggle-fullscreen - -# Super+{Up,Right,Down,Left} to change layout orientation -riverctl map normal Super Up send-layout-cmd rivertile "main-location top" -riverctl map normal Super Right send-layout-cmd rivertile "main-location right" -riverctl map normal Super Down send-layout-cmd rivertile "main-location bottom" -riverctl map normal Super Left send-layout-cmd rivertile "main-location left" - -# Declare a passthrough mode. This mode has only a single mapping to return to -# normal mode. This makes it useful for testing a nested wayland compositor -riverctl declare-mode passthrough - -# Super+F11 to enter passthrough mode -riverctl map normal Super F11 enter-mode passthrough - -# Super+F11 to return to normal mode -riverctl map passthrough Super F11 enter-mode normal - -# Various media key mapping examples for both normal and locked mode which do -# not have a modifier -for mode in normal locked -do - # Eject the optical drive (well if you still have one that is) - riverctl map $mode None XF86Eject spawn 'eject -T' - - # Control pulse audio volume with pamixer (https://github.com/cdemoulins/pamixer) - riverctl map $mode None XF86AudioRaiseVolume spawn 'vol.sh -i 0.02' - riverctl map $mode None XF86AudioLowerVolume spawn 'vol.sh -d 0.02' - riverctl map $mode None XF86AudioMute spawn 'vol.sh --toggle-mute' - - # Control MPRIS aware media players with playerctl (https://github.com/altdesktop/playerctl) - riverctl map $mode None XF86AudioMedia spawn 'playerctl play-pause' - riverctl map $mode None XF86AudioPlay spawn 'playerctl play-pause' - riverctl map $mode None XF86AudioPrev spawn 'playerctl previous' - riverctl map $mode None XF86AudioNext spawn 'playerctl next' - - # Control screen backlight brightness with light (https://github.com/haikarainen/light) - riverctl map $mode None XF86MonBrightnessUp spawn 'light -A 5' - riverctl map $mode None XF86MonBrightnessDown spawn 'light -U 5' -done - -# Set background and border color -riverctl background-color 0x002b36 -riverctl border-color-focused 0x93a1a1 -riverctl border-color-unfocused 0x586e75 - -# Set keyboard repeat rate -riverctl set-repeat 50 300 - -# Make certain views start floating -riverctl float-filter-add app-id float -riverctl float-filter-add title "popup title with spaces" - -# Set app-ids and titles of views which should use client side decorations -riverctl csd-filter-add app-id "gedit" - -# Set the default layout generator to be rivertile and start it. -# River will send the process group of the init executable SIGTERM on exit. -riverctl default-layout rivertile -rivertile -view-padding 6 -outer-padding 6 diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi deleted file mode 100644 index d0ab824..0000000 --- a/.config/rofi/config.rasi +++ /dev/null @@ -1,149 +0,0 @@ -configuration { -/* modes: "drun,run,ssh";*/ -/* font: "mono 12";*/ -/* location: 0;*/ -/* yoffset: 0;*/ -/* xoffset: 0;*/ -/* fixed-num-lines: true;*/ -/* show-icons: false;*/ -/* terminal: "rofi-sensible-terminal";*/ -/* ssh-client: "ssh";*/ -/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/ -/* run-command: "{cmd}";*/ -/* run-list-command: "";*/ -/* run-shell-command: "{terminal} -e {cmd}";*/ -/* window-command: "wmctrl -i -R {window}";*/ -/* window-match-fields: "all";*/ -/* icon-theme: ;*/ -/* drun-match-fields: "name,generic,exec,categories,keywords";*/ -/* drun-categories: ;*/ -/* drun-show-actions: false;*/ -/* drun-display-format: "{name} [({generic})]";*/ -/* drun-url-launcher: "xdg-open";*/ -/* disable-history: false;*/ -/* ignored-prefixes: "";*/ -/* sort: false;*/ -/* sorting-method: "normal";*/ -/* case-sensitive: false;*/ -/* cycle: true;*/ -/* sidebar-mode: false;*/ -/* hover-select: false;*/ -/* eh: 1;*/ -/* auto-select: false;*/ -/* parse-hosts: false;*/ -/* parse-known-hosts: true;*/ -/* combi-modes: "window,run";*/ -/* matching: "normal";*/ -/* tokenize: true;*/ -/* m: "-5";*/ -/* filter: ;*/ -/* dpi: -1;*/ -/* threads: 0;*/ -/* scroll-method: 0;*/ -/* window-format: "{w} {c} {t}";*/ -/* click-to-exit: true;*/ -/* max-history-size: 25;*/ -/* combi-hide-mode-prefix: false;*/ -/* combi-display-format: "{mode} {text}";*/ -/* matching-negate-char: '-' /* unsupported */;*/ -/* cache-dir: ;*/ -/* window-thumbnail: false;*/ -/* drun-use-desktop-cache: false;*/ -/* drun-reload-desktop-cache: false;*/ -/* normalize-match: false;*/ -/* steal-focus: false;*/ -/* application-fallback-icon: ;*/ -/* pid: "/run/user/1000/rofi.pid";*/ -/* display-run: ;*/ -/* display-ssh: ;*/ -/* display-drun: ;*/ -/* display-combi: ;*/ -/* display-keys: ;*/ -/* display-filebrowser: ;*/ -/* kb-primary-paste: "Control+V,Shift+Insert";*/ -/* kb-secondary-paste: "Control+v,Insert";*/ -/* kb-clear-line: "Control+w";*/ -/* kb-move-front: "Control+a";*/ -/* kb-move-end: "Control+e";*/ -/* kb-move-word-back: "Alt+b,Control+Left";*/ -/* kb-move-word-forward: "Alt+f,Control+Right";*/ -/* kb-move-char-back: "Left,Control+b";*/ -/* kb-move-char-forward: "Right,Control+f";*/ -/* kb-remove-word-back: "Control+Alt+h,Control+BackSpace";*/ -/* kb-remove-word-forward: "Control+Alt+d";*/ -/* kb-remove-char-forward: "Delete,Control+d";*/ -/* kb-remove-char-back: "BackSpace,Shift+BackSpace,Control+h";*/ -/* kb-remove-to-eol: "Control+k";*/ -/* kb-remove-to-sol: "Control+u";*/ -/* kb-accept-entry: "Control+j,Control+m,Return,KP_Enter";*/ -/* kb-accept-custom: "Control+Return";*/ -/* kb-accept-custom-alt: "Control+Shift+Return";*/ -/* kb-accept-alt: "Shift+Return";*/ -/* kb-delete-entry: "Shift+Delete";*/ -/* kb-mode-next: "Shift+Right,Control+Tab";*/ -/* kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab";*/ -/* kb-mode-complete: "Control+l";*/ -/* kb-row-left: "Control+Page_Up";*/ -/* kb-row-right: "Control+Page_Down";*/ -/* kb-row-up: "Up,Control+p";*/ -/* kb-row-down: "Down,Control+n";*/ -/* kb-row-tab: "";*/ -/* kb-element-next: "Tab";*/ -/* kb-element-prev: "ISO_Left_Tab";*/ -/* kb-page-prev: "Page_Up";*/ -/* kb-page-next: "Page_Down";*/ -/* kb-row-first: "Home,KP_Home";*/ -/* kb-row-last: "End,KP_End";*/ -/* kb-row-select: "Control+space";*/ -/* kb-screenshot: "Alt+S";*/ -/* kb-ellipsize: "Alt+period";*/ -/* kb-toggle-case-sensitivity: "grave,dead_grave";*/ -/* kb-toggle-sort: "Alt+grave";*/ -/* kb-cancel: "Escape,Control+g,Control+bracketleft";*/ -/* kb-custom-1: "Alt+1";*/ -/* kb-custom-2: "Alt+2";*/ -/* kb-custom-3: "Alt+3";*/ -/* kb-custom-4: "Alt+4";*/ -/* kb-custom-5: "Alt+5";*/ -/* kb-custom-6: "Alt+6";*/ -/* kb-custom-7: "Alt+7";*/ -/* kb-custom-8: "Alt+8";*/ -/* kb-custom-9: "Alt+9";*/ -/* kb-custom-10: "Alt+0";*/ -/* kb-custom-11: "Alt+exclam";*/ -/* kb-custom-12: "Alt+at";*/ -/* kb-custom-13: "Alt+numbersign";*/ -/* kb-custom-14: "Alt+dollar";*/ -/* kb-custom-15: "Alt+percent";*/ -/* kb-custom-16: "Alt+dead_circumflex";*/ -/* kb-custom-17: "Alt+ampersand";*/ -/* kb-custom-18: "Alt+asterisk";*/ -/* kb-custom-19: "Alt+parenleft";*/ -/* kb-select-1: "Super+1";*/ -/* kb-select-2: "Super+2";*/ -/* kb-select-3: "Super+3";*/ -/* kb-select-4: "Super+4";*/ -/* kb-select-5: "Super+5";*/ -/* kb-select-6: "Super+6";*/ -/* kb-select-7: "Super+7";*/ -/* kb-select-8: "Super+8";*/ -/* kb-select-9: "Super+9";*/ -/* kb-select-10: "Super+0";*/ -/* ml-row-left: "ScrollLeft";*/ -/* ml-row-right: "ScrollRight";*/ -/* ml-row-up: "ScrollUp";*/ -/* ml-row-down: "ScrollDown";*/ -/* me-select-entry: "MousePrimary";*/ -/* me-accept-entry: "MouseDPrimary";*/ -/* me-accept-custom: "Control+MouseDPrimary";*/ - timeout { - action: "kb-cancel"; - delay: 0; - } - filebrowser { - directories-first: true; - sorting-method: "name"; - } -} - -@theme "base16-gruvbox-dark-medium" diff --git a/.config/rsync-exclude.conf b/.config/rsync-exclude.conf deleted file mode 100644 index 2ebf98e..0000000 --- a/.config/rsync-exclude.conf +++ /dev/null @@ -1,34 +0,0 @@ -.cfg -.cache -.steam -.var -.pki -.ghc -.stack -.trash -.nix-defexpr -.nix-profile -.factorio -.googleearth -.luarocks -.minecraft -.shared-ringdb -.local/share -.local/bin -.local/state -.local/README.md -.local/LICENSE -.local/TODO -.profile -.inputrc -.gtkrc-2.0 -.xinitrc -.zprofile -.Xauthority -.Xdefaults -.gpupg -.ICEauthority -.steampath -.steampid -.pulse-cookie - diff --git a/.config/rsync-include.conf b/.config/rsync-include.conf deleted file mode 100644 index fc749a5..0000000 --- a/.config/rsync-include.conf +++ /dev/null @@ -1,3 +0,0 @@ -.config/chromium -.config/com.liberty.jaxx -.local/wallets diff --git a/.config/sfeed/sfeedrc b/.config/sfeed/sfeedrc deleted file mode 100644 index 0f0a6a0..0000000 --- a/.config/sfeed/sfeedrc +++ /dev/null @@ -1,79 +0,0 @@ -sfeedpath="$HOME/.local/share/sfeed/feeds" - -! [ -f "$SFEED_URL_FILE" ] && echo "Creating sfeed url file." && mkdir -p "$(echo $SFEED_URL_FILE | sed 's/\/[a-z]*$//g')" && touch "$SFEED_URL_FILE" - -#override fetch command to fix some feeds not downloading -fetch() { - # fail on redirects, hide User-Agent, timeout is 15 seconds. - curl -L --max-redirs 5 -H "User-Agent:" -f -s -m 15 \ - "$2" 2>/dev/null -} - -# list of feeds to fetch: -feeds() { -# feed [basesiteurl] [encoding] -# sfeedpath -# get youtube Atom feed: curl -s -L 'https://www.youtube.com/user/gocoding/videos' | sfeed_web | cut -f 1 -# - -#NEWS - #feed "Breaking911" "https://breaking911.com/feed" - feed "Revolver News" "https://www.revolver.news/feed/" - -#Tech - feed "NEWS Phoronix" "https://www.phoronix.com/rss.php" - feed "TheHackerNews" "https://feeds.feedburner.com/TheHackersNews" - feed "Arch Linux News" "https://archlinux.org/feeds/news/" - feed "Suckless" "http://suckless.org/atom.xml" - feed "Codemadness" "https://www.codemadness.nl/atom.xml" - -#Linux Distros - #feed "LibreELEC" "https://libreelec.tv/feed/" - #feed "Artix Linux" "https://artixlinux.org/feed.php" - feed "Alpine Linux" "https://www.alpinelinux.org/atom.xml" - -#Youtube - #feed "VIDS YT HydeWars" "https://www.youtube.com/feeds/videos.xml?channel_id=UCfUaZ8Ra7m7BqUEACv2jySw" - #feed "VIDS YT MilleniaThinker" "https://www.youtube.com/feeds/videos.xml?channel_id=UC3TUCGI-7rSjvHsE4ONXRww" - #feed "VIDS YT MentalOutlaw" "https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA" - #feed "VIDS YT The Bioneer" "https://www.youtube.com/feeds/videos.xml?channel_id=UCIh_TPYPqjJuS_-nOfAIlfg" -#Bitchute - feed "VIDS BIT Paul Joseph Watson" "https://www.bitchute.com/feeds/rss/channel/pauljosephwatson/" - feed "VIDS BIT Liberum Arbitrium" "https://www.bitchute.com/feeds/rss/channel/liberum-arbitrium/" - #feed "VIDS BIT Keith Woods" "https://www.bitchute.com/feeds/rss/channel/keithwoods/" - feed "VIDS BIT PaxTube" "https://www.bitchute.com/feeds/rss/channel/paxtube/" - #feed "VIDS BIT MisterMetokur" "https://www.bitchute.com/feeds/rss/channel/mistermetokur/" - -#Anime - #feed "VIDS YT RetroCrush" "https://www.youtube.com/feeds/videos.xml?channel_id=UCPZkYpT5XIUou8sV8zk-3jQ" - feed "VIDS YT DemolitionD" "https://www.youtube.com/feeds/videos.xml?channel_id=UCcAvljdM2NMdMYq_pvT9pBw" - feed "VIDS YT Merryweather Comics" "https://www.youtube.com/feeds/videos.xml?channel_id=UCvCtIO1it51jSkZGibS9R3w" - #feed "VIDS YT Super Eyepatch Wolf" "https://www.youtube.com/feeds/videos.xml?channel_id=UCtGoikgbxP4F3rgI9PldI9g" - #feed "VIDS YT Pikamee" "https://www.youtube.com/feeds/videos.xml?channel_id=UCajhBT4nMrg3DLS-bLL2RCg" - #feed "VIDS YT ChoobiePatootie" "https://www.youtube.com/feeds/videos.xml?channel_id=UCESCrvsa2H5hNMmBbgkAWdQ" - -#Podcasts - #feed "POD The Dick Show" "https://thedickshow.com/feed/podcast/rss" - feed "POD Not Related" "https://notrelated.xyz/rss" - -#Baisudo - feed "Luke Smith Vids" "https://videos.lukesmith.xyz/feeds/videos.xml?accountId=3" - feed "Luke Smith" "https://lukesmith.xyz/rss.xml" - feed "Stonetoss" "https://stonetoss.com/index.php/comic/feed/" - #feed "VIDS YT John Doyle" "https://www.youtube.com/feeds/videos.xml?channel_id=UCzZpgppwC_XQMe8lFiI77-Q" - #feed "VIDS YT The New Pill" "https://www.youtube.com/feeds/videos.xml?channel_id=UCiUkcNS6W0n8QdosuZASduQ" - -#Boogaloo - #feed "VIDS YT Booligan Shooting Sports" "https://www.youtube.com/feeds/videos.xml?channel_id=UCzcWHu-x6oWOHxwZTfhrXug" - feed "CtrlPew" "https://ctrlpew.com/feed" - #feed "VIDS YT Bushradical" "https://www.youtube.com/feeds/videos.xml?channel_id=UCo698VL13Dip93yh0f4Rc5Q" - -#Crypto - #feed "Chainlink Blog" "https://blog.chain.link/rss/" - feed "GetMonero" "https://www.getmonero.org/feed.xml" - -#Misc - #feed "VIDS YT Primitive Technology" "https://www.youtube.com/feeds/videos.xml?channel_id=UCAL3JXZSzSm8AlZyD3nQdBA" - - feed "based.cooking" "https://based.cooking/index.xml" -} diff --git a/.config/shell/cleanup.sh b/.config/shell/cleanup.sh deleted file mode 100755 index 8766a79..0000000 --- a/.config/shell/cleanup.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh - -#remove things from $HOME -export XDG_CONFIG_HOME="$HOME/.config" -export XDG_CONFIG_DIRS="$HOME/.config" -export XDG_DATA_HOME="$HOME/.local/share" -export XDG_CACHE_HOME="$HOME/.cache" -export XDG_DOCUMENTS_DIR="$HOME/docs" -export XDG_DOWNLOAD_DIR="$HOME/dl" -export XDG_MUSIC_DIR="$HOME/media/audio/music" -export XDG_PICTURES_DIR="$HOME/media/img" -export XDG_VIDEOS_DIR="$HOME/media/video" -export HISTFILE="$XDG_DATA_HOME"/bash/history -#XDG_DESKTOP_DIR="$HOME/Desktop" -#XDG_PUBLICSHARE_DIR="$HOME/Public" -#XDG_TEMPLATES_DIR="$HOME/Templates" - -export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/notmuch-config" -export GTK2_RC_FILES="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-2.0/gtkrc-2.0" -export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc" -export INPUTRC="${XDG_CONFIG_HOME:-$HOME/.config}/inputrc" -#export ALSA_CONFIG_PATH="$XDG_CONFIG_HOME/alsa/asoundrc" -export WINEPREFIX="$XDG_DATA_HOME/wineprefixes/default" -export STACK_ROOT="$XDG_DATA_HOME"/stack -export PASSWORD_STORE_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/password-store" -export GNUPGHOME="$XDG_DATA_HOME/gnupg" -export CARGO_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/cargo" -export GOPATH="${XDG_DATA_HOME:-$HOME/.local/share}/go" -export ANSIBLE_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/ansible/ansible.cfg" -export TMUX_TMPDIR="$XDG_RUNTIME_DIR" -export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android" -export MBSYNCRC="${XDG_CONFIG_HOME:-$HOME/.config}/mbsync/config" -export ELECTRUMDIR="${XDG_DATA_HOME:-$HOME/.local/share}/electrum" -export RUSTUP_HOME="$XDG_DATA_HOME"/rustup diff --git a/.config/shell/wayland.sh b/.config/shell/wayland.sh deleted file mode 100755 index 714c1f1..0000000 --- a/.config/shell/wayland.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -BEMENU_CONF="$HOME/.config/bemenu/bemenu_opts.sh" -[ -f "$BEMENU_CONF" ] && . "$BEMENU_CONF" -#End wayland config - -#make librewolf use wayland -export GDK_BACKEND=wayland -export MOZ_ENABLE_WAYLAND=1 - diff --git a/.config/shortcutrc b/.config/shortcutrc deleted file mode 100644 index 8b13789..0000000 --- a/.config/shortcutrc +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.config/spectrwm/spectrwm.conf b/.config/spectrwm/spectrwm.conf deleted file mode 100644 index ea165f4..0000000 --- a/.config/spectrwm/spectrwm.conf +++ /dev/null @@ -1,167 +0,0 @@ -# PLEASE READ THE MAN PAGE BEFORE EDITING THIS FILE! -# https://htmlpreview.github.io/?https://github.com/conformal/spectrwm/blob/master/spectrwm.html -# NOTE: all rgb color values in this file are in hex! see XQueryColor for examples - -workspace_limit = 9 -focus_mode = follow -focus_close = last -focus_close_wrap = 1 -focus_default = first -spawn_position = next -workspace_clamp = 0 - -warp_pointer = 1 - -# Window Decoration -border_width = 1 -#color_focus = rgb:bb/c5/ff -#color_focus_maximized = yellow -#color_unfocus = rgb:88/88/88 -#color_unfocus_maximized = rgb:88/88/00 -region_padding = 6 -tile_gap = 6 - -#Colors -color_focus = rgb:bb/c5/ff -color_focus_maximized = yellow -color_unfocus = rgb:88/88/88 -color_unfocus_maximized = rgb:88/88/00 - -bar_border[1] = rgb:28/2a/36 -bar_border_unfocus[1] = rgb:28/2a/36 -bar_color[1] = rgb:28/2a/36, rgb:00/80/80 -bar_color_selected[1] = rgb:00/80/80 -bar_font_color[1] = rgb:bb/c5/ff, rgb:e1/ac/ff, rgb:dd/ff/a7, rgb:ff/8b/92, rgb:ff/e5/85, rgb:89/dd/ff -bar_font_color_selected = black - - -# Bar Settings -bar_action = /home/alex/.local/scripts/spectrwm-bar.sh -bar_action_expand = 1 -bar_enabled = 1 -bar_border_width = 1 -#bar_border[1] = rgb:28/2a/36 -#bar_border_unfocus[1] = rgb:28/2a/36 -#bar_color[1] = rgb:28/2a/36, rgb:00/80/80 -#bar_color_selected[1] = rgb:00/80/80 -bar_delay = 5 -#bar_font_color[1] = rgb:bb/c5/ff, rgb:e1/ac/ff, rgb:dd/ff/a7, rgb:ff/8b/92, rgb:ff/e5/85, rgb:89/dd/ff -#bar_font_color_selected = black -bar_font = mono:size=10, symbola:size=10 -bar_justify = center -bar_format = +|L+1<+N:+I +S +F +W +|R+A+1<+@fg=5; %a %b %d [%R] - -workspace_indicator = listcurrent,listactive,markcurrent,printnames -bar_at_bottom = 0 -stack_enabled = 1 -clock_enabled = 1 -clock_format = %a %b %d %R %Z %Y -iconic_enabled = 0 -maximize_hide_bar = 0 -window_class_enabled = 1 -window_instance_enabled = 1 -window_name_enabled = 1 -verbose_layout = 1 -urgent_enabled = 1 -urgent_collapse = 0 - - -# PROGRAMS - -# Validated default programs: -program[lock] = slock -program[term] = alacritty -program[menu] = dmenu_run -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color_selected -fn "mono:size=9" -program[search] = dmenu -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color_selected -fn "mono:size=9" -# program[name_workspace] = dmenu $dmenu_bottom -p Workspace -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_color_selected -sf $bar_font_color_selected - -# To disable validation of the above, free the respective binding(s): -# bind[] = MOD+Shift+Delete # disable lock -# bind[] = MOD+Shift+Return # disable term -# bind[] = MOD+p # disable menu - -# Optional default programs that will only be validated if you override: -# program[screenshot_all] = screenshot.sh full # optional -# program[screenshot_wind] = screenshot.sh window # optional -# program[initscr] = initscreen.sh # optional - -# EXAMPLE: Define 'firefox' action and bind to key. -# program[firefox] = firefox http://spectrwm.org/ -# bind[firefox] = MOD+Shift+b - -# QUIRKS -# Default quirks, remove with: quirk[class:name] = NONE -# quirk[MPlayer:xv] = FLOAT + FULLSCREEN + FOCUSPREV -# quirk[OpenOffice.org 2.4:VCLSalFrame] = FLOAT -# quirk[OpenOffice.org 3.0:VCLSalFrame] = FLOAT -# quirk[OpenOffice.org 3.1:VCLSalFrame] = FLOAT -# quirk[Firefox-bin:firefox-bin] = TRANSSZ -# quirk[Firefox:Dialog] = FLOAT -# quirk[Gimp:gimp] = FLOAT + ANYWHERE -# quirk[XTerm:xterm] = XTERM_FONTADJ -# quirk[xine:Xine Window] = FLOAT + ANYWHERE -# quirk[Xitk:Xitk Combo] = FLOAT + ANYWHERE -# quirk[xine:xine Panel] = FLOAT + ANYWHERE -# quirk[Xitk:Xine Window] = FLOAT + ANYWHERE -# quirk[xine:xine Video Fullscreen Window] = FULLSCREEN + FLOAT -# quirk[pcb:pcb] = FLOAT - - - -# Region containment -# Distance window must be dragged/resized beyond the region edge before it is -# allowed outside the region. -# boundary_width = 50 - -# Remove window border when bar is disabled and there is only one window in workspace -# disable_border = 1 - -# Dialog box size ratio when using TRANSSZ quirk; 0.3 < dialog_ratio <= 1.0 -# dialog_ratio = 0.6 - -# Split a non-RandR dual head setup into one region per monitor -# (non-standard driver-based multihead is not seen by spectrwm) -# region = screen[1]:1280x1024+0+0 -# region = screen[1]:1280x1024+1280+0 - -# Launch applications in a workspace of choice -# autorun = ws[1]:xterm -# autorun = ws[2]:xombrero http://www.openbsd.org - -autorun = ws[1]:sxhkd -autorun = ws[1]:dunst -autorun = ws[1]:picom -autorun = ws[1]:redshift -autorun = ws[1]:mpd -autorun = ws[1]:wp-load.sh -autorun = ws[1]:devmon -autorun = ws[1]:xautolock -time 30 -locker slock - -autorun = ws[1]:pipewire -autorun = ws[1]:pipewire-pulse -autorun = ws[1]:pipewire-media-session - - -# Customize workspace layout at start -# layout = ws[1]:4:0:0:0:vertical -# layout = ws[2]:0:0:0:0:horizontal -# layout = ws[3]:0:0:0:0:fullscreen -# layout = ws[4]:4:0:0:0:vertical_flip -# layout = ws[5]:0:0:0:0:horizontal_flip - -# Set workspace name at start -# name = ws[1]:IRC -# name = ws[2]:Email -# name = ws[3]:Browse -# name = ws[10]:Music - -# Mod key, (Windows key is Mod4) (Apple key on OSX is Mod2) -modkey = Mod1 - -# This allows you to include pre-defined key bindings for your keyboard layout. -keyboard_mapping = ~/.config/spectrwm/spectrwm_us.conf - - - - - diff --git a/.config/spectrwm/spectrwm_us.conf b/.config/spectrwm/spectrwm_us.conf deleted file mode 100644 index b467d8c..0000000 --- a/.config/spectrwm/spectrwm_us.conf +++ /dev/null @@ -1,123 +0,0 @@ -# Key bindings for United States (us) keyboards -# unbind with: bind[] = -bind[bar_toggle] = MOD+b -bind[bar_toggle_ws] = MOD+Shift+b -bind[button2] = MOD+v -bind[cycle_layout] = MOD+space -bind[flip_layout] = MOD+Shift+backslash -bind[float_toggle] = MOD+t -bind[focus_main] = MOD+m -bind[focus_next] = MOD+j -bind[focus_next] = MOD+Tab -bind[focus_prev] = MOD+k -bind[focus_prev] = MOD+Shift+Tab -bind[focus_urgent] = MOD+u -bind[height_grow] = MOD+Shift+equal -bind[height_shrink] = MOD+Shift+minus -bind[iconify] = MOD+w -bind[initscr] = MOD+Shift+i -bind[lock] = MOD+Shift+Delete -bind[master_add] = MOD+comma -bind[master_del] = MOD+period -bind[master_grow] = MOD+l -bind[master_shrink] = MOD+h -bind[maximize_toggle] = MOD+e -bind[menu] = MOD+p -bind[move_down] = MOD+Shift+bracketright -bind[move_left] = MOD+bracketleft -bind[move_right] = MOD+bracketright -bind[move_up] = MOD+Shift+bracketleft -bind[mvrg_1] = MOD+Shift+KP_End -bind[mvrg_2] = MOD+Shift+KP_Down -bind[mvrg_3] = MOD+Shift+KP_Next -bind[mvrg_4] = MOD+Shift+KP_Left -bind[mvrg_5] = MOD+Shift+KP_Begin -bind[mvrg_6] = MOD+Shift+KP_Right -bind[mvrg_7] = MOD+Shift+KP_Home -bind[mvrg_8] = MOD+Shift+KP_Up -bind[mvrg_9] = MOD+Shift+KP_Prior -bind[mvws_1] = MOD+Shift+1 -bind[mvws_2] = MOD+Shift+2 -bind[mvws_3] = MOD+Shift+3 -bind[mvws_4] = MOD+Shift+4 -bind[mvws_5] = MOD+Shift+5 -bind[mvws_6] = MOD+Shift+6 -bind[mvws_7] = MOD+Shift+7 -bind[mvws_8] = MOD+Shift+8 -bind[mvws_9] = MOD+Shift+9 -bind[mvws_10] = MOD+Shift+0 -bind[mvws_11] = MOD+Shift+F1 -bind[mvws_12] = MOD+Shift+F2 -bind[mvws_13] = MOD+Shift+F3 -bind[mvws_14] = MOD+Shift+F4 -bind[mvws_15] = MOD+Shift+F5 -bind[mvws_16] = MOD+Shift+F6 -bind[mvws_17] = MOD+Shift+F7 -bind[mvws_18] = MOD+Shift+F8 -bind[mvws_19] = MOD+Shift+F9 -bind[mvws_20] = MOD+Shift+F10 -bind[mvws_21] = MOD+Shift+F11 -bind[mvws_22] = MOD+Shift+F12 -bind[name_workspace] = MOD+Shift+slash -bind[quit] = MOD+Shift+q -bind[raise_toggle] = MOD+Shift+r -bind[restart] = MOD+q -bind[rg_1] = MOD+KP_End -bind[rg_2] = MOD+KP_Down -bind[rg_3] = MOD+KP_Next -bind[rg_4] = MOD+KP_Left -bind[rg_5] = MOD+KP_Begin -bind[rg_6] = MOD+KP_Right -bind[rg_7] = MOD+KP_Home -bind[rg_8] = MOD+KP_Up -bind[rg_9] = MOD+KP_Prior -bind[rg_next] = MOD+Shift+Right -bind[rg_prev] = MOD+Shift+Left -bind[screenshot_all] = MOD+s -bind[screenshot_wind] = MOD+Shift+s -bind[search_win] = MOD+f -bind[search_workspace] = MOD+slash -bind[stack_dec] = MOD+Shift+period -bind[stack_inc] = MOD+Shift+comma -bind[stack_reset] = MOD+Shift+space -bind[swap_main] = MOD+Return -bind[swap_next] = MOD+Shift+j -bind[swap_prev] = MOD+Shift+k -bind[term] = MOD+Shift+Return -bind[uniconify] = MOD+Shift+w -bind[version] = MOD+Shift+v -bind[width_grow] = MOD+equal -bind[width_shrink] = MOD+minus -bind[wind_del] = MOD+c -bind[wind_kill] = MOD+Shift+c -bind[ws_1] = MOD+1 -bind[ws_2] = MOD+2 -bind[ws_3] = MOD+3 -bind[ws_4] = MOD+4 -bind[ws_5] = MOD+5 -bind[ws_6] = MOD+6 -bind[ws_7] = MOD+7 -bind[ws_8] = MOD+8 -bind[ws_9] = MOD+9 -bind[ws_10] = MOD+0 -bind[ws_11] = MOD+F1 -bind[ws_12] = MOD+F2 -bind[ws_13] = MOD+F3 -bind[ws_14] = MOD+F4 -bind[ws_15] = MOD+F5 -bind[ws_16] = MOD+F6 -bind[ws_17] = MOD+F7 -bind[ws_18] = MOD+F8 -bind[ws_19] = MOD+F9 -bind[ws_20] = MOD+F10 -bind[ws_21] = MOD+F11 -bind[ws_22] = MOD+F12 -bind[ws_next] = MOD+Right -bind[ws_next_all] = MOD+Up -bind[ws_next_move] = MOD+Shift+Up -bind[ws_prev] = MOD+Left -bind[ws_prev_all] = MOD+Down -bind[ws_prev_move] = MOD+Shift+Down -bind[ws_prior] = MOD+a - - diff --git a/.config/straw-viewer/straw-viewer.conf b/.config/straw-viewer/straw-viewer.conf deleted file mode 100644 index 8b2eb8b..0000000 --- a/.config/straw-viewer/straw-viewer.conf +++ /dev/null @@ -1,103 +0,0 @@ -#!/usr/bin/perl - -# CLI Straw Viewer 0.1.1 - configuration file - -our $CONFIG = { - api_host => "https://invidio.us", - auto_captions => 0, - autoplay_mode => 0, - cache_dir => "$ENV{HOME}/.cache/straw-viewer", - colors => 1, - comments_order => "top", - confirm => 0, - convert_cmd => "ffmpeg -i *IN* *OUT*", - convert_to => undef, - cookie_file => undef, - copy_caption => 0, - custom_layout => 0, - custom_layout_format => [ - { align => "right", color => "bold", text => "*NO*.", width => 3 }, - { align => "left", color => "bold blue", text => "*TITLE*", width => "55%" }, - { align => "left", color => "yellow", text => "*AUTHOR*", width => "15%" }, - { align => "right", color => "green", text => "*AGE_SHORT*", width => 3 }, - { align => "right", color => "green", text => "*VIEWS_SHORT*", width => 5 }, - { align => "right", color => "blue", text => "*TIME*", width => 8 }, - ], - dash_mp4_audio => 1, - dash_segmented => 1, - dash_support => 1, - date => undef, - debug => 0, - download_and_play => 0, - download_with_wget => 0, - downloads_dir => "dl/", - env_proxy => 1, - fat32safe => 0, - ffmpeg_cmd => "/bin/ffmpeg", - fullscreen => 0, - get_captions => 1, - get_term_width => 1, - hfr => 1, - highlight_color => "bold", - highlight_watched => 1, - history => 0, - history_file => "$ENV{HOME}/.config/straw-viewer/cli-history.txt", - history_limit => 100000, - http_proxy => undef, - ignore_av1 => 0, - interactive => 1, - keep_original_video => 0, - maxResults => 20, - merge_into_mkv => 1, - merge_into_mkv_args => "-loglevel warning -c:s srt -c:v copy -c:a copy -disposition:s forced", - merge_with_captions => 1, - order => undef, - page => 1, - prefer_av1 => 0, - prefer_mp4 => 0, - region => undef, - remember_watched => 0, - remove_played_file => 0, - resolution => "best", - results_fixed_width => 0, - results_with_colors => 0, - results_with_details => 0, - show_video_info => 1, - skip_if_exists => 1, - skip_watched => 0, - srt_languages => ["en", "es"], - subscriptions_order => "relevance", - thousand_separator => ",", - timeout => undef, - user_agent => undef, - video_filename_format => "*FTITLE* - *ID*.*FORMAT*", - video_player_selected => "mpv", - video_players => { - mpv => { - arg => "--really-quiet --title=*TITLE* --no-ytdl", - audio => "--audio-file=*AUDIO*", - cmd => "/bin/mpv", - fs => "--fullscreen", - novideo => "--no-video", - srt => "--sub-file=*SUB*", - }, - vlc => { - arg => "--quiet --play-and-exit --no-video-title-show --input-title-format=*TITLE*", - audio => "--input-slave=*AUDIO*", - cmd => "vlc", - fs => "--fullscreen", - novideo => "--intf=dummy --novideo", - srt => "--sub-file=*SUB*", - }, - }, - videoCaption => undef, - videoDefinition => undef, - videoDimension => undef, - videoDuration => undef, - videoLicense => undef, - watched_file => "$ENV{HOME}/.config/straw-viewer/watched.txt", - wget_cmd => "/bin/wget", - youtube_video_url => "https://www.youtube.com/watch?v=%s", - ytdl => 1, - ytdl_cmd => "/bin/youtube-dl", -} diff --git a/.config/sway/colors/base16-atlas b/.config/sway/colors/base16-atlas deleted file mode 100644 index acb448a..0000000 --- a/.config/sway/colors/base16-atlas +++ /dev/null @@ -1,19 +0,0 @@ -## Base16 Atlas -# Author: Alex Lende (https://ajlende.com) - -set $base00 #002635 -set $base01 #00384d -set $base02 #517F8D -set $base03 #6C8B91 -set $base04 #869696 -set $base05 #a1a19a -set $base06 #e6e6dc -set $base07 #fafaf8 -set $base08 #ff5a67 -set $base09 #f08e48 -set $base0A #ffcc1b -set $base0B #7fc06e -set $base0C #14747e -set $base0D #5dd7b9 -set $base0E #9a70a4 -set $base0F #c43060 diff --git a/.config/sway/colors/colorscheme-darkula b/.config/sway/colors/colorscheme-darkula deleted file mode 100644 index 3e2ceb7..0000000 --- a/.config/sway/colors/colorscheme-darkula +++ /dev/null @@ -1,16 +0,0 @@ -set $base00 #2b2b2b -set $base01 #323232 -set $base02 #323232 -set $base03 #606366 -set $base04 #a4a3a3 -set $base05 #a9b7c6 -set $base06 #ffc66d -set $base07 #ffffff -set $base08 #4eade5 -set $base09 #689757 -set $base0A #bbb529 -set $base0B #6a8759 -set $base0C #629755 -set $base0D #9876aa -set $base0E #cc7832 -set $base0F #808080 diff --git a/.config/sway/colors/colorscheme-default b/.config/sway/colors/colorscheme-default deleted file mode 100644 index 1661264..0000000 --- a/.config/sway/colors/colorscheme-default +++ /dev/null @@ -1,19 +0,0 @@ -## Base16 Default Dark -# Author: Chris Kempson (http://chriskempson.com) - -set $base00 #181818 -set $base01 #282828 -set $base02 #383838 -set $base03 #585858 -set $base04 #b8b8b8 -set $base05 #d8d8d8 -set $base06 #e8e8e8 -set $base07 #f8f8f8 -set $base08 #ab4642 -set $base09 #dc9656 -set $base0A #f7ca88 -set $base0B #a1b56c -set $base0C #86c1b9 -set $base0D #7cafc2 -set $base0E #ba8baf -set $base0F #a16946 diff --git a/.config/sway/colors/colorscheme-dracula b/.config/sway/colors/colorscheme-dracula deleted file mode 100644 index b853d1a..0000000 --- a/.config/sway/colors/colorscheme-dracula +++ /dev/null @@ -1,16 +0,0 @@ -set $base00 #282936 -set $base01 #3a3c4e -set $base02 #4d4f68 -set $base03 #626483 -set $base04 #62d6e8 -set $base05 #e9e9f4 -set $base06 #f1f2f8 -set $base07 #f7f7fb -set $base08 #ea51b2 -set $base09 #b45bcf -set $base0A #00f769 -set $base0B #ebff87 -set $base0C #a1efe4 -set $base0D #62d6e8 -set $base0E #b45bcf -set $base0F #00f769 diff --git a/.config/sway/colors/colorscheme-dracula-mine b/.config/sway/colors/colorscheme-dracula-mine deleted file mode 100644 index 25c18e2..0000000 --- a/.config/sway/colors/colorscheme-dracula-mine +++ /dev/null @@ -1,19 +0,0 @@ -#dracula colorscheme for sway -#based on base16 (https://github.com/rkubosz/base16-sway) - -set $base00 #282936 -set $base01 #3a3c4e -set $base02 #F7CA88 -set $base03 #626483 -set $base04 #62d6e8 -set $base05 #e9e9f4 -set $base06 #f1f2f8 -set $base07 #f7f7fb -set $base08 #ea51b2 -set $base09 #b45bcf -set $base0A #00f769 -set $base0B #ebff87 -set $base0C #a1efe4 -set $base0D #62d6e8 -set $base0E #b45bcf -set $base0F #00f769 diff --git a/.config/sway/colors/colorscheme-gruvbox-dark-soft b/.config/sway/colors/colorscheme-gruvbox-dark-soft deleted file mode 100644 index 70ffcbd..0000000 --- a/.config/sway/colors/colorscheme-gruvbox-dark-soft +++ /dev/null @@ -1,16 +0,0 @@ -set $base00 #32302f -set $base01 #3c3836 -set $base02 #504945 -set $base03 #665c54 -set $base04 #bdae93 -set $base05 #d5c4a1 -set $base06 #ebdbb2 -set $base07 #fbf1c7 -set $base08 #fb4934 -set $base09 #fe8019 -set $base0A #fabd2f -set $base0B #b8bb26 -set $base0C #8ec07c -set $base0D #83a598 -set $base0E #d3869b -set $base0F #d65d0e diff --git a/.config/sway/config b/.config/sway/config deleted file mode 100644 index bd9d02f..0000000 --- a/.config/sway/config +++ /dev/null @@ -1,310 +0,0 @@ -# Default config for sway -# -# Copy this to ~/.config/sway/config and edit it to your liking. -# -# Read `man 5 sway` for a complete reference. - -### Variables -# -# Logo key. Use Mod1 for Alt. -set $mod Mod1 -# Home row direction keys, like vim -set $left h -set $down j -set $up k -set $right l -# Your preferred terminal emulator -set $term alacritty -# Your preferred application launcher -# Note: it's recommended that you pass the final command to sway -#set $menu bemenu-run | xargs swaymsg exec -- -set $menu rofi -show run | xargs swaymsg exec -- - -### Output configuration -# -# Default wallpaper -#output * bg ~/.config/sway/backgrounds/Sway_Wallpaper_Blue_1920x1080.png fill -# -# Example configuration: -# -#output HDMI-A-1 resolution 1920x1080 position 1920,0 -#output HDMI-A-1 bg ~/.config/wall fill -#output DP-1 resolution 1920x1080 position 0,0 -#output DP-1 bg ~/.config/wall fill -output * bg ~/.config/wall fill -output VGA-1 disable - - -# -# You can get the names of your outputs by running: swaymsg -t get_outputs - -### Idle configuration -# -# Example configuration: -# - exec swayidle -w \ - timeout 900 'swaylock -f -c 000000' \ - timeout 1200 'swaymsg "output * dpms off"' \ - resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock -f -c 000000' -# -# This will lock your screen after 300 seconds of inactivity, then turn off -# your displays after another 300 seconds, and turn your screens back on when -# resumed. It will also lock your screen before your computer goes to sleep. - -#alternate idle config that just turns display off -# exec swayidle -w \ -# timeout 1200 'swaymsg "output * dpms off"' \ -# resume 'swaymsg "output * dpms on"' - -#set transparency -set $opacity 0.9 -#for_window [class=".*"] opacity 1.0 -#for_window [app_id=".*"] opacity 1.0 - -#for_window [class='alacritty'] opacity $opacity -#for_window [class="bash"] opacity $opacity -#for_window [app_id="alacritty"] opacity $opacity - -font pango:mono 10 - -### Input configuration -# -# Example configuration: -# -# input "2:14:SynPS/2_Synaptics_TouchPad" { -# dwt enabled -# tap enabled -# natural_scroll enabled -# middle_emulation enabled -# } -# -# You can get the names of your inputs by running: swaymsg -t get_inputs -# Read `man 5 sway-input` for more information about this section. - -xwayland enable - -### Key bindings -# -# Basics: -# - # Start a terminal - bindsym $mod+Return exec $term - - # Kill focused window - bindsym $mod+Shift+q kill - - # Start your launcher - bindsym $mod+d exec $menu - - # Drag floating windows by holding down $mod and left mouse button. - # Resize them with right mouse button + $mod. - # Despite the name, also works for non-floating windows. - # Change normal to inverse to use left mouse button for resizing and right - # mouse button for dragging. - floating_modifier $mod normal - - # Reload the configuration file - bindsym $mod+Shift+c reload - - # Exit sway (logs you out of your Wayland session) - bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'exec "$HOME"/.local/init/init.sh -c' -# -# Moving around: -# - # Move your focus around - bindsym $mod+$left focus left - bindsym $mod+$down focus down - bindsym $mod+$up focus up - bindsym $mod+$right focus right - # Or use $mod+[up|down|left|right] - bindsym $mod+Left focus left - bindsym $mod+Down focus down - bindsym $mod+Up focus up - bindsym $mod+Right focus right - - # Move the focused window with the same, but add Shift - bindsym $mod+Shift+$left move left - bindsym $mod+Shift+$down move down - bindsym $mod+Shift+$up move up - bindsym $mod+Shift+$right move right - # Ditto, with arrow keys - bindsym $mod+Shift+Left move left - bindsym $mod+Shift+Down move down - bindsym $mod+Shift+Up move up - bindsym $mod+Shift+Right move right -# -# Workspaces: -# - # Switch to workspace - bindsym $mod+1 workspace 1 - bindsym $mod+2 workspace 2 - bindsym $mod+3 workspace 3 - bindsym $mod+4 workspace 4 - bindsym $mod+5 workspace 5 - bindsym $mod+6 workspace 6 - bindsym $mod+7 workspace 7 - bindsym $mod+8 workspace 8 - bindsym $mod+9 workspace 9 - bindsym $mod+0 workspace 10 - # Move focused container to workspace - bindsym $mod+Shift+1 move container to workspace 1 - bindsym $mod+Shift+2 move container to workspace 2 - bindsym $mod+Shift+3 move container to workspace 3 - bindsym $mod+Shift+4 move container to workspace 4 - bindsym $mod+Shift+5 move container to workspace 5 - bindsym $mod+Shift+6 move container to workspace 6 - bindsym $mod+Shift+7 move container to workspace 7 - bindsym $mod+Shift+8 move container to workspace 8 - bindsym $mod+Shift+9 move container to workspace 9 - bindsym $mod+Shift+0 move container to workspace 10 - # Note: workspaces can have any name you want, not just numbers. - # We just use 1-10 as the default. -# -# Layout stuff: -# - # You can "split" the current object of your focus with - # $mod+b or $mod+v, for horizontal and vertical splits - # respectively. - bindsym $mod+b splith - bindsym $mod+v splitv - - # Switch the current container between different layout styles - bindsym $mod+s layout stacking - bindsym $mod+w layout tabbed - bindsym $mod+e layout toggle split - - # Make the current focus fullscreen - bindsym $mod+f fullscreen - - # Toggle the current focus between tiling and floating mode - bindsym $mod+Shift+space floating toggle - - # Swap focus between the tiling area and the floating area - bindsym $mod+space focus mode_toggle - - # Move focus to the parent container - bindsym $mod+a focus parent -# -# Scratchpad: -# - # Sway has a "scratchpad", which is a bag of holding for windows. - # You can send windows there and get them back later. - - # Move the currently focused window to the scratchpad - bindsym $mod+Shift+minus move scratchpad - - # Show the next scratchpad window or hide the focused scratchpad window. - # If there are multiple scratchpad windows, this command cycles through them. - bindsym $mod+minus scratchpad show -# -# Resizing containers: -# -mode "resize" { - # left will shrink the containers width - # right will grow the containers width - # up will shrink the containers height - # down will grow the containers height - bindsym $left resize shrink width 10px - bindsym $down resize grow height 10px - bindsym $up resize shrink height 10px - bindsym $right resize grow width 10px - - # Ditto, with arrow keys - bindsym Left resize shrink width 10px - bindsym Down resize grow height 10px - bindsym Up resize shrink height 10px - bindsym Right resize grow width 10px - - # Return to default mode - bindsym Return mode "default" - bindsym Escape mode "default" -} -bindsym $mod+r mode "resize" - -#custom keybinds -bindsym XF86AudioRaiseVolume exec vol.sh -i 0.02 -bindsym XF86AudioLowerVolume exec vol.sh -d 0.02 -bindsym XF86AudioMute exec vol.sh --toggle-mute -bindsym $mod+p exec fixscr.sh --menu -bindsym $mod+o exec browser.sh -bindsym $mod+shift+s exec ss.sh -s -bindsym ctrl+alt+delete exec waylogout - - - -#include ~/.config/sway/colors/base16-atlas -include ~/.local/src/base16-sway/themes/base16-gruvbox-dark-medium.config -#include ~/.local/src/base16-sway/themes/base16-atlas.config -#include ~/.local/src/base16-sway/themes/base16-gruvbox-dark-hard.config -#include ~/.local/src/base16-sway/themes/base16-nord.config - - -# -# Status Bar: -# -# Read `man 5 sway-bar` for more information about this section. -bar { - position top - - # When the status_command prints a new line to stdout, swaybar updates. - # The default just shows the current date and time. - #status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done - status_command sh $HOME/.local/scripts/sway-bar.sh -l - - colors { - background $base00 - separator $base01 - statusline $base04 - - # State Border BG Text - focused_workspace $base05 $base0D $base00 - active_workspace $base05 $base03 $base00 - inactive_workspace $base03 $base01 $base05 - urgent_workspace $base08 $base08 $base00 - binding_mode $base00 $base0A $base00 - } -} - - -# Basic color configuration using the Base16 variables for windows and borders. -# Property Name Border BG Text Indicator Child Border -client.focused $base05 $base0D $base00 $base0D $base0D -client.focused_inactive $base01 $base01 $base05 $base03 $base01 -client.unfocused $base01 $base00 $base05 $base01 $base01 -client.urgent $base08 $base08 $base00 $base08 $base08 -client.placeholder $base00 $base00 $base05 $base00 $base00 -client.background $base07 - -#GTK theme -set $gnome_schema "org.gnome.desktop.interface" -exec_always { - gsettings set $gnome_schema gtk-theme 'Nordic-standard-buttons' - gsettings set $gnome_schema icon-theme 'ePapirus-Dark' - gsettings set $gnome_schema cursor-theme 'Adwaita' - gsettings set $gnome_schema font-name 'Noto Sans' -} - - -#gaps -gaps inner 10 -gaps outer 10 - -#border -default_border pixel 2 - -#set windows to float by default -for_window [class="Matplotlib"] floating enable - -#input config -input type:pointer accel_profile flat -input type:pointer pointer_accel -0.5 -seat seat0 xcursor_theme Adwaita 10 - -include /etc/sway/config.d/* - -exec ~/.local/init/init.sh -i ~/.local/init/startup - -#do any computer specific setup here, monitor configs, etc. -exec_always ~/.init.sh - diff --git a/.config/swaylock/config b/.config/swaylock/config deleted file mode 100644 index 434d6ab..0000000 --- a/.config/swaylock/config +++ /dev/null @@ -1,2 +0,0 @@ -font=mono -color=111111 diff --git a/.config/swhkd/swhkdrc b/.config/swhkd/swhkdrc deleted file mode 100644 index 6eb4da1..0000000 --- a/.config/swhkd/swhkdrc +++ /dev/null @@ -1,20 +0,0 @@ -xf86audioraisevolume - vol.sh -i 0.02 - -xf86audiolowervolume - vol.sh -d 0.02 - -xf86audiomute - vol.sh --toggle-mute - -super + p - fixscr.sh --menu - -super + o - browser.sh - -super + s - ss.sh -s - -ctrl + alt + delete - waylogout diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc deleted file mode 100644 index 4e2b2b5..0000000 --- a/.config/sxhkd/sxhkdrc +++ /dev/null @@ -1,33 +0,0 @@ -XF86AudioRaiseVolume - pulsemixer --change-volume +1 && pkill sleep -P "$(cat ~/.cache/statusbar_pid )" - #amixer sset Master 1%+ && pkill sleep -P "$(cat ~/.cache/statusbar_pid )" - -XF86AudioLowerVolume - pulsemixer --change-volume -1 && pkill sleep -P "$(cat ~/.cache/statusbar_pid )" - #amixer sset Master 1%- && pkill sleep -P "$(cat ~/.cache/statusbar_pid )" - -XF86AudioMute - pulsemixer --toggle-mute && pkill sleep -P "$(cat ~/.cache/statusbar_pid )" - #amixer sset Master toggle && pkill sleep -P "$(cat ~/.cache/statusbar_pid )" - -super + c - sh ~/.local/scripts/toggle-comp.sh - -super + o - browser.sh "$(xclip -o | cut -d '%' -f 1-)" - -super + m - st -e neomutt -super + shift + m - st -e mbsync -a - -super + s - scrot -s - -super + k - xkill - -super + shift + x - sudo poweroff -super + + shift + r - sudo reboot diff --git a/.config/sxhkd/sxhkdrc_bspwm b/.config/sxhkd/sxhkdrc_bspwm deleted file mode 100644 index 5c38628..0000000 --- a/.config/sxhkd/sxhkdrc_bspwm +++ /dev/null @@ -1,122 +0,0 @@ -#. sxhkdrc - -# wm independent hotkeys -# - -# terminal emulator -super + Return - st - -# program launcher -super + @space - dmenu_run - -# make sxhkd reload its configuration files: -super + Escape - pkill -USR1 -x sxhkd - -# -# bspwm hotkeys -# - -# quit/restart bspwm -super + alt + {q,r} - bspc {quit,wm -r} - -# close and kill -super + {_,shift + }w - bspc node -{c,k} - -# alternate between the tiled and monocle layout -super + m - bspc desktop -l next - -# send the newest marked node to the newest preselected node -super + y - bspc node newest.marked.local -n newest.!automatic.local - -# swap the current node and the biggest node -super + g - bspc node -s biggest - -# -# state/flags -# - -# set the window state -super + {t,shift + t,s,f} - bspc node -t {tiled,pseudo_tiled,floating,fullscreen} - -# set the node flags -super + ctrl + {m,x,y,z} - bspc node -g {marked,locked,sticky,private} - -# -# focus/swap -# - -# focus the node in the given direction -super + {_,shift + }{h,j,k,l} - bspc node -{f,s} {west,south,north,east} - -# focus the node for the given path jump -super + {p,b,comma,period} - bspc node -f @{parent,brother,first,second} - -# focus the next/previous node in the current desktop -super + {_,shift + }c - bspc node -f {next,prev}.local - -# focus the next/previous desktop in the current monitor -super + bracket{left,right} - bspc desktop -f {prev,next}.local - -# focus the last node/desktop -super + {grave,Tab} - bspc {node,desktop} -f last - -# focus the older or newer node in the focus history -super + {o,i} - bspc wm -h off; \ - bspc node {older,newer} -f; \ - bspc wm -h on - -# focus or send to the given desktop -super + {_,shift + }{1-9,0} - bspc {desktop -f,node -d} '^{1-9,10}' - -# -# preselect -# - -# 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 node -super + ctrl + space - bspc node -p cancel - -# cancel the preselection for the focused desktop -super + ctrl + shift + space - bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel - -# -# move/resize -# - -# 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/user-dirs.dirs b/.config/user-dirs.dirs deleted file mode 100644 index 5149b95..0000000 --- a/.config/user-dirs.dirs +++ /dev/null @@ -1,15 +0,0 @@ -# This file is written by xdg-user-dirs-update -# If you want to change or add directories, just edit the line you're -# interested in. All local changes will be retained on the next run. -# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped -# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an -# absolute path. No other format is supported. -# -XDG_DESKTOP_DIR="$HOME/.local/share/desktop" -XDG_DOWNLOAD_DIR="$HOME/dl" -XDG_DOCUMENTS_DIR="$HOME/docs" -XDG_MUSIC_DIR="$HOME/" -XDG_PICTURES_DIR="$HOME/media/img" -XDG_VIDEOS_DIR="$HOME/" -XDG_TEMPLATES_DIR="$HOME/" -XDG_PUBLICSHARE_DIR="$HOME/" diff --git a/.config/waybar/config b/.config/waybar/config deleted file mode 100644 index fa8774e..0000000 --- a/.config/waybar/config +++ /dev/null @@ -1,71 +0,0 @@ -//stole this from: https://git.sr.ht/~oscarcp/ghostfiles/tree/master/item/waybar/config - -{ - "layer": "top", - "position": "top", - //"modules-left": ["custom/media"], - "modules-left": ["wlr/workspaces", "sway/mode", "custom/media"], - "modules-right": ["custom/keyboard", "network", "battery", "pulseaudio", "clock", "custom/quit"], - - "wlr/workspaces": { - "format": "{icon}", - "on-click": "activate", - "format-icons": { - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "urgent": "", - "active": "", - "default": "" - } -}, - "clock": { - "format": "{:%H:%M}", - "format-alt": "{:%a %b %d}", - "tooltip": false - }, - "battery": { - "states": { - "good": 95, - "warning": 30, - "critical": 15 - }, - "bat":"BAT1", - "format": "{icon} {capacity}%", - "format-charging": " {capacity}%", - "format-plugged": " {capacity}%", - "format-discharging": " {capacity}%", - "format-alt": "{icon} {time}", - "format-icons": ["", "", "", "", ""] - }, - "network": { - "format": "{ifname}", - "format-wifi": " {essid}", - "format-ethernet": " {ifname}", - "format-disconnected": "", - "tooltip-format-wifi": "{signalStrength}%", - "max-length": 20 - }, - "pulseaudio": { - "format": "{icon} {volume}%", - "format-bluetooth": "{icon} {volume}%", - "format-muted": "", - "format-icons": { - "headphone": "", - "hands-free": "", - "headset": "", - "phone": "", - "portable": "", - "car": "", - "default": ["", ""] - }, - "scroll-step": 1, - "on-click": "pavucontrol" - }, - "custom/quit": { - "format": "", - "on-click": "waylogout" - } -} diff --git a/.config/waybar/dwlbar b/.config/waybar/dwlbar deleted file mode 100644 index 13f4793..0000000 --- a/.config/waybar/dwlbar +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh - diff --git a/.config/waybar/style.css b/.config/waybar/style.css deleted file mode 100644 index db82516..0000000 --- a/.config/waybar/style.css +++ /dev/null @@ -1,73 +0,0 @@ -/*stole this from - * https://git.sr.ht/~oscarcp/ghostfiles/tree/master/item/waybar/style.css - */ - -* { - font-size: 12px; - font-family: "mono"; -} - -window#waybar { - background: rgba(0,0,0,0); -} - -#battery { - margin: 3px 0px 3px 0px; - background: #1d1f21; - padding: 5px; - color: #c5c8c6; -} - -#custom-quit { - margin: 3px 3px 3px 0px; - padding: 5px 7px 5px 5px; - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; - border-right: 2px solid #1d1f21; - border-top: 2px solid #1d1f21; - border-bottom: 2px solid #1d1f21; - background: #F00; - color: #FFF; -} - -#clock { - margin: 3px 0px 3px 3px; - padding: 5px; - color: #FFF; - background: #1d1f21; - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; - color: #c5c8c6; -} - -#custom-keyboard { - background: #1d1f21; - color: #c5c8c6; - padding: 5px 5px 5px 7px; - margin: 3px 0px 3px 3px; - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -#custom-media { - margin: 3px; - padding: 5px 7px 5px 7px; - border-radius: 10px; - background: #1d1f21; - color: #c5c8c6; -} -#pulseaudio { - margin: 3px 3px 3px 0px; - padding: 5px 7px 5px 5px; - background: #1d1f21; - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; - color: #c5c8c6; -} - -#network { - background: #1d1f21; - color: #c5c8c6; - margin: 3px 0px 3px 0px; - padding: 5px; -} diff --git a/.config/waylock/waylock.toml b/.config/waylock/waylock.toml deleted file mode 100644 index 30fe860..0000000 --- a/.config/waylock/waylock.toml +++ /dev/null @@ -1,9 +0,0 @@ -# waylock.toml - -[colors] -# Specify the initial color of the lock screen. -init_color = 0x000000 -# Specify the color of the lock screen after input is received. -input_color = 0x005577 -# Specify the color of the lock screen on authentication failure. -fail_color = 0xcc3333 diff --git a/.config/waylogout/config b/.config/waylogout/config deleted file mode 100644 index db6bb2e..0000000 --- a/.config/waylogout/config +++ /dev/null @@ -1,21 +0,0 @@ -ring-color=A3BE8Caa -inside-color=2E344066 -text-color=eaeaeaaa -line-color=00000000 -ring-selection-color=88c0d0aa -inside-selection-color=88c0d066 -text-selection-color=eaeaeaaa -line-selection-color=00000000 -font=mono -effect-blur=7x5 -indicator-thickness=20 -lock-command="exec swaylock -f" -logout-command="exec swaymsg exit" -suspend-command="echo suspend" -hibernate-command="echo hibernate" -poweroff-command="doas /sbin/poweroff" -reboot-command="doas /sbin/reboot" -switch-user-command="echo switch" -hide-cancel -screenshots -selection-label diff --git a/.config/wget/wgetrc b/.config/wget/wgetrc deleted file mode 100644 index 4fd7999..0000000 --- a/.config/wget/wgetrc +++ /dev/null @@ -1 +0,0 @@ -hsts-file=~/.cache/wget-hsts diff --git a/.config/yambar/config.yml b/.config/yambar/config.yml deleted file mode 100644 index 13a6538..0000000 --- a/.config/yambar/config.yml +++ /dev/null @@ -1,178 +0,0 @@ -bar: - height: 26 - location: top - background: 000000ff - - right: - - clock: - content: - - string: {text: , font: "Font Awesome 5 Free:style=solid:size=12"} - - string: {text: "{date}", right-margin: 5} - - string: {text: , font: "Font Awesome 5 Free:style=solid:size=12"} - - string: {text: "{time}"} - - left: - - script: - path: /home/alex/.local/scripts/dwl-tags.sh - args: [1] - anchors: - - occupied: &occupied {foreground: 57bbf4ff} - - focused: &focused {foreground: fc65b0ff} - - default: &default {foreground: d2ccd6ff} - content: - - map: - margin: 4 - tag: tag_0_occupied - values: - true: - map: - tag: tag_0_focused - values: - true: {string: {text: "{tag_0}", <<: *focused}} - false: {string: {text: "{tag_0}", <<: *occupied}} - false: - map: - tag: tag_0_focused - values: - true: {string: {text: "{tag_0}", <<: *focused}} - false: {string: {text: "{tag_0}", <<: *default}} - - map: - margin: 4 - tag: tag_1_occupied - values: - true: - map: - tag: tag_1_focused - values: - true: {string: {text: "{tag_1}", <<: *focused}} - false: {string: {text: "{tag_1}", <<: *occupied}} - false: - map: - tag: tag_1_focused - values: - true: {string: {text: "{tag_1}", <<: *focused}} - false: {string: {text: "{tag_1}", <<: *default}} - - - map: - margin: 4 - tag: tag_2_occupied - values: - true: - map: - tag: tag_2_focused - values: - true: {string: {text: "{tag_2}", <<: *focused}} - false: {string: {text: "{tag_2}", <<: *occupied}} - false: - map: - tag: tag_2_focused - values: - true: {string: {text: "{tag_2}", <<: *focused}} - false: {string: {text: "{tag_2}", <<: *default}} - - - map: - margin: 4 - tag: tag_3_occupied - values: - true: - map: - tag: tag_3_focused - values: - true: {string: {text: "{tag_3}", <<: *focused}} - false: {string: {text: "{tag_3}", <<: *occupied}} - false: - map: - tag: tag_3_focused - values: - true: {string: {text: "{tag_3}", <<: *focused}} - false: {string: {text: "{tag_3}", <<: *default}} - - - map: - margin: 4 - tag: tag_4_occupied - values: - true: - map: - tag: tag_4_focused - values: - true: {string: {text: "{tag_4}", <<: *focused}} - false: {string: {text: "{tag_4}", <<: *occupied}} - false: - map: - tag: tag_4_focused - values: - true: {string: {text: "{tag_4}", <<: *focused}} - false: {string: {text: "{tag_4}", <<: *default}} - - - map: - margin: 4 - tag: tag_5_occupied - values: - true: - map: - tag: tag_5_focused - values: - true: {string: {text: "{tag_5}", <<: *focused}} - false: {string: {text: "{tag_5}", <<: *occupied}} - false: - map: - tag: tag_5_focused - values: - true: {string: {text: "{tag_5}", <<: *focused}} - false: {string: {text: "{tag_5}", <<: *default}} - - - map: - margin: 4 - tag: tag_6_occupied - values: - true: - map: - tag: tag_6_focused - values: - true: {string: {text: "{tag_6}", <<: *focused}} - false: {string: {text: "{tag_6}", <<: *occupied}} - false: - map: - tag: tag_6_focused - values: - true: {string: {text: "{tag_6}", <<: *focused}} - false: {string: {text: "{tag_6}", <<: *default}} - - - map: - margin: 4 - tag: tag_7_occupied - values: - true: - map: - tag: tag_7_focused - values: - true: {string: {text: "{tag_7}", <<: *focused}} - false: {string: {text: "{tag_7}", <<: *occupied}} - false: - map: - tag: tag_7_focused - values: - true: {string: {text: "{tag_7}", <<: *focused}} - false: {string: {text: "{tag_7}", <<: *default}} - - - map: - margin: 4 - tag: tag_8_occupied - values: - true: - map: - tag: tag_8_focused - values: - true: {string: {text: "{tag_8}", <<: *focused}} - false: {string: {text: "{tag_8}", <<: *occupied}} - false: - map: - tag: tag_8_focused - values: - true: {string: {text: "{tag_8}", <<: *focused}} - false: {string: {text: "{tag_8}", <<: *default}} - - list: - spacing: 3 - items: - - string: {text: "{layout}"} - - string: {text: "{title}"} diff --git a/.config/yambar/config.yml.bak b/.config/yambar/config.yml.bak deleted file mode 100644 index 7b93884..0000000 --- a/.config/yambar/config.yml.bak +++ /dev/null @@ -1,175 +0,0 @@ -bar: - height: 40 - location: top - font: mono:pixelsize=10 - spacing: 2 - margin: 0 - layer: bottom - foreground: eeeeeeff - background: 2E3440dd -right: - - script: - path: /home/alex/.local/scripts/dwl-tags.sh - args: [1] - anchors: - - occupied: &occupied {foreground: 57bbf4ff} - - focused: &focused {foreground: fc65b0ff} - - default: &default {foreground: d2ccd6ff} - content: - - map: - margin: 4 - tag: tag_0_occupied - values: - true: - map: - tag: tag_0_focused - values: - true: {string: {text: "{tag_0}", <<: *focused}} - false: {string: {text: "{tag_0}", <<: *occupied}} - false: - map: - tag: tag_0_focused - values: - true: {string: {text: "{tag_0}", <<: *focused}} - false: {string: {text: "{tag_0}", <<: *default}} - - map: - margin: 4 - tag: tag_1_occupied - values: - true: - map: - tag: tag_1_focused - values: - true: {string: {text: "{tag_1}", <<: *focused}} - false: {string: {text: "{tag_1}", <<: *occupied}} - false: - map: - tag: tag_1_focused - values: - true: {string: {text: "{tag_1}", <<: *focused}} - false: {string: {text: "{tag_1}", <<: *default}} - - - map: - margin: 4 - tag: tag_2_occupied - values: - true: - map: - tag: tag_2_focused - values: - true: {string: {text: "{tag_2}", <<: *focused}} - false: {string: {text: "{tag_2}", <<: *occupied}} - false: - map: - tag: tag_2_focused - values: - true: {string: {text: "{tag_2}", <<: *focused}} - false: {string: {text: "{tag_2}", <<: *default}} - - - map: - margin: 4 - tag: tag_3_occupied - values: - true: - map: - tag: tag_3_focused - values: - true: {string: {text: "{tag_3}", <<: *focused}} - false: {string: {text: "{tag_3}", <<: *occupied}} - false: - map: - tag: tag_3_focused - values: - true: {string: {text: "{tag_3}", <<: *focused}} - false: {string: {text: "{tag_3}", <<: *default}} - - - map: - margin: 4 - tag: tag_4_occupied - values: - true: - map: - tag: tag_4_focused - values: - true: {string: {text: "{tag_4}", <<: *focused}} - false: {string: {text: "{tag_4}", <<: *occupied}} - false: - map: - tag: tag_4_focused - values: - true: {string: {text: "{tag_4}", <<: *focused}} - false: {string: {text: "{tag_4}", <<: *default}} - - - map: - margin: 4 - tag: tag_5_occupied - values: - true: - map: - tag: tag_5_focused - values: - true: {string: {text: "{tag_5}", <<: *focused}} - false: {string: {text: "{tag_5}", <<: *occupied}} - false: - map: - tag: tag_5_focused - values: - true: {string: {text: "{tag_5}", <<: *focused}} - false: {string: {text: "{tag_5}", <<: *default}} - - - map: - margin: 4 - tag: tag_6_occupied - values: - true: - map: - tag: tag_6_focused - values: - true: {string: {text: "{tag_6}", <<: *focused}} - false: {string: {text: "{tag_6}", <<: *occupied}} - false: - map: - tag: tag_6_focused - values: - true: {string: {text: "{tag_6}", <<: *focused}} - false: {string: {text: "{tag_6}", <<: *default}} - - - map: - margin: 4 - tag: tag_7_occupied - values: - true: - map: - tag: tag_7_focused - values: - true: {string: {text: "{tag_7}", <<: *focused}} - false: {string: {text: "{tag_7}", <<: *occupied}} - false: - map: - tag: tag_7_focused - values: - true: {string: {text: "{tag_7}", <<: *focused}} - false: {string: {text: "{tag_7}", <<: *default}} - - - map: - margin: 4 - tag: tag_8_occupied - values: - true: - map: - tag: tag_8_focused - values: - true: {string: {text: "{tag_8}", <<: *focused}} - false: {string: {text: "{tag_8}", <<: *occupied}} - false: - map: - tag: tag_8_focused - values: - true: {string: {text: "{tag_8}", <<: *focused}} - false: {string: {text: "{tag_8}", <<: *default}} - - list: - spacing: 3 - items: - - string: {text: "{layout}"} - - string: {text: "{title}"} - diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc deleted file mode 100644 index ac55bc8..0000000 --- a/.config/zathura/zathurarc +++ /dev/null @@ -1,15 +0,0 @@ -set statusbar-h-padding 50 -set statusbar-v-padding 0 -set page-padding 10 - -map i recolor - -#KEYBINDINGS -#map shortcut_function -#map shortcut_function -# A - Alt -# C - Control -# S - Shift -#map zoom out -#map zoom in - diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc deleted file mode 100644 index 60b041c..0000000 --- a/.config/zsh/.zshrc +++ /dev/null @@ -1,93 +0,0 @@ -# Luke's config for the Zoomer Shell - -# Enable colors and change prompt: -autoload -U colors && colors - -#PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " -PS1="%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~% %{$fg[yellow]%} -> " -# History in cache directory: -HISTSIZE=10000 -SAVEHIST=10000 -HISTFILE=~/.cache/zsh/history - -# Basic auto/tab complete: -autoload -U compinit -zstyle ':completion:*' menu select -zmodload zsh/complist -compinit -_comp_options+=(globdots) # Include hidden files. - -# vi mode -bindkey -v -export KEYTIMEOUT=1 - -# Use vim keys in tab complete menu: -bindkey -M menuselect 'h' vi-backward-char -bindkey -M menuselect 'k' vi-up-line-or-history -bindkey -M menuselect 'l' vi-forward-char -bindkey -M menuselect 'j' vi-down-line-or-history -bindkey -v '^?' backward-delete-char - -# Change cursor shape for different vi modes. -function zle-keymap-select { - if [[ ${KEYMAP} == vicmd ]] || - [[ $1 = 'block' ]]; then - echo -ne '\e[1 q' - elif [[ ${KEYMAP} == main ]] || - [[ ${KEYMAP} == viins ]] || - [[ ${KEYMAP} = '' ]] || - [[ $1 = 'beam' ]]; then - echo -ne '\e[5 q' - fi -} -zle -N zle-keymap-select -zle-line-init() { - zle -K viins # initiate `vi insert` as keymap (can be removed if `bindkey -V` has been set elsewhere) - echo -ne "\e[5 q" -} -zle -N zle-line-init -echo -ne '\e[5 q' # Use beam shape cursor on startup. -preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt. - -# Use lf to switch directories and bind it to ctrl-o -lfcd () { - tmp="$(mktemp)" - lf -last-dir-path="$tmp" "$@" - if [ -f "$tmp" ]; then - dir="$(cat "$tmp")" - rm -f "$tmp" - [ -d "$dir" ] && [ "$dir" != "$(pwd)" ] && cd "$dir" - fi -} -bindkey -s '^o' 'lfcd\n' - -# Edit line in vim with ctrl-e: -autoload edit-command-line; zle -N edit-command-line -bindkey '^e' edit-command-line - -# Load aliases and shortcuts if existent. -[ -f "$HOME/.config/shortcutrc" ] && source "$HOME/.config/shortcutrc" -[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc" - -#my additions -unsetopt nomatch - - -#source haskell file if it exists -[ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" - -if ! [ -f $HOME/.local/share/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]; then - mkdir -p $HOME/.local/share/zsh/ - git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $HOME/.local/share/zsh/zsh-syntax-highlighting -fi - -# prompt stuff -#pfetch -colorscript -r - -#if [ -f "/usr/bin/starship" ]; then -# eval "$(starship init zsh)" -#fi - -# Load zsh-syntax-highlighting; should be last. -source $HOME/.local/share/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cb28dcc..0000000 --- a/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -.local/share/ -media/ -docs/ -dl/ -.cache/ -.mozilla/ -.trash/ -.dbus/ -.pki/ -devel/ -go/ -.cfg/ -.config/surf/ -.config/transmission-daemon/ -.config/pulse/ -.steam/ -.steampath -.steampid -.xinitrc -.zprofile -.config/color -.config/color.bak -.config/wall diff --git a/.local/LICENSE b/.local/LICENSE deleted file mode 100644 index 2b327fa..0000000 --- a/.local/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2019 Alex Hubbard - -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/.local/README.md b/.local/README.md deleted file mode 100644 index 43434c5..0000000 --- a/.local/README.md +++ /dev/null @@ -1,157 +0,0 @@ -# My Dotfiles - -This repo contains my config files for the programs I use in my linux setup, -as well as any scripts I write for those programs. - -Installers are located in ~/.local/installers/ to automate installation. -Currently available for Void Linux and Artix Linux. -in the future. - -## Overview - -### Applications used - -- Window Manager - dwm -- Terminal Emulator - st -- App Launcher - dmenu -- File Browser - lf - -## Installation - -Install git - -and then clone this repo - -`$ cd ~` - -`$ git clone --bare https://gitlab.com/ahub/dotfiles.git $HOME/.cfg` - -ensure the config alias is defined - -`alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'` - -then checkout contents of bare repository to populate your home directory. - -`config checkout` - -for more info read [this article](https://www.atlassian.com/git/tutorials/dotfiles) - - -finally run the install script in ~/.local/installers/ - -`bash ~/.local/installers/void-install.sh` - -## Post Install - -### Change Mirrors for Void -(NOTE: this is done for you in the void-install.sh script now.) -Default mirrors for void are located in Europe. Recommend changing them to a closer location. -A list of mirrors can be found at voidlinux.org/download at the bottom of the page. -Follow instructions on voids documentation at docs.voidlinux.org to change to desired mirror. - -### Mount Secondary Drives - -Modify /etc/fstab to add any secondary drives. Example entry can be seen below. Replace UUID value with UUID of the device you wish to mount, and the \ entry with the directory you wish to mount to. **Ensure the directory you are mounting to exists**. If the directory does not exist, the system will likely have issues booting. - -To see a list of devices and their UUIDs, run: `$ blkid`. Recommend using UUID instead of device files such as /dev/sda1 because drives may not always be mounted to the same /dev/ file. For more information read [the arch wiki entry](https://wiki.archlinux.org/index.php/Fstab). - -``` -# -UUID=b7d683d4-9337-433b-8d33-1035ef7dbcdf /home/user/HDD ext4 defaults 0 2 -``` - -To mount a NAS drive at boot: -``` -//IP_ADDRESS/storage/ /path/to/mount/dir/ cifs workgroup=WORKGROUP,users,auto,username=USERNAME,password=PASSWORD 0 0 -``` - -### Enable Apparmor -Add `apparmor=1` and `security=apparmor` to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub. - -Also edit /etc/default/apparmor and add line: - -`APPARMOR=complain` or `APPARMOR=enforce` - -Then generate grub config: - -`$ sudo grub-mkconfig -o /boot/grub/grub.cfg` - - - - -## Notes - -### wifi -ensure you enabled the wpa_supplicant service with: - -`$ sudo ln -s /etc/sv/wpa_supplicant /var/service` - -if you know the name of the network you wish to connect to: - - 1. change to root user: - `$ su` - - 2. run command: -`$ wpa_supplicant -B -i INTERFACE -c <(wpa_passphrase SSID PASSWORD)` - - INTERFACE = name of wifi interface, likey: wlp3s0 or wlan0 - - SSID = name of the network - - PASSWORD = the password of the network - - use command: - `$ ip link show` - - to get a list of network interfaces available - - - 3. If you can now connect to the internet then you can add this network to your config file so that your computer will automatically connect to it. to do this run: - -`sudo sh -c 'wpa_passphrase SSID PASSWORD >> /etc/wpa_supplicant/wpa_supplicant.conf'` - -Your wifi should now work at startup. It may take a moment to connect. this will need to be done for any wifi network you wish to connect to. - -### st -If you have weird issues with st such as a key writing multiple characters, backspace not working etc -try running the following in the st directory (~/devel/repos/st/ if using the installer): - -`$ tic -sx st.info` - -### add locales -uncomment locale(s) you wish to add in /etc/default/libc-locales then run: - -`$ sudo xbps-reconfigure -f glibc-locales` - -### set system fonts -modify alias tags within in ~/.config/fontconfig/fonts.conf - -``` - - FONT TYPE #serif, sans-serif,sans, monospace - NAME OF FONT TO SET TO #NotoSerif,NotoSans, Hack, etc. - -``` - -### modify visudo -To be able to use reboot, poweroff and shutdown without password(needed for sxhkd bindings to work): - -`$ sudo visudo` - -Add this line replacing user_name with your user name - -`user_name ALL=(ALL) NOPASSWD: /sbin/poweroff, /sbin/reboot, /sbin/shutdown` - -### fix low resolution in grub/tty -To get list of available resolutions press c in grub then type `vbeinfo` at the prompt - -Then add line to /etc/default/grub - -`GRUB_GFXPAYLOAD_LINUX=1920x1080x30` - -then generate grub config: - -`$ sudo grub-mkconfig -o /boot/grub/grub.cfg` - - - diff --git a/.local/TODO b/.local/TODO deleted file mode 100644 index fa8a105..0000000 --- a/.local/TODO +++ /dev/null @@ -1,8 +0,0 @@ -*update README - -*artix-install.sh - -remove all remaining prompts - -configure grub during install - -create separate configuration script that is distro agnostic, expects specific set of packages - -*fix read/write permission issue during install. Caused issues when logging in with zsh. got errors that I didn't have write permissions on .profile diff --git a/.local/bin/brave-wayland b/.local/bin/brave-wayland deleted file mode 100755 index 85c866b..0000000 --- a/.local/bin/brave-wayland +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -#chromium --enable-features=UseOzonePlatform --ozone-platform=wayland "$@" -#chromium --ozone-platform-hint=auto "$@" -brave --ozone-platform-hint=auto "$@" diff --git a/.local/bin/chromium-wayland b/.local/bin/chromium-wayland deleted file mode 100755 index 4ed7436..0000000 --- a/.local/bin/chromium-wayland +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -#chromium --enable-features=UseOzonePlatform --ozone-platform=wayland "$@" -chromium --ozone-platform-hint=auto "$@" diff --git a/.local/bin/jaxx b/.local/bin/jaxx deleted file mode 100755 index 2835d43..0000000 --- a/.local/bin/jaxx +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -unset GDK_BACKEND -$HOME/.local/appimages/Jaxx.Liberty-* -#jaxx-liberty-appimage diff --git a/.local/bin/mangaterm b/.local/bin/mangaterm deleted file mode 100755 index 410a2b9..0000000 --- a/.local/bin/mangaterm +++ /dev/null @@ -1,107 +0,0 @@ -#!/bin/sh - -#using PID for dirname in case multiple instances are opened they do not interfere -CACHEDIR="$HOME/.cache/mangaterm" -TMPDIR="$CACHEDIR/$$" - -# read_char var -# from: https://stackoverflow.com/a/30022297 -read_char() { - stty -icanon -echo - eval "$1=\$(dd bs=1 count=1 2>/dev/null)" - stty icanon echo -} - -help() { - echo "Read manga/comics/pdfs in the terminal" - echo " mangaterm.sh DIRECTORY" - echo " mangaterm.sh FILE" - echo "" - echo " --help show this help menu" - echo "" - echo "keybindings:" - echo " j -> next page" - echo " k -> previous page" - echo " q -> quit" - echo "" - exit -} - -disp() { - FILE="$DIR"/"$(echo "$FILES" | head -n "$1" | tail -n 1)" - clear - [ -f "$FILE" ] && chafa -C on "$FILE" - - printf "%s" "$FILE" -} - -close() { - rm -rf "$TMPDIR" - clear - exit -} - -readDir() { - DIR="$(echo "$1" | xargs)" - - #if opening an archive that created a subdirectory, open subdirectories until there are multiple files - SDIR="$(ls -A "$DIR")" - if [ "$(echo "$SDIR" | wc -l)" = "1" ]; then - if [ -d "$DIR/$SDIR" ]; then - readDir "$DIR"/"$SDIR" - fi - fi - - FILES="$(ls "$DIR")" - LEN="$(echo "$FILES" | wc -l)" - - disp "1" - - I=1 - while read_char char; do - if [ "$char" = "j" ]; then - I=$((I + 1)) - elif [ "$char" = "k" ]; then - I=$((I - 1)) - elif [ "$char" = "q" ]; then - close - fi - - if [ "$I" -ge "$LEN" ] || [ "$I" -le "0" ]; then - if [ "$I" -ge "$LEN" ]; then - I="$LEN" - elif [ "$I" -le "0" ]; then - I=0 - fi - fi - - disp "$I" - done - - close -} - -handleFile() { - case $(file --mime-type "$1" -b) in - inode/directory) readDir "$1" ;; - application/zip) unzip "$1" -d "$TMPDIR" && readDir "$TMPDIR" ;; - application/*rar) 7z x "$1" -o"$TMPDIR" && readDir "$TMPDIR" ;; - application/gzip) tar xzvf "$1" --directory="$TMPDIR" && readDir "$TMPDIR" ;; - application/pdf) pdftoppm -jpeg "$1" "$TMPDIR"/page && readDir "$TMPDIR" ;; - *) help ;; - - esac -} - -trap 'close' 2 -trap 'close' 15 - -[ "$1" = "--help" ] && help - -mkdir -p "$TMPDIR" - -if [ "$(echo "$1" | cut -c1-1)" = "-" ]; then - foot -e mangaterm "$2" 2>/dev/null > /dev/null -fi - -handleFile "$1" diff --git a/.local/bin/transadd b/.local/bin/transadd deleted file mode 100755 index 6e39009..0000000 --- a/.local/bin/transadd +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env sh - -ARGS="$@" -RSP="$(tremc -c@192.168.1.162:9091 "$ARGS" )" -notify-send "transadd" "adding: $RSP" - diff --git a/.local/bin/unrar b/.local/bin/unrar deleted file mode 100755 index 88ca30c..0000000 --- a/.local/bin/unrar +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# script acts as a basic wrapper for 7z for extracting .rar files -# requires p7zip-rar , p7zip with rar archive support -# not everything is implemented just x and l flags -# $1 -> flag -# $2 -> archive file name ex: archive.rar -# $3 -> (optional) directory to extract to - - -if [ "$1" = "x" ]; then - if [ "$(echo "$2" | grep ".rar" )" ]; then - if [ -d "$3" ]; then - 7z x "$2" -o"$3" - else - 7z x "$2" - fi - fi - exit -fi - -if [ "$1" = "l" ]; then - 7z l "$2" - exit -fi - -echo "This is a script that serves as a wrapper for 7z to use unrar commands." -echo "" -echo "unrar x file.rar --> extracts file to current directory" -echo "unrar x file.rar /path/to/directory/ --> extracts file to specified directory" -echo "unrar l file.rar --> prints out contents of file to terminal" diff --git a/.local/init/init.sh b/.local/init/init.sh deleted file mode 100755 index 1faa1d0..0000000 --- a/.local/init/init.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh -#default startup file is defined, redefinable by second argument -FILENAME="$HOME/.local/init/startup" - -HM="$HOME" - -[ -f "$2" ] && FILENAME="$2" - -sleep 2 - -close() { - while read CMD - do - echo "killing: $CMD" - pkill $CMD - done < "$FILENAME" -} - -init() { - while read CMD - do - if [ -z "$(pgrep "$CMD")" ]; then - echo "starting: $CMD" - $CMD & - fi - done < "$FILENAME" - -} - - -if [ "$1" = "-i" ]; then - init -elif [ "$1" = "-c" ]; then - close - swaymsg exit -else - close -fi diff --git a/.local/init/startup b/.local/init/startup deleted file mode 100644 index 4b457ee..0000000 --- a/.local/init/startup +++ /dev/null @@ -1,4 +0,0 @@ -gammastep-init.sh -udiskie -dwl-bar.sh -l -swaybg --image=/home/alex/.config/wall --output=* diff --git a/.local/init/wms/awesome.sh b/.local/init/wms/awesome.sh deleted file mode 100755 index 518f8de..0000000 --- a/.local/init/wms/awesome.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -xrdb ~/.config/Xresources - -#put any device specific initialization in ~/.init.sh -[ -f "$HOME"/.init.sh ] && sh "$HOME"/.init.sh - -exec dbus-launch --exit-with-session awesome diff --git a/.local/init/wms/bspwm.sh b/.local/init/wms/bspwm.sh deleted file mode 100755 index c8eb3f2..0000000 --- a/.local/init/wms/bspwm.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env sh -xrdb ~/.config/.Xresources - -sxhkd -c ~/.config/sxhkd/sxhkdrc_bspwm & -dunst & -picom & -redshift & -sh ~/.fehbg & -devmon --mount-options "exec,nosuid,nodev,noatime" & -[ -z "$(pgrep scrond)" ] && scrond -f ~/.config/crontab & -[ -z "$(pgrep transmission)" ] && sh ~/.local/scripts/trans-init & -exec bspwm diff --git a/.local/init/wms/dwm.sh b/.local/init/wms/dwm.sh deleted file mode 100755 index bfa9297..0000000 --- a/.local/init/wms/dwm.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -xrdb ~/.config/Xresources - -#put any device specific initialization in ~/init.sh -[ -f "$HOME"/.init.sh ] && sh "$HOME"/.init.sh - -#[ "$(pgrep pipewire)" ] && /usr/bin/pipewire & -#[ "$(pgrep pipewire-pulse)" ] && /usr/bin/pipewire-pulse & -#sleep 1 -#[ "$(pgrep pipewire-media-session)" ] && /usr/bin/pipewire-media-session & - -#gentoo wiki recommended this for logind -exec dbus-launch --exit-with-session dwm diff --git a/.local/init/wms/gnome.sh b/.local/init/wms/gnome.sh deleted file mode 100755 index 7f39ade..0000000 --- a/.local/init/wms/gnome.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env sh -xrdb ~/.config/.Xresources - -sxhkd & -#dunst & -#compton & -#redshift & -#sh ~/.fehbg & -devmon --mount-options "exec,nosuid,nodev,noatime" & -#sh ~/.local/scripts/dwm-bar.sh -l & -scrond -f ~/.config/crontab & -exec gnome-session diff --git a/.local/init/wms/river.sh b/.local/init/wms/river.sh deleted file mode 100755 index 01645bb..0000000 --- a/.local/init/wms/river.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -SERVICES=" -waybar -pipewire -pipewire-pulse -pipewire-media-session -wlsunset -t 3000 -l 34.0 -L -86.0 -devmon -mpd -mako -" - -echo "$SERVICES" | while read -r i -do - - if [ "$i" = "pipewire-media-session" ]; then - [ -z "$(pgrep "pipewire-media" )" ] && "$i" & - else - ! [ "$(pgrep "$i" )" ] && $i 2> /dev/null 1> /dev/null & - fi - - -done - -swaybg --image ~/.config/wall & - -swayidle -w \ - timeout 300 'swaylock -f -c 000000' \ - timeout 600 'swaymsg "output * dpms off"' \ - resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock -f -c 000000' & - -# ! [ "$( pgrep sxhkd)" ] && sxhkd & - -#wait diff --git a/.local/init/wms/spectrwm.sh b/.local/init/wms/spectrwm.sh deleted file mode 100755 index 1900a4c..0000000 --- a/.local/init/wms/spectrwm.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -xrdb ~/.config/Xresources - -#put any device specific initialization in ~/.init.sh -[ -f "$HOME"/.init.sh ] && sh "$HOME"/.init.sh - -exec dbus-launch --exit-with-session spectrwm diff --git a/.local/init/wms/startup.sh b/.local/init/wms/startup.sh deleted file mode 100755 index 09f70b8..0000000 --- a/.local/init/wms/startup.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/env sh - -_shutdown() { - pkill sxhkd - pkill tiramisu - pkill picom - pkill redshift - pkill mpd - pkill devmon - kill sleep -P "$(cat ~/.cache/statusbar_pid )" - kill "$(cat ~/.cache/statusbar_pid )" -} - -startup() { - [ "$(pgrep redshift)" ] && _shutdown - - xrdb ~/.config/Xresources - sxhkd & - #dunst & - sh ~/.local/scripts/notify.sh & - #picom --backend glx --glx-fshader-win "$(cat ~/.config/picom/grayscale.glsl)" & #make entire display grayscale, comment out picom below if using - picom & - redshift & - mpd & - #xautolock -time 30 -locker slock & - xwallpaper --zoom ~/.config/wall & - devmon & - #[ -z "$(pgrep transmission)" ] && sh ~/.local/scripts/trans-init & - #[ -z "(pgrep scron)" ] && scrond -f ~/.config/crontab & -} - diff --git a/.local/init/wms/xfce.sh b/.local/init/wms/xfce.sh deleted file mode 100755 index ca61acd..0000000 --- a/.local/init/wms/xfce.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env sh -xrdb ~/.config/.Xresources - -sxhkd & -#dunst & -#picom & -redshift & -#sh ~/.fehbg & -devmon --mount-options "exec,nosuid,nodev,noatime" & -#sh ~/.local/scripts/dwm-bar.sh -l & -#scrond -f ~/.config/crontab & -#sh ~/.local/scripts/trans-init & -exec startxfce4 diff --git a/.local/installers/alpine-nas.sh b/.local/installers/alpine-nas.sh deleted file mode 100644 index 8d5f81a..0000000 --- a/.local/installers/alpine-nas.sh +++ /dev/null @@ -1,128 +0,0 @@ -#!/bin/sh - -# go through normal rpi install. select "none" for disk, and select mmcblkp1 for storing configs -# run "lbu commit -d" after install to save changes. -# Then run this script - -echo "input username to add: " -read name - -if [ "$name" ]; then - adduser "$name" - adduser "$name" wheel -fi - -apk add doas - -sed -i 's/# permit/permit/g' /etc/doas.conf - - -#add /home/ to lbu -lbu include /home/ - - -#setup samba server - - #install needed packages - apk add samba - - #make share location - mkdir /media/storage/ - chmod 0777 /media/storage - - - doas mv /etc/samba/smb.conf /etc/samba/smb.conf.orig - - touch /etc/samba/smb.conf - - { - echo "[global]" - echo "workgroup = WORKGROUP" - echo "dos charset = cp850" - echo "unix charset = ISO-8859-1" - echo "force user = $name" # should this be removed? - - echo "[storage]" - echo "browseable = yes" - echo "writeable = yes" - echo "path = /media/storage" - } >> /etc/samba/smb.conf - -echo "Enter samba password for this user. (should be the same as user password entered earlier)" -smbpasswd -a "$name" - -rc-update add samba -rc-service samba start - -lbu include /var/lib/samba/ #add dir where samba user info is stored - -lbu commit -d - -echo "mount drives at /media/storage/ to be seen remotely" - -#transmission setup -echo "uncomment community repository in the file about to be opened in vi" -sleep 10 -vi /etc/apk/repositories - -#install transmission -apk add transmission-daemon transmission-daemon-openrc - -rc-update add transmission-daemon -rc-service transmission-daemon start #start transmission once to setup config file - -#TODO add way to modify transmission config automatically after this -#stop transmission -#sed find/replace for options below -#start transmission - -#add the hostname of the rpi to "rpc-host-whitelist" entry in file /var/lib/transmission/config/settings.json - -#add the ip address of your machine to "rpc-whitelist" entry in the same file so transmission will allow your computer to connect to it. - -#make sure transmission is stopped with "rc-service transmission-daemon stop" before changing file since the file is overwritten when transmission closes - -#change "download-dir" to a directory on the external HDD - -#make sure the drive has correct permissions to allow user transmission in group transmission to create new files/directories -# adduser alex transmission # adds user alex to group transmission -# chown -R alex:transmission /media/storage/Toshiba_HDD/ #makes entire drive mounted at /media/Toshiba_HDD owned by user alex in group transmission -# chmod -R 0777 /media/storage/Toshiba_HDD/ #recursively give correct read/write permissions on files in drive - -#you can connect to transmission daemon using tremc -c @nagato:9091 or by opening nagato:9091 in a browser - - -#setup ufw firewall - -apk add ufw - -ufw default deny incoming -ufw default allow outgoing -ufw allow https -ufw allow ssh - -ufw allow 56881:56889/tcp #enable transmission ports - - ufw allow 9091/tcp #allow transmission clients access - - ufw allow transmission - - ufw allow cifs - ufw allow nfs - -#may be needed for samba -#ufw allow 137:138/udp -#ufw allow 139/tcp -#ufw allow 445/tcp - -ufw enable -rc-update add ufw -rc-service ufw start - - -#add haveged for faster boot time -apk update -apk add haveged -rc-update add haveged boot -rc-service haveged start -lbu commit -d diff --git a/.local/installers/alpine_install.sh b/.local/installers/alpine_install.sh deleted file mode 100644 index f96005c..0000000 --- a/.local/installers/alpine_install.sh +++ /dev/null @@ -1,81 +0,0 @@ -sudo setup-xorg-base -sudo apk add neovim -sudo ln -s /usr/bin/nvim /usr/bin/vim -sudo apk add git make gcc g++ libx11-dev libxft-dev libxinerama-dev ncurses dbus-x11 adwaita-gtk2-theme adwaita-icon-theme ttf-dejavu -sudo apk add webkit2gtk-dev -sudo apk add ncurses-dev -sudo apk add sxhkd dunst picom redshift mpd mpc ncmpcpp xautolock feh udevil -sudo apk add xrandr xclip -sudo apk add xf86-video-intel -sudo apk add sxiv -sudo apk add zip unzip p7zip unrar -sudo apk add font-noto-cjk -sudo apk add lynx - -sudo apk add py3-pip clang -pip3 install --user pynvim - -sudo apk add transmission transmission-cli transmission-daemon - -sudo apk add chromium - -sudo apk add alsa-utils pulseaudio pulseaudio-blues pulseaudio-alsa alsa-plugins-pulse pulsemixer - -sudo apk add mpv youtube-dl - -sudo apk add man-db -sudo apk add docs - -sudo apk add zathura zathra-pdf-mupdf -sudo apk add libxrandr-dev -sudo apk add slock -sudo apk add exa - -sudo apk add wireless-tools -#sudo apk add wpa_supplicant wpa_supplicant-openrc -sudo apk add iwd iwd-openrc - -sudo rc-update add iwd boot -sudo apk add xdg-utils -sudo apk add file -sudo apk add highlight - -#add zathura-cb -sudo apk add libarchive libarchive-dev meson -sudo apk add zathura-dev - -git clone https://github.com/pwmt/zathura-cb.git ~/devel/repos/zathura-cb -cd ~/devel/repos/zathura-cb -mkdir build -cd build -meson .. -sudo meson install - -#install straw-viewer -sudo apk add perl-utils perl-module-build -sudo apk add perl-lwp-protocol-https perl-lwp-useragent-determined -perl ./Build.pl - - -git clone https://github.com/trizen/straw-viewer.git ~/devel/repos/straw-viewer -cd ~/devel/repos/straw-viewer -perl Build.pl -./Build.pl installdeps -sudo ./Build.pl install - -sudo ln -s /usr/bin/youtube-dl /bin/youtube-dl -sudo ln -s /usr/bin/mpv /bin/mpv - - -sudo apk add bluez pulseaudio-bluez -sudo rc-update add bluetooth -sudo rc-service bluetooth start - -#install viu -sudo apk add cargo -cargo install viu - -sudo apk add ffmpegthumbnailer - -#flatpak -sudo apk add xdg-desktop-portal xdg-desktop-portal-gtk xdg-user-dirs diff --git a/.local/installers/arch/TODO b/.local/installers/arch/TODO deleted file mode 100644 index 67a7d20..0000000 --- a/.local/installers/arch/TODO +++ /dev/null @@ -1,17 +0,0 @@ -had to remove some pkgs from base.list - -only had to enable multilib in pacman.conf - -was prompted to replace jack2 which caused base.list install to not work - -removed grub update since using systemd boot - -commented out runit setup - -dont need to install: chronie, cronie?(systemd timers) - -#Remember for next install -*make sure to enter in the kernel image names correctly (especially if using zen kernel) -*for systemd boot for PARTUUID get this from blkid -*remember to generate locales (locale-gen) - diff --git a/.local/installers/arch/arch-install.sh b/.local/installers/arch/arch-install.sh deleted file mode 100755 index f32055d..0000000 --- a/.local/installers/arch/arch-install.sh +++ /dev/null @@ -1,318 +0,0 @@ -#!/bin/sh - - -. ./programs.sh - -#$1 -> repo name to enable -#$2 -> mirror list file name in /etc/pacman.d/ (default: mirrorlist) -#ex: enable_repo lib32 -#ex: enable_repo community mirrorlist-arch -enable_repo() { - REPO="$1" - MIRRORLIST="mirrorlist" - [ "$2" ] && MIRRORLIST="$2" - - if [ $# -gt 0 ] && [ -z "$(grep "^\[$1" /etc/pacman.conf)" ]; then - sudo sh -c "echo "[$REPO]" >> /etc/pacman.conf" - sudo sh -c "echo "Include\ =\ /etc/pacman.d/$MIRRORLIST" >> /etc/pacman.conf" - sudo sh -c "echo "" >> /etc/pacman.conf" - fi -} - - -#TODO only needed to enable multilib for arch -enable_repos() { - sudo pacman -Sy - - - #commenting since this is done during archinstall - #enable multilib - #sudo sh -c "echo "[multilib]" >> /etc/pacman.conf" - #sudo sh -c "echo "Include\ =\ /etc/pacman.d/mirrorlist" >> /etc/pacman.conf" - #sudo sh -c "echo "" >> /etc/pacman.conf" - - - #add ungoogled chroimum OBS repo - curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Arch/x86_64/home_ungoogled_chromium_Arch.key' | sudo pacman-key -a - - echo ' - [home_ungoogled_chromium_Arch] - SigLevel = Required TrustAll - Server = https://download.opensuse.org/repositories/home:/ungoogled_chromium/Arch/$arch' | sudo tee --append /etc/pacman.conf - sudo pacman -Sy - - - sudo pacman -Sy - - #install yay for aur support - sudo pacman -S git fakeroot base-devel - - mkdir -p ~/.local/src/ - git clone https://aur.archlinux.org/yay.git ~/.local/src/yay/ - cd ~/.local/src/yay || return - makepkg -si - cd - - -} - -init_setup() { - sudo timedatectl set-ntp true - - #system services - sudo systemctl enable connman.service - sudo systemctl enable ufw.service - sudo systemctl enable cronie.service - sudo systemctl enable systemd-timesyncd.service - #sudo systemctl enable nix-daemon.service - - - #user services - systemctl --user enable mako.service - systemctl --user enable mpd.service - systemctl --user enable pipewire.service - systemctl --user enable pipewire-pulse.service - systemctl --user enable wireplumber.service -} - -wireless() { - sudo pacman -S tlp iwd bluez bluez-utils - sudo pacman -S tp_smapi smartmontools ethtool #opts for tlp - - sudo systemctl enable tlp.service - sudo systemctl enable bluetooth.service - - sudo systemctl disable connman.service - sudo cp ./services/iwd.service /etc/systemd/system/iwd.service - sudo cp ./services/connman_iwd.service /etc/systemd/system/connman_iwd.service - sudo systemctl enable connman_iwd.service -} - -harden() { - #install required programs - sudo pacman -S firejail apparmor - - #enable apparmor service - sudo systemctl enable apparmor.service - sudo systemctl start apparmor.service - - #configure apparmor to use firejail and configure firejail to automatically run for supported programs - sudo apparmor_parser -r /etc/apparmor.d/firejail-default - sudo firecfg - - #add user to /etc/firejail/firejail.users if it is not already in the file - if [ -z "$(grep "$USER" /etc/firejail/firejail.users)" ]; then - sudo sh -c "echo '$USER' >> /etc/firejail/firejail.users" - fi - - echo "============================================" - echo " Applying Hardening Configuration" - echo "============================================" - echo "" - echo "append this to your kernel params:" - echo " lsm=landlock,lockdown,yama,integrity,apparmor,bpf" - echo " systemd-boot: /boot/loader/entries/*.conf, append to end of line beginning with \"options\"" - echo " grub: /etc/default/grub" - echo "" - echo " run this script with the --harden flag again after rebooting to ensure all settings are applied correctly." - echo " press enter to continue." - read input - - #add any firejail configuration here - #fix mpv not being able to open some files, allows mmpv to play videos in the ~/media dir - sudo sh -c 'echo "whitelist $HOME/media" >> /etc/firejail/whitelist-player-common.local' - -} - - -configure() { - #setup home directories - mkdir ~/docs/ - mkdir ~/dl/ - mkdir ~/media/ - mkdir -p ~/.local/share/gnupg/ - mkdir -p ~/.config/mpd/playlists - mkdir -p ~/.local/share/desktop - mkdir -p ~/.local/share/wineprefixes/default - - mkdir .local/share/public - mkdir .local/share/templates - mkdir media/audio - mkdir media/video - - #setup ufw - sudo ufw default deny incoming - sudo ufw default allow outgoing - sudo ufw allow http - sudo ufw allow https - #sudo ufw allow ssh - sudo ufw allow ntp - sudo ufw allow 67:68/tcp - sudo ufw allow 53 - - #allow torrent client traffic - sudo ufw allow 56881:56889/tcp - - #rules to allow steam - sudo ufw allow 27000:27036/udp - sudo ufw allow 27036:27037/tcp - sudo ufw allow 4380/udp - - sudo ufw enable - - - - #install zsh shell - chsh -s /bin/zsh "$USER" - - #setup .zprofile and zsh history file - cd ~ || return - ln -s ~/.profile ~/.zprofile - mkdir -p ~/.cache/zsh - touch ~/.cache/zsh/history - - - - #replace sudo with doas - echo "installing doas, symlinking to sudo, and UNINSTALLING SUDO. sudo is uninstalled using doas so permissions should be setup right if you are able to uninstall. (y/N)" - - read input - if [ "$input" = "y" ]; then - echo "permit persist $USER as root" > ~/.cache/doas.conf - echo "permit nopass :wheel as root cmd /sbin/poweroff" >> ~/.cache/doas.conf - echo "permit nopass :wheel as root cmd /sbin/reboot" >> ~/.cache/doas.conf - sudo cp ~/.cache/doas.conf /etc/doas.conf - rm ~/.cache/doas.conf - doas pacman -R sudo #&& doas ln -s /bin/doas /bin/sudo #TODO ARCH SPECIFIC - fi - - - #set limits for esync - sudo sh -c "echo '$USER hard nofile 524288' >> /etc/security/limits.conf" - - #set limits for monero - sudo sh -c "echo '$USER hard memlock 2048' >> /etc/security/limits.conf" - sudo sh -c "echo '$USER hard memlock 2048' >> /etc/security/limits.conf" - - #fix issue with arduino ide and tiling wms - sudo sh -c 'echo "export _JAVA_AWT_WM_NONREPARENTING=1" >> /etc/profile.d/jre.sh' - - #set console terminal font - sudo sh -c 'echo "FONT=Lat2-Terminus16" >> /etc/vconsole.conf' - - #set grub theme - #sudo sed -i 's/#GRUB_COLOR_NORMAL/GRUB_COLOR_NORMAL/g' /etc/default/grub - #sudo sed -i 's/#GRUB_COLOR_HIGHLIGHT/GRUB_COLOR_HIGHLIGHT/g' /etc/default/grub - - #nix configuration - #add user to nix-users group - #sudo adduser -a -G nix-users "$USER" - #add nix unstable channel - #nix-channel --add https://nixos.org/channels/nixpkgs-unstable - #nix-channel --update - - #download collapse OS - mkdir -p "$HOME"/.local/src/ - cd "$HOME"/.local/src/ - wget http://collapseos.org/files/collapseos-latest.tar.gz - cd - - - #set wallpaper - ln -s ~/media/img/wallpapers/alena-aenami-eclipse-1k.jpg ~/.config/wall - - #link Xresources for xwayland - ln -s ~/.config/Xresources ~/.Xdefaults - - #set /tmp to tmpfs - if [ -z "$(grep "/tmp" /etc/fstab)" ]; then - sudo sh -c 'echo "tmpfs /tmp tmpfs rw,nodev,nosuid,size=2G 0 0" >> /etc/fstab' - fi - -} - -base() { - - #enable repos (lib32, community, and universe) and install yay - enable_repos - - #install all packages in $PKGS - sudo pacman --noconfirm --needed -S - < ./pkgs/base.list - - #install all packages in $AUR_PKGS - yay --needed -S - < ./pkgs/aur.list - - #setup local git repos defined in $GIT_REPOS to $GIT_REPOS_DIR - sh ~/.local/scripts/install.sh add-repos ./pkgs/repos.list - - #link rofi themes directory so that theming works - mkdir -p "$HOME"/.local/share/rofi/ - ln -s "$HOME"/.local/src/base16-rofi/themes/ "$HOME"/.local/share/rofi/themes - - init_setup - - #configure programs, directories, change shell, etc - configure - - - - #install microcode for CPU - #echo "enter CPU type to install microcode for (amd intel)" - #read input - #if [ "$input" = "amd" ]; then - # sudo pacman -S amd-ucode - #elif [ "$input" = "intel" ]; then - # sudo pacman -S intel-ucode - #fi - - #rebuild kernel after install for microcode - sudo mkinitcpio -P #rebuild kernel - #sudo grub-mkconfig -o /boot/grub/grub.cfg #update grub - - echo "installation finished" - -} - -help() { - echo " artix-install.sh" - echo " --base perform basic install. Enable repos, install programs" - echo "" - echo " --gaming install steam and lutris. Use flags --amd, --nvidia, --intel to install" - echo " with corresponding graphics drivers. Otherwise you will be prompted" - echo "" - echo " --virt-manager install virt-manager" - echo "" - echo " --wireless install/setup programs for wifi/bluetooth" - echo "" - echo " --ungoogled-chromium install ungoogled-chromium. also installs chrome-web-store and ublock origin" - echo "" - echo " --harden enable extra security settings (apparmor, firejail), THIS NEEDS TO BE RUN" - echo " AGAIN AFTER INSTALL AND REBOOT, to ensure settings are applied correctly." - echo " make sure to follow on screen instructions to set kernel params" -} - -BASE="" -GAMING="" -WIRELESS="" -UNGOOGLED_CHROMIUM="" -VIRT_MANAGER="" -HARDEN="" - -for arg in "$@" -do - [ "$arg" = "--base" ] && BASE="true" - [ "$arg" = "--gaming" ] && GAMING="true" - [ "$arg" = "--virt-manager" ] && VIRTMGR="true" - [ "$arg" = "--wireless" ] && WIRELESS="true" - [ "$arg" = "--ungoogled-chromium" ] && UNGOOGLED_CHROMIUM="true" - [ "$arg" = "--harden" ] && HARDEN="true" - [ "$arg" = "--help" ] && help && exit - -done - -[ "$#" = "0" ] && help && exit - -[ "$BASE" ] && base -[ "$GAMING" ] && gaming "$@" -[ "$WIRELESS" ] && wireless -[ "$UNGOOGLED_CHROMIUM" ] && ungoogled_chromium "$@" -[ "$VIRT_MANAGER" ] && virt_manager -[ "$HARDEN" ] && harden - diff --git a/.local/installers/arch/pkgs/aur.list b/.local/installers/arch/pkgs/aur.list deleted file mode 100644 index bd8e75c..0000000 --- a/.local/installers/arch/pkgs/aur.list +++ /dev/null @@ -1,22 +0,0 @@ -mutt-wizard -htim -jmtpfs -tremc-git -dashbinsh -pfetch -sysrq-enabler -wlr-randr -sfeed -kjv-apocrypha -yt-watch -yt-dlp-drop-in -udiskie -waylogout-git -ani-cli-git -rofi-lbonn-wayland-git -pipe-viewer-git -connman-gtk -opendoas-sudo -shell-color-scripts -lf-sixel-git -swhkd-git diff --git a/.local/installers/arch/pkgs/base.list b/.local/installers/arch/pkgs/base.list deleted file mode 100644 index 5ba94db..0000000 --- a/.local/installers/arch/pkgs/base.list +++ /dev/null @@ -1,86 +0,0 @@ -pipewire -pipewire-alsa -pipewire-pulse -pipewire-jack -gst-plugin-pipewire -wireplumber -wireplumber-docs -alsa-utils -pacman-contrib -man-db -freetype2 -gst-libav -xdg-utils -xdg-user-dirs -fuse -python-urwid -btrfs-progs -reiserfsprogs -ufw -wget -curl -zip -unzip -p7zip -dash -mesa -rsync -cronie -connman -fakeroot -python-pip -udisks2 -pavucontrol -yt-dlp -transmission-cli -neovim -mpd -mpv -opendoas -zsh -clang -lynx -shellcheck -noto-fonts -noto-fonts-emoji -noto-fonts-cjk -lxappearance -qt5ct -imagemagick -ffmpegthumbnailer -python-pywal -pulsemixer -pamixer -papirus-icon-theme -python-pdftotext -chafa -bat -imv -ncmpcpp -zathura -zathura-cb -zathura-djvu -zathura-pdf-mupdf -sway -swaybg -swayidle -swaylock -waybar -mako -wl-clipboard -grim -slurp -xorg-xwayland -alacritty -gammastep -openssh -aria2 -libva-mesa-driver -bc -firefox -ungoogled-chromium -flatpak -waylock -bemenu-wayland -foot -libsixel diff --git a/.local/installers/arch/pkgs/repos.list b/.local/installers/arch/pkgs/repos.list deleted file mode 100644 index 2bdf5c6..0000000 --- a/.local/installers/arch/pkgs/repos.list +++ /dev/null @@ -1,3 +0,0 @@ -https://github.com/aarowill/base16-alacritty.git -https://github.com/rkubosz/base16-sway.git -https://gitlab.com/jordiorlando/base16-rofi.git diff --git a/.local/installers/arch/programs.sh b/.local/installers/arch/programs.sh deleted file mode 100644 index f886c54..0000000 --- a/.local/installers/arch/programs.sh +++ /dev/null @@ -1,107 +0,0 @@ -#!/bin/sh -############################################################################## -# This script provides functions to install/configure certain programs -# that are more complicated ( more than just pacman -S program ) to install/setup. -# -# These programs assume that yay, lib32, and arch's community repo has been enabled. -# If you get an error during installation try running ./artix-install.sh --base -############################################################################## - -repo_check() { - if [ -z "$(grep "^\[multilib" /etc/pacman.conf)" ] || - [ -z "$(grep "^\[community" /etc/pacman.conf)" ] || - echo "repo check" - [ ! -f "/usr/bin/yay" ]; then - echo "either yay, or the lib32 or community repos have not been setup correctly. Exiting" - exit - - fi -} - -ungoogled_chromium() { - #repo_check - #echo "after repo check" - - CMD=" -S " - - [ "$1" = "-R" ] && CMD=" -Rs " - - - #sudo pacman -S chromium - sudo pacman -S ungoogled-chromium - - #yay "$CMD" aur/ungoogled-chromium-binary - yay -S aur/chromium-extension-ublock-origin - - yay -S aur/chromium-extension-web-store - yay -S aur/chromium-widevine -} - -virt_manager() { - repo_check - - echo "install virt-manager?(y/N)" - read -r input - if [ "$input" = "y" ] || [ "$input" = "Y" ]; then - sudo pacman -S --noconfirm sudo pacman -S libvirt qemu virt-manager lxsession - sudo pacman -S --noconfirm gst-plugins-good libvirt-runit - - #TODO move this to runit_setup - sudo usermod -G libvirt -a "$USER" - fi - - runit_setup --virt-manager -} - -gaming() { - repo_check - - CMD=" -S --noconfirm " - - for arg in "$@" - do - if [ "$arg" = "--nvidia" ]; then - NVIDIA_GPU="TRUE" - elif [ "$arg" = "--amd" ]; then - AMD_GPU="TRUE" - elif [ "$arg" = "--intel" ]; then - INTEL_GPU="TRUE" - elif [ "$arg" = "-R" ]; then - CMD=" -Rs " - fi - done - - if [ -z "$NVIDIA_GPU" ] && [ -z "$AMD_GPU" ] && [ -z "$INTEL_GPU" ]; then - echo "Enter GPU type (amd nvidia intel):" - read input - - [ "$input" = "amd" ] && AMD_GPU="TRUE" - [ "$input" = "nvidia" ] && NVIDIA_GPU="TRUE" - [ "$input" = "intel" ] && INTEL_GPU="TRUE" - fi - - echo "Installing with:" - [ "$AMD_GPU" = "TRUE" ] && echo "AMD GPU" - [ "$NVIDIA_GPU" = "TRUE" ] && echo "NVIDIA GPU" - [ "$INTEL_GPU" = "TRUE" ] && echo "INTEL GPU" - echo "press enter to continue." - read input - - - [ -z "$(grep "^\[lib32" /etc/pacman.conf)" ] && [ -z "$NVIDIA_GPU" ] && [ -z "$AMD_GPU" ] && [ -z "$INTEL_GPU" ] && help && exit - - [ "$NVIDIA_GPU" = "TRUE" ] && sudo pacman $CMD nvidia-utils lib32-nvidia-utils - [ "$AMD_GPU" = "TRUE" ] && sudo pacman $CMD vulkan-radeon lib32-vulkan-radeon - [ "$INTEL_GPU" = "TRUE" ] && sudo pacman $CMD vulkan-intel lib32-vulkan-intel - - sudo pacman $CMD vulkan-mesa-layers lib32-vulkan-mesa-layers - - sudo pacman $CMD wine winetricks #wine-staging - sudo pacman $CMD giflib lib32-giflib libpng lib32-libpng libldap lib32-libldap gnutls lib32-gnutls mpg123 lib32-mpg123 openal lib32-openal v4l-utils lib32-v4l-utils libpulse lib32-libpulse alsa-plugins lib32-alsa-plugins alsa-lib lib32-alsa-lib libjpeg-turbo lib32-libjpeg-turbo libxcomposite lib32-libxcomposite libxinerama lib32-libxinerama ncurses lib32-ncurses opencl-icd-loader lib32-opencl-icd-loader libxslt lib32-libxslt libva lib32-libva gtk3 lib32-gtk3 gst-plugins-base-libs lib32-gst-plugins-base-libs vulkan-icd-loader lib32-vulkan-icd-loader lib32-pipewire lib32-pipewire-v4l2 lib32-pipewire-jack cups samba dosbox - - sudo pacman $CMD gamemode lib32-gamemode - sudo pacman $CMD lutris steam - - yay -S protonup-git -} - diff --git a/.local/installers/arch/services/connman_iwd.service b/.local/installers/arch/services/connman_iwd.service deleted file mode 100644 index 20e9cbc..0000000 --- a/.local/installers/arch/services/connman_iwd.service +++ /dev/null @@ -1,22 +0,0 @@ -[Unit] -Description=Connection service -DefaultDependencies=false -Conflicts=shutdown.target -RequiresMountsFor=/var/lib/connman -After=dbus.service network-pre.target systemd-sysusers.service iwd.service -Before=network.target multi-user.target shutdown.target -Wants=network.target -Requires=iwd.service - -[Service] -Type=dbus -BusName=net.connman -Restart=on-failure -ExecStart=/usr/bin/connmand --wifi=iwd_agent -n -StandardOutput=null -CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW CAP_SYS_TIME CAP_SYS_MODULE -ProtectHome=true -ProtectSystem=true - -[Install] -WantedBy=multi-user.target diff --git a/.local/installers/arch/services/iwd.service b/.local/installers/arch/services/iwd.service deleted file mode 100644 index 1a029c2..0000000 --- a/.local/installers/arch/services/iwd.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Internet Wireless Daemon (IWD) -Before=network.target -Wants=network.target - -[Service] -ExecStart=/usr/lib/iwd/iwd - -[Install] -Alias=multi-user.target.wants/iwd.service diff --git a/.local/installers/artix/artix-install.sh b/.local/installers/artix/artix-install.sh deleted file mode 100755 index 5f272ae..0000000 --- a/.local/installers/artix/artix-install.sh +++ /dev/null @@ -1,270 +0,0 @@ -#!/bin/sh - -GIT_REPOS_DIR="$HOME/.local/src/" - -. ./programs.sh - -#$1 -> repo name to enable -#$2 -> mirror list file name in /etc/pacman.d/ (default: mirrorlist) -#ex: enable_repo lib32 -#ex: enable_repo community mirrorlist-arch -enable_repo() { - REPO="$1" - MIRRORLIST="mirrorlist" - [ "$2" ] && MIRRORLIST="$2" - - if [ $# -gt 0 ] && [ -z "$(grep "^\[$1" /etc/pacman.conf)" ]; then - sudo sh -c "echo "[$REPO]" >> /etc/pacman.conf" - sudo sh -c "echo "Include\ =\ /etc/pacman.d/$MIRRORLIST" >> /etc/pacman.conf" - sudo sh -c "echo "" >> /etc/pacman.conf" - fi -} - -enable_repos() { - #enable lib32 - enable_repo lib32 mirrorlist - - sudo pacman -Sy - - #add arch linux repos - sudo pacman -S --noconfirm artix-archlinux-support lib32-artix-archlinux-support - sudo pacman-key --populate archlinux - sudo pacman -Sy - - #enable artix universe repo - if [ -z "$(grep "universe" /etc/pacman.conf)" ]; then - sudo sh -c 'echo "[universe]" >> /etc/pacman.conf' - sudo sh -c 'echo "Server = https://universe.artixlinux.org/\$arch" >> /etc/pacman.conf' - sudo sh -c 'echo "Server = https://mirror1.artixlinux.org/universe/\$arch" >> /etc/pacman.conf' - sudo sh -c 'echo "Server = https://mirror.pascalpuffke.de/artix-universe/\$arch" >> /etc/pacman.conf' - sudo sh -c 'echo "Server = https://artixlinux.qontinuum.space:4443/universe/os/" >> /etc/pacman.conf' - sudo sh -c 'echo "Server = https://mirror1.cl.netactuate.com/artix/universe/\$arch" >> /etc/pacman.conf' - sudo sh -c 'echo "" >> /etc/pacman.conf' - fi - - - #ENABLE ARCH REPOSITORIES HERE - #enable arch community repo - enable_repo extra mirrorlist-arch - enable_repo community mirrorlist-arch - enable_repo multilib mirrorlist-arch - - sudo pacman -Sy - - sudo pacman -S git fakeroot - - #install yay for aur support - mkdir -p ~/.local/src/ - git clone https://aur.archlinux.org/yay.git ~/.local/src/yay/ - cd ~/.local/src/yay || return - makepkg -si - cd - - -} - -runit_setup() { - - VIRTMGR="" - WIRELESS="" - for arg in "$@" - do - [ "$arg" = "--virt-manager" ] && VIRTMGR="true" - [ "$arg" = "--wireless" ] && WIRELESS="true" - done - - sudo ln -s /etc/runit/sv/ufw /run/runit/service/ - sudo ln -s /etc/runit/sv/cronie /run/runit/service/ - sudo ln -s /etc/runit/sv/chrony /run/runit/service/ - sudo ln -s /etc/runit/sv/connmand /run/runit/service/ - sudo ln -s /etc/runit/sv/socklog /run/runit/service/ - - if [ "$VIRTMGR" ]; then - sudo ln -s /etc/runit/sv/libvirtd /run/runit/service - sudo ln -s /etc/runit/sv/virtlockd /run/runit/service - sudo ln -s /etc/runit/sv/virtlogd /run/runit/service - fi - - if [ "$WIRELESS" ]; then - sudo ln -s /etc/runit/sv/tlp /run/runit/service/ - sudo ln -s /etc/runit/sv/bluetoothd /run/runit/service/ - fi -} - -wireless() { - sudo pacman -S --noconfirm wpa_supplicant bluez bluez-utils tlp - sudo pacman -S --noconfirm wpa_supplicant-runit tlp-runit - - runit_setup --wireless - -} - -configure() { - #setup home directories - mkdir ~/docs/ - mkdir ~/dl/ - mkdir ~/media/ - mkdir -p ~/.local/share/gnupg/ - mkdir -p ~/.config/mpd/playlists - mkdir -p ~/.local/share/desktop - - #setup ufw - sudo ufw default deny incoming - sudo ufw default allow outgoing - sudo ufw allow http - sudo ufw allow https - #sudo ufw allow ssh - sudo ufw allow ntp - sudo ufw allow 67:68/tcp - sudo ufw allow 53 - - #allow torrent client traffic - sudo ufw allow 56881:56889/tcp - - #rules to allow steam - sudo ufw allow 27000:27036/udp - sudo ufw allow 27036:27037/tcp - sudo ufw allow 4380/udp - - sudo ufw enable - - - - #install zsh shell - chsh -s /bin/zsh "$USER" - - #setup .zprofile and zsh history file - cd ~ || return - ln -s ~/.profile ~/.zprofile - mkdir -p ~/.cache/zsh - touch ~/.cache/zsh/history - - - - #replace sudo with doas - echo "installing doas, symlinking to sudo, and UNINSTALLING SUDO. sudo is uninstalled using doas so permissions should be setup right if you are able to uninstall. (y/N)" - - read input - if [ "$input" = "y" ]; then - echo "permit persist $USER as root" >> ~/.cache/doas.conf - sudo cp ~/.cache/doas.conf /etc/doas.conf - rm ~/.cache/doas.conf - doas pacman -R sudo && doas ln -s /bin/doas /bin/sudo #TODO ARCH SPECIFIC - fi - - - #set limits for esync - sudo sh -c "echo '$USER hard nofile 524288' >> /etc/security/limits.conf" - - #set limits for monero - sudo sh -c "echo '$USER hard memlock 2048' >> /etc/security/limits.conf" - sudo sh -c "echo '$USER hard memlock 2048' >> /etc/security/limits.conf" - - sudo groupadd nogroup #needed to use slock - - #fix issue with arduino ide and tiling wms - sudo sh -c 'echo "export _JAVA_AWT_WM_NONREPARENTING=1" >> /etc/profile.d/jre.sh' - - #set console terminal font - sudo sh -c 'echo "FONT=Lat2-Terminus16" >> /etc/vconsole.conf' - - #set grub theme - sudo sed -i 's/#GRUB_COLOR_NORMAL/GRUB_COLOR_NORMAL/g' /etc/default/grub - sudo sed -i 's/#GRUB_COLOR_HIGHLIGHT/GRUB_COLOR_HIGHLIGHT/g' /etc/default/grub - - #download collapse OS - mkdir -p "$HOME"/.local/src/ - cd "$HOME"/.local/src/ - wget http://collapseos.org/files/collapseos-latest.tar.gz - cd - - - #set wallpaper - ln -s ~/media/img/wallpapers/alena-aenami-eclipse-1k.jpg ~/.config/wall - - #link Xresources for xwayland - ln -s ~/.config/Xresources ~/.Xdefaults - - #set /tmp to tmpfs - if [ -z "$(grep "/tmp" /etc/fstab)" ]; then - sudo sh -c 'echo "tmpfs /tmp tmpfs rw,nodev,nosuid,size=2G 0 0" >> /etc/fstab' - fi - -} - -base() { - - #enable repos (lib32, community, and universe) and install yay - enable_repos - - #install all packages in $PKGS - sudo pacman --noconfirm --needed -S - < ./pkgs/base.list - - #installl all packages in $AUR_PKGS - yay --noconfirm --needed -S - < ./pkgs/aur.list - - #setup local git repos defined in $GIT_REPOS to $GIT_REPOS_DIR - sh ~/.local/scripts/install.sh add-repos ./pkgs/repos.list - - #link rofi themes directory so that theming works - mkdir -p "$HOME"/.local/share/rofi/ - ln -s "$HOME"/.local/src/base16-rofi/themes/ "$HOME"/.local/share/rofi/themes - - #runit configuration - runit_setup - - #configure programs, directories, change shell, etc - configure - - - - #install microcode for CPU - echo "enter CPU type to install microcode for (amd intel)" - read input - if [ "$input" = "amd" ]; then - sudo pacman -S amd-ucode - elif [ "$input" = "intel" ]; then - sudo pacman -S intel-ucode - fi - - #rebuild kernel after install for microcode - sudo mkinitcpio -P #rebuild kernel - sudo grub-mkconfig -o /boot/grub/grub.cfg #update grub - - echo "installation finished" - -} - -help() { - echo " artix-install.sh" - echo " --base perform basic install. Enable repos, install programs" - echo " --gaming install steam and lutris. Use flags --amd, --nvidia, --intel to install" - echo " with corresponding graphics drivers. Otherwise you will be prompted" - echo " --virt-manager install virt-manager" - echo " --wireless install/setup programs for wifi/bluetooth" - echo " --ungoogled-chromium install ungoogled-chromium. also installs chrome-web-store and ublock origin" -} - -BASE="" -GAMING="" -WIRELESS="" -UNGOOGLED_CHROMIUM="" -VIRT_MANAGER="" - -for arg in "$@" -do - [ "$arg" = "--base" ] && BASE="true" - [ "$arg" = "--gaming" ] && GAMING="true" - [ "$arg" = "--virt-manager" ] && VIRTMGR="true" - [ "$arg" = "--wireless" ] && WIRELESS="true" - [ "$arg" = "--ungoogled-chromium" ] && UNGOOGLED_CHROMIUM="true" - [ "$arg" = "--help" ] && help && exit - -done - -[ "$#" = "0" ] && help && exit - -[ "$BASE" ] && base -[ "$GAMING" ] && gaming "$@" -[ "$WIRELESS" ] && wireless -[ "$UNGOOGLED_CHROMIUM" ] && ungoogled_chromium "$@" -[ "$VIRT_MANAGER" ] && virt_manager - diff --git a/.local/installers/artix/pkgs/aur.list b/.local/installers/artix/pkgs/aur.list deleted file mode 100644 index 2e4f53d..0000000 --- a/.local/installers/artix/pkgs/aur.list +++ /dev/null @@ -1,17 +0,0 @@ -lf -mutt-wizard -htim -jmtpfs -tremc-git -dashbinsh -pfetch -sysrq-enabler -wlr-randr -sfeed -kjv-apocrypha -yt-watch -yt-dlp-drop-in -udiskie -waylogout-git -ani-cli-git -rofi-lbonn-wayland-git diff --git a/.local/installers/artix/pkgs/base.list b/.local/installers/artix/pkgs/base.list deleted file mode 100644 index e2427e7..0000000 --- a/.local/installers/artix/pkgs/base.list +++ /dev/null @@ -1,86 +0,0 @@ -pipewire -pipewire-alsa -pipewire-pulse -pipewire-jack -gst-plugin-pipewire -wireplumber -wireplumber-docs -alsa-utils -pacman-contrib -man-db -freetype2 -gst-libav -xdg-utils -xdg-user-dirs -fuse -python-urwid -btrfs-progs -reiserfsprogs -chrony -ufw -wget -curl -zip -unzip -p7zip -dash -mesa -rsync -cronie -connman -fakeroot -socklog -python-pip -udisks2 -pavucontrol -connman-gtk -yt-dlp -transmission-cli -neovim -mpd -mpv -opendoas -zsh -clang -lynx -librewolf -shellcheck -noto-fonts -noto-fonts-emoji -noto-fonts-cjk -lxappearance -qt5ct -imagemagick -ffmpegthumbnailer -python-pywal -pulsemixer -pamixer -papirus-icon-theme -python-pdftotext -viu -bat -imv -ncmpcpp -zathura -zathura-cb -zathura-djvu -zathura-pdf-mupdf -sway -swaybg -swayidle -swaylock -waybar -mako -wl-clipboard -grim -slurp -xorg-xwayland -alacritty -gammastep -ufw-runit -cronie-runit -chrony-runit -connman-runit -openssh -aria2 -libva-mesa-driver diff --git a/.local/installers/artix/pkgs/repos.list b/.local/installers/artix/pkgs/repos.list deleted file mode 100644 index 2bdf5c6..0000000 --- a/.local/installers/artix/pkgs/repos.list +++ /dev/null @@ -1,3 +0,0 @@ -https://github.com/aarowill/base16-alacritty.git -https://github.com/rkubosz/base16-sway.git -https://gitlab.com/jordiorlando/base16-rofi.git diff --git a/.local/installers/artix/programs.sh b/.local/installers/artix/programs.sh deleted file mode 100644 index e4795e0..0000000 --- a/.local/installers/artix/programs.sh +++ /dev/null @@ -1,93 +0,0 @@ -#!/bin/sh -############################################################################## -# This script provides functions to install/configure certain programs -# that are more complicated ( more than just pacman -S program ) to install/setup. -# -# These programs assume that yay, lib32, and arch's community repo has been enabled. -# If you get an error during installation try running ./artix-install.sh --base -############################################################################## - -repo_check() { - if [ -z "$(grep "^\[lib32" /etc/pacman.conf)" ] || - [ -z "$(grep "^\[community" /etc/pacman.conf)" ] || - [ ! -f "/usr/bin/yay" ]; then - echo "either yay, or the lib32 or community repos have not been setup correctly. Exiting" - exit - - fi -} - -ungoogled_chromium() { - repo_check - - CMD=" --noconfirm -S " - - [ "$1" = "-R" ] && CMD=" -Rs " - - sudo pacman "$CMD" ffmpeg4.4 - sudo pacman "$CMD" ungoogled-chromium - sudo pacman "$CMD" ublock-origin - - yay "$CMD" aur/chromium-extension-web-store - yay "$CMD" aur/chromium-widevine -} - -virt_manager() { - repo_check - - echo "install virt-manager?(y/N)" - read -r input - if [ "$input" = "y" ] || [ "$input" = "Y" ]; then - sudo pacman -S --noconfirm sudo pacman -S libvirt qemu virt-manager lxsession - sudo pacman -S --noconfirm gst-plugins-good libvirt-runit - - #TODO move this to runit_setup - sudo usermod -G libvirt -a "$USER" - fi - - runit_setup --virt-manager -} - -gaming() { - repo_check - - CMD=" -S --noconfirm " - - for arg in "$@" - do - if [ "$arg" = "--nvidia" ]; then - NVIDIA_GPU="TRUE" - elif [ "$arg" = "--amd" ]; then - AMD_GPU="TRUE" - elif [ "$arg" = "--intel" ]; then - INTEL_GPU="TRUE" - elif [ "$arg" = "-R" ]; then - CMD=" -Rs " - fi - done - - if [ -z "$NVIDIA_GPU" ] && [ -z "$AMD_GPU" ] && [ -z "$INTEL_GPU" ]; then - echo "Enter GPU type (amd nvidia intel):" - read input - - [ "$input" = "amd" ] && AMD_GPU="TRUE" - [ "$input" = "nvidia" ] && NVIDIA_GPU="TRUE" - [ "$input" = "intel" ] && INTEL_GPU="TRUE" - fi - - - [ -z "$(grep "^\[lib32" /etc/pacman.conf)" ] && [ -z "$NVIDIA_GPU" ] && [ -z "$AMD_GPU" ] && [ -z "$INTEL_GPU" ] && help && exit - - [ "$NVIDIA_GPU" = "TRUE" ] && sudo pacman $CMD nvidia-utils lib32-nvidia-utils - [ "$AMD_GPU" = "TRUE" ] && sudo pacman $CMD vulkan-radeon lib32-vulkan-radeon - [ "$INTEL_GPU" = "TRUE" ] && sudo pacman $CMD vulkan-intel lib32-vulkan-intel - - sudo pacman $CMD vulkan-mesa-layers lib32-vulkan-mesa-layers - - sudo pacman $CMD wine winetricks #wine-staging - sudo pacman $CMD giflib lib32-giflib libpng lib32-libpng libldap lib32-libldap gnutls lib32-gnutls mpg123 lib32-mpg123 openal lib32-openal v4l-utils lib32-v4l-utils libpulse lib32-libpulse alsa-plugins lib32-alsa-plugins alsa-lib lib32-alsa-lib libjpeg-turbo lib32-libjpeg-turbo libxcomposite lib32-libxcomposite libxinerama lib32-libxinerama ncurses lib32-ncurses opencl-icd-loader lib32-opencl-icd-loader libxslt lib32-libxslt libva lib32-libva gtk3 lib32-gtk3 gst-plugins-base-libs lib32-gst-plugins-base-libs vulkan-icd-loader lib32-vulkan-icd-loader cups samba dosbox - - sudo pacman $CMD gamemode lib32-gamemode - sudo pacman $CMD lutris steam -} - diff --git a/.local/installers/nixos/configuration.nix b/.local/installers/nixos/configuration.nix deleted file mode 100644 index ab01894..0000000 --- a/.local/installers/nixos/configuration.nix +++ /dev/null @@ -1,236 +0,0 @@ -{ config, pkgs, lib, ... }: - - - -{ - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ./gaming-configuration.nix - ./sway-configuration.nix - ]; - - # This value determines the NixOS release from which the default - # settings for stateful data, like file locations and database versions - # on your system were taken. It‘s perfectly fine and recommended to leave - # this value at the release version of the first install of this system. - # Before changing this value read the documentation for this option - # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "22.05"; # Did you read the comment? - - # Copy the NixOS configuration file and link it from the resulting system - # (/run/current-system/configuration.nix). This is useful in case you - # accidentally delete configuration.nix. - system.copySystemConfiguration = true; - - system.autoUpgrade.enable = true; - system.autoUpgrade.allowReboot = true; - - -# Use the systemd-boot EFI boot loader. - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - - networking.hostName = "nixos"; # Define your hostname. - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - #networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. - - services.connman.enable = true; - networking.wireless.iwd.enable = true; - services.connman.wifi.backend = "iwd"; - - # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 67 68 53 ]; - networking.firewall.allowedTCPPortRanges = [ - { from = 56881; to = 56889; } - { from = 27036; to = 27037; } - ]; - - # networking.firewall.allowedUDPPorts = [ ... ]; - networking.firewall.allowedUDPPortRanges = [ - { from = 27000; to = 27036; } - ]; - - # Or disable the firewall altogether. - # networking.firewall.enable = false; - - - - # Set your time zone. - time.timeZone = "America/Chicago"; - - # Configure network proxy if necessary - # networking.proxy.default = "http://user:password@proxy:port/"; - # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - - # Select internationalisation properties. - i18n.defaultLocale = "en_US.UTF-8"; - console = { - font = "Lat2-Terminus16"; - #keyMap = "us"; - useXkbConfig = true; # use xkbOptions in tty. - }; - - #Define a user account. Don't forget to set a password with ‘passwd’. - users.users.alex = { - isNormalUser = true; - shell = pkgs.zsh; - extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. - packages = with pkgs; [ - librewolf - yt-dlp - zathura - sfeed - ungoogled-chromium - firefox - ]; - }; - - security.sudo.extraRules = [{ - runAs = "root"; - groups = [ "wheel" ]; - commands = [{ - command = "/run/current-system/sw/bin/poweroff"; - options = [ "NOPASSWD" ]; - } { - command = "/run/current-system/sw/bin/reboot"; - options = [ "NOPASSWD" ]; - }]; - }]; - -# Some programs need SUID wrappers, can be configured further or are - # started in user sessions. - programs.mtr.enable = true; - - services.pcscd.enable = true; - programs.gnupg.agent = { - enable = true; - pinentryFlavor = "curses"; - enableSSHSupport = true; - }; - - environment.systemPackages = with pkgs; [ - glib # gsettings - dracula-theme # gtk theme - flat-remix-gtk - gnome3.adwaita-icon-theme # default gnome cursors - papirus-icon-theme - noto-fonts - noto-fonts-extra - noto-fonts-emoji - noto-fonts-cjk-sans - nerdfonts - zsh - zip - unzip - p7zip - pavucontrol - pamixer - pulsemixer - imagemagick - ffmpegthumbnailer - file - viu - bat - pavucontrol - neovim - pfetch - htop-vim - lf - mpv - mpd - ncmpcpp - libnotify - lynx - mutt-wizard - pass - neomutt - notmuch - isync - pinentry-curses - connman-gtk - openssl - git - shellcheck - jq - monero-cli - monero-gui - bc - gnome.zenity - cura - udisks2 - udiskie - python3 - python3.pkgs.pip - wget - ani-cli - keepassxc - appimage-run - fuse - lxappearance - gtk-engine-murrine - gtk_engines - img2pdf #dep of manga-cli - pcmanfm - steam-run - ]; - - - nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - "steam-original" - "steam-run" - ]; - - - fonts = { - - fonts = with pkgs; [ - noto-fonts - noto-fonts-extra - noto-fonts-emoji - noto-fonts-cjk-sans - nerdfonts - ]; - - fontconfig = { - defaultFonts = { - serif = [ "Noto Serif" ]; - sansSerif = [ "Noto Sans" ]; - monospace = [ "Mononoki Nerd Font" ]; - }; - }; - - }; - - - #enable flatpak - services.flatpak.enable = true; - - services.udisks2.enable = true; - - security.rtkit.enable = true; - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - }; - - services.pipewire.wireplumber.enable = true; - - # xdg-desktop-portal works by exposing a series of D-Bus interfaces - # known as portals under a well-known name - # (org.freedesktop.portal.Desktop) and object path - # (/org/freedesktop/portal/desktop). - # The portal interfaces include APIs for file access, opening URIs, - # printing and others. - services.dbus.enable = true; - xdg.portal = { - enable = true; - wlr.enable = true; - # gtk portal needed to make gtk apps happy - extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; - #gtkUsePortal = true; - }; - -} diff --git a/.local/installers/nixos/gaming-configuration.nix b/.local/installers/nixos/gaming-configuration.nix deleted file mode 100644 index 9db2d5c..0000000 --- a/.local/installers/nixos/gaming-configuration.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ config, pkgs, lib, ... }: { - - #enable nonfree packages - nixpkgs.config.allowUnfree = true; - - environment.systemPackages = with pkgs; [ - lutris - radeontop - ]; - - #add 32bit support for graphics - hardware.opengl.driSupport32Bit = true; - - #nixpkgs.config.packageOverrides = pkgs: { - # steam = pkgs.steam.override { - # extraPkgs = pkgs: with pkgs; [ - # libgdiplus - # libpng - # ]; - # }; - #}; - - programs.steam = { - enable = false; - remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play - dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server - }; - -} diff --git a/.local/installers/nixos/install.sh b/.local/installers/nixos/install.sh deleted file mode 100644 index 009bcae..0000000 --- a/.local/installers/nixos/install.sh +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/sh - -mkdir ~/docs/ -mkdir ~/dl/ -mkdir ~/media/ -mkdir -p ~/.local/share/gnupg/ -mkdir -p ~/.config/mpd/playlists -mkdir -p ~/.local/share/desktop - -#setup .zprofile and zsh history file -cd ~ || return -ln -s ~/.profile ~/.zprofile -mkdir -p ~/.cache/zsh -touch ~/.cache/zsh/history - - -sh ~/.local/scripts/install.sh add-repos ~/.local/installers/nixos/repos.list - - -#link rofi themes directory so that theming works -mkdir -p "$HOME"/.local/share/rofi/ -ln -s "$HOME"/.local/src/base16-rofi/themes/ "$HOME"/.local/share/rofi/themes - - - -#set limits for esync -#sudo sh -c "echo '$USER hard nofile 524288' >> /etc/security/limits.conf" -#set limits for monero -#sudo sh -c "echo '$USER hard memlock 2048' >> /etc/security/limits.conf" -#sudo sh -c "echo '$USER hard memlock 2048' >> /etc/security/limits.conf" - -#fix issue with arduino ide and tiling wms -#sudo sh -c 'echo "export _JAVA_AWT_WM_NONREPARENTING=1" >> /etc/profile.d/jre.sh' - -#download collapse OS -mkdir -p "$HOME"/.local/src/ -cd "$HOME"/.local/src/ -wget http://collapseos.org/files/collapseos-latest.tar.gz -cd - - -#set wallpaper -ln -s ~/media/img/wallpapers/alena-aenami-eclipse-1k.jpg ~/.config/wall - -#link Xresources for xwayland -ln -s ~/.config/Xresources ~/.Xdefaults diff --git a/.local/installers/nixos/sway-configuration.nix b/.local/installers/nixos/sway-configuration.nix deleted file mode 100644 index 4e148b2..0000000 --- a/.local/installers/nixos/sway-configuration.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ config, pkgs, lib, ... }: { - - environment.systemPackages = with pkgs; [ - wayland - sway - alacritty - swaylock - swayidle - grim - slurp - wl-clipboard - mako - swaybg - waybar - xwayland - gammastep - rofi-wayland - imv - ]; - - # enable sway window manager - programs.sway = { - enable = true; - wrapperFeatures.gtk = true; - }; - -} diff --git a/.local/installers/void-install.sh b/.local/installers/void-install.sh deleted file mode 100755 index d335ce4..0000000 --- a/.local/installers/void-install.sh +++ /dev/null @@ -1,356 +0,0 @@ -#!/usr/bin/env bash -### INSTALL PROGRAMS FROM REPOS ### - -#update -sudo xbps-install -Suv -sudo xbps-install -S wget curl - -#enable repos -#clear -echo "enable nonfree repo?(y/N)" -read NONFREE -if [ "$NONFREE" = "y" ]; then - sudo xbps-install -Sy void-repo-nonfree -fi - -clear -echo "enable multilib repo?(y/N)" -read MULTILIB -if [ "$MULTILIB" = "y" ]; then - sudo xbps-install -Sy void-repo-multilib -fi - -clear -echo "enable nonfree multilib repo?(y/N)" -read NFMULTILIB -if [ "$NFMULTILIB" == "y" ]; then - sudo xbps-install -Sy void-repo-multilib-nonfree -fi - - -#make directories -mkdir ~/docs/ -mkdir ~/dl/ -mkdir ~/media/ -mkdir -p ~/.local/share/gnupg/ -mkdir -p ~/.config/mpd/playlists -sudo mkdir -p /etc/X11/xorg.conf.d/ - - -### install system programs/libraries ### - -echo "install basic system utilities and libs I use(xorg, devel reqs for suckless, pulseaudio?(y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - -#install xorg -#sudo xbps-install -Sy xorg xterm -sudo xbps-install -Sy xorg-minimal xrdb xsetroot xterm xprop xrandr xclip xkill xautolock - -#sound programs -sudo xbps-install -Sy alsa-utils pulseaudio pulsemixer - -#install system tools -sudo xbps-install -Sy freetype apparmor elogind gst-libav xdg-utils GConf wget curl chrony bluez iwd #ConsoleKit2 - -["$NONFREE" = "y" ] && sudo xbps-install -Sy unrar - -sudo xbps-install -Sy sxiv xwallpaper udevil picom redshift ffmpegthumbnailer sxhkd dunst scron rsync -sudo xbps-install -Sy exa highlight words-en python3-pip #better ls, better text in lf, every english word - -# appimage needed this -sudo xbps-install -Sy dbus-glib #nss startup-notification - -#void stuff -sudo xbps-install -Sy outils void-release-keys #provides signify and void release .pub file to verify iso - -fi - - -#tlp for battery management -clear -echo "install tlp for better battery life?(y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - sudo xbps-install -Sy tlp - sudo ln -s /etc/sv/tlp /var/service -fi - -clear -echo "install and setup ufw firewall? (y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then -#install and setup firewall -sudo xbps-install -Sy ufw -sudo ufw enable -sudo ln -s /etc/sv/ufw /var/service - -echo "use my defaults? (deny incoming, allow outgoing, add rules for steam and transmission ) (y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then -sudo ufw default deny incoming -sudo ufw default allow outgoing -sudo ufw allow http -sudo ufw allow https -#sudo ufw allow ssh -sudo ufw allow ntp -sudo ufw allow 67:68/tcp -sudo ufw allow 53 - -#allow torrent client traffic -sudo ufw allow 56881:56889/tcp - -#rules to allow steam -sudo ufw allow 27000:27036/udp -sudo ufw allow 27036:27037/tcp -sudo ufw allow 4380/udp - -sudo ufw enable -fi - -fi - -#install nvidia-drivers -clear -echo "install nvidia proprietary drivers? (Y/n)" -read nvidiain - -if [ $nvidiain == 'y' ] || [ $nvidiain == 'Y' ]; then - - sudo xbps-install -Sy void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree - sudo xbps-install -Sy xf86-video-nouveau nvidia nvidia-libs-32bit - sudo xbps-install vulkan-loader vulkan-loader-32bit -fi - - -clear -echo "setup amd graphics drivers?(y/N)" -read amdin - -if [ $amdin == 'y' ] || [ $amdin == 'Y' ]; then -#install amd libraries - sudo xbps-install -Sy xf86-video-amdgpu mesa-vulkan-radeon - sudo xbps-install -Sy radeontop - - sudo mkdir -p /etc/X11/xorg.conf.d/ - sudo ln -s ~/.config/.sysconf/etc/X11/xorg.conf.d/20-amdgpu.conf /etc/X11/xorg.conf.d/ - -fi - -clear -echo "setup intel graphics drivers?(y/N)" -read intelin - -if [ $intelin == 'y' ] || [ $intelin == 'Y' ]; then - sudo xbps-install -Sy xf86-video-intel mesa-dri intel-video-accel - sudo ln -s ~/.config/.sysconf/etc/X11/xorg.conf.d/20-intel.conf /etc/X11/xorg.conf.d - - #to fix issues running steam - #xi -S vulkan-loader vulkan-loader-32bit mesa-dri mesa-dri-32bit - -fi - -sudo xbps-install -Sy vulkan-loader - -[ "$MULTILIB" = "y" ] && sudo xbps-install -Sy vulkan-loader-32bit - -clear -echo "install flatpak and setup flathub?(y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then -#install flatpak and enable flathub -sudo xbps-install -Sy xdg-desktop-portal xdg-desktop-portal-gtk xdg-user-dirs xdg-user-dirs-gtk xdg-utils -sudo xbps-install -Sy flatpak -sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo -fi - -#enable usage statistics -clear -echo "enable usage statistics for Void Linux? (y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - sudo xbps-install -Sy PopCorn - sudo ln -s /etc/sv/popcorn /var/service/ -fi - - -#install fish shell -clear -echo "install and use fish shell? (y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - sudo xbps-install -Sy fish-shell - chsh -s /usr/bin/fish $USER -fi - -#install zsh shell -clear -echo "install and use zsh? (y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - chsh -s /bin/zsh $USER - - - #setup .zprofile and zsh history file - cd ~ - ln -s ~/.profile ~/.zprofile - mkdir -p ~/.cache/zsh - touch ~/.cache/zsh/history - -fi - -###themes and fonts -#most themes are stored in my dotfiles repo -#sudo xbps-install -S nerd-fonts-otf -sudo xbps-install -S noto-fonts-ttf noto-fonts-ttf-extra noto-fonts-cjk font-awesome - - -### install user programs ### - -clear -echo "install my cli programs? (y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - -#cli programs to isntall -sudo xbps-install -Sy neovim htop -#pulsemixer pamixer -sudo xbps-install -Sy mpv mpd ncmpcpp mpc #cmus cmus-ffmpeg cava #audio cava -> console audio visualizer for alsa -sudo xbps-install -Sy lf mtm #file browser terminal multiplexor -sudo xbps-install -Sy ImageMagick ffmpegthumbnailer viu #jp2a #for ascii image previews and video thumbnails in lf -sudo xbps-install -Sy zathura zathura-cb zathura-pdf-mupdf #pdfs manga -sudo xbps-install -Sy youtube-dl straw-viewer #download youtube videos -sudo xbps-install -Sy transmission tremc #transmission-remote-cli #torrents -sudo xbps-install -Sy pywal #generate themes from pictures -sudo xbps-install -Sy tealdeer ufetch termdown # misc utils -sudo xbps-install -Sy scrot sfeed sfeed_curses #newsboat -#sudo xbps-install -Sy trackma -#pip install random-username - -fi - -clear -echo "install my gui programs? (y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - sudo xbps-install -Sy firefox -fi - -clear -echo "install virt-manager? (y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - sudo xbps-install -S libvirt qemu virt-manager lxsession - sudo xbps-install -S gst-plugins-good1 # fixes audio issues - - sudo ln -s /etc/sv/libvirtd /var/service - sudo ln -s /etc/sv/virtlockd /var/service - sudo ln -s /etc/sv/virtlogd /var/service - - sudo usermod -G libvirt -a $USER - sudo usermod -G libvirt -a root -fi - - -clear -echo "install gaming programs(wine lutris steam)? (y/N)" -echo "this will enable nonfree repos" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - sudo xbps-install -Sy void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree - sudo xbps-install -Sy mesa-dri-32bit - sudo xbps-install -Sy wine-32bit wine-gecko wine-mono winetricks protontricks libselinux - sudo xbps-install -Sy lutris steam - sudo xbps-install -Sy libdrm-32bit -fi - -#Haskell -#sudo xbps-install -Sy ghc cabal-install stack -#sudo ln -s /lib/libncurses.so.6.1 /lib/libtinfo.so.6 - -#my devel -#sudo xbps-install -Sy base-devel make gcc gdb - -#sudo xbps-install -Sy lua love luarocks - -#muttwizard -clear -echo "install muttwizard dependencies? (y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - sudo xbps-install -Sy neomutt isync msmtp pass urlview lynx notmuch -fi - -### SYSTEM SETUP ### - -### setup services ### -sudo ln -s /etc/sv/dbus /var/service -#sudo ln -s /etc/sv/cgmanager /var/service/ -sudo ln -s /etc/sv/elogind /var/service/ -sudo ln -s /etc/sv/chronyd /var/service/ - -clear -echo "enable wifi with IWD? (use iwctl to setup network) (y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - sudo ln -s /etc/sv/iwd /var/service/ -fi - -### set limits.conf for esync -sudo sh -c "echo '$USER hard nofile 524288' >> /etc/security/limits.conf" - - -### modify udevil config to add exec to mount options -sudo sed -i 's/^allowed_options .*$/&, exec/g' /etc/udevil/udevil.conf - -echo "create modified hosts file from someonewhocares.org and change DNS to OpenDNS Family Shield?\n do this at any time by running the ~/scripts/update-hosts script (y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - cd ~/.local/scripts/ - ~/.local/scripts/update-hosts - - sudo echo "static domain_name_servers=84.200.69.80 84.200.70.40 2001:1608:10:25::1c04:b12f 2001:1608:10:25::9249:d69b" >> /etc/dhcpcd.conf #dns.watch -fi - - -echo "disable mouse acceleration? (y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - sudo ln -s ~/.config/.sysconf/etc/X11/xorg.conf.d/50-mouse-acceleration.conf /etc/X11/xorg.conf.d/ -fi - -#Vim YouCompleteMe deps -sudo xbps-install -S python3-devel - -###suckless-install.sh dependancies -sudo xbps-install -S base-devel make libXft-devel libX11-devel libXinerama-devel patch ncurses-devel - - #surf dependencies -sudo xbps-install -S gtk+-devel webkit2gtk-devel gcr-devel - -sudo xbps-install -S cmake curlpp-devel #for tuitube - - #straw-viewer dependencies -#sudo xbps-install -S perl-Module-Build - -#yacy dependancies -sudo xbps-install -S openjdk8 apache-ant - - -echo "change mirror to alpha.us.voidlinux.org? (y/N)" -read input -if [ $input == 'y' ] || [ $input == 'Y' ]; then - sudo mkdir -p /etc/xbps.d - sudo cp /usr/share/xbps.d/*-repository-*.conf /etc/xbps.d/ - sudo sed -i 's|https://alpha.de.repo.voidlinux.org|https://alpha.us.repo.voidlinux.org|g' /etc/xbps.d/*-repository-*.conf - sudo xbps-install -S -fi - -#install xdeb -mkdir -p ~/devel/repos/ -git clone https://github.com/toluschr/xdeb.git ~/devel/repos -cd ~/devel/repos/xdeb -sudo cp ./xdeb /usr/local/bin - - -sh ~/.local/installers/suckless-install.sh diff --git a/.local/installers/void.sh b/.local/installers/void.sh deleted file mode 100644 index 378f0e8..0000000 --- a/.local/installers/void.sh +++ /dev/null @@ -1,239 +0,0 @@ -#!/bin/sh - -#core programs always needed -core() { - #Xorg - sudo xbps-install -Sy xorg-minimal xrdb xsetroot xterm xprop xrandr xclip xkill xautolock - - #sound - sudo xbps-install -Sy alsa-utils pulseaudio pulsemixer - - #libs/utils needed by programs used - sudo xbps-install -Sy freetype gst-libav xdg-utils GConf - - #needed for appimages to work - sudo xbps-install -Sy dbus-glib libatomic - - #system utils (provide basic functionality expected from an OS: wifi, bluetooth, etc) - sudo xbps-install -Sy chrony bluez iwd elogind scron ufw zsh - - #cli utilities (cli utilities I use indirectly through scripts etc, some things may not work if these are not installed) - sudo xbps-install -Sy curl rsync - - #archive utilities - sudo xbps-install -Sy zip unzip p7zip p7zip-rar zstd - - #background utilities (background utilities run at startup from .xinitrc - sudo xpbs-install -Sy xwallpaper udevil picom redshift sxhkd - - #suckless dependancies - sudo xbps-install -S base-devel make libXft-devel libX11-devel libXinerama-devel patch ncurses-devel - sudo xbps-install -S gtk+-devel webkit2gtk-devel gcr-devel #surf dependencies - - - #install graphics libraries for amd/intel - sudo xbps-install -Sy xf86-video-amdgpu mesa-vulkan-radeon - sudo xbps-install -Sy xf86-video-intel mesa-dri intel-video-accel - -} - -#extra programs that are usually used, but not necessary (theming, user programs, etc) -extra() { - #lf utilities, provide previews for more filetypes, better previews, etc. - sudo xbps-install -Sy ffmpegthumbnailer highlight viu #ImageMagick jp2a - - #fonts and theming - sudo xbps-install -Sy noto-fonts-ttf noto-fonts-ttf-extra noto-fonts-cjk font-awesome - sudo xbps-install -Sy pywal - - #user cli programs - sudo xbps-install -Sy neovim htop ncmpcpp lf youtube-dl straw-viewer tremc tealdeer termdown sfeed_curses - sudo xbps-install -Sy mpd transmission scrot sfeed - - #user gui programs - sudo xbps-install -Sy mpv firefox - sudo xbps-install -Sy zathura zathura-cb zathura-pdf-mupdf zathura-djvu zathura-ps - - #WINDOW MANAGERS - #spectrwm - echo "install spectrwm and associated programs? (y/N)" - read input - [ "$input" = "y" ] || [ "$input" = "Y" ] && sudo xbps-install -Sy spectrwm xlockmore dmenu alacritty - - #virt-manager programs - sudo xbps-install -Sy libvirt qemu virt-manager lxsession gst-plugins-good1 - - #mutt-wizard dependancies - sudo xbps-install -Sy neomutt isync msmtp pass urlview lynx notmuch - - clear - echo "install flatpak and setup flathub?(y/N)" - read input - if [ $input = 'y' ]; then - #install flatpak and enable flathub - sudo xbps-install -Sy xdg-desktop-portal xdg-desktop-portal-gtk xdg-user-dirs xdg-user-dirs-gtk xdg-utils - sudo xbps-install -Sy flatpak - sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - fi - -} - -nonfree() { - #enable non-free repos - sudo xbps-install -Sy void-repo-nonfree - sudo xbps-install -Sy void-repo-multilib - sudo xbps-install -Sy void-repo-multilib-nonfree - - - #install nvidia-drivers - clear - echo "install nvidia proprietary drivers? (Y/n)" - read nvidiain - if [ $nvidiain = 'y' ]; then - sudo xbps-install -Sy void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree - sudo xbps-install -Sy xf86-video-nouveau nvidia nvidia-libs-32bit - sudo xbps-install vulkan-loader vulkan-loader-32bit - fi - - - - clear - echo "install gaming programs(wine lutris steam)? (y/N)" - echo "this will enable nonfree repos" - read input - if [ $input = 'y' ]; then - sudo xbps-install -Sy void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree - sudo xbps-install -Sy mesa-dri-32bit - sudo xbps-install -Sy wine-32bit wine-gecko wine-mono winetricks protontricks libselinux - sudo xbps-install -Sy lutris steam - sudo xbps-install -Sy libdrm-32bit - fi - -} - -config() { - #make directories - mkdir ~/docs/ - mkdir ~/dl/ - mkdir ~/media/ - mkdir -p ~/.local/share/gnupg/ - mkdir -p ~/.config/pki/nssdb/ - mkdir -p ~/.local/share/pki/nssdb/ - sudo mkdir -p /etc/X11/xorg.conf.d/ - -#setup ufw with my default settings, allow steam and transmission through - sudo ufw default deny incoming - sudo ufw default allow outgoing - sudo ufw allow http - sudo ufw allow https - #sudo ufw allow ssh - sudo ufw allow ntp - sudo ufw allow 67:68/tcp - sudo ufw allow 53 - - #allow torrent client traffic - sudo ufw allow 56881:56889/tcp - - #rules to allow steam - sudo ufw allow 27000:27036/udp - sudo ufw allow 27036:27037/tcp - sudo ufw allow 4380/udp - - sudo ufw enable - - #change shell to zsh, setup .zprofile and zsh history file - cd ~ - ln -s ~/.profile ~/.zprofile - mkdir -p ~/.cache/zsh - touch ~/.cache/zsh/history - chsh -s /bin/zsh $USER - - #disable mouse acceleration - sudo ln -s ~/.config/.sysconf/etc/X11/xorg.conf.d/50-mouse-acceleration.conf /etc/X11/xorg.conf.d/ - - # modify udevil config to add exec to mount options TODO remove? - sudo sed -i 's/^allowed_options .*$/&, exec/g' /etc/udevil/udevil.conf - - # set limits.conf for esync - sudo sh -c "echo '$USER hard nofile 524288' >> /etc/security/limits.conf" - - #setup virt-manager - sudo usermod -G libvirt -a $USER - #sudo usermod -G libvirt -a root #may not be needed - - #set ~/.config/color - sh ~/.local/scripts/set-colors.sh ~/.config/colors/dracula - - -} - -distro_specific_config() { - - sudo xbps-install -Sy outils void-release-keys #provides way to verify install iso - - #enable usage statistics - clear - echo "enable usage statistics for Void Linux? (y/N)" - read input - if [ $input = 'y' ]; then - sudo xbps-install -Sy PopCorn - sudo ln -s /etc/sv/popcorn /var/service/ - fi - - - echo "change mirror to alpha.us.voidlinux.org? (y/N)" - read input - if [ $input = 'y' ]; then - sudo mkdir -p /etc/xbps.d - sudo cp /usr/share/xbps.d/*-repository-*.conf /etc/xbps.d/ - sudo sed -i 's|https://alpha.de.repo.voidlinux.org|https://alpha.us.repo.voidlinux.org|g' /etc/xbps.d/*-repository-*.conf - sudo xbps-install -S - fi - - mkdir -p ~/devel/repos/ - git clone https://github.com/toluschr/xdeb.git ~/devel/repos/xdeb - cd ~/devel/repos/xdeb - sudo cp ./xdeb /usr/local/bin - - - clear - echo "enable wifi with IWD? (use iwctl to setup network) (y/N)" - read input - if [ $input = 'y' ]; then - sudo ln -s /etc/sv/iwd /var/service/ - fi - - #enable virt-manager services - sudo ln -s /etc/sv/libvirtd /var/service - sudo ln -s /etc/sv/virtlockd /var/service - sudo ln -s /etc/sv/virtlogd /var/service - - #enable services - sudo ln -s /etc/sv/dbus /var/service - #sudo ln -s /etc/sv/cgmanager /var/service/ - sudo ln -s /etc/sv/elogind /var/service/ - sudo ln -s /etc/sv/chronyd /var/service/ - -} - -#tools I use for personal programming projects -devel() { - #Haskell - #sudo xbps-install -Sy ghc cabal-install stack - sudo xbps-install -Sy gmp-devel ncurses-libtinfo-libs - - #install ghcup and cabal - curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh - - #install stack - curl -sSL https://get.haskellstack.org/ | sh - - #C/C++ - sudo xbps-install -Sy base-devel gcc gdb - - #Lisp - #sudo xbps-install -Sy clisp - - - -} diff --git a/.local/scripts/backup.sh b/.local/scripts/backup.sh deleted file mode 100755 index a8ca7ec..0000000 --- a/.local/scripts/backup.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env sh -BACKUP_LOC="/media/SEAGATE/HOME_BACKUP/" -DIR="$HOME/" -EXCLUDE_CONF="$HOME/.config/rsync-exclude.conf" - -EXCL_INCL="--exclude-from=$EXCLUDE_CONF" - -if [ "$1" = "-r" ]; then - notify-send "backup.sh" "restoring from backup" - rsync -ru $EXCL_INCL "$BACKUP_LOC" "$DIR" -else - - notify-send "backup.sh" "performing backup" - if [ -d $BACKUP_LOC ]; then - rsync -arP --delete $EXCL_INCL "$DIR" "$BACKUP_LOC" - else - notify-send "backup.sh" "backup location not found" - fi - -fi - -sync diff --git a/.local/scripts/bemenu-colorgen.sh b/.local/scripts/bemenu-colorgen.sh deleted file mode 100755 index c8f0639..0000000 --- a/.local/scripts/bemenu-colorgen.sh +++ /dev/null @@ -1,69 +0,0 @@ -#!/bin/sh - -BEMENUOPTS_FILE="$HOME/.config/bemenu/bemenu_opts.sh" - -HEIGHT="22" #height in pixels to make the bemenu prompt - -help () { - echo " usage: sh bemenu-colorgen.sh FILE" - echo " where FILE contains hex values of a base16 color scheme in this format:" - echo " NOTE: the file must contain 16 color values" - echo " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" - echo " #282936" - echo " #3a3c4e" - echo " #F7CA88" - echo " #626483" - echo " #62d6e8" - echo " #e9e9f4" - echo " #f1f2f8" - echo " #f7f7fb" - echo " #ea51b2" - echo " #b45bcf" - echo " #00f769" - echo " #ebff87" - echo " #a1efe4" - echo " #62d6e8" - echo " #b45bcf" - echo " #00f769" - echo " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" -} - - - FILE="$1" - -! [ -f "$FILE" ] && help && exit -[ "$( wc -l "$FILE" | cut -d ' ' -f 1 )" != "16" ] && help && exit - - -NB="" -NF="" -HB="" -HF="" -SB="" -SF="" -TB="" -TF="" -FB="" -FF="#ffffff" - -IFS=' -' - -COUNT=0 -for LINE in $(cat "$FILE") -do - case $COUNT in - 0) NB="$LINE" && HB="$LINE" && TB="$LINE" && FB="$LINE";; - 1) SB="$LINE";; - 6) HF="$LINE" && SF="$LINE";; - 10) NF="$LINE" && TF="$LINE";; - esac - - COUNT=$((COUNT + 1)) -done - -echo "bemenu colors updated." - -echo "#!/bin/sh" > "$BEMENUOPTS_FILE" -echo "#generated from: $1" >> "$BEMENUOPTS_FILE" -echo "export BEMENU_OPTS=\"-H $HEIGHT --nb $NB --nf $NF --hb $HB --hf $HF --sb $SB --sf $SF --tb $TB --tf $TF --fb $FB --ff $FF\"" >> "$BEMENUOPTS_FILE" diff --git a/.local/scripts/browser.sh b/.local/scripts/browser.sh deleted file mode 100755 index a10f302..0000000 --- a/.local/scripts/browser.sh +++ /dev/null @@ -1,83 +0,0 @@ -#!/usr/bin/env sh - -WBROWSER=chromium-wayland - - -#OPTS="       Torrent ) -OPTS="Web -Video -YT -Audio -Youtube-dl audio -File -RSS -Torrent" - -rss() { -#sfeed - sed -i '$d' ~/.config/sfeed/sfeedrc - FEED_NAME="$(echo "" | bemenu -p "Feed Name: ")" - echo "feed \"$FEED_NAME\" \"$1\"" >> ~/.config/sfeed/sfeedrc - echo "}" >> ~/.config/sfeed/sfeedrc - -#newsboat - #echo "$1" >> ~/.config/newsboat/urls -} - - -ydl() { - OPT="default -select" - - SEL="$( echo "$OPT" | bemenu)" - - LOC="$HOME/media/audio/" - - if [ "$SEL" = "select" ]; then - if [ ! -f ~/.cache/lf/lastpath ]; then - mkdir -p ~/.cache/lf/ - touch ~/.cache/lf/lastpath - echo "~" > ~/.cache/lf/lastpath - fi - $TERMINAL -e lf -last-dir-path ~/.cache/lf/lastpath "$(cat ~/.cache/lf/lastpath)" - LOC="$(cat ~/.cache/lf/lastpath)" - fi - - cd "$LOC" - youtube-dl "$1" -f 140 - sleep 5 - -} - - - -sel() { - SEL="$( echo "$OPTS" | bemenu)" - - [ "$SEL" = "Web" ] && $WBROWSER "$1" && exit - - [ "$SEL" = "Video" ] && mpv "$1" && exit - - [ "$SEL" = "YT" ] && mpv --ytdl-format=18 "$1" && exit - - [ "$SEL" = "Audio" ] && $TERMINAL -e mpv "$1" && exit - - [ "$SEL" = "Youtube-dl audio" ] && ydl "$1" && exit - - [ "$SEL" = "File" ] && cd "$XDG_DOWNLOAD_DIR" && curl -O -L "$1" && exit - - [ "$SEL" = "RSS" ] && rss "$1" && exit - - [ "$SEL" = "Torrent" ] && transadd "$1" && exit - -#$WBROWSER "$1" -} - -if [ -z "$1" ]; then - #$WBROWSER #URL="$( xclip -o | sed 's/$//g')" && sel "$URL" && exit - #$WBROWSER #URL="$(wl-paste)" && sel "$URL" && exit - sel "$(wl-paste)" -else - #echo "$1" >> ~/.cache/log/browsersh.log - sel "$1" -fi diff --git a/.local/scripts/caffeine.sh b/.local/scripts/caffeine.sh deleted file mode 100755 index 7991d12..0000000 --- a/.local/scripts/caffeine.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -if [ "$1" = "on" ]; then - notify-send "caffeine.sh" 'Screen timeout is disabled.' - xset -dpms - xset s off - - pkill xautolock -else - notify-send "caffeine.sh" "Screen timeout is enabled." - xset +dpms - xset s on - - if [ -z "$(pgrep xautolock)" ]; then - xautolock -time 30 -locker slock & - fi -fi diff --git a/.local/scripts/compress.sh b/.local/scripts/compress.sh deleted file mode 100755 index 159d3f0..0000000 --- a/.local/scripts/compress.sh +++ /dev/null @@ -1,91 +0,0 @@ -#!/bin/sh - -mkname() { - FILES="$( echo "$@" | head -1 - )" - - NAME="$(echo "$FILES" | awk '{print $1}' | xargs -0 basename | cut -f 1 -d '.')" - - #C=0 #create counter variable in case of infinite loop - #while : - #do - # case "$NAME" in - # *.*) NAME="$(echo "$NAME" | cut -f 2 -d '.')" ;; #trim file extensions - # #.*) NAME="$(echo "$NAME" | sed 's/^\.//g')" ;; #trim leading periods - # /*) NAME="$(echo "$NAME" | sed 's/^\///g')" ;; #trim leading slashes - # *) break;; #break if all above conditions are gone - # esac - # - # C=$((C + 1)) - # [ $C -gt 10 ] && break #if counter limit reached break loop - #done - - echo "$NAME" -} - -compress() { - set -f - echo "@ = $@" - FILES="$(echo "$@" | xargs -0)" - echo "FILES = $FILES" - - DIRNAME="$(basename "$FILES")" - echo "DIRNAME = $DIRNAME" - - if ! [ -d "$DIRNAME" ]; then - DIRNAME="$(mkname "$@")" - - echo "making directory $DIRNAME" - mkdir "$DIRNAME" - for f in $FILES - do - cp -r "$f" "$DIRNAME" - done - DELFLAG="TRUE" #set delete flag if we created a temp directory - fi - - echo "enter compression type [tar.gz, zip, 7z(default)]: " - read TYPE - - case "$TYPE" in - tar.gz) tar czf "$DIRNAME".tar.gz "$DIRNAME";; - zip) zip -r "$DIRNAME".zip "$DIRNAME";; - *) 7z a "$DIRNAME".7z "$DIRNAME";; - esac - - [ "$DELFLAG" ] && rm -rf "$DIRNAME" -} - -extract() { - set -f - FILE="$(echo "$1" | xargs)" #use xargs to trim whitespace - DIR="$(basename "$FILE" | cut -f 1 -d '.')" - mkdir "$DIR" - case $FILE in - *.tar.bz|*.tar.bz2|*.tbz|*.tbz2) tar xjvf "$FILE" --directory="$DIR";; - *.tar.gz|*.tgz) tar xzvf "$FILE" --directory="$DIR";; - *.tar.xz|*.txz) tar xJvf "$FILE" --directory="$DIR";; - *.zip) unzip "$FILE" -d "$DIR";; - *.rar) unrar x "$FILE" "$DIR";; - *.7z | *.crx) 7z x "$FILE" -o"$DIR";; - esac -} - -help () { - echo "script to compress/extract files using tar/zip/rar" - echo " -c [ files/directories ] => compress input files/directories" - echo " -e [ file ] => extract input file to a subdirectory of the files name" -} - -#get all input except first argument, if first argument has a '-' and save in ARGS -#ARGS="$( echo "$@" | sed 's/^-.* //g' )" -ARGS="$(echo "$2")" - -echo "ARGS = $ARGS" - -if [ "$1" = "-c" ]; then - compress "$ARGS" -elif [ "$1" = "-e" ]; then - extract "$ARGS" -else - help -fi diff --git a/.local/scripts/days_since.sh b/.local/scripts/days_since.sh deleted file mode 100755 index 3dc1a88..0000000 --- a/.local/scripts/days_since.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env bash - -help() { - echo "\$1 -> file to update or compare against" - echo "\$2 -> -u -> update file given by \$1" -} - -! [ -f "$1" ] && touch "$1" - - -if [ "$2" = "-u" ]; then - echo $(date "+%y%m%d %H") >> "$1" -else - - LAST="$( awk 'END{print $1}' < "$1" )" - HOUR="$( awk 'END{print $2}' < "$1" )"".0" - HOUR_NOW="$(date +%H)"".0" - - DAYS=$(( (($(date --date="$(date +%y%m%d)" +%s) - $(date --date="$LAST" +%s) ))/(60*60*24) )) - RET=$(bc <<< "scale=2; $DAYS + (($HOUR_NOW - $HOUR)/24.0)") - - echo "$RET" -fi diff --git a/.local/scripts/dwl-bar.sh b/.local/scripts/dwl-bar.sh deleted file mode 100755 index 6d72039..0000000 --- a/.local/scripts/dwl-bar.sh +++ /dev/null @@ -1,146 +0,0 @@ -#!/bin/sh -#========================================================================= -# This script is used to set the status bar for dwm, or -# other wms that use xsetroot for a status bar. -# -# by default this script will only run once, to run in -# a loop give it the -l flag: ./sway-bar.sh -l -# -# Requires: pamixer -# -# ddate -> creates a date string -# audio -> creates a string representing the state of pulseaudio -# netup -> creates a string for the current network interface and status -# weather -> reads file written by ~/scripts/update-weather.sh to set the weather -# -# update -> calls all the above functions into swaybar to set status bar -# -# https://gitlab.com/ahub/dotfiles -#======================================================================== - -MAIL_DIR="$HOME/.local/share/mail" - -SEP=" | " - -ddate () { - printf " %s\n" "$(date "+%b %d, %Y ( %I:%M )")" #(%a) -} - - -audio () { - #volstat="$(amixer get Master)" - # if [ -n "$(echo "$volstat" | grep "\[off\]")" ]; then - # icon="🔇" - # else - # icon="$(echo "$volstat" | grep -o "\[[0-9]\+%\]" | sed 's/[^0-9]*//g' | sed -n 1p -) 🔊" - # fi - - icon="$(vol.sh -g) 🔊" - [ "$(pamixer --get-mute)" = "true" ] && icon="🔇" - - printf "%s\n" "$icon" -} - -rss() { - rss_cnt=$(sfeed_plain ~/.local/share/sfeed/feeds/* | grep -c "^N" ) - #rss_cnt="$(newsboat -x print-unread | awk '{print $1}')" - printf "%s \n" "$rss_cnt" -} - -mail() { - #MAIL_DIR="$HOME/.local/share/mail/main/INBOX/new" - #COUNT="$(ls "$MAIL_DIR" | wc -l)" - - COUNT=0 - for MBOX in $(ls "$MAIL_DIR") - do - TMP_DIR="$MAIL_DIR""/$MBOX""/INBOX/new" - COUNT=$((COUNT+$(ls "$TMP_DIR" | wc -l))) - - done - - icon="$COUNT 📧" - - printf "%s\n" "$icon" - -} - -netup() { - icon="❗" - for iface in $(ls -1 /sys/class/net | sed '/^lo/d') - do - if [ $(cat /sys/class/net/"$iface"/operstate | grep up) ] ; then - if [ "$(echo "$iface" | grep w)" ]; then - icon=" " - else - icon="" - fi - elif [ -z "$icon" ]; then - icon="❗" - fi - done - - printf "%s\n" "$icon" -} - -weather() { - if ! [ -f ~/.cache/wttr ]; then - sh ~/.local/scripts/update-weather.sh - fi - icon="$(cat ~/.cache/wttr)" - - printf "%s\n" "$icon" -} - -cputemp() { - icon="$(cat /sys/class/thermal/thermal_zone0/temp | sed 's/\(.\)..$/.\1°C/')" - - printf "%s\n" "$icon" -} - -battery() { - BATT_DIR="/sys/class/power_supply/BAT0" - if [ -d "$BATT_DIR" ]; then - status="$(cat "$BATT_DIR"/status)" - charge="$(cat "$BATT_DIR"/capacity)" - fi - icon="" - if [ "$status" = "Discharging" ]; then - icon="${charge}% 🔋" - elif [ -z "$status" ]; then - icon="🔌" - else - icon="${charge}% 🔌" - fi - - printf "%s\n" "$icon" -} - -crypto() { - icon="$(cat ~/.cache/rate)" - printf "%s\n" "$icon" -} - -update() { - somebar -c status " $(crypto)$SEP$(cputemp)$SEP$(battery)$SEP$(netup)$SEP$(audio)$SEP$(rss)$SEP$(weather)$SEP$(ddate) " -} - - -sleep 1 -#trap 'exit' 2 -#trap 'exit' 15 -#trap 'exit' 9 -if [ "$1" ] && [ "$1" = "-l" ]; then - echo "$$" > ~/.cache/statusbar_pid - - sh ~/.local/scripts/update-crypto.sh -i & - sh ~/.local/scripts/update-weather.sh -i & - - while true - do - update - sleep 60 - done -else - update -fi diff --git a/.local/scripts/dwm-bar.sh b/.local/scripts/dwm-bar.sh deleted file mode 100755 index 5dd1bb8..0000000 --- a/.local/scripts/dwm-bar.sh +++ /dev/null @@ -1,164 +0,0 @@ -#!/bin/sh -#========================================================================= -# This script is used to set the status bar for dwm, or -# other wms that use xsetroot for a status bar. -# -# by default this script will only run once, to run in -# a loop give it the -l flag: ./dwm-bar.sh -l -# -# Requires: pulsemixer, xbps (for sys_updates) -# -# ddate -> creates a date string -# audio -> creates a string representing the state of pulseaudio -# netup -> creates a string for the current network interface and status -# weather -> reads file written by ~/scripts/update-weather.sh to set the weather -# -# update -> calls all the above functions into xsetroot to set status bar -# -# https://gitlab.com/ahub/dotfiles -#======================================================================== - -MAIL_DIR="$HOME/.local/share/mail" - -SEP=" | " - -ddate () { - printf " %s\n" "$(date "+%b %d, %Y ( %I:%M )")" #(%a) -} - - -audio () { - #icon="$(pulsemixer --get-volume | cut -d ' ' -f 1) 🔊" - #[ $(pulsemixer --get-mute) = "1" ] && icon="🔇" - - volstat="$(amixer get Master)" - if [ -n "$(echo "$volstat" | grep "\[off\]")" ]; then - icon="🔇" - else - icon="$(echo "$volstat" | grep -o "\[[0-9]\+%\]" | sed 's/[^0-9]*//g' | sed -n 1p -) 🔊" - fi - - printf "%s\n" "$icon" -} - -nofap_counter() { - DAYS="$(zsh ~/.local/scripts/days_since.sh ~/.cache/last_fap)" - printf "🍆💦💦 $DAYS" -} - -rss() { - rss_cnt=$(sfeed_plain ~/.local/share/sfeed/feeds/* | grep -c "^N" ) - printf "%s \n" "$rss_cnt" -} - -mail() { - #MAIL_DIR="$HOME/.local/share/mail/main/INBOX/new" - #COUNT="$(ls "$MAIL_DIR" | wc -l)" - - COUNT=0 - for MBOX in $(ls "$MAIL_DIR") - do - TMP_DIR="$MAIL_DIR""/$MBOX""/INBOX/new" - COUNT=$((COUNT+$(ls "$TMP_DIR" | wc -l))) - - done - - - icon="$COUNT 📧" - - printf "%s\n" "$icon" - -} - -netup() { - icon="❗" - for iface in $(ls -1 /sys/class/net | sed '/^lo/d') - do - if [ $(cat /sys/class/net/"$iface"/operstate | grep up) ] ; then - if [ "$(echo "$iface" | grep w)" ]; then - icon=" " - # "📡" - else - icon="" #"🌐" - fi - elif [ -z "$icon" ]; then - icon="❗" - fi - done - - printf "%s\n" "$icon" -} - -weather() { - if ! [ -f ~/.cache/wttr ]; then - sh ~/.local/scripts/update-weather.sh - fi - icon="$(cat ~/.cache/wttr)" - - printf "%s\n" "$icon" -} - -#sysupdates() { -# upcnt=$(xbps-install -un | wc -l) -# icon="" -# -# if [ $upcnt -eq 0 ]; then -# icon="" -# else -# icon="$upcnt  " -# fi -# -# printf "%s\n" "$icon" -#} - - -cputemp() { - icon="$(cat /sys/class/thermal/thermal_zone0/temp | sed 's/\(.\)..$/.\1°C/')" - - printf "%s\n" "$icon" -} - -battery() { - status="$(cat /sys/class/power_supply/BAT0/status)" - charge="$(cat /sys/class/power_supply/BAT0/capacity)" - icon="" - if [ "$status" = "Discharging" ]; then - icon="${charge}% 🔋" - elif [ -z "$status" ]; then - icon="🔌" - else - icon="${charge}% 🔌" - fi - - printf "%s\n" "$icon" -} - -crypto() { - icon="$(cat ~/.cache/rate)" - printf "%s\n" "$icon" -} -#transmission() { -#} - -update() { - xsetroot -name " $(crypto)$SEP$(cputemp)$SEP$(battery)$SEP$(netup)$SEP$(audio)$SEP$(rss)$SEP$(weather)$SEP$(ddate) " -} - - -#trap 'exit' 2 -#trap 'exit' 15 -#trap 'exit' 9 -if [ "$1" ] && [ "$1" = "-l" ]; then - echo "$$" > ~/.cache/statusbar_pid - - sh ~/.local/scripts/update-crypto.sh -i & - sh ~/.local/scripts/update-weather.sh -i & - - while true - do - update - sleep 60 - done -else - update -fi diff --git a/.local/scripts/encrypt.sh b/.local/scripts/encrypt.sh deleted file mode 100755 index b13dbf0..0000000 --- a/.local/scripts/encrypt.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -if [ "$1" = "-e" ];then - - if [ "$2" ]; then - tar -cvzf - "$2" | gpg -c > "$2".tar.gz.gpg - fi - -elif [ "$1" = "-d" ];then - - - if [ "$2" ]; then - gpg -d "$2" | tar -xvzf - - fi - -else - echo " $1 : -e, encrypt $2" - echo " -d, decrypt $2" - echo " $2 : directory or file to encrypt/decrypt" - -fi diff --git a/.local/scripts/fix-wacom.sh b/.local/scripts/fix-wacom.sh deleted file mode 100755 index 3e705a2..0000000 --- a/.local/scripts/fix-wacom.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env sh -xsetwacom set 9 MapToOutput 1920x1080+0+0 diff --git a/.local/scripts/fixscr.sh b/.local/scripts/fixscr.sh deleted file mode 100755 index 8e0af28..0000000 --- a/.local/scripts/fixscr.sh +++ /dev/null @@ -1,84 +0,0 @@ -#!/bin/sh - -RES="1920x1080" -MON="VGA-1" -LAPTOP="LVDS-1" - - -list_mons() { - wlr-randr | grep -v "^ " | awk '{print $1}' -} - -get_mon() { - echo "$(list_mons)" | bemenu -p "Select monitor: " -} - -#$1 -> monitor to get resolutions of -get_res() { - if [ -z "$1" ]; then - echo "$RES" - else - echo "$(wlr-randr | sed '1,/VGA-1/d' | sed '1,/[0-9]/d' | awk '{print $1}')" | bemenu - fi -} - -laptop_only() { - wlr-randr --output VGA-1 --off #TODO only needed because my thinkpad has an issue, remove when no longer needed - wlr-randr --output "$LAPTOP" --on -} - -#$1 -> monitor -#$2 -> resolution -monitor_only() { - MON="$1" - RES="$2" - - echo "$MON $RES" >> ~/.cache/log/fixscrsh.log - - [ -z "$1" ] && MON="$(get_mon)" - [ -z "$2" ] && RES="$(get_res "$MON")" - - wlr-randr --output "$LAPTOP" --off - wlr-randr --output "$MON" --on --mode "$RES" -} - -span() { - MONS="$(list_mons)" - for i in $MONS - do - wlr-randr --output "$i" --on - done -} - -menu() { -OPTS="laptop_only -monitor_only -mirror -span -quit" - - SEL="$(echo "$OPTS" | bemenu)" - - [ "$SEL" = "laptop_only" ] && laptop_only - [ "$SEL" = "monitor_only" ] && monitor_only - [ "$SEL" = "span" ] && span -} - -help() { - echo "Usage: ./fixscr.sh" - echo " --menu => show bemenu prompts to select monitor configuration" - echo " --laptop-only => enable only laptop" - echo " --monitor-only [MONITOR] [RESOLUTION] => enable only external monitor" - echo " --help => show this help prompt" -} - -[ "$2" ] && MON="$2" -[ "$3" ] && RES="$3" - -if [ "$1" = "--menu" ]; then - menu -else - [ "$1" = "--monitor-only" ] && monitor_only "$MON" "$RES" - [ "$1" = "--laptop-only" ] && laptop_only - [ -z "$1" ] && help -fi diff --git a/.local/scripts/gammastep-init.sh b/.local/scripts/gammastep-init.sh deleted file mode 100755 index 93f01a1..0000000 --- a/.local/scripts/gammastep-init.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -#run this to start gammastep -#got this from https://rumpelsepp.org/blog/geolocation-for-gammastep/ -#modified to be a posix shell script, and to save location data to a file -#so gammastep still works if internet is out. - -FN="$HOME/.cache/gs_geoclue.json" - -curl -Ls https://ipapi.co/json > "$FN" -gammastep -l "$( cat "$FN" | jq ".latitude" )":"$( cat "$FN" | jq ".longitude" )" -m wayland diff --git a/.local/scripts/hotkeys.sh b/.local/scripts/hotkeys.sh deleted file mode 100755 index 83f543f..0000000 --- a/.local/scripts/hotkeys.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env sh - -run () { - killall swhks - - swhks & pkexec swhkd -} - -close () { - killall swhks - sudo killall swhkd -} - -if [ "$1" = "-k" ]; then - close -else - run -fi diff --git a/.local/scripts/install.sh b/.local/scripts/install.sh deleted file mode 100755 index 77720d6..0000000 --- a/.local/scripts/install.sh +++ /dev/null @@ -1,136 +0,0 @@ -#!/bin/sh -###SUCKLESS INSTALL### - -INSTALL_DIR="/home/alex/.local/src" - -clone() { - cd "$INSTALL_DIR" || return - if [ "$( echo "$1" | grep -v "^#")" ]; then - git clone "$1" - fi -} - -add_repos() { - mkdir -p $INSTALL_DIR - - if [ -p /dev/stdin ]; then - while IFS= read -r line; do - clone "$line" - done - else - FN="$1" - ! [ -f "$FN" ] && FN= - cat "$1" | - while read -r line; do - clone "$line" - done - fi - - do_all install -} - -update() { - cd "$INSTALL_DIR"/"$1" || return - git pull origin master - #install "$1" -} - -list() { - ls -l "$INSTALL_DIR" | grep -v "total" | rev | cut -d ' ' -f 1 | rev -} - -do_all() { - for i in $(list) - do - $1 "$i" - done -} - -uninstall() { - cd "$INSTALL_DIR"/"$1" || return - case "$1" in - tiramisu*) - sudo rm /usr/local/bin/tiramisu - ;; - pfetch*) - sudo rm /usr/local/bin/pfetch - ;; - yacy_search_server*) - echo "ADD UNINSTALL FUNCTIONALITY FOR THIS REPO" - ;; - pipe-viewer* | straw-viewer*) - sudo ./Build uninstall #TODO test if this actually works - ;; - mcomix3) - rm "$INSTALL_DIR"/bin/mcomix - rm -rf "$INSTALL_DIR"/share/mcomix/ - rm /usr/share/applications/mcomix.desktop - ;; - *) - sudo make uninstall - ;; - esac -} - -install() { - cd "$INSTALL_DIR"/"$1" || return - case "$1" in - tiramisu*) - make - sudo cp tiramisu /usr/local/bin/ - ;; - pfetch*) - sudo cp pfetch /usr/local/bin/ - ;; - yacy_search_server*) - ant clean all dist - ;; - pipe-viewer* | straw-viewer*) - perl Build.PL - sudo ./Build installdeps - sudo ./Build install - ;; - mcomix3) - DEST_DIR="/usr/local" - mkdir -p "$DEST_DIR"/bin - mkdir -p "$DEST_DIR"/share - - sudo python3 installer.py --srcdir=mcomix --target="$DEST_DIR"/share - sudo ln -s "$DEST_DIR"/share/mcomix/mcomixstarter.py "$DEST_DIR"/bin/mcomix - sudo cp ./mime/mcomix.desktop /usr/share/applications/ - ;; - - tremc) - sudo sh -c 'export DESTDIR="/usr/local" && make install' - ;; - *) - sudo make install - ;; - esac -} - -help() { - echo "add-repos -> add collection of git repos to dir, from list of repos in file specified by \$2" - echo "add-repo -> add one specific repo to be handled by this script specified by \$2" - echo "list -> list all currently tracked repos" - echo "upgrade -> install all repos currently being tracked" - echo "install -> install specified program, should be name of repo seen from output of list" - echo "uninstall -> uninstall specified program, should be name of repo seen from output of list" - echo "update -> pull all repos currently being tracked" - echo "clean -> runs uninstall command on all repos currently being tracked" -} - - -case "$1" in - add-repos) add_repos "$2";; #add collection of git repos to dir, from list of repos in file specified by $2 - add-repo) clone "$2";; #add one specific repo to be handled by this script specified by $2 - list*) list;; #list all currently tracked repos - upgrade) do_all install;; #install all repos currently being tracked to the system - install*) install "$2";; #install specified program, should be name of repo seen from output of "list" - uninstall*) uninstall "$2";; #uninstall specified program, should be name of repo seen from output of "list" - update*) do_all update;; - clean*) do_all uninstall;; #runs uninstall command on all repos currently being tracked - *) help;; - - -esac diff --git a/.local/scripts/pipewire.sh b/.local/scripts/pipewire.sh deleted file mode 100755 index e92d4e6..0000000 --- a/.local/scripts/pipewire.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -#programs to run to initialize pipewire, separated by spaces -PROGS="pipewire pipewire-pulse wireplumber" - -trap 'kill' 2 -trap 'kill' 15 - -kill() { - for PRG in $PROGS - do - pkill -KILL "$PRG" - sleep 1 - done -} - - -for PRG in $PROGS -do - - [ -z "$(pgrep "^$PRG\$")" ] && "$PRG" & - sleep 1 -done - -wait diff --git a/.local/scripts/set-wp.sh b/.local/scripts/set-wp.sh deleted file mode 100755 index 3a78185..0000000 --- a/.local/scripts/set-wp.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/env sh -#sets a random wallpaper using feh from the ~/wallpapers directory - -setwp() { - #wal -n -s -t -e -i "$1" - rm ~/.config/wall - cp "$1" "$HOME/.config/wall" - swaymsg "output * bg ~/.config/wall fill" - swaybg --image "$HOME/.config/wall" -} - - -#TODO convert this to be usable in wayland/sway -#[ "$1" = "-r" ] && WALLP=$(find -L ~/wallpapers/ -iname "*.*" -print | shuf -n 1) && feh --bg-scale "$WALLP" && exit - -#if [ -d "$1" ]; then -# case $1 in -# /*) sel="$(sxiv -o "$1" | sed '$!d')" ;; -# *) sel="$PWD/$(sxiv "$1" -o | sed '$!d')" ;; -# esac -# [ -f "$sel" ] && setwp "$sel" -# -#elif [ -f "$1" ]; then -# #setwp "$PWD/$1" -# setwp "$1" -#fi - -if [ -f "$1" ]; then - setwp "$1" -fi - - diff --git a/.local/scripts/ss.sh b/.local/scripts/ss.sh deleted file mode 100755 index acfe389..0000000 --- a/.local/scripts/ss.sh +++ /dev/null @@ -1,77 +0,0 @@ -#!/bin/sh -#Script wrapper for using grim for screenshots in sway -#commands taken from grim's github README, commands saved below for reference -#requires that sway, grim, jq, and imagemagick are installed - -#for all functions: -# $1 -> filename for output, will be set to - if -clip flag is set -# $2 -> program to pipe grim output to, defaults to cat, is set to wl-copy if -clip is set -# $3 -> seconds to wait before taking screenshot - -ss_all() { - sleep "$3" - grim "$1" | "$2" -} - -ss_mon() { - sleep "$3" - grim -o "$(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name')" "$1" | "$2" -} - -ss_win() { - sleep "$3" - grim -g "$(swaymsg -t get_tree | jq -j '.. | select(.type?) | select(.focused).rect | "\(.x),\(.y) \(.width)x\(.height)"')" "$1" | "$2" -} - -ss_sel() { - grim -g "$(slurp && sleep "$3")" "$1" | "$2" -} - -ss_color_pick() { - grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:- | "$2" -} - -help() { - echo "ss.sh [OPTIONS]" - echo " -a -> take screenshot of entire display" - echo " -m -> take screenshot of current monitor" - echo " -w -> take screenshot of currently active window" - echo " -s -> take screenshot of selection" - echo " -o FILENAME -> override filename output with given string FILENAME" - echo " --color-picker -> get the current color value of a selected pixel, prints data to stdout" - echo " --clip -> copy image to clipboard instead of writing to file" - echo " --secs SECS -> wait SECS seconds before taking screenshot" - echo " --help -> print this help message" - echo "" -} - -CMD="help" - -FN=$(date +'%s_grim.png') - -SECS="0" - -FN_FLAG="" -SL_FLAG="" - -PIPE_CMD="cat" - -for ARG in "$@" -do - [ "$ARG" = "-a" ] && CMD="ss_all" - [ "$ARG" = "-m" ] && CMD="ss_mon" - [ "$ARG" = "-w" ] && CMD="ss_win" - [ "$ARG" = "-s" ] && CMD="ss_sel" - [ "$ARG" = "--color-picker" ] && CMD="ss_color_pick" - [ "$ARG" = "--clip" ] && FN="-" && PIPE_CMD="wl-copy" - [ "$ARG" = "--help" ] && CMD="help" - - [ "$FN_FLAG" = "1" ] && FN_FLAG="" && FN="$ARG" #turn off FN_FLAG and set FN to argument after -o - [ "$ARG" = "-o" ] && FN_FLAG="1" #flag next argument to be file name - - [ "$SL_FLAG" = "1" ] && SL_FLAG="" && SECS="$ARG" #turn off SL_FLAG and set SECS to argument after -secs - [ "$ARG" = "-secs" ] && SL_FLAG="1" #flag next argument to be SECS - -done - -$CMD "$FN" "$PIPE_CMD" "$SECS" diff --git a/.local/scripts/start-monero.sh b/.local/scripts/start-monero.sh deleted file mode 100755 index a8dc586..0000000 --- a/.local/scripts/start-monero.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -#DATA_LOC="/media/SEAGATE/CRYPTO/monero/BLOCKCHAIN/" -#DATA_LOC="$HOME/.local/share/monero/BLOCKCHAIN/" -DATA_LOC="/media/SEAGATE/CRYPTO/monero/BLOCKCHAIN2/" -WALLET_LOC="$HOME"/.local/wallets/monero/myWallet/myWallet - -#add this in /etc/security/limits.conf -# $USER hard memlock 2048 -# $USER soft memlock 2048 - -#ulimit -l 2048 - -#monerod --data-dir "$DATA_LOC" --mining-threads 3 --detach -#sleep 60 - -if [ "$1" = "-w" ]; then - monero-wallet-cli --wallet-file "$WALLET_LOC" -elif [ "$1" = "-i" ]; then - mkdir -p "$DATA_LOC" - ulimit -l 2048 - monerod --data-dir "$DATA_LOC" --prune-blockchain --max-concurrency=4 --detach - #monerod --data-dir "$DATA_LOC" --db-salvage - echo "sleeping..." - sleep 1200 - echo "Wallet started." -else - echo "-i -> initialize, set ulimits and start monerod" - echo "-w -> open wallet in cli" -fi - diff --git a/.local/scripts/surfb b/.local/scripts/surfb deleted file mode 100755 index c81c478..0000000 --- a/.local/scripts/surfb +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/env sh -#======================================================= -#adds bookmark functionality to surf using dmenu -# -# A file in $startdir will be seen as a collection of websites. -# A directory in $startdir is then a collection of those files. -# This script can navigate through directories created in $startdir. -# Press esc to go back a directory. esc at $startdir will close the -# dmenu prompt. -# -# https://github.com/A-Hub/dotfiles -#======================================================= -startdir=$HOME/.local/bmarks -dir=$startdir - -list() -{ - sel=$(ls $dir | dmenu -p "select directory") - if [ ! $sel ]; then - if [ "$dir" != "$startdir" ]; then - dir="$(dirname $dir)" - list - fi - else - if [ -d $dir/$sel ]; then - dir=$dir/$sel - list - else - site=$(cat $dir/$sel | dmenu -l 10 -p "select site") - if [ ! $site ]; then - list - else - $BROWSER $site - fi - fi - fi -} - -list diff --git a/.local/scripts/sway-bar.sh b/.local/scripts/sway-bar.sh deleted file mode 100755 index c8b5cb2..0000000 --- a/.local/scripts/sway-bar.sh +++ /dev/null @@ -1,145 +0,0 @@ -#!/bin/sh -#========================================================================= -# This script is used to set the status bar for dwm, or -# other wms that use xsetroot for a status bar. -# -# by default this script will only run once, to run in -# a loop give it the -l flag: ./sway-bar.sh -l -# -# Requires: pamixer -# -# ddate -> creates a date string -# audio -> creates a string representing the state of pulseaudio -# netup -> creates a string for the current network interface and status -# weather -> reads file written by ~/scripts/update-weather.sh to set the weather -# -# update -> calls all the above functions into swaybar to set status bar -# -# https://gitlab.com/ahub/dotfiles -#======================================================================== - -MAIL_DIR="$HOME/.local/share/mail" - -SEP=" | " - -ddate () { - printf " %s\n" "$(date "+%b %d, %Y ( %I:%M )")" #(%a) -} - - -audio () { - #volstat="$(amixer get Master)" - # if [ -n "$(echo "$volstat" | grep "\[off\]")" ]; then - # icon="🔇" - # else - # icon="$(echo "$volstat" | grep -o "\[[0-9]\+%\]" | sed 's/[^0-9]*//g' | sed -n 1p -) 🔊" - # fi - - icon="$(vol.sh -g) 🔊" - [ "$(pamixer --get-mute)" = "true" ] && icon="🔇" - - printf "%s\n" "$icon" -} - -rss() { - rss_cnt=$(sfeed_plain ~/.local/share/sfeed/feeds/* | grep -c "^N" ) - #rss_cnt="$(newsboat -x print-unread | awk '{print $1}')" - printf "%s \n" "$rss_cnt" -} - -mail() { - #MAIL_DIR="$HOME/.local/share/mail/main/INBOX/new" - #COUNT="$(ls "$MAIL_DIR" | wc -l)" - - COUNT=0 - for MBOX in $(ls "$MAIL_DIR") - do - TMP_DIR="$MAIL_DIR""/$MBOX""/INBOX/new" - COUNT=$((COUNT+$(ls "$TMP_DIR" | wc -l))) - - done - - icon="$COUNT 📧" - - printf "%s\n" "$icon" - -} - -netup() { - icon="❗" - for iface in $(ls -1 /sys/class/net | sed '/^lo/d') - do - if [ $(cat /sys/class/net/"$iface"/operstate | grep up) ] ; then - if [ "$(echo "$iface" | grep w)" ]; then - icon=" " - else - icon="" - fi - elif [ -z "$icon" ]; then - icon="❗" - fi - done - - printf "%s\n" "$icon" -} - -weather() { - if ! [ -f ~/.cache/wttr ]; then - sh ~/.local/scripts/update-weather.sh - fi - icon="$(cat ~/.cache/wttr)" - - printf "%s\n" "$icon" -} - -cputemp() { - icon="$(cat /sys/class/thermal/thermal_zone0/temp | sed 's/\(.\)..$/.\1°C/')" - - printf "%s\n" "$icon" -} - -battery() { - BATT_DIR="/sys/class/power_supply/BAT0" - if [ -d "$BATT_DIR" ]; then - status="$(cat "$BATT_DIR"/status)" - charge="$(cat "$BATT_DIR"/capacity)" - fi - icon="" - if [ "$status" = "Discharging" ]; then - icon="${charge}% 🔋" - elif [ -z "$status" ]; then - icon="🔌" - else - icon="${charge}% 🔌" - fi - - printf "%s\n" "$icon" -} - -crypto() { - icon="$(cat ~/.cache/rate)" - printf "%s\n" "$icon" -} - -update() { - echo " $(crypto)$SEP$(cputemp)$SEP$(battery)$SEP$(netup)$SEP$(audio)$SEP$(rss)$SEP$(weather)$SEP$(ddate) " -} - - -#trap 'exit' 2 -#trap 'exit' 15 -#trap 'exit' 9 -if [ "$1" ] && [ "$1" = "-l" ]; then - echo "$$" > ~/.cache/statusbar_pid - - sh ~/.local/scripts/update-crypto.sh -i & - sh ~/.local/scripts/update-weather.sh -i & - - while true - do - update - sleep 60 - done -else - update -fi diff --git a/.local/scripts/tordone b/.local/scripts/tordone deleted file mode 100755 index 59724fe..0000000 --- a/.local/scripts/tordone +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env sh -# * TR_APP_VERSION -# * TR_TIME_LOCALTIME -# * TR_TORRENT_DIR -# * TR_TORRENT_HASH -# * TR_TORRENT_ID -# * TR_TORRENT_NAME -notify-send "✔️ Transmission-daemon" "$TR_TORRENT_NAME download complete." diff --git a/.local/scripts/trans-init b/.local/scripts/trans-init deleted file mode 100755 index 303ad4d..0000000 --- a/.local/scripts/trans-init +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env sh - -#sleep 30 -[ ! -d ~/.cache/transmission ] && mkdir -p ~/.cache/transmission - -while [ ! -f ~/.cache/transmission/bt_blocklists.gz ]; do - sleep 10 - cd ~/.cache/transmission/ - #curl -O -L https://github.com/sahsu/transmission-blocklist/releases/download/1.0.0/blocklist.gz - #curl -O -L https://github.com/sahsu/transmission-blocklist/releases/latest/download/blocklist.gz - curl -O -L https://github.com/Naunter/BT_BlockLists/raw/master/bt_blocklists.gz -done - -gunzip ~/.cache/transmission/bt_blocklists.gz -rm ~/.cache/transmission/bt_blocklists.gz - -if [ -f ~/.config/transmission-daemon/blocklists/bt_blocklists ]; then - rm ~/.config/transmission-daemon/blocklists/* -fi - -mv ~/.cache/transmission/bt_blocklists ~/.config/transmission-daemon/blocklists/ - -[ -z "$(pgrep transmission)" ] && transmission-daemon & diff --git a/.local/scripts/update-crypto.sh b/.local/scripts/update-crypto.sh deleted file mode 100755 index 18f3931..0000000 --- a/.local/scripts/update-crypto.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env sh - -get() { - val="$(curl --connect-timeout 30 "rate.sx/1$1" | sed 's/\(\.[0-9][0-9]\).*$/\1/g')" - - printf "%s: %s\n" "$1" "$val" -} - -[ "$1" = "-i" ] && sleep 10 - - -UPDATE="$(get 'LINK') $(get 'XMR')" - -if [ $(echo $UPDATE | wc -m) -le 30 ]; then - echo "$UPDATE" > ~/.cache/rate -else - echo "❗" > ~/.cache/rate -fi diff --git a/.local/scripts/update-hosts b/.local/scripts/update-hosts deleted file mode 100755 index 17a9ba9..0000000 --- a/.local/scripts/update-hosts +++ /dev/null @@ -1,46 +0,0 @@ -#!/usr/bin/env sh -#=================== -#TODO: -# + currently making /etc/hosts a symlink to a user owned file to allow script to run w/o sudo, possible security issue. -# -#FLAGS: -# if $1 is -u then update files from internet -# -# ================== - -BLOCKFILE="$HOME/.config/blocklist" - -update() { - mkdir -p ~/.local/share/update_hosts - cd ~/.local/share/update_hosts - - if [ ! -f "./.hosts.orig" ]; then - cp /etc/hosts ./.hosts.orig - fi - - if [ "$1" = "-u" ]; then - - rm ./.swc_hosts - #get someonewhocares.org hosts file - curl https://someonewhocares.org/hosts/hosts -o ./.swc_hosts - - fi - - #curl https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts -o ./.sb_hosts - - #[ -f "$BLOCKFILE" ] && echo "blocklist file found." && sed 's/^/127.0.0.1 /g' "$BLOCKFILE" > ./blocklist - - #if [ -f "./blocklist" ]; then - # cat ./.hosts.orig ./.swc_hosts ./.sb_hosts ./blocklist > ./hosts - #else - cat ./.hosts.orig ./.swc_hosts > ./hosts - #fi - - #cat ./.hosts.orig ./.swc_hosts > ./hosts - - #sudo mv ./hosts /etc/ - [ "$1" = "-u" ] && sudo rm /etc/hosts && sudo ln -s $HOME/.local/share/update_hosts/hosts /etc/ && exit -} - - -update "$1" diff --git a/.local/scripts/update-weather.sh b/.local/scripts/update-weather.sh deleted file mode 100755 index 3302007..0000000 --- a/.local/scripts/update-weather.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env sh - -[ "$1" = "-i" ] && sleep 10 - -UPDATE="$(curl --connect-timeout 30 "wttr.in/?format=1")" # > ~/.cache/wttr - -echo $UPDATE | wc -m - -if [ $(echo $UPDATE | wc -m) -le 30 ]; then - echo "$UPDATE" > ~/.cache/wttr - -else - echo "❗" > ~/.cache/wttr - -fi diff --git a/.local/scripts/vol.sh b/.local/scripts/vol.sh deleted file mode 100755 index d8c5522..0000000 --- a/.local/scripts/vol.sh +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh - -PERC="0.05" - -refbar() { - pkill sleep -P "$(cat ~/.cache/statusbar_pid )" -} - -inc() { - [ "$1" ] && PERC="$1" - #pulsemixer --change-volume +"$1" && refbar - #amixer sset Master 1%+ && refbar - #pamixer -i "$PERC" && refbar - wpctl set-volume @DEFAULT_AUDIO_SINK@ "$(echo "$(get) + $PERC" | bc)" && refbar -} - -dec() { - [ "$1" ] && PERC="$1" - #pulsemixer --change-volume -"$1" && refbar - #amixer sset Master 1%- && refbar - #pamixer -d "$PERC" && refbar - wpctl set-volume @DEFAULT_AUDIO_SINK@ "$(echo "$(get) - $PERC" | bc)" && refbar -} - -mute() { - #pulsemixer --toggle-mute && refbar - #amixer sset Master toggle && refbar - #pamixer -t && refbar - wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle && refbar -} - -get() { - wpctl get-volume @DEFAULT_AUDIO_SINK@ | cut -d' ' -f 2 -} - -help() { - echo "-i N -> increment volume by N (0.00 - 1.00)" - echo "-d N -> decrement volume by N (0.00 - 1.00)" - echo "-g -> get current volume" - echo "--toggle-mute -> toggle mute sound" -} - -if [ "$1" = "-i" ]; then - inc "$2" -elif [ "$1" = "-d" ]; then - dec "$2" -elif [ "$1" = "--toggle-mute" ]; then - mute -elif [ "$1" = "-g" ]; then - get -else - help -fi diff --git a/.local/scripts/website_dl.sh b/.local/scripts/website_dl.sh deleted file mode 100755 index 681cc22..0000000 --- a/.local/scripts/website_dl.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -wget --mirror --convert-links --adjust-extension --page-requisites --no-parent "$1" diff --git a/.local/scripts/wp-load.sh b/.local/scripts/wp-load.sh deleted file mode 100755 index 604f374..0000000 --- a/.local/scripts/wp-load.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xwallpaper --zoom ~/.config/wall diff --git a/.local/share/applications/alacritty.desktop b/.local/share/applications/alacritty.desktop deleted file mode 100644 index 4963375..0000000 --- a/.local/share/applications/alacritty.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Name=Simple Terminal -GenericName=Terminal -Comment=Suckless terminal emulator for X -Exec=alacritty -t "Alacritty" -Terminal=false -Type=Application -Encoding=UTF-8 -Icon=utilities-terminal -Categories=System;TerminalEmulator; -Keywords=shell;prompt;command;commandline;cmd; diff --git a/.local/share/applications/img.desktop b/.local/share/applications/img.desktop deleted file mode 100644 index 3fad6af..0000000 --- a/.local/share/applications/img.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Image viewer -Exec=/usr/bin/imv %u diff --git a/.local/share/applications/lf.desktop b/.local/share/applications/lf.desktop deleted file mode 100644 index 47ecff7..0000000 --- a/.local/share/applications/lf.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Type=Application -Name=lf -Comment=Launches the lf file manager -Icon=utilities-terminal -Terminal=false -#Exec=pcmanfm -Exec=alacritty -e lf %u -Categories=ConsoleOnly;System;FileTools;FileManager -MimeType=inode/directory; diff --git a/.local/share/applications/mpv.desktop b/.local/share/applications/mpv.desktop deleted file mode 100644 index 857a6fe..0000000 --- a/.local/share/applications/mpv.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Video Player -Exec=/usr/bin/mpv %u diff --git a/.local/share/applications/pdf.desktop b/.local/share/applications/pdf.desktop deleted file mode 100644 index 8c38677..0000000 --- a/.local/share/applications/pdf.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=PDF reader -Exec=/usr/bin/zathura %u diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop deleted file mode 100644 index daff7f1..0000000 --- a/.local/share/applications/text.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Text editor -Exec=/usr/local/bin/alacritty -e vim %u diff --git a/.local/share/applications/torrent.desktop b/.local/share/applications/torrent.desktop deleted file mode 100644 index f6d28d9..0000000 --- a/.local/share/applications/torrent.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Torrent -Exec=/usr/bin/env transadd %U diff --git a/.local/share/applications/web.desktop b/.local/share/applications/web.desktop deleted file mode 100644 index 87f5312..0000000 --- a/.local/share/applications/web.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Web Browser -Exec=$HOME/.local/scripts/browser.sh %u -MimeType=text/html; diff --git a/.local/share/fonts/Material-Design-Iconic-Font.ttf b/.local/share/fonts/Material-Design-Iconic-Font.ttf deleted file mode 100644 index 5d489fd..0000000 Binary files a/.local/share/fonts/Material-Design-Iconic-Font.ttf and /dev/null differ diff --git a/.local/share/fonts/mononoki/LICENSE.txt b/.local/share/fonts/mononoki/LICENSE.txt deleted file mode 100644 index 6ef130c..0000000 --- a/.local/share/fonts/mononoki/LICENSE.txt +++ /dev/null @@ -1,94 +0,0 @@ -Copyright (c) 2013, Matthias Tellen matthias.tellen@googlemail.com, -with Reserved Font Name monoOne. - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/.local/share/fonts/mononoki/mononoki-Regular Nerd Font Complete Mono Windows Compatible.ttf b/.local/share/fonts/mononoki/mononoki-Regular Nerd Font Complete Mono Windows Compatible.ttf deleted file mode 100644 index 6a878e8..0000000 Binary files a/.local/share/fonts/mononoki/mononoki-Regular Nerd Font Complete Mono Windows Compatible.ttf and /dev/null differ diff --git a/.local/share/fonts/mononoki/mononoki-Regular Nerd Font Complete Mono.ttf b/.local/share/fonts/mononoki/mononoki-Regular Nerd Font Complete Mono.ttf deleted file mode 100644 index f38033d..0000000 Binary files a/.local/share/fonts/mononoki/mononoki-Regular Nerd Font Complete Mono.ttf and /dev/null differ diff --git a/.local/share/fonts/mononoki/mononoki-Regular Nerd Font Complete Windows Compatible.ttf b/.local/share/fonts/mononoki/mononoki-Regular Nerd Font Complete Windows Compatible.ttf deleted file mode 100644 index 87d63ec..0000000 Binary files a/.local/share/fonts/mononoki/mononoki-Regular Nerd Font Complete Windows Compatible.ttf and /dev/null differ diff --git a/.local/share/fonts/mononoki/mononoki-Regular Nerd Font Complete.ttf b/.local/share/fonts/mononoki/mononoki-Regular Nerd Font Complete.ttf deleted file mode 100644 index 6bfdc86..0000000 Binary files a/.local/share/fonts/mononoki/mononoki-Regular Nerd Font Complete.ttf and /dev/null differ diff --git a/.local/share/gnupg/gpg-agent.conf b/.local/share/gnupg/gpg-agent.conf deleted file mode 100644 index e69de29..0000000 diff --git a/.local/share/themes/Nordic-standard-buttons/LICENSE b/.local/share/themes/Nordic-standard-buttons/LICENSE deleted file mode 100644 index 9cecc1d..0000000 --- a/.local/share/themes/Nordic-standard-buttons/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - 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/.local/share/themes/Nordic-standard-buttons/README.md b/.local/share/themes/Nordic-standard-buttons/README.md deleted file mode 100644 index e12539b..0000000 --- a/.local/share/themes/Nordic-standard-buttons/README.md +++ /dev/null @@ -1,17 +0,0 @@ - -![](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/.local/share/themes/Nordic-standard-buttons/assets/calendar-selected.png b/.local/share/themes/Nordic-standard-buttons/assets/calendar-selected.png deleted file mode 100644 index 9231290..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/calendar-selected.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/calendar-selected@2.png b/.local/share/themes/Nordic-standard-buttons/assets/calendar-selected@2.png deleted file mode 100644 index 91912a7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/calendar-selected@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-active-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-active-dark.png deleted file mode 100644 index 0dc8ff2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-active-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-active-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-active-dark@2.png deleted file mode 100644 index ceac843..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-active-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-active.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-active.png deleted file mode 100644 index d5d1bfa..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-active@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-active@2.png deleted file mode 100644 index 8fa713e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-active@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-backdrop-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-backdrop-dark.png deleted file mode 100644 index 0dc8ff2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-backdrop-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-backdrop-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-backdrop-dark@2.png deleted file mode 100644 index ceac843..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-backdrop-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-backdrop.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-backdrop.png deleted file mode 100644 index d5d1bfa..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-backdrop.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-backdrop@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-backdrop@2.png deleted file mode 100644 index 8fa713e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-backdrop@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-dark.png deleted file mode 100644 index d041d48..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-dark@2.png deleted file mode 100644 index 22892b7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-hover-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-hover-dark.png deleted file mode 100644 index 0dc8ff2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-hover-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-hover-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-hover-dark@2.png deleted file mode 100644 index ceac843..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-hover-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-hover.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-hover.png deleted file mode 100644 index d5d1bfa..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-hover@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-hover@2.png deleted file mode 100644 index 8fa713e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-hover@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-backdrop-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-backdrop-dark.png deleted file mode 100644 index c7b9841..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-backdrop-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-backdrop-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-backdrop-dark@2.png deleted file mode 100644 index cdeff80..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-backdrop-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-backdrop.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-backdrop.png deleted file mode 100644 index 2dc2b7f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-backdrop.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-backdrop@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-backdrop@2.png deleted file mode 100644 index 365426e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-backdrop@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-dark.png deleted file mode 100644 index c7b9841..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-dark@2.png deleted file mode 100644 index cdeff80..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive.png deleted file mode 100644 index 2dc2b7f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive@2.png deleted file mode 100644 index 365426e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked-insensitive@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked.png deleted file mode 100644 index 03dd4e4..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked@2.png deleted file mode 100644 index 3fffc12..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-checked@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-active-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-active-dark.png deleted file mode 100644 index 2f0700b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-active-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-active-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-active-dark@2.png deleted file mode 100644 index fe9c0b8..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-active-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-active.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-active.png deleted file mode 100644 index 4b889bd..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-active@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-active@2.png deleted file mode 100644 index 1528acf..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-active@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-backdrop-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-backdrop-dark.png deleted file mode 100644 index 4870a79..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-backdrop-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-backdrop-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-backdrop-dark@2.png deleted file mode 100644 index a718716..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-backdrop-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-backdrop.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-backdrop.png deleted file mode 100644 index dba173c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-backdrop.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-backdrop@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-backdrop@2.png deleted file mode 100644 index 5b2f87e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-backdrop@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-dark.png deleted file mode 100644 index 4870a79..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-dark@2.png deleted file mode 100644 index a718716..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-hover-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-hover-dark.png deleted file mode 100644 index 4870a79..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-hover-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-hover-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-hover-dark@2.png deleted file mode 100644 index a718716..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-hover-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-hover.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-hover.png deleted file mode 100644 index dba173c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-hover@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-hover@2.png deleted file mode 100644 index 5b2f87e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-hover@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-backdrop-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-backdrop-dark.png deleted file mode 100644 index 6cc9814..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-backdrop-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-backdrop-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-backdrop-dark@2.png deleted file mode 100644 index ce65d7f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-backdrop-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-backdrop.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-backdrop.png deleted file mode 100644 index 6a138a8..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-backdrop.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-backdrop@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-backdrop@2.png deleted file mode 100644 index 2237059..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-backdrop@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-dark.png deleted file mode 100644 index 6cc9814..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-dark@2.png deleted file mode 100644 index ce65d7f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive.png deleted file mode 100644 index 6a138a8..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive@2.png deleted file mode 100644 index 2237059..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed-insensitive@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed.png deleted file mode 100644 index dba173c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed@2.png deleted file mode 100644 index 5b2f87e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-mixed@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-active-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-active-dark.png deleted file mode 100644 index 5f3b98f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-active-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-active-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-active-dark@2.png deleted file mode 100644 index 0210189..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-active-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-active.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-active.png deleted file mode 100644 index c90b21d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-active@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-active@2.png deleted file mode 100644 index 9f45e42..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-active@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-backdrop-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-backdrop-dark.png deleted file mode 100644 index a496699..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-backdrop-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-backdrop-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-backdrop-dark@2.png deleted file mode 100644 index fddf942..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-backdrop-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-backdrop.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-backdrop.png deleted file mode 100644 index d2b6816..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-backdrop.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-backdrop@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-backdrop@2.png deleted file mode 100644 index 8b2b943..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-backdrop@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-dark.png deleted file mode 100644 index a496699..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-dark@2.png deleted file mode 100644 index fddf942..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-hover-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-hover-dark.png deleted file mode 100644 index 0c2bb84..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-hover-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-hover-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-hover-dark@2.png deleted file mode 100644 index 4e14e33..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-hover-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-hover.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-hover.png deleted file mode 100644 index 6007b38..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-hover@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-hover@2.png deleted file mode 100644 index d69d9ca..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-hover@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-backdrop-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-backdrop-dark.png deleted file mode 100644 index 0d30a40..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-backdrop-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-backdrop-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-backdrop-dark@2.png deleted file mode 100644 index d50514e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-backdrop-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-backdrop.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-backdrop.png deleted file mode 100644 index 1ea8200..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-backdrop.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-backdrop@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-backdrop@2.png deleted file mode 100644 index a75827b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-backdrop@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-dark.png deleted file mode 100644 index 4754b59..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-dark@2.png deleted file mode 100644 index 77a4de2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive.png deleted file mode 100644 index 1ea8200..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive@2.png deleted file mode 100644 index a75827b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked-insensitive@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked.png deleted file mode 100644 index d2b6816..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked@2.png b/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked@2.png deleted file mode 100644 index 8b2b943..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/checkbox-unchecked@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/close.png b/.local/share/themes/Nordic-standard-buttons/assets/close.png deleted file mode 100644 index 4b71bb5..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/close.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/close.svg b/.local/share/themes/Nordic-standard-buttons/assets/close.svg deleted file mode 100755 index 97476e1..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/close.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/close@2.png b/.local/share/themes/Nordic-standard-buttons/assets/close@2.png deleted file mode 100644 index ef65f9c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/close@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/close_prelight.png b/.local/share/themes/Nordic-standard-buttons/assets/close_prelight.png deleted file mode 100644 index 24ee13c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/close_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/close_prelight.svg b/.local/share/themes/Nordic-standard-buttons/assets/close_prelight.svg deleted file mode 100755 index c84cf75..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/close_prelight.svg +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/close_prelight@2.png b/.local/share/themes/Nordic-standard-buttons/assets/close_prelight@2.png deleted file mode 100644 index 96ed4eb..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/close_prelight@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/close_pressed.svg b/.local/share/themes/Nordic-standard-buttons/assets/close_pressed.svg deleted file mode 100755 index 0e9584a..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/close_pressed.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/close_unfocused.png b/.local/share/themes/Nordic-standard-buttons/assets/close_unfocused.png deleted file mode 100644 index e72035c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/close_unfocused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/close_unfocused.svg b/.local/share/themes/Nordic-standard-buttons/assets/close_unfocused.svg deleted file mode 100755 index 8fdcee7..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/close_unfocused.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/close_unfocused@2.png b/.local/share/themes/Nordic-standard-buttons/assets/close_unfocused@2.png deleted file mode 100644 index 258f7c3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/close_unfocused@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/grid-selection-checked.png b/.local/share/themes/Nordic-standard-buttons/assets/grid-selection-checked.png deleted file mode 100755 index 9118717..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/grid-selection-checked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/grid-selection-checked@2.png b/.local/share/themes/Nordic-standard-buttons/assets/grid-selection-checked@2.png deleted file mode 100755 index b47379e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/grid-selection-checked@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/grid-selection-unchecked.png b/.local/share/themes/Nordic-standard-buttons/assets/grid-selection-unchecked.png deleted file mode 100755 index 508eea8..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/grid-selection-unchecked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/grid-selection-unchecked@2.png b/.local/share/themes/Nordic-standard-buttons/assets/grid-selection-unchecked@2.png deleted file mode 100755 index d8c6bf0..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/grid-selection-unchecked@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/maximize.png b/.local/share/themes/Nordic-standard-buttons/assets/maximize.png deleted file mode 100644 index 1454954..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/maximize.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/maximize.svg b/.local/share/themes/Nordic-standard-buttons/assets/maximize.svg deleted file mode 100755 index a0a64e8..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/maximize.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/maximize@2.png b/.local/share/themes/Nordic-standard-buttons/assets/maximize@2.png deleted file mode 100644 index bbf5969..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/maximize@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/maximize_prelight.png b/.local/share/themes/Nordic-standard-buttons/assets/maximize_prelight.png deleted file mode 100644 index 7776b04..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/maximize_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/maximize_prelight.svg b/.local/share/themes/Nordic-standard-buttons/assets/maximize_prelight.svg deleted file mode 100755 index 9c5e824..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/maximize_prelight.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/maximize_prelight@2.png b/.local/share/themes/Nordic-standard-buttons/assets/maximize_prelight@2.png deleted file mode 100644 index f8aa16f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/maximize_prelight@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/maximize_pressed.svg b/.local/share/themes/Nordic-standard-buttons/assets/maximize_pressed.svg deleted file mode 100755 index 2a4397a..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/maximize_pressed.svg +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/maximize_unfocused.png b/.local/share/themes/Nordic-standard-buttons/assets/maximize_unfocused.png deleted file mode 100644 index e72035c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/maximize_unfocused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/maximize_unfocused.svg b/.local/share/themes/Nordic-standard-buttons/assets/maximize_unfocused.svg deleted file mode 100755 index b9fc206..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/maximize_unfocused.svg +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked-hover.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked-hover.png deleted file mode 100755 index 74a1a38..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked-hover@2.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked-hover@2.png deleted file mode 100755 index 6bb911f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked-hover@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked-insensitive.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked-insensitive.png deleted file mode 100755 index 2186347..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked-insensitive@2.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked-insensitive@2.png deleted file mode 100755 index 85a7237..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked-insensitive@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked.png deleted file mode 100755 index 59e1524..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked@2.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked@2.png deleted file mode 100755 index fabd74d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-checked@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-hover.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-hover.png deleted file mode 100755 index aa5e700..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-hover@2.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-hover@2.png deleted file mode 100755 index 24fff4c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-hover@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-insensitive.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-insensitive.png deleted file mode 100755 index 9ba1e17..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-insensitive@2.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-insensitive@2.png deleted file mode 100755 index 4cb0736..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-insensitive@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-selected.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-selected.png deleted file mode 100755 index 2064a63..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-selected.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-selected@2.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-selected@2.png deleted file mode 100755 index 900ccea..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed-selected@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed.png deleted file mode 100755 index 9b7c144..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed@2.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed@2.png deleted file mode 100755 index e32aa1c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-mixed@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-unchecked.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-unchecked.png deleted file mode 100755 index 921e346..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-unchecked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-unchecked@2.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-unchecked@2.png deleted file mode 100755 index 53ca843..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-checkbox-unchecked@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked-hover.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked-hover.png deleted file mode 100755 index c084e40..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked-hover@2.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked-hover@2.png deleted file mode 100755 index cdbab86..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked-hover@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked-insensitive.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked-insensitive.png deleted file mode 100755 index 2b08b40..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked-insensitive@2.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked-insensitive@2.png deleted file mode 100755 index 0d2ad9b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked-insensitive@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked.png deleted file mode 100755 index 45681b9..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked@2.png b/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked@2.png deleted file mode 100755 index e986329..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/menuitem-radio-checked@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/min.png b/.local/share/themes/Nordic-standard-buttons/assets/min.png deleted file mode 100644 index 239a86e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/min.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/min.svg b/.local/share/themes/Nordic-standard-buttons/assets/min.svg deleted file mode 100755 index c7575d8..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/min.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/min@2.png b/.local/share/themes/Nordic-standard-buttons/assets/min@2.png deleted file mode 100644 index 70c0a24..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/min@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/min_prelight.png b/.local/share/themes/Nordic-standard-buttons/assets/min_prelight.png deleted file mode 100644 index d109a3d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/min_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/min_prelight.svg b/.local/share/themes/Nordic-standard-buttons/assets/min_prelight.svg deleted file mode 100755 index 5100fa7..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/min_prelight.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/min_prelight@2.png b/.local/share/themes/Nordic-standard-buttons/assets/min_prelight@2.png deleted file mode 100644 index b35c6a6..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/min_prelight@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/min_pressed.svg b/.local/share/themes/Nordic-standard-buttons/assets/min_pressed.svg deleted file mode 100755 index 4dccd92..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/min_pressed.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/min_unfocused.png b/.local/share/themes/Nordic-standard-buttons/assets/min_unfocused.png deleted file mode 100644 index e72035c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/min_unfocused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/min_unfocused.svg b/.local/share/themes/Nordic-standard-buttons/assets/min_unfocused.svg deleted file mode 100755 index b9fc206..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/min_unfocused.svg +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/pane-handle-vertical.png b/.local/share/themes/Nordic-standard-buttons/assets/pane-handle-vertical.png deleted file mode 100755 index 36ed49d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/pane-handle-vertical.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/pane-handle-vertical@2.png b/.local/share/themes/Nordic-standard-buttons/assets/pane-handle-vertical@2.png deleted file mode 100755 index 3e20126..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/pane-handle-vertical@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/pane-handle.png b/.local/share/themes/Nordic-standard-buttons/assets/pane-handle.png deleted file mode 100755 index 05c8865..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/pane-handle.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/pane-handle@2.png b/.local/share/themes/Nordic-standard-buttons/assets/pane-handle@2.png deleted file mode 100755 index 35b9898..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/pane-handle@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/path4417.png b/.local/share/themes/Nordic-standard-buttons/assets/path4417.png deleted file mode 100644 index 33d9b45..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/path4417.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-active-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-active-dark.png deleted file mode 100644 index 2af22ae..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-active-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-active-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-active-dark@2.png deleted file mode 100644 index b69bfc6..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-active-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-active.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-active.png deleted file mode 100644 index 96d4ba1..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-active@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-active@2.png deleted file mode 100644 index 6d13a70..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-active@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-backdrop-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-backdrop-dark.png deleted file mode 100644 index a1943c3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-backdrop-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-backdrop-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-backdrop-dark@2.png deleted file mode 100644 index 4fa12da..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-backdrop-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-backdrop.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-backdrop.png deleted file mode 100644 index 1842e03..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-backdrop.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-backdrop@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-backdrop@2.png deleted file mode 100644 index 983d905..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-backdrop@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-dark.png deleted file mode 100644 index 2af22ae..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-dark@2.png deleted file mode 100644 index b69bfc6..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-hover-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-hover-dark.png deleted file mode 100644 index ed1c55e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-hover-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-hover-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-hover-dark@2.png deleted file mode 100644 index eb08329..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-hover-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-hover.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-hover.png deleted file mode 100644 index c6c9233..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-hover@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-hover@2.png deleted file mode 100644 index 1a321b3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-hover@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-backdrop-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-backdrop-dark.png deleted file mode 100644 index 9ae5a04..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-backdrop-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-backdrop-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-backdrop-dark@2.png deleted file mode 100644 index 90e00d8..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-backdrop-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-backdrop.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-backdrop.png deleted file mode 100644 index 9d2bb3f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-backdrop.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-backdrop@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-backdrop@2.png deleted file mode 100644 index 76a5683..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-backdrop@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-dark.png deleted file mode 100644 index 8cda2df..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-dark@2.png deleted file mode 100644 index b94b697..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive.png deleted file mode 100644 index 0059d97..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive@2.png deleted file mode 100644 index 3291e34..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked-insensitive@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked.png deleted file mode 100644 index 96d4ba1..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-checked@2.png deleted file mode 100644 index 6d13a70..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-checked@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-active-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-active-dark.png deleted file mode 100644 index 9fd7415..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-active-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-active-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-active-dark@2.png deleted file mode 100644 index e47ba43..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-active-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-active.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-active.png deleted file mode 100644 index ee7ed3c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-active@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-active@2.png deleted file mode 100644 index 893d90c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-active@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-backdrop-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-backdrop-dark.png deleted file mode 100644 index 6b39c48..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-backdrop-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-backdrop-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-backdrop-dark@2.png deleted file mode 100644 index f48ce17..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-backdrop-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-backdrop.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-backdrop.png deleted file mode 100644 index 671368f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-backdrop.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-backdrop@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-backdrop@2.png deleted file mode 100644 index 57ff0c9..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-backdrop@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-dark.png deleted file mode 100644 index 6b39c48..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-dark@2.png deleted file mode 100644 index f48ce17..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-hover-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-hover-dark.png deleted file mode 100644 index 6b39c48..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-hover-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-hover-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-hover-dark@2.png deleted file mode 100644 index f48ce17..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-hover-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-hover.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-hover.png deleted file mode 100644 index 671368f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-hover@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-hover@2.png deleted file mode 100644 index 57ff0c9..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-hover@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-backdrop-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-backdrop-dark.png deleted file mode 100644 index 4a3cf25..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-backdrop-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-backdrop-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-backdrop-dark@2.png deleted file mode 100644 index f9634a0..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-backdrop-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-backdrop.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-backdrop.png deleted file mode 100644 index 04bc827..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-backdrop.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-backdrop@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-backdrop@2.png deleted file mode 100644 index 51d7708..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-backdrop@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-dark.png deleted file mode 100644 index 4a3cf25..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-dark@2.png deleted file mode 100644 index f9634a0..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive.png deleted file mode 100644 index 04bc827..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive@2.png deleted file mode 100644 index 51d7708..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed-insensitive@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed.png deleted file mode 100644 index 671368f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed@2.png deleted file mode 100644 index 57ff0c9..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-mixed@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-selected-insensitive@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-selected-insensitive@2.png deleted file mode 100755 index f928dbc..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-selected-insensitive@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-selected@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-selected@2.png deleted file mode 100755 index dea193a..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-selected@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-active-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-active-dark.png deleted file mode 100644 index 141e78d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-active-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-active-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-active-dark@2.png deleted file mode 100644 index 35730f0..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-active-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-active.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-active.png deleted file mode 100644 index 07b1eb3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-active@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-active@2.png deleted file mode 100644 index 33a3820..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-active@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-backdrop-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-backdrop-dark.png deleted file mode 100644 index ebf2fb7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-backdrop-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-backdrop-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-backdrop-dark@2.png deleted file mode 100644 index e20acfb..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-backdrop-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-backdrop.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-backdrop.png deleted file mode 100644 index 451b340..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-backdrop.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-backdrop@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-backdrop@2.png deleted file mode 100644 index eada512..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-backdrop@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-dark.png deleted file mode 100644 index 29f0b95..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-dark@2.png deleted file mode 100644 index 74fbfd6..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-hover-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-hover-dark.png deleted file mode 100644 index 141e78d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-hover-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-hover-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-hover-dark@2.png deleted file mode 100644 index 35730f0..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-hover-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-hover.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-hover.png deleted file mode 100644 index 07b1eb3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-hover@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-hover@2.png deleted file mode 100644 index 33a3820..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-hover@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-backdrop-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-backdrop-dark.png deleted file mode 100644 index 8b3bed2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-backdrop-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-backdrop-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-backdrop-dark@2.png deleted file mode 100644 index 02488dd..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-backdrop-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-backdrop.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-backdrop.png deleted file mode 100644 index 925c40f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-backdrop.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-backdrop@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-backdrop@2.png deleted file mode 100644 index d409c79..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-backdrop@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-dark.png deleted file mode 100644 index c660465..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-dark@2.png deleted file mode 100644 index fdad567..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive.png deleted file mode 100644 index 2555d5b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive@2.png deleted file mode 100644 index cfd71cf..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked-insensitive@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked.png deleted file mode 100644 index e575d21..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked@2.png deleted file mode 100644 index 51e4e86..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unchecked@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unselected-hover@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unselected-hover@2.png deleted file mode 100755 index 64c745f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unselected-hover@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unselected-insensitive@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unselected-insensitive@2.png deleted file mode 100755 index bbc0bda..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unselected-insensitive@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unselected.svg b/.local/share/themes/Nordic-standard-buttons/assets/radio-unselected.svg deleted file mode 100755 index 9c78339..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/radio-unselected.svg +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/radio-unselected@2.png b/.local/share/themes/Nordic-standard-buttons/assets/radio-unselected@2.png deleted file mode 100755 index 0c01111..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/radio-unselected@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/scale-slider-hover.svg b/.local/share/themes/Nordic-standard-buttons/assets/scale-slider-hover.svg deleted file mode 100644 index d2c5c93..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/scale-slider-hover.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/scale-slider-hover@2.png b/.local/share/themes/Nordic-standard-buttons/assets/scale-slider-hover@2.png deleted file mode 100755 index d64f411..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/scale-slider-hover@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/scale-slider-insensitive.png b/.local/share/themes/Nordic-standard-buttons/assets/scale-slider-insensitive.png deleted file mode 100755 index 20d278d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/scale-slider-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/scale-slider-insensitive@2.png b/.local/share/themes/Nordic-standard-buttons/assets/scale-slider-insensitive@2.png deleted file mode 100755 index 20e740d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/scale-slider-insensitive@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/scale-slider.svg b/.local/share/themes/Nordic-standard-buttons/assets/scale-slider.svg deleted file mode 100644 index 5a4a425..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/scale-slider.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/scale-slider@2.png b/.local/share/themes/Nordic-standard-buttons/assets/scale-slider@2.png deleted file mode 100755 index 1a860df..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/scale-slider@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-checked-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-checked-dark.png deleted file mode 100644 index 0dc8ff2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-checked-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-checked-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-checked-dark@2.png deleted file mode 100644 index ceac843..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-checked-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-checked.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-checked.png deleted file mode 100644 index d5d1bfa..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-checked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-checked@2.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-checked@2.png deleted file mode 100644 index 8fa713e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-checked@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-mixed-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-mixed-dark.png deleted file mode 100644 index 2f0700b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-mixed-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-mixed-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-mixed-dark@2.png deleted file mode 100644 index fe9c0b8..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-mixed-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-mixed.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-mixed.png deleted file mode 100644 index 4b889bd..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-mixed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-mixed@2.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-mixed@2.png deleted file mode 100644 index 1528acf..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-mixed@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-unchecked-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-unchecked-dark.png deleted file mode 100644 index 5f3b98f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-unchecked-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-unchecked-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-unchecked-dark@2.png deleted file mode 100644 index 0210189..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-unchecked.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-unchecked.png deleted file mode 100644 index c90b21d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-unchecked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-unchecked@2.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-unchecked@2.png deleted file mode 100644 index 9f45e42..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-checkbox-unchecked@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-checked-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-checked-dark.png deleted file mode 100644 index 2af22ae..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-checked-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-checked-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-checked-dark@2.png deleted file mode 100644 index b69bfc6..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-checked-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-checked.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-checked.png deleted file mode 100644 index 96d4ba1..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-checked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-checked@2.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-checked@2.png deleted file mode 100644 index 6d13a70..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-checked@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-mixed-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-mixed-dark.png deleted file mode 100644 index 9fd7415..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-mixed-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-mixed-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-mixed-dark@2.png deleted file mode 100644 index e47ba43..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-mixed-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-mixed.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-mixed.png deleted file mode 100644 index ee7ed3c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-mixed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-mixed@2.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-mixed@2.png deleted file mode 100644 index 893d90c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-mixed@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-unchecked-dark.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-unchecked-dark.png deleted file mode 100644 index 141e78d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-unchecked-dark.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-unchecked-dark@2.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-unchecked-dark@2.png deleted file mode 100644 index 35730f0..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-unchecked-dark@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-unchecked.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-unchecked.png deleted file mode 100644 index 07b1eb3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-unchecked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-unchecked@2.png b/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-unchecked@2.png deleted file mode 100644 index 33a3820..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/assets/selected-radio-unchecked@2.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/assets/switch-insensitive.svg b/.local/share/themes/Nordic-standard-buttons/assets/switch-insensitive.svg deleted file mode 100755 index 30b08fe..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/switch-insensitive.svg +++ /dev/null @@ -1,371 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/switch-insensitive@2.svg b/.local/share/themes/Nordic-standard-buttons/assets/switch-insensitive@2.svg deleted file mode 100755 index 7372b08..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/switch-insensitive@2.svg +++ /dev/null @@ -1,371 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/switch-off.svg b/.local/share/themes/Nordic-standard-buttons/assets/switch-off.svg deleted file mode 100755 index f5800e1..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/switch-off.svg +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/switch-off@2.svg b/.local/share/themes/Nordic-standard-buttons/assets/switch-off@2.svg deleted file mode 100755 index f5800e1..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/switch-off@2.svg +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/switch-on.svg b/.local/share/themes/Nordic-standard-buttons/assets/switch-on.svg deleted file mode 100755 index 03cc342..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/switch-on.svg +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/switch-on@2.svg b/.local/share/themes/Nordic-standard-buttons/assets/switch-on@2.svg deleted file mode 100755 index 03cc342..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/switch-on@2.svg +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-insensitive.svg b/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-insensitive.svg deleted file mode 100755 index 9aa5130..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-insensitive.svg +++ /dev/null @@ -1,11540 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-insensitive@2.svg b/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-insensitive@2.svg deleted file mode 100755 index 069b0a3..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-insensitive@2.svg +++ /dev/null @@ -1,11540 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-off.svg b/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-off.svg deleted file mode 100755 index fd4e313..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-off.svg +++ /dev/null @@ -1,11523 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-off@2.svg b/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-off@2.svg deleted file mode 100755 index fd4e313..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-off@2.svg +++ /dev/null @@ -1,11523 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-on.svg b/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-on.svg deleted file mode 100755 index be0b5bb..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-on.svg +++ /dev/null @@ -1,11523 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-on@2.svg b/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-on@2.svg deleted file mode 100755 index be0b5bb..0000000 --- a/.local/share/themes/Nordic-standard-buttons/assets/switch-slider-on@2.svg +++ /dev/null @@ -1,11523 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/cinnamon-dark.css b/.local/share/themes/Nordic-standard-buttons/cinnamon/cinnamon-dark.css deleted file mode 100644 index 0e2578b..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/cinnamon-dark.css +++ /dev/null @@ -1,1515 +0,0 @@ -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, .menu-category-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, .menu-category-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, .menu-category-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, .menu-category-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 #2f3642; - 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-hover { - background-color: red; - border-radius: 2px; } - .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; } diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/cinnamon.css b/.local/share/themes/Nordic-standard-buttons/cinnamon/cinnamon.css deleted file mode 100644 index 0e2578b..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/cinnamon.css +++ /dev/null @@ -1,1515 +0,0 @@ -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, .menu-category-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, .menu-category-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, .menu-category-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, .menu-category-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 #2f3642; - 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-hover { - background-color: red; - border-radius: 2px; } - .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; } diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/menu/menu-hover.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/menu/menu-hover.svg deleted file mode 100644 index 6589e72..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/menu/menu-hover.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/menu/menu-separator.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/menu/menu-separator.svg deleted file mode 100644 index 4962ebc..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/menu/menu-separator.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/add-workspace-active.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/add-workspace-active.svg deleted file mode 100644 index 2f73100..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/add-workspace-active.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/add-workspace-hover.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/add-workspace-hover.svg deleted file mode 100644 index e771e33..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/add-workspace-hover.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/add-workspace.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/add-workspace.svg deleted file mode 100644 index 65f5361..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/add-workspace.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/bg.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/bg.svg deleted file mode 100644 index 7320b94..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/bg.svg +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg deleted file mode 100644 index 2f00ba6..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/calendar-arrow-left.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/calendar-arrow-left.svg deleted file mode 100644 index 2774254..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/calendar-arrow-left.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg deleted file mode 100644 index 40231a7..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/calendar-arrow-right.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/calendar-arrow-right.svg deleted file mode 100644 index 366e69b..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/calendar-arrow-right.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/close-active.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/close-active.svg deleted file mode 100644 index 95822bf..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/close-active.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/close-hover.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/close-hover.svg deleted file mode 100644 index 7b52140..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/close-hover.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/close.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/close.svg deleted file mode 100644 index e221a33..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/close.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/corner-ripple.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/corner-ripple.svg deleted file mode 100644 index e8d6d76..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/corner-ripple.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/desklet-header.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/desklet-header.svg deleted file mode 100644 index 91a5287..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/desklet-header.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/desklet.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/desklet.svg deleted file mode 100644 index 178ed39..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/desklet.svg +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/osd.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/osd.svg deleted file mode 100644 index 3ef32da..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/osd.svg +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/overview-hover.png b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/overview-hover.png deleted file mode 100644 index 75673f9..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/overview-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/overview.png b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/overview.png deleted file mode 100644 index 9eb4f87..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/overview.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/trash-icon.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/trash-icon.svg deleted file mode 100644 index 61097dd..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/misc/trash-icon.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/activities-active.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/activities-active.svg deleted file mode 100644 index 413d23c..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/activities-active.svg +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/activities.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/activities.svg deleted file mode 100644 index b4a4b0d..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/activities.svg +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/panel-bottom.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/panel-bottom.svg deleted file mode 100644 index 89e3e26..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/panel-bottom.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/panel-left.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/panel-left.svg deleted file mode 100644 index 8f91ed9..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/panel-left.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/panel-right.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/panel-right.svg deleted file mode 100644 index 137673f..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/panel-right.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/panel-top.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/panel-top.svg deleted file mode 100644 index ad26fc6..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/panel-top.svg +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/window-list-active-bottom.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/window-list-active-bottom.svg deleted file mode 100644 index 519cb61..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/window-list-active-bottom.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/window-list-active-left.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/window-list-active-left.svg deleted file mode 100644 index 88e80b6..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/window-list-active-left.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/window-list-active-right.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/window-list-active-right.svg deleted file mode 100644 index b815215..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/window-list-active-right.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/window-list-active-top.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/window-list-active-top.svg deleted file mode 100644 index 6353022..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/panel/window-list-active-top.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/switch/switch-off-selected.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/switch/switch-off-selected.svg deleted file mode 100644 index 7b628e0..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/switch/switch-off-selected.svg +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/switch/switch-on-selected.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/switch/switch-on-selected.svg deleted file mode 100644 index ce5e9ef..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/common-assets/switch/switch-on-selected.svg +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg deleted file mode 100644 index feaa09b..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/checkbox/checkbox-checked.svg deleted file mode 100644 index eb23cc5..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/checkbox/checkbox-checked.svg +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg deleted file mode 100644 index 25e1958..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg deleted file mode 100644 index 5b2fc58..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/menu/menu.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/menu/menu.svg deleted file mode 100644 index 3080e0c..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/menu/menu.svg +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/menu/submenu.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/menu/submenu.svg deleted file mode 100644 index b1e3a14..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/menu/submenu.svg +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/misc/button-box.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/misc/button-box.svg deleted file mode 100644 index ef41e12..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/misc/button-box.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/misc/message.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/misc/message.svg deleted file mode 100644 index 7c8f1b6..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/misc/message.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/misc/modal.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/misc/modal.svg deleted file mode 100644 index 622cabb..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/misc/modal.svg +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/switch/switch-off.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/switch/switch-off.svg deleted file mode 100644 index 7b628e0..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/switch/switch-off.svg +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/switch/switch-on.svg b/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/switch/switch-on.svg deleted file mode 100644 index 9a172f9..0000000 --- a/.local/share/themes/Nordic-standard-buttons/cinnamon/dark-assets/switch/switch-on.svg +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/cinnamon/thumbnail.png b/.local/share/themes/Nordic-standard-buttons/cinnamon/thumbnail.png deleted file mode 100644 index 512c1f6..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/cinnamon/thumbnail.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/calendar-arrow-left.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/calendar-arrow-left.svg deleted file mode 100755 index deaa123..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/calendar-arrow-right.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/calendar-arrow-right.svg deleted file mode 100755 index 626ed7e..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/calendar-today.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/calendar-today.svg deleted file mode 100755 index 66cfc80..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/calendar-today.svg +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/checkbox-focused.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/checkbox-focused.svg deleted file mode 100755 index 490db59..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/checkbox-focused.svg +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/checkbox-off-focused.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/checkbox-off-focused.svg deleted file mode 100755 index ec7d676..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/checkbox-off-focused.svg +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/checkbox-off.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/checkbox-off.svg deleted file mode 100755 index f6072fe..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/checkbox-off.svg +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/checkbox.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/checkbox.svg deleted file mode 100755 index 6664fec..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/checkbox.svg +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/close-window.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/close-window.svg deleted file mode 100644 index 087853b..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/close-window.svg +++ /dev/null @@ -1,88 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/corner-ripple-ltr.png b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/corner-ripple-ltr.png deleted file mode 100755 index 32e14ca..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/corner-ripple-ltr.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/corner-ripple-rtl.png b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/corner-ripple-rtl.png deleted file mode 100755 index 1434e7c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/corner-ripple-rtl.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/dash-placeholder.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/dash-placeholder.svg deleted file mode 100755 index cbae148..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/dash-placeholder.svg +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/logged-in-indicator.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/logged-in-indicator.svg deleted file mode 100755 index c0267ea..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/logged-in-indicator.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/noise-texture.png b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/noise-texture.png deleted file mode 100755 index 6b70a2d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/noise-texture.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/process-working.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/process-working.svg deleted file mode 100755 index 920a67d..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/process-working.svg +++ /dev/null @@ -1,3084 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/running-indicator.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/running-indicator.svg deleted file mode 100755 index ebe7ecf..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/running-indicator.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/source-button-border.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/source-button-border.svg deleted file mode 100755 index 6e5051e..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/source-button-border.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/toggle-off.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/toggle-off.svg deleted file mode 100755 index 1ea4304..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/toggle-off.svg +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/toggle-on.svg b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/toggle-on.svg deleted file mode 100755 index 1c3ae0f..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/toggle-on.svg +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/ws-switch-arrow-down.png b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/ws-switch-arrow-down.png deleted file mode 100644 index a674ad5..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/ws-switch-arrow-down.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/ws-switch-arrow-up.png b/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/ws-switch-arrow-up.png deleted file mode 100644 index 1b6f611..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gnome-shell/assets/ws-switch-arrow-up.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gnome-shell/gnome-shell.css b/.local/share/themes/Nordic-standard-buttons/gnome-shell/gnome-shell.css deleted file mode 100644 index ab7845b..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gnome-shell/gnome-shell.css +++ /dev/null @@ -1,2029 +0,0 @@ -/***************** -* Drawing mixins * -*****************/ -/* GLOBALS */ -stage { - font-family: Roboto, Ubuntu, Cantarell, Sans-Serif; - 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: #4e586d; - 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; } - -/* 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; } - .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 { - height: 50px; - background-color: #8fbcbb; - color: #fefefe; - background-size: 32px; - border-radius: 8px; } - -.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; - text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9); - transition-duration: 100ms; } - #panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 4px; - margin-right: 4px; } - #panel .panel-button .system-status-icon, - #panel .panel-button .app-menu-icon > StIcon, - #panel .panel-button .popup-menu-arrow { - icon-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9); } - #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: #f9fafb; - text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9); } - #panel .panel-button:active .system-status-icon, - #panel .panel-button:active .app-menu-icon > StIcon, - #panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, - #panel .panel-button:overview .app-menu-icon > StIcon, - #panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, - #panel .panel-button:focus .app-menu-icon > StIcon, - #panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, - #panel .panel-button:checked .app-menu-icon > StIcon, - #panel .panel-button:checked .popup-menu-arrow { - icon-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9); } - #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { - icon-shadow: red 0 2px 2px; } - #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-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; } - -/* 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-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; } - -#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: rgba(255, 255, 255, 0.2); } - -.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; } - -.search-provider-icon:active, .search-provider-icon:checked, -.list-search-result:active, -.list-search-result:checked { - background-color: rgba(25, 28, 34, 0.85); } - -.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, -.list-search-result:focus, -.list-search-result:selected, -.list-search-result:hover { - background-color: rgba(46, 52, 64, 0.3); - transition-duration: 200ms; } - -.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; } - -.search-provider-icon, -.list-search-result, .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; } diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/chrome.rc b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/chrome.rc deleted file mode 100755 index 0c37ab3..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/chrome.rc +++ /dev/null @@ -1,50 +0,0 @@ -# ============================================================================== -# 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/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/gimp.rc b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/gimp.rc deleted file mode 100755 index 4908803..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/gimp.rc +++ /dev/null @@ -1,83 +0,0 @@ -# ============================================================================== -# 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/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/libreoffice.rc b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/libreoffice.rc deleted file mode 100755 index 6e976a2..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/libreoffice.rc +++ /dev/null @@ -1,12 +0,0 @@ -# ============================================================================== -# 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/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/terminal.rc b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/terminal.rc deleted file mode 100755 index 07f4346..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/terminal.rc +++ /dev/null @@ -1,48 +0,0 @@ -# ============================================================================== -# 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/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/thunar.rc b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/thunar.rc deleted file mode 100755 index 328ceb5..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/thunar.rc +++ /dev/null @@ -1,24 +0,0 @@ -# ============================================================================== -# 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/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/xfce.rc b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/xfce.rc deleted file mode 100755 index f8c2acd..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/apps/xfce.rc +++ /dev/null @@ -1,90 +0,0 @@ -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/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/border.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/border.png deleted file mode 100644 index 8214ab6..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/border.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/button-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/button-active.png deleted file mode 100644 index a5365b7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/button-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/button-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/button-hover.png deleted file mode 100644 index 59a73f7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/button-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/button-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/button-insensitive.png deleted file mode 100644 index e97f1ee..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/button-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/button.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/button.png deleted file mode 100644 index c8c2682..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/button.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-checked-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-checked-active.png deleted file mode 120000 index 358a499..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-checked-active.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-checked-active-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-checked-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-checked-hover.png deleted file mode 120000 index e70f927..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-checked-hover.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-checked-hover-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-checked-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-checked-insensitive.png deleted file mode 120000 index 09a0a7c..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-checked-insensitive.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-checked-insensitive-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-checked.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-checked.png deleted file mode 120000 index b4e66c6..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-checked.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-checked-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-mixed-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-mixed-active.png deleted file mode 120000 index bdd98de..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-mixed-active.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-mixed-active-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-mixed-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-mixed-hover.png deleted file mode 120000 index 9645910..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-mixed-hover.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-mixed-hover-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-mixed-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-mixed-insensitive.png deleted file mode 120000 index becdb27..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-mixed-insensitive.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-mixed-insensitive-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-mixed.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-mixed.png deleted file mode 120000 index 329ae42..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-mixed.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-mixed-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-unchecked-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-unchecked-active.png deleted file mode 120000 index ea9bd36..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-unchecked-active.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-unchecked-active-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-unchecked-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-unchecked-hover.png deleted file mode 120000 index 9cc8f13..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-unchecked-hover.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-unchecked-hover-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-unchecked-insensitive.png deleted file mode 120000 index afe2826..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-unchecked-insensitive.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-unchecked-insensitive-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-unchecked.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-unchecked.png deleted file mode 120000 index 68f2c4b..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/checkbox-unchecked.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-unchecked-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-button-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-button-active.png deleted file mode 100644 index 4184b82..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-button-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-button-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-button-hover.png deleted file mode 100644 index 8c394d6..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-button-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png deleted file mode 100644 index 2865f09..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-button.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-button.png deleted file mode 100644 index 96d5459..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-button.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-entry-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-entry-active.png deleted file mode 100644 index c57c3bf..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-entry-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png deleted file mode 100644 index 15734ad..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-entry.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-entry.png deleted file mode 100644 index 4b655e3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-ltr-entry.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-button-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-button-active.png deleted file mode 100644 index f4f55e0..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-button-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-button-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-button-hover.png deleted file mode 100644 index c80ce4e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-button-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png deleted file mode 100644 index 3bf0456..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-button.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-button.png deleted file mode 100644 index b300ef0..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-button.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-entry-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-entry-active.png deleted file mode 100644 index 376c13a..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-entry-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png deleted file mode 100644 index c5874c5..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-entry.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-entry.png deleted file mode 100644 index 05c0a80..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/combo-entry-rtl-entry.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry-active.png deleted file mode 100644 index ea35c0c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry-background-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry-background-insensitive.png deleted file mode 100644 index 830ee6b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry-background-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry-background.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry-background.png deleted file mode 100644 index 830ee6b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry-background.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry-insensitive.png deleted file mode 100644 index b62e1f7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry.png deleted file mode 100644 index b6157a3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/entry.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/focus.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/focus.png deleted file mode 100644 index ba99343..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/focus.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/frame-inline.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/frame-inline.png deleted file mode 100644 index a291628..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/frame-inline.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/frame-notebook.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/frame-notebook.png deleted file mode 100644 index bcf5227..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/frame-notebook.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/frame.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/frame.png deleted file mode 100644 index 3feb9f5..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/frame.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/handle-horz.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/handle-horz.png deleted file mode 100644 index 5049f0f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/handle-horz.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/handle-vert.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/handle-vert.png deleted file mode 100644 index 13d1a76..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/handle-vert.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/handle.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/handle.png deleted file mode 100644 index 63471ee..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/handle.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/line.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/line.png deleted file mode 100644 index 41da5da..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/line.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-border.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-border.png deleted file mode 100644 index 490cabb..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-border.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-checked-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-checked-hover.png deleted file mode 100644 index cc26fd8..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-checked-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-checked-insensitive.png deleted file mode 100644 index 8268000..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-checked-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-checked.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-checked.png deleted file mode 100644 index a32a99a..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-checked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-hover.png deleted file mode 100644 index 22b7e11..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-insensitive.png deleted file mode 100644 index 6e99d7b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-mixed-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-mixed-hover.png deleted file mode 100644 index 8b2112d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-mixed-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png deleted file mode 100644 index 5d0fc82..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-mixed.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-mixed.png deleted file mode 100644 index 22c9a6e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox-mixed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox.png deleted file mode 100644 index 22b7e11..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-checkbox.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-down-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-down-insensitive.png deleted file mode 100644 index c4d7e51..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-down-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-down.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-down.png deleted file mode 100644 index 5c08bca..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-down.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-left-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-left-hover.png deleted file mode 100644 index 12fce5c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-left-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-left-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-left-insensitive.png deleted file mode 100644 index 3c70997..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-left-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-left.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-left.png deleted file mode 100644 index 12fce5c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-left.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-right-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-right-hover.png deleted file mode 100644 index 276ab08..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-right-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-right-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-right-insensitive.png deleted file mode 100644 index e0e3f25..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-right-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-right.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-right.png deleted file mode 100644 index 276ab08..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-right.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-up-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-up-insensitive.png deleted file mode 100644 index 3463134..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-up-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-up.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-up.png deleted file mode 100644 index 278e881..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-pan-up.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-checked-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-checked-hover.png deleted file mode 100644 index 04d4de1..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-checked-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-checked-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-checked-insensitive.png deleted file mode 100644 index fc206b2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-checked-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-checked.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-checked.png deleted file mode 100644 index 04d4de1..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-checked.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-hover.png deleted file mode 100644 index ce63c9e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-insensitive.png deleted file mode 100644 index 09f6792..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-mixed-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-mixed-hover.png deleted file mode 100644 index ffb9c92..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-mixed-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-mixed-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-mixed-insensitive.png deleted file mode 100644 index aa29675..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-mixed-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-mixed.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-mixed.png deleted file mode 100644 index ffb9c92..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio-mixed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio.png deleted file mode 100644 index ce63c9e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menu-radio.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menubar-item-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menubar-item-active.png deleted file mode 100644 index b03c182..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/menubar-item-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png deleted file mode 100644 index 570f8c1..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png deleted file mode 100644 index 63dcce4..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png deleted file mode 100644 index 16a852e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png deleted file mode 100644 index 43c5be3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png deleted file mode 100644 index 8c64e10..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png deleted file mode 100644 index e05b989..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-entry-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-entry-active.png deleted file mode 100644 index ea35c0c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-entry-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-entry-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-entry-insensitive.png deleted file mode 100644 index b62e1f7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-entry-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-entry.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-entry.png deleted file mode 100644 index b6157a3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/notebook-entry.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-down-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-down-insensitive.png deleted file mode 100644 index c4d7e51..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-down-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-down.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-down.png deleted file mode 100644 index 5c08bca..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-down.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-left-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-left-insensitive.png deleted file mode 100644 index 20818f4..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-left-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-left-semi.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-left-semi.png deleted file mode 100644 index 15f3afc..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-left-semi.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-left.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-left.png deleted file mode 100644 index 0056451..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-left.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-right-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-right-insensitive.png deleted file mode 100644 index 51d051a..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-right-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-right-semi.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-right-semi.png deleted file mode 100644 index dd0ee64..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-right-semi.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-right.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-right.png deleted file mode 100644 index a1afbab..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-right.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-up-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-up-insensitive.png deleted file mode 100644 index 3463134..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-up-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-up.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-up.png deleted file mode 100644 index 278e881..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/pan-up.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/progressbar-horz-trough.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/progressbar-horz-trough.png deleted file mode 100644 index 999657a..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/progressbar-horz-trough.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/progressbar-horz.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/progressbar-horz.png deleted file mode 100644 index ffe4863..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/progressbar-horz.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/progressbar-vert-trough.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/progressbar-vert-trough.png deleted file mode 100644 index 1d3bfe8..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/progressbar-vert-trough.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/progressbar-vert.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/progressbar-vert.png deleted file mode 100644 index a0caa39..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/progressbar-vert.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-checked-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-checked-active.png deleted file mode 120000 index a5e69ca..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-checked-active.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-checked-active-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-checked-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-checked-hover.png deleted file mode 120000 index 3664209..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-checked-hover.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-checked-hover-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-checked-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-checked-insensitive.png deleted file mode 120000 index dbcab75..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-checked-insensitive.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-checked-insensitive-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-checked.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-checked.png deleted file mode 120000 index d7b9278..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-checked.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-checked-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-mixed-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-mixed-active.png deleted file mode 120000 index 6a3722a..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-mixed-active.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-mixed-active-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-mixed-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-mixed-hover.png deleted file mode 120000 index 74082a8..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-mixed-hover.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-mixed-hover-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-mixed-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-mixed-insensitive.png deleted file mode 120000 index ccf299b..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-mixed-insensitive.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-mixed-insensitive-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-mixed.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-mixed.png deleted file mode 120000 index 587128b..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-mixed.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-mixed-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-unchecked-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-unchecked-active.png deleted file mode 120000 index 9703525..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-unchecked-active.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-unchecked-active-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-unchecked-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-unchecked-hover.png deleted file mode 120000 index 71695dc..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-unchecked-hover.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-unchecked-hover-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-unchecked-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-unchecked-insensitive.png deleted file mode 120000 index aa4322c..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-unchecked-insensitive.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-unchecked-insensitive-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-unchecked.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-unchecked.png deleted file mode 120000 index 483d717..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/radio-unchecked.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-unchecked-dark.png \ No newline at end of file diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-horz-focus.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-horz-focus.png deleted file mode 100644 index 803c04f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-horz-focus.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-horz-trough-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-horz-trough-active.png deleted file mode 100644 index e626926..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-horz-trough-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-horz-trough.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-horz-trough.png deleted file mode 100644 index d9be611..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-horz-trough.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-slider-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-slider-active.png deleted file mode 100644 index 7fbd950..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-slider-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-slider-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-slider-hover.png deleted file mode 100644 index aefefdd..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-slider-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-slider-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-slider-insensitive.png deleted file mode 100644 index d25be50..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-slider-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-slider.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-slider.png deleted file mode 100644 index d25be50..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-slider.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-vert-trough-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-vert-trough-active.png deleted file mode 100644 index 3afe7bf..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-vert-trough-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-vert-trough.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-vert-trough.png deleted file mode 100644 index 0b1354d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scale-vert-trough.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-horz-slider-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-horz-slider-active.png deleted file mode 100644 index cafae88..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-horz-slider-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-horz-slider-hover.png deleted file mode 100644 index cc1af1a..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-horz-slider-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-horz-slider.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-horz-slider.png deleted file mode 100644 index d183eea..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-horz-slider.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-horz-trough.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-horz-trough.png deleted file mode 100644 index abf8cf1..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-horz-trough.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png deleted file mode 100644 index 27ce76a..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-active.png deleted file mode 100644 index 27ce76a..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png deleted file mode 100644 index 75788ee..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-hover.png deleted file mode 100644 index 75788ee..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-rtl.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-rtl.png deleted file mode 100644 index d94149e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider-rtl.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider.png deleted file mode 100644 index c0b1fbc..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-slider.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-trough-rtl.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-trough-rtl.png deleted file mode 100644 index 217239f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-trough-rtl.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-trough.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-trough.png deleted file mode 100644 index 217239f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/scrollbar-vert-trough.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-down-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-down-insensitive.png deleted file mode 100644 index 402ec2e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-down-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-down.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-down.png deleted file mode 100644 index f24143b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-down.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-down-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-down-active.png deleted file mode 100644 index 52e5297..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-down-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-down-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-down-hover.png deleted file mode 100644 index d845052..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-down-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-down-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-down-insensitive.png deleted file mode 100644 index 76af555..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-down-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-down.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-down.png deleted file mode 100644 index 596ec23..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-down.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-up-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-up-active.png deleted file mode 100644 index df26ade..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-up-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-up-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-up-hover.png deleted file mode 100644 index bebbcf5..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-up-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-up-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-up-insensitive.png deleted file mode 100644 index 990ce38..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-up-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-up.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-up.png deleted file mode 100644 index 990ce38..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-ltr-up.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-down-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-down-active.png deleted file mode 100644 index 1c6191f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-down-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-down-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-down-hover.png deleted file mode 100644 index 1d8fdb2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-down-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-down-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-down-insensitive.png deleted file mode 100644 index c6fb54f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-down-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-down.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-down.png deleted file mode 100644 index d6b7fde..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-down.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-up-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-up-active.png deleted file mode 100644 index 16d9075..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-up-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-up-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-up-hover.png deleted file mode 100644 index 6500eb7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-up-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-up-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-up-insensitive.png deleted file mode 100644 index 6f9787e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-up-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-up.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-up.png deleted file mode 100644 index c9a7238..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-rtl-up.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-up-insensitive.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-up-insensitive.png deleted file mode 100644 index e6809bf..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-up-insensitive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-up.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-up.png deleted file mode 100644 index 6f988ee..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/spin-up.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-down-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-down-active.png deleted file mode 100644 index 81432cf..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-down-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-down.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-down.png deleted file mode 100644 index b16848e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-down.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-horz-gap.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-horz-gap.png deleted file mode 100644 index 9660bcc..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-horz-gap.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-left-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-left-active.png deleted file mode 100644 index cee63ea..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-left-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-left.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-left.png deleted file mode 100644 index 0a0071b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-left.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-right-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-right-active.png deleted file mode 100644 index 9bb7687..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-right-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-right.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-right.png deleted file mode 100644 index dd158c2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-right.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-up-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-up-active.png deleted file mode 100644 index 7135f90..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-up-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-up.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-up.png deleted file mode 100644 index 339a0a4..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-up.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-vert-gap.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-vert-gap.png deleted file mode 100644 index cd072ae..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/tab-vert-gap.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/toolbar-button-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/toolbar-button-active.png deleted file mode 100644 index 59a73f7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/toolbar-button-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/toolbar-button-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/toolbar-button-hover.png deleted file mode 100644 index a76dc8a..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/toolbar-button-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-down-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-down-active.png deleted file mode 100644 index cc46d25..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-down-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-down-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-down-hover.png deleted file mode 100644 index 7a1cb0f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-down-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-down.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-down.png deleted file mode 100644 index 3662cd7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-down.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-up-active.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-up-active.png deleted file mode 100644 index aa79ad8..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-up-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-up-hover.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-up-hover.png deleted file mode 100644 index 1cec340..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-up-hover.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-up.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-up.png deleted file mode 100644 index 69f6e69..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-pan-up.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-separator-ltr.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-separator-ltr.png deleted file mode 100644 index 6ce26b6..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-separator-ltr.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-separator-rtl.png b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-separator-rtl.png deleted file mode 100644 index 040d4f2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/assets/treeview-separator-rtl.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/gtkrc b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/gtkrc deleted file mode 100755 index 9d426ae..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/gtkrc +++ /dev/null @@ -1,31 +0,0 @@ -# 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/.local/share/themes/Nordic-standard-buttons/gtk-2.0/main.rc b/.local/share/themes/Nordic-standard-buttons/gtk-2.0/main.rc deleted file mode 100755 index 507eb4e..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-2.0/main.rc +++ /dev/null @@ -1,2627 +0,0 @@ -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/.local/share/themes/Nordic-standard-buttons/gtk-3.0/gtk-dark.css b/.local/share/themes/Nordic-standard-buttons/gtk-3.0/gtk-dark.css deleted file mode 100755 index 13f289f..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-3.0/gtk-dark.css +++ /dev/null @@ -1,6379 +0,0 @@ -/*$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 #272c36; -/* 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; -/***************** -* 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: #272c36; } - -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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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%); } - - 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; } - - 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; } - - button.suggested-action:backdrop label, - button.suggested-action.flat:backdrop label { - color: rgba(255, 255, 255, 0.5); } - - 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; } - - 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); } - - 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; } - - button.suggested-action:backdrop:disabled label, - button.suggested-action.flat:backdrop:disabled label { - color: rgba(255, 255, 255, 0.5); } - - 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; } - - 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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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.747451)), 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: #272c36; } - -/************************* - * 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: #272c36; } - -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: #272c36; - 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: #808590; - border-color: #232831; - background-color: rgba(57, 62, 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: #272c36; } - -/********** - * 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: #272c36; } - -actionbar > revealer > box { - padding: 6px; - border-top: 1px solid #232831; } - actionbar > revealer > box:backdrop { - border-color: #272c36; } - -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(#272c36), to(rgba(39, 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(#272c36), to(rgba(39, 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(#272c36), to(rgba(39, 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(#272c36), to(rgba(39, 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, #272c36 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: #272c36; - 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:not(headerbar) entry, .titlebar entry, - headerbar entry { - min-height: 24px; } - .titlebar:not(headerbar) button, .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 { - box-shadow: none; - border: 1px solid transparent; - background: transparent; - padding: 5px; - min-height: 14px; - margin: 5px 1px; } - .titlebar button.titlebutton:checked, .titlebar button.titlebutton:hover, .titlebar button.titlebutton:backdrop:hover, - headerbar button.titlebutton:checked, - headerbar button.titlebutton:hover, - headerbar button.titlebutton:backdrop:hover { - color: #d8dee9; - border-radius: 4px; - text-shadow: none; - box-shadow: none; - border: 1px solid #232831; - background-color: #2e3440; } - .titlebar button.titlebutton.close:hover, - headerbar button.titlebutton.close:hover { - color: #bf616a; } - .titlebar button.titlebutton.maximize:hover, - headerbar button.titlebutton.maximize:hover { - color: #8fbcbb; } - .titlebar button.titlebutton.minimize:hover, - headerbar button.titlebutton.minimize:hover { - color: #ebcb8b; } - .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 headerbar .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 headerbar .linked > button:checked:backdrop label, .titlebar .path-bar-box button:checked:backdrop label, headerbar .path-bar-box .titlebar button:checked:backdrop label, - headerbar .titlebar .linked > button:active: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 .titlebar .linked > button:checked: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: #272c36; } - -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; } - .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: #272c36; } - 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: #272c36; - 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: #272c36; - 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(#272c36); } - 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(#272c36), image(#272c36); } - -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: #51555f; } - .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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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: #272c36; - 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: #404859; - border-color: #272c36; } - .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(39, 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: #808590; - 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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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: #3a4151; } - .inline-toolbar:backdrop, searchbar:backdrop, - .location-bar:backdrop { - border-color: #272c36; - 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 #272c36; - box-shadow: none; } - -headerbar.selection-mode button.titlebutton, -.titlebar.selection-mode button.titlebutton { - text-shadow: 0 -1px rgba(0, 0, 0, 0.480784); - -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.480784); } - headerbar.selection-mode button.titlebutton:backdrop, - .titlebar.selection-mode button.titlebutton:backdrop { - -gtk-icon-shadow: none; } - -.view:selected:focus, .view:selected, iconview:selected, .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, .view:selected:focus, .view:selected, iconview:selected, .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, 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:focus, spinbutton:not(.vertical) selection:disabled, - entry selection:disabled, row:disabled:selected { - color: #5f787e; } - row:selected label:backdrop, label:backdrop:selected, 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:focus, 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, .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; } - -/******** - * 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); } - -.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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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; } - -/* 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 { - 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 { - 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 { - 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 { - border-radius: 4px; - border-style: solid; } - window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:hover { - color: #8fbcbb; } - window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .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 { - 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; } diff --git a/.local/share/themes/Nordic-standard-buttons/gtk-3.0/gtk.css b/.local/share/themes/Nordic-standard-buttons/gtk-3.0/gtk.css deleted file mode 100755 index 13f289f..0000000 --- a/.local/share/themes/Nordic-standard-buttons/gtk-3.0/gtk.css +++ /dev/null @@ -1,6379 +0,0 @@ -/*$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 #272c36; -/* 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; -/***************** -* 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: #272c36; } - -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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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%); } - - 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; } - - 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; } - - button.suggested-action:backdrop label, - button.suggested-action.flat:backdrop label { - color: rgba(255, 255, 255, 0.5); } - - 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; } - - 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); } - - 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; } - - button.suggested-action:backdrop:disabled label, - button.suggested-action.flat:backdrop:disabled label { - color: rgba(255, 255, 255, 0.5); } - - 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; } - - 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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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.747451)), 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: #272c36; } - -/************************* - * 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: #272c36; } - -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: #272c36; - 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: #808590; - border-color: #232831; - background-color: rgba(57, 62, 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: #272c36; } - -/********** - * 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: #272c36; } - -actionbar > revealer > box { - padding: 6px; - border-top: 1px solid #232831; } - actionbar > revealer > box:backdrop { - border-color: #272c36; } - -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(#272c36), to(rgba(39, 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(#272c36), to(rgba(39, 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(#272c36), to(rgba(39, 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(#272c36), to(rgba(39, 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, #272c36 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: #272c36; - 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:not(headerbar) entry, .titlebar entry, - headerbar entry { - min-height: 24px; } - .titlebar:not(headerbar) button, .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 { - box-shadow: none; - border: 1px solid transparent; - background: transparent; - padding: 5px; - min-height: 14px; - margin: 5px 1px; } - .titlebar button.titlebutton:checked, .titlebar button.titlebutton:hover, .titlebar button.titlebutton:backdrop:hover, - headerbar button.titlebutton:checked, - headerbar button.titlebutton:hover, - headerbar button.titlebutton:backdrop:hover { - color: #d8dee9; - border-radius: 4px; - text-shadow: none; - box-shadow: none; - border: 1px solid #232831; - background-color: #2e3440; } - .titlebar button.titlebutton.close:hover, - headerbar button.titlebutton.close:hover { - color: #bf616a; } - .titlebar button.titlebutton.maximize:hover, - headerbar button.titlebutton.maximize:hover { - color: #8fbcbb; } - .titlebar button.titlebutton.minimize:hover, - headerbar button.titlebutton.minimize:hover { - color: #ebcb8b; } - .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 headerbar .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 headerbar .linked > button:checked:backdrop label, .titlebar .path-bar-box button:checked:backdrop label, headerbar .path-bar-box .titlebar button:checked:backdrop label, - headerbar .titlebar .linked > button:active: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 .titlebar .linked > button:checked: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: #272c36; } - -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; } - .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: #272c36; } - 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: #272c36; - 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: #272c36; - 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(#272c36); } - 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(#272c36), image(#272c36); } - -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: #51555f; } - .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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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: #272c36; - 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: #404859; - border-color: #272c36; } - .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(39, 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: #808590; - 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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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: #3a4151; } - .inline-toolbar:backdrop, searchbar:backdrop, - .location-bar:backdrop { - border-color: #272c36; - 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 #272c36; - box-shadow: none; } - -headerbar.selection-mode button.titlebutton, -.titlebar.selection-mode button.titlebutton { - text-shadow: 0 -1px rgba(0, 0, 0, 0.480784); - -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.480784); } - headerbar.selection-mode button.titlebutton:backdrop, - .titlebar.selection-mode button.titlebutton:backdrop { - -gtk-icon-shadow: none; } - -.view:selected:focus, .view:selected, iconview:selected, .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, .view:selected:focus, .view:selected, iconview:selected, .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, 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:focus, spinbutton:not(.vertical) selection:disabled, - entry selection:disabled, row:disabled:selected { - color: #5f787e; } - row:selected label:backdrop, label:backdrop:selected, 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:focus, 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, .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; } - -/******** - * 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); } - -.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: #808590; - border-color: #232831; - background-image: linear-gradient(to bottom, rgba(57, 62, 73, 0.5), rgba(57, 62, 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; } - -/* 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 { - 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 { - 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 { - 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 { - border-radius: 4px; - border-style: solid; } - window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .path-bar-button:hover { - color: #8fbcbb; } - window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar .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 { - 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; } diff --git a/.local/share/themes/Nordic-standard-buttons/index.theme b/.local/share/themes/Nordic-standard-buttons/index.theme deleted file mode 100755 index 77cef7f..0000000 --- a/.local/share/themes/Nordic-standard-buttons/index.theme +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=Nordic-standard-buttons -Comment=Dark theme created using the awesome Nord color pallete -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=Nordic-standard-buttons -MetacityTheme=Nordic-standard-buttons -IconTheme=Zafiro-icons -ButtonLayout=:minimize,maximize,close diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/close.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/close.png deleted file mode 100644 index 92f8bed..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/close.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_focused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/close_focused.png deleted file mode 100644 index 92f8bed..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_focused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_focused_normal.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/close_focused_normal.png deleted file mode 100644 index 92f8bed..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_focused_normal.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_focused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/close_focused_prelight.png deleted file mode 100644 index 74fe8d6..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_focused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_focused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/close_focused_pressed.png deleted file mode 100644 index f84f4f0..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_focused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_unfocused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/close_unfocused.png deleted file mode 100644 index dfc69b1..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_unfocused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_unfocused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/close_unfocused_prelight.png deleted file mode 100644 index b4f693d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_unfocused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_unfocused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/close_unfocused_pressed.png deleted file mode 100644 index e858ec0..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/close_unfocused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize.png deleted file mode 100644 index 8f76991..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_focused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_focused.png deleted file mode 100644 index 8f76991..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_focused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_focused_normal.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_focused_normal.png deleted file mode 100644 index 8f76991..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_focused_normal.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_focused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_focused_prelight.png deleted file mode 100644 index 3baa5a0..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_focused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_focused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_focused_pressed.png deleted file mode 100644 index 8f9c95e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_focused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_unfocused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_unfocused.png deleted file mode 100644 index 8cc78f8..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_unfocused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_unfocused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_unfocused_prelight.png deleted file mode 100644 index 8b11ad5..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_unfocused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_unfocused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_unfocused_pressed.png deleted file mode 100644 index 5737c1b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/maximize_unfocused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/menu.png deleted file mode 100644 index 8d81cf2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_focused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_focused.png deleted file mode 100644 index 8d81cf2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_focused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_focused_normal.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_focused_normal.png deleted file mode 100644 index 8d81cf2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_focused_normal.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_focused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_focused_prelight.png deleted file mode 100644 index 37cc74e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_focused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_focused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_focused_pressed.png deleted file mode 100644 index 37cc74e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_focused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_unfocused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_unfocused.png deleted file mode 100644 index 04da778..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_unfocused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_unfocused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_unfocused_prelight.png deleted file mode 100644 index 37cc74e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_unfocused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_unfocused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_unfocused_pressed.png deleted file mode 100644 index 37cc74e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/menu_unfocused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/metacity-theme-1.xml b/.local/share/themes/Nordic-standard-buttons/metacity-1/metacity-theme-1.xml deleted file mode 100755 index 52bd46c..0000000 --- a/.local/share/themes/Nordic-standard-buttons/metacity-1/metacity-theme-1.xml +++ /dev/null @@ -1,1145 +0,0 @@ - - - - Nordic-standard-buttons - 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="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_prelight"> - <image filename="close_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_pressed"> - <image filename="close_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused"> - <image filename="close_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_prelight"> - <image filename="close_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_pressed"> - <image filename="close_unfocused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Maximize icon --> -<draw_ops name="maximize_focused"> - <image filename="maximize_focused_normal.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_prelight"> - <image filename="maximize_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_pressed"> - <image filename="maximize_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused"> - <image filename="maximize_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_prelight"> - <image filename="maximize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_pressed"> - <image filename="maximize_unfocused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<!-- Unmaximize icon --> -<draw_ops name="unmaximize_focused"> - <image filename="unmaximize_focused_normal.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_prelight"> - <image filename="unmaximize_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_pressed"> - <image filename="unmaximize_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused"> - <image filename="unmaximize_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_prelight"> - <image filename="unmaximize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_pressed"> - <image filename="unmaximize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Minimize icon --> -<draw_ops name="minimize_focused"> - <image filename="minimize_focused_normal.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_prelight"> - <image filename="minimize_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_pressed"> - <image filename="minimize_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused"> - <image filename="minimize_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_prelight"> - <image filename="minimize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_pressed"> - <image filename="minimize_unfocused_pressed.png" x="10" y="1" 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/.local/share/themes/Nordic-standard-buttons/metacity-1/metacity-theme-2.xml b/.local/share/themes/Nordic-standard-buttons/metacity-1/metacity-theme-2.xml deleted file mode 100755 index 52bd46c..0000000 --- a/.local/share/themes/Nordic-standard-buttons/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1,1145 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Nordic-standard-buttons</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" /> - <distance name="button_width" value="30"/> - <distance name="button_height" value="20"/> - <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="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_prelight"> - <image filename="close_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_pressed"> - <image filename="close_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused"> - <image filename="close_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_prelight"> - <image filename="close_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_pressed"> - <image filename="close_unfocused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Maximize icon --> -<draw_ops name="maximize_focused"> - <image filename="maximize_focused_normal.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_prelight"> - <image filename="maximize_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_pressed"> - <image filename="maximize_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused"> - <image filename="maximize_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_prelight"> - <image filename="maximize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_pressed"> - <image filename="maximize_unfocused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<!-- Unmaximize icon --> -<draw_ops name="unmaximize_focused"> - <image filename="unmaximize_focused_normal.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_prelight"> - <image filename="unmaximize_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_pressed"> - <image filename="unmaximize_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused"> - <image filename="unmaximize_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_prelight"> - <image filename="unmaximize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_pressed"> - <image filename="unmaximize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Minimize icon --> -<draw_ops name="minimize_focused"> - <image filename="minimize_focused_normal.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_prelight"> - <image filename="minimize_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_pressed"> - <image filename="minimize_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused"> - <image filename="minimize_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_prelight"> - <image filename="minimize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_pressed"> - <image filename="minimize_unfocused_pressed.png" x="10" y="1" 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/.local/share/themes/Nordic-standard-buttons/metacity-1/metacity-theme-3.xml b/.local/share/themes/Nordic-standard-buttons/metacity-1/metacity-theme-3.xml deleted file mode 100755 index 426f05a..0000000 --- a/.local/share/themes/Nordic-standard-buttons/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,1145 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Nordic-standard-buttons</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" /> - <distance name="button_width" value="30"/> - <distance name="button_height" value="20"/> - <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="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_prelight"> - <image filename="close_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_pressed"> - <image filename="close_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused"> - <image filename="close_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_prelight"> - <image filename="close_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_pressed"> - <image filename="close_unfocused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Maximize icon --> -<draw_ops name="maximize_focused"> - <image filename="maximize_focused_normal.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_prelight"> - <image filename="maximize_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_pressed"> - <image filename="maximize_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused"> - <image filename="maximize_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_prelight"> - <image filename="maximize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_pressed"> - <image filename="maximize_unfocused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<!-- Unmaximize icon --> -<draw_ops name="unmaximize_focused"> - <image filename="unmaximize_focused_normal.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_prelight"> - <image filename="unmaximize_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_pressed"> - <image filename="unmaximize_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused"> - <image filename="unmaximize_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_prelight"> - <image filename="unmaximize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_pressed"> - <image filename="unmaximize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Minimize icon --> -<draw_ops name="minimize_focused"> - <image filename="minimize_focused_normal.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_prelight"> - <image filename="minimize_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_pressed"> - <image filename="minimize_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused"> - <image filename="minimize_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_prelight"> - <image filename="minimize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_pressed"> - <image filename="minimize_unfocused_pressed.png" x="10" y="1" 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/.local/share/themes/Nordic-standard-buttons/metacity-1/metacity-theme.xml b/.local/share/themes/Nordic-standard-buttons/metacity-1/metacity-theme.xml deleted file mode 100755 index 52bd46c..0000000 --- a/.local/share/themes/Nordic-standard-buttons/metacity-1/metacity-theme.xml +++ /dev/null @@ -1,1145 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Nordic-standard-buttons</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" /> - <distance name="button_width" value="30"/> - <distance name="button_height" value="20"/> - <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="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_prelight"> - <image filename="close_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_pressed"> - <image filename="close_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused"> - <image filename="close_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_prelight"> - <image filename="close_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_pressed"> - <image filename="close_unfocused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Maximize icon --> -<draw_ops name="maximize_focused"> - <image filename="maximize_focused_normal.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_prelight"> - <image filename="maximize_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_pressed"> - <image filename="maximize_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused"> - <image filename="maximize_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_prelight"> - <image filename="maximize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_pressed"> - <image filename="maximize_unfocused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<!-- Unmaximize icon --> -<draw_ops name="unmaximize_focused"> - <image filename="unmaximize_focused_normal.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_prelight"> - <image filename="unmaximize_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_pressed"> - <image filename="unmaximize_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused"> - <image filename="unmaximize_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_prelight"> - <image filename="unmaximize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_pressed"> - <image filename="unmaximize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Minimize icon --> -<draw_ops name="minimize_focused"> - <image filename="minimize_focused_normal.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_prelight"> - <image filename="minimize_focused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_pressed"> - <image filename="minimize_focused_pressed.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused"> - <image filename="minimize_unfocused.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_prelight"> - <image filename="minimize_unfocused_prelight.png" x="10" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_pressed"> - <image filename="minimize_unfocused_pressed.png" x="10" y="1" 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/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize.png deleted file mode 100644 index 5f60b57..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_focused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_focused.png deleted file mode 100644 index 5f60b57..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_focused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_focused_normal.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_focused_normal.png deleted file mode 100644 index 5f60b57..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_focused_normal.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_focused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_focused_prelight.png deleted file mode 100644 index 03bf9b7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_focused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_focused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_focused_pressed.png deleted file mode 100644 index 1987900..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_focused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_unfocused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_unfocused.png deleted file mode 100644 index 46a26d6..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_unfocused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_unfocused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_unfocused_prelight.png deleted file mode 100644 index 0d0b7a8..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_unfocused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_unfocused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_unfocused_pressed.png deleted file mode 100644 index 9c45dd1..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/minimize_unfocused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/shade.png deleted file mode 100644 index 0965d17..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_focused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_focused.png deleted file mode 100644 index 0965d17..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_focused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_focused_normal.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_focused_normal.png deleted file mode 100644 index 0965d17..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_focused_normal.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_focused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_focused_prelight.png deleted file mode 100644 index 72a900c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_focused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_focused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_focused_pressed.png deleted file mode 100644 index 72a900c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_focused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_unfocused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_unfocused.png deleted file mode 100644 index 25a512d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_unfocused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_unfocused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_unfocused_prelight.png deleted file mode 100644 index 72a900c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_unfocused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_unfocused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_unfocused_pressed.png deleted file mode 100644 index 72a900c..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/shade_unfocused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/thumbnail.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/thumbnail.png deleted file mode 100644 index 93625e9..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/thumbnail.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize.png deleted file mode 100644 index a194d5b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_focused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_focused.png deleted file mode 100644 index a194d5b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_focused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_focused_normal.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_focused_normal.png deleted file mode 100644 index a194d5b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_focused_normal.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_focused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_focused_prelight.png deleted file mode 100644 index 92474d3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_focused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_focused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_focused_pressed.png deleted file mode 100644 index fea7a34..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_focused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_unfocused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_unfocused.png deleted file mode 100644 index 984e44f..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_unfocused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_unfocused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_unfocused_prelight.png deleted file mode 100644 index 2ff7ce9..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_unfocused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_unfocused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_unfocused_pressed.png deleted file mode 100644 index 24f192d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unmaximize_unfocused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade.png deleted file mode 100644 index b9fe27e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_focused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_focused.png deleted file mode 100644 index b9fe27e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_focused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_focused_normal.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_focused_normal.png deleted file mode 100644 index b9fe27e..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_focused_normal.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_focused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_focused_prelight.png deleted file mode 100644 index 9ace062..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_focused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_focused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_focused_pressed.png deleted file mode 100644 index 9ace062..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_focused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_unfocused.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_unfocused.png deleted file mode 100644 index d27dfc5..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_unfocused.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_unfocused_prelight.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_unfocused_prelight.png deleted file mode 100644 index 9ace062..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_unfocused_prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_unfocused_pressed.png b/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_unfocused_pressed.png deleted file mode 100644 index 9ace062..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/metacity-1/unshade_unfocused_pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-active.png deleted file mode 100644 index 7b3fb19..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-inactive.png deleted file mode 100644 index 7b3fb19..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-left-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-left-active.png deleted file mode 100644 index 33ca7e4..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-left-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-left-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-left-inactive.png deleted file mode 100644 index 33ca7e4..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-left-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-right-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-right-active.png deleted file mode 100644 index 0bde98d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-right-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-right-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-right-inactive.png deleted file mode 100644 index 0bde98d..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/bottom-right-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/close-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/close-active.png deleted file mode 100644 index 923beb6..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/close-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/close-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/close-inactive.png deleted file mode 100644 index 40f88e9..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/close-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/close-prelight.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/close-prelight.png deleted file mode 100644 index 784da20..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/close-prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/close-pressed.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/close-pressed.png deleted file mode 100644 index 784da20..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/close-pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/hide-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/hide-active.png deleted file mode 100644 index cc96276..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/hide-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/hide-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/hide-inactive.png deleted file mode 100644 index 2e78b00..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/hide-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/hide-prelight.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/hide-prelight.png deleted file mode 100644 index 9571c40..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/hide-prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/hide-pressed.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/hide-pressed.png deleted file mode 100644 index a393eb2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/hide-pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/left-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/left-active.png deleted file mode 100644 index 655728a..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/left-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/left-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/left-inactive.png deleted file mode 100644 index 655728a..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/left-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/maximize-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/maximize-active.png deleted file mode 100644 index 45b069b..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/maximize-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/maximize-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/maximize-inactive.png deleted file mode 100644 index 0d1d704..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/maximize-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/maximize-prelight.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/maximize-prelight.png deleted file mode 100644 index 12a21bf..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/maximize-prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/maximize-pressed.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/maximize-pressed.png deleted file mode 100644 index ed791f7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/maximize-pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/menu-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/menu-active.png deleted file mode 100644 index a165e45..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/menu-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/menu-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/menu-inactive.png deleted file mode 100644 index a165e45..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/menu-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/menu-prelight.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/menu-prelight.png deleted file mode 100644 index a165e45..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/menu-prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/menu-pressed.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/menu-pressed.png deleted file mode 100644 index a165e45..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/menu-pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/right-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/right-active.png deleted file mode 100644 index 655728a..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/right-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/right-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/right-inactive.png deleted file mode 100644 index 655728a..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/right-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/shade-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/shade-active.png deleted file mode 100644 index 9646ef7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/shade-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/shade-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/shade-inactive.png deleted file mode 100644 index bc356a5..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/shade-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/shade-prelight.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/shade-prelight.png deleted file mode 100644 index 4859444..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/shade-prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/shade-pressed.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/shade-pressed.png deleted file mode 100644 index 08862c8..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/shade-pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/stick-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/stick-active.png deleted file mode 100644 index 6455241..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/stick-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/stick-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/stick-inactive.png deleted file mode 100644 index 98508cc..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/stick-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/stick-prelight.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/stick-prelight.png deleted file mode 100644 index 0b86590..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/stick-prelight.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/stick-pressed.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/stick-pressed.png deleted file mode 100644 index 7801040..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/stick-pressed.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/themerc b/.local/share/themes/Nordic-standard-buttons/xfwm4/themerc deleted file mode 100644 index 620dd62..0000000 --- a/.local/share/themes/Nordic-standard-buttons/xfwm4/themerc +++ /dev/null @@ -1,25 +0,0 @@ -#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/.local/share/themes/Nordic-standard-buttons/xfwm4/title-1-active-shaded.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/title-1-active-shaded.png deleted file mode 100644 index 53a59d3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-1-active-shaded.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-1-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/title-1-active.png deleted file mode 100644 index 53a59d3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-1-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-1-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/title-1-inactive.png deleted file mode 100644 index 3047cd1..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-1-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-2-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/title-2-active.png deleted file mode 100644 index 56e1dd1..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-2-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-2-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/title-2-inactive.png deleted file mode 100644 index 56e1dd1..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-2-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-3-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/title-3-active.png deleted file mode 100644 index 8c8eace..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-3-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-3-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/title-3-inactive.png deleted file mode 100644 index 8c8eace..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-3-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-4-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/title-4-active.png deleted file mode 100644 index fa4ac83..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-4-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-4-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/title-4-inactive.png deleted file mode 100644 index fa4ac83..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-4-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-5-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/title-5-active.png deleted file mode 100644 index 767b884..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-5-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-5-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/title-5-inactive.png deleted file mode 100644 index 10a90ab..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/title-5-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/top-left-active-shaded.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/top-left-active-shaded.png deleted file mode 100644 index de41bc7..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/top-left-active-shaded.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/top-left-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/top-left-active.png deleted file mode 100644 index 4d8ada3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/top-left-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/top-left-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/top-left-inactive.png deleted file mode 100644 index 4d8ada3..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/top-left-inactive.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/top-right-active-shaded.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/top-right-active-shaded.png deleted file mode 100644 index 5c38af2..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/top-right-active-shaded.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/top-right-active.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/top-right-active.png deleted file mode 100644 index f2626f4..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/top-right-active.png and /dev/null differ diff --git a/.local/share/themes/Nordic-standard-buttons/xfwm4/top-right-inactive.png b/.local/share/themes/Nordic-standard-buttons/xfwm4/top-right-inactive.png deleted file mode 100644 index f2626f4..0000000 Binary files a/.local/share/themes/Nordic-standard-buttons/xfwm4/top-right-inactive.png and /dev/null differ diff --git a/.profile b/.profile deleted file mode 100644 index 20d6a2f..0000000 --- a/.profile +++ /dev/null @@ -1,91 +0,0 @@ -#!/usr/bin/env sh - -# Get the aliases and functions -#[ -f $HOME/.bashrc ] && . $HOME/.bashrc - -#source ~/.config/shell config files -. "$HOME"/.config/shell/cleanup.sh -. "$HOME"/.config/shell/wayland.sh - -#export PF_ASCII="artix" #set ascii art for pfetch -# OFF by default: shell editor wm de palette -export PF_INFO="ascii title os kernel uptime pkgs memory shell wm" - -export XCURSOR_THEME=Adwaita - -#fix image previews in lf not working -export TERM="xterm-256color" - -#other settings -#export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme. must have qt5-styleplugins installed -export QT_QPA_PLATFORMTHEME="qt5ct" #have QT use qt5ct theme - -#export GTK_THEME=Adwaita:dark - -export LESSHISTFILE="-" - -export ZDOTDIR="$HOME/.config/zsh" - -#get colored man pages -#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' - -export LESS_TERMCAP_mb="$(printf '%b' '')" -export LESS_TERMCAP_md="$(printf '%b' '')" -export LESS_TERMCAP_me="$(printf '%b' '')" -export LESS_TERMCAP_so="$(printf '%b' '')" -export LESS_TERMCAP_se="$(printf '%b' '')" -export LESS_TERMCAP_us="$(printf '%b' '')" -export LESS_TERMCAP_ue="$(printf '%b' '')" - -export MANPAGER=less - -#set preferred programs -export EDITOR=nvim -export VISUAL=nvim -export BROWSER=browser.sh -export TERMINAL=foot - -#sfeed vars -export SFEED_PLUMBER="$BROWSER" -export SFEED_URL_FILE="$HOME/.local/share/sfeed/read" - -#lf icons -. "$HOME"/.config/lf/lf-icons.sh - -# Add ~/.local/bin/ ~/.local/scripts/ and to PATH -export PATH="$HOME/.local/bin:$PATH" -export PATH="$HOME/.local/scripts:$PATH" -export PATH="$HOME/.local/appimages:$PATH" -export MANPATH="$MANPATH:/usr/local/man/" -export PATH="$HOME/.local/podman/bin:$PATH" - - -#add to path if installing rocm for amd -export PATH="/opt/rocm/bin:$PATH" -export PATH="/opt/rocm/hip/bin:$PATH" -export PATH="/opt/rocm/opencl/bin:$PATH" -export PATH="/opt/rocm/rocfft/bin:$PATH" -export PATH="/opt/rocm/rocfft/bin:$PATH" - - -#fix arduino ide issues -export AWT_TOOLKIT=MToolkit - - -#mount samba share, needs entry in /etc/fstab for this line to work -# //192.168.1.218/storage /media/nagato cifs username=alex,pass=PASSWORD,workgroup=WORKGROUP,user,noauto 0 0 -#mount /media/nagato/ & -#mount /media/bismarck & - -if [ "$(tty)" = /dev/tty1 ]; then - #exec dbus-launch sway - #exec dbus-launch Hyprland - exec dbus-launch dwl -s somebar - #exec dbus-launch river -fi diff --git a/media/img/wallpapers/1483011234563.jpeg b/media/img/wallpapers/1483011234563.jpeg deleted file mode 100644 index 649f13e..0000000 Binary files a/media/img/wallpapers/1483011234563.jpeg and /dev/null differ diff --git a/media/img/wallpapers/1568998953840.png b/media/img/wallpapers/1568998953840.png deleted file mode 100644 index af6b7d8..0000000 Binary files a/media/img/wallpapers/1568998953840.png and /dev/null differ diff --git a/media/img/wallpapers/2906429.jpg b/media/img/wallpapers/2906429.jpg deleted file mode 100644 index 7e2e644..0000000 Binary files a/media/img/wallpapers/2906429.jpg and /dev/null differ diff --git a/media/img/wallpapers/Autumn-Trees-Road-Fog-Landscape-Wallpaper-3840x2160.jpg b/media/img/wallpapers/Autumn-Trees-Road-Fog-Landscape-Wallpaper-3840x2160.jpg deleted file mode 100644 index 9726e4e..0000000 Binary files a/media/img/wallpapers/Autumn-Trees-Road-Fog-Landscape-Wallpaper-3840x2160.jpg and /dev/null differ diff --git a/media/img/wallpapers/alena-aenami-eclipse-1k.jpg b/media/img/wallpapers/alena-aenami-eclipse-1k.jpg deleted file mode 100644 index aad383b..0000000 Binary files a/media/img/wallpapers/alena-aenami-eclipse-1k.jpg and /dev/null differ