diff options
Diffstat (limited to 'config/hyprland/tofi')
-rw-r--r-- | config/hyprland/tofi/themes/base16 | 25 | ||||
l--------- | config/hyprland/tofi/themes/config | 1 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/dark-paper | 18 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/dmenu | 16 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/dos | 14 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/fullscreen | 10 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/nord | 40 |
7 files changed, 0 insertions, 124 deletions
diff --git a/config/hyprland/tofi/themes/base16 b/config/hyprland/tofi/themes/base16 deleted file mode 100644 index b18efb4..0000000 --- a/config/hyprland/tofi/themes/base16 +++ /dev/null @@ -1,25 +0,0 @@ -### Font -include=themes/colors -font = monospace bold -font-size = 12 - -prompt-text = "" -prompt-padding = 0 -placeholder-text = "..." - -width = 20% -height = 20% -outline-width = 0 -border-width = 2 -corner-radius = 26 - -padding-top = 0 -padding-bottom = 0 -padding-left = 0 -# padding-left = 7% -padding-right = 0 - -matching-algorithm = prefix -require-match = false -auto-accept-single = true -hidden-character = "" diff --git a/config/hyprland/tofi/themes/config b/config/hyprland/tofi/themes/config deleted file mode 120000 index 953d912..0000000 --- a/config/hyprland/tofi/themes/config +++ /dev/null @@ -1 +0,0 @@ -/home/aluc/.config/tofi/themes//
\ No newline at end of file diff --git a/config/hyprland/tofi/themes/dark-paper b/config/hyprland/tofi/themes/dark-paper deleted file mode 100644 index c58b292..0000000 --- a/config/hyprland/tofi/themes/dark-paper +++ /dev/null @@ -1,18 +0,0 @@ -font = Fanwood Text -font-size = 64 - -outline-width = 0 -border-width = 0 -padding-left = 4% -padding-top = 2% -padding-right = 0 -padding-bottom = 0 - -background-color = #111 -text-color = #f9fbff -selection-color = #933 - -width = 100% -height = 100% - -hide-cursor = true diff --git a/config/hyprland/tofi/themes/dmenu b/config/hyprland/tofi/themes/dmenu deleted file mode 100644 index 55a23d9..0000000 --- a/config/hyprland/tofi/themes/dmenu +++ /dev/null @@ -1,16 +0,0 @@ -anchor = top -width = 100% -height = 30 -horizontal = true -font-size = 14 -prompt-text = " run: " -font = monospace -outline-width = 0 -border-width = 0 -background-color = #000000 -min-input-width = 120 -result-spacing = 15 -padding-top = 0 -padding-bottom = 0 -padding-left = 0 -padding-right = 0 diff --git a/config/hyprland/tofi/themes/dos b/config/hyprland/tofi/themes/dos deleted file mode 100644 index 7c2fff5..0000000 --- a/config/hyprland/tofi/themes/dos +++ /dev/null @@ -1,14 +0,0 @@ -font = VT323 -corner-radius = 60 -outline-color = #D3D1B9 -outline-width = 3 -border-color = #E3E1C9 -border-width = 60 -background-color = #000000 -text-color = #0A3 -selection-color = #0F6 -prompt-text = "C:\> " -num-results = 9 -hide-cursor = true -width = 640 -height = 480 diff --git a/config/hyprland/tofi/themes/fullscreen b/config/hyprland/tofi/themes/fullscreen deleted file mode 100644 index aa3a2cd..0000000 --- a/config/hyprland/tofi/themes/fullscreen +++ /dev/null @@ -1,10 +0,0 @@ -width = 100% -height = 100% -border-width = 0 -outline-width = 0 -padding-left = 35% -padding-top = 35% -result-spacing = 25 -num-results = 5 -font = monospace -background-color = #000A diff --git a/config/hyprland/tofi/themes/nord b/config/hyprland/tofi/themes/nord deleted file mode 100644 index c8a6192..0000000 --- a/config/hyprland/tofi/themes/nord +++ /dev/null @@ -1,40 +0,0 @@ -### Font -font = monospace bold -font-size = 12 -anchor=top - -# colors -text-color = #d8dee9 -prompt-color = #81a1c1 -placeholder-color = #4c566a -input-color = #d8dee9 -default-result-color = #88c0d0 -selection-color = #5e81ac -selection-match-color = #ffffff -background-color = #3b4252f2 -outline-color = #81a1c1 -border-color = #88c0d0 - -# sizes -width = 100% -height = 20% - -border-width = 2 -outline-width = 0 -prompt-padding = 0 - -padding-top = 5 -padding-bottom = 5 -padding-left = 5 -padding-right = 5 - -corner-radius = 0 - -# general -prompt-text = "" -placeholder-text = "..." - -matching-algorithm = prefix -require-match = false -auto-accept-single = true -hidden-character = "" |